2022-11-23T01:56:07.3324367Z Requested labels: windows.8xlarge.nvidia.gpu 2022-11-23T01:56:07.3324461Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:56:07.3324484Z Waiting for a runner to pick up this job... 2022-11-23T01:56:07.6886108Z Job is about to start running on the runner: i-075a6bf708cc76712 (organization) 2022-11-23T01:56:11.1070164Z Current runner version: '2.299.1' 2022-11-23T01:56:11.1081250Z Runner name: 'i-075a6bf708cc76712' 2022-11-23T01:56:11.1081806Z Runner group name: 'Default' 2022-11-23T01:56:11.1082526Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:56:11.1085644Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:56:11.1086536Z Actions: write 2022-11-23T01:56:11.1086870Z Checks: write 2022-11-23T01:56:11.1087194Z Contents: write 2022-11-23T01:56:11.1087528Z Deployments: write 2022-11-23T01:56:11.1087861Z Discussions: write 2022-11-23T01:56:11.1088139Z Issues: write 2022-11-23T01:56:11.1088449Z Metadata: read 2022-11-23T01:56:11.1088797Z Packages: write 2022-11-23T01:56:11.1089073Z Pages: write 2022-11-23T01:56:11.1089400Z PullRequests: write 2022-11-23T01:56:11.1089780Z RepositoryProjects: write 2022-11-23T01:56:11.1090109Z SecurityEvents: write 2022-11-23T01:56:11.1090470Z Statuses: write 2022-11-23T01:56:11.1090799Z ##[endgroup] 2022-11-23T01:56:11.1095576Z Secret source: Actions 2022-11-23T01:56:11.1096382Z Prepare workflow directory 2022-11-23T01:56:11.7329714Z Prepare all required actions 2022-11-23T01:56:11.7572194Z Getting action download info 2022-11-23T01:56:12.1380870Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:57:28.1280209Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:57:31.5578879Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:57:32.7701262Z Getting action download info 2022-11-23T01:57:32.9150455Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:57:33.8641955Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:57:33.8644324Z ##[group] Inputs 2022-11-23T01:57:33.8644699Z build-environment: win-vs2019-cuda11.7-py3 2022-11-23T01:57:33.8645005Z cuda-version: 11.7 2022-11-23T01:57:33.8645724Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:57:33.8646363Z sync-tag: 2022-11-23T01:57:33.8646583Z ##[endgroup] 2022-11-23T01:57:33.8647358Z Complete job name: win-vs2019-cuda11.7-py3 / test (default, 3, 3, windows.8xlarge.nvidia.gpu, mem_leak_check) 2022-11-23T01:57:34.0608209Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:57:34.0608734Z git config --global core.symlinks true 2022-11-23T01:57:34.0653656Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:57:34.0654004Z env: 2022-11-23T01:57:34.0654229Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:34.0654469Z ##[endgroup] 2022-11-23T01:57:35.4497344Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:57:35.4497775Z with: 2022-11-23T01:57:35.4497970Z no-sudo: true 2022-11-23T01:57:35.4498396Z submodules: recursive 2022-11-23T01:57:35.4498631Z fetch-depth: 0 2022-11-23T01:57:35.4498823Z env: 2022-11-23T01:57:35.4499179Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:35.4499544Z ##[endgroup] 2022-11-23T01:57:35.4958885Z ##[group]Run retry () { 2022-11-23T01:57:35.4959200Z retry () { 2022-11-23T01:57:35.4959492Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:57:35.4959764Z } 2022-11-23T01:57:35.4959977Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:57:35.4960239Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:57:35.4960522Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:57:35.4960776Z else 2022-11-23T01:57:35.4961057Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:57:35.4963114Z fi 2022-11-23T01:57:35.4963516Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:57:35.5001064Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:57:35.5001563Z env: 2022-11-23T01:57:35.5001880Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:35.5002117Z NO_SUDO: true 2022-11-23T01:57:35.5002310Z ##[endgroup] 2022-11-23T01:57:35.5409199Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:57:35.9310678Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:57:35.9311006Z with: 2022-11-23T01:57:35.9311251Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:57:35.9311600Z fetch-depth: 0 2022-11-23T01:57:35.9311845Z submodules: recursive 2022-11-23T01:57:35.9312136Z quiet-checkout: true 2022-11-23T01:57:35.9312671Z repository: pytorch/pytorch 2022-11-23T01:57:35.9313344Z token: *** 2022-11-23T01:57:35.9313772Z ssh-strict: true 2022-11-23T01:57:35.9314305Z persist-credentials: true 2022-11-23T01:57:35.9314768Z clean: true 2022-11-23T01:57:35.9315033Z lfs: false 2022-11-23T01:57:35.9315262Z set-safe-directory: true 2022-11-23T01:57:35.9315487Z env: 2022-11-23T01:57:35.9315679Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:57:35.9315912Z ##[endgroup] 2022-11-23T01:57:41.2317723Z Syncing repository: pytorch/pytorch 2022-11-23T01:57:41.2319755Z ##[group]Getting Git version info 2022-11-23T01:57:41.2320149Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:57:41.2455732Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:57:41.2787333Z git version 2.38.1.windows.1 2022-11-23T01:57:41.2844491Z ##[endgroup] 2022-11-23T01:57:41.2866477Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\82621a14-87e1-46e3-b604-a88c5699a2f7\.gitconfig' 2022-11-23T01:57:41.2946202Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\82621a14-87e1-46e3-b604-a88c5699a2f7' before making global git config changes 2022-11-23T01:57:41.2947540Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:57:41.2959229Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:57:41.3380675Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:57:41.3392394Z ##[group]Initializing the repository 2022-11-23T01:57:41.3404219Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:57:41.4112247Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:57:41.4177155Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:57:41.4669394Z ##[endgroup] 2022-11-23T01:57:41.4670024Z ##[group]Disabling automatic garbage collection 2022-11-23T01:57:41.4682994Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:57:41.5061044Z ##[endgroup] 2022-11-23T01:57:41.5061636Z ##[group]Setting up auth 2022-11-23T01:57:41.5076337Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:57:41.5478763Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:57:43.2499093Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:57:43.2882970Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T01:57:43.9301326Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:57:43.9745059Z ##[endgroup] 2022-11-23T01:57:43.9745546Z ##[group]Fetching the repository 2022-11-23T01:57:43.9758544Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T02:00:25.4203412Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T02:00:25.4571259Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:00:25.4616879Z ##[endgroup] 2022-11-23T02:00:25.4617735Z ##[group]Determining the checkout info 2022-11-23T02:00:25.4619719Z ##[endgroup] 2022-11-23T02:00:25.4620531Z ##[group]Checking out the ref 2022-11-23T02:00:25.4629417Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:01:05.9929298Z ##[endgroup] 2022-11-23T02:01:05.9931526Z ##[group]Setting up auth for fetching submodules 2022-11-23T02:01:05.9944221Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T02:01:06.0517052Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T02:01:06.0940670Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T02:01:06.1396099Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T02:01:06.1821270Z ##[endgroup] 2022-11-23T02:01:06.1821802Z ##[group]Fetching submodules 2022-11-23T02:01:06.1834170Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T02:01:07.1438391Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T02:01:08.2002482Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T02:01:08.2004520Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T02:01:08.2006298Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T02:01:08.2007719Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T02:01:08.2009034Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T02:01:08.2010320Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T02:01:08.2011841Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T02:01:08.2013872Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T02:01:08.2015121Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T02:01:08.2016158Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T02:01:08.2017286Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T02:01:08.2018522Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T02:01:08.2019772Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T02:01:08.2020790Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T02:01:08.2021908Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T02:01:08.2023713Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T02:01:08.2024865Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T02:01:08.2026070Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:01:08.2027424Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T02:01:08.2029124Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T02:01:08.2030232Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T02:01:08.2031319Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T02:01:08.2032332Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T02:01:08.2032901Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T02:01:08.2033614Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T02:01:08.2034145Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T02:01:08.2035582Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T02:01:08.2036708Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T02:01:08.2037876Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T02:01:08.2039032Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T02:01:08.2040204Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T02:01:08.2041536Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T02:01:08.2042916Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T02:01:08.2044717Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T02:01:08.2315093Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T02:01:08.2316346Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T02:01:08.2317476Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T02:01:08.2318500Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T02:01:08.2319418Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T02:01:08.2320409Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T02:01:08.2321384Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T02:01:09.1762103Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T02:01:09.7088990Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T02:01:10.2734564Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T02:01:10.9669581Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T02:01:11.5792806Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T02:01:15.1454596Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T02:01:27.5861847Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T02:01:28.6160450Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T02:01:29.6468319Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T02:01:32.4556735Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T02:01:34.4304469Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T02:01:37.1577549Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T02:01:45.5784208Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T02:01:46.8940181Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T02:01:49.1896261Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T02:01:51.3834841Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T02:01:51.8311862Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T02:01:52.6053411Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T02:01:53.2159267Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T02:01:55.1596928Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T02:01:55.9886427Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T02:01:56.4053122Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T02:01:56.9994974Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T02:01:59.6592005Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T02:02:00.3781778Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T02:02:01.1503381Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T02:02:10.9965035Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T02:02:13.9675211Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T02:02:14.7986788Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T02:02:15.2857890Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T02:02:25.3092362Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T02:02:25.7400645Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T02:02:26.2039714Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T02:02:27.7641410Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T02:02:28.2295204Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T02:02:28.8335060Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T02:02:29.4153251Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T02:02:30.3925638Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T02:02:34.5882990Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T02:02:35.5041387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T02:02:39.6640340Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T02:02:39.9207925Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T02:02:40.0949040Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T02:02:40.2701945Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T02:02:40.7188411Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T02:02:41.1719540Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T02:02:41.8601656Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T02:02:56.3580936Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T02:02:56.7094640Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T02:02:57.8954929Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T02:02:58.4139563Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T02:03:03.7880709Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T02:03:10.9092163Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T02:03:13.9784965Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T02:03:15.1712098Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T02:03:15.2045147Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:03:15.2046535Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:03:15.2047939Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:03:15.2049404Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:03:16.8497051Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T02:03:17.8933686Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T02:03:20.4051322Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T02:03:21.0131993Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T02:03:21.6195867Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T02:03:22.9054650Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T02:03:23.5909340Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T02:03:23.7425573Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T02:03:25.6978460Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T02:03:26.1927088Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T02:03:26.3193683Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T02:03:26.7587246Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T02:03:27.3965014Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T02:03:28.0428634Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T02:03:28.2188189Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T02:03:28.2405722Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T02:03:42.3401717Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T02:03:46.1042932Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T02:03:46.1284181Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:04:00.4914024Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T02:04:05.6877048Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T02:04:05.9569870Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T02:04:06.1576648Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T02:04:06.7132035Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T02:04:06.7405560Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:04:06.7406362Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:04:08.9478762Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T02:04:11.0438212Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T02:04:11.5090140Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T02:04:12.1442784Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T02:04:12.5009118Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T02:04:12.6745446Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T02:04:14.5506875Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T02:04:20.3920384Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T02:04:20.4197890Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T02:04:20.4198635Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T02:04:21.2672900Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T02:04:23.0067797Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T02:04:23.2390802Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T02:04:23.7494641Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T02:04:23.9693205Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T02:04:23.9915776Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:04:27.0615764Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T02:04:29.4256929Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T02:04:29.4531623Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:04:31.4446821Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:04:31.4448244Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T02:04:33.1862194Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T02:04:33.4356188Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T02:04:34.1936451Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T02:04:34.2166003Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:04:34.7655891Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T02:04:34.8732790Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T02:04:35.0111712Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T02:04:39.7853839Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T02:04:39.8170504Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:04:39.8171327Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T02:04:40.7077862Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T02:04:42.7264120Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T02:04:42.9197142Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T02:04:43.8361324Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T02:04:43.9743875Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T02:04:44.1330185Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T02:04:44.4752191Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T02:04:44.6171963Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T02:04:45.0914847Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T02:04:45.2433649Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T02:04:46.0006722Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T02:04:48.7650386Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T02:04:49.3455874Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T02:04:49.3825639Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:04:49.3826991Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:04:49.3828749Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:04:49.3829894Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:04:51.4832376Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T02:04:51.9900972Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T02:04:54.1656972Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T02:04:55.8370745Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T02:04:56.3364597Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T02:04:56.6347012Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T02:04:57.3686213Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T02:04:57.8264392Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T02:04:57.8504485Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:04:58.4324632Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T02:04:58.5508938Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T02:04:59.5455656Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T02:04:59.5793530Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T02:05:00.2441378Z Entering 'android/libs/fbjni' 2022-11-23T02:05:00.3190392Z Entering 'third_party/FP16' 2022-11-23T02:05:00.3999879Z Entering 'third_party/FXdiv' 2022-11-23T02:05:00.4749492Z Entering 'third_party/NNPACK' 2022-11-23T02:05:00.5526733Z Entering 'third_party/QNNPACK' 2022-11-23T02:05:00.6292992Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:05:00.7020948Z Entering 'third_party/XNNPACK' 2022-11-23T02:05:00.7797419Z Entering 'third_party/benchmark' 2022-11-23T02:05:00.8548514Z Entering 'third_party/cpuinfo' 2022-11-23T02:05:00.9368027Z Entering 'third_party/cub' 2022-11-23T02:05:01.0114183Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:05:01.0860005Z Entering 'third_party/cutlass' 2022-11-23T02:05:01.1690154Z Entering 'third_party/eigen' 2022-11-23T02:05:01.2445457Z Entering 'third_party/fbgemm' 2022-11-23T02:05:01.3189897Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:05:01.3961213Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:05:01.4700430Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:05:01.5424409Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:05:01.6254298Z Entering 'third_party/flatbuffers' 2022-11-23T02:05:01.7030904Z Entering 'third_party/fmt' 2022-11-23T02:05:01.7745459Z Entering 'third_party/foxi' 2022-11-23T02:05:01.8489811Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:05:01.9385534Z Entering 'third_party/gloo' 2022-11-23T02:05:02.0181786Z Entering 'third_party/googletest' 2022-11-23T02:05:02.0935794Z Entering 'third_party/ideep' 2022-11-23T02:05:02.1763033Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:05:02.2542996Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:05:02.3410385Z Entering 'third_party/ios-cmake' 2022-11-23T02:05:02.4152647Z Entering 'third_party/ittapi' 2022-11-23T02:05:02.4890902Z Entering 'third_party/kineto' 2022-11-23T02:05:02.5609443Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:05:02.6354805Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:05:02.7183231Z Entering 'third_party/nccl/nccl' 2022-11-23T02:05:02.7945206Z Entering 'third_party/neon2sse' 2022-11-23T02:05:02.8678433Z Entering 'third_party/nlohmann' 2022-11-23T02:05:02.9425865Z Entering 'third_party/onnx' 2022-11-23T02:05:03.0122032Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:05:03.0844276Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:05:03.1549456Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:05:03.2248414Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:05:03.2957299Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:05:03.3716289Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:05:03.4508842Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:05:03.5380743Z Entering 'third_party/pocketfft' 2022-11-23T02:05:03.6109081Z Entering 'third_party/protobuf' 2022-11-23T02:05:03.6858925Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:05:03.7578204Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:05:03.8370318Z Entering 'third_party/psimd' 2022-11-23T02:05:03.9155516Z Entering 'third_party/pthreadpool' 2022-11-23T02:05:03.9880651Z Entering 'third_party/pybind11' 2022-11-23T02:05:04.0590561Z Entering 'third_party/python-enum' 2022-11-23T02:05:04.1400704Z Entering 'third_party/python-peachpy' 2022-11-23T02:05:04.2123482Z Entering 'third_party/python-six' 2022-11-23T02:05:04.2838651Z Entering 'third_party/sleef' 2022-11-23T02:05:04.3532778Z Entering 'third_party/tbb' 2022-11-23T02:05:04.4261857Z Entering 'third_party/tensorpipe' 2022-11-23T02:05:04.5049628Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:05:04.5887060Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:05:04.6691355Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:05:04.7487202Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:05:04.8197866Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:05:04.8961739Z Entering 'third_party/zstd' 2022-11-23T02:05:04.9784797Z ##[endgroup] 2022-11-23T02:05:04.9786809Z ##[group]Persisting credentials for submodules 2022-11-23T02:05:04.9798965Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-11-23T02:05:05.6327276Z Entering 'android/libs/fbjni' 2022-11-23T02:05:05.7172111Z Entering 'third_party/FP16' 2022-11-23T02:05:05.7971751Z Entering 'third_party/FXdiv' 2022-11-23T02:05:05.8785536Z Entering 'third_party/NNPACK' 2022-11-23T02:05:05.9652600Z Entering 'third_party/QNNPACK' 2022-11-23T02:05:06.0597797Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:05:06.1423336Z Entering 'third_party/XNNPACK' 2022-11-23T02:05:06.2276753Z Entering 'third_party/benchmark' 2022-11-23T02:05:06.3083044Z Entering 'third_party/cpuinfo' 2022-11-23T02:05:06.3891061Z Entering 'third_party/cub' 2022-11-23T02:05:06.4825600Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:05:06.5648772Z Entering 'third_party/cutlass' 2022-11-23T02:05:06.6520359Z Entering 'third_party/eigen' 2022-11-23T02:05:06.7327173Z Entering 'third_party/fbgemm' 2022-11-23T02:05:06.8207244Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:05:06.9090737Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:05:06.9924917Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:05:07.0768599Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:05:07.1660718Z Entering 'third_party/flatbuffers' 2022-11-23T02:05:07.2467777Z Entering 'third_party/fmt' 2022-11-23T02:05:07.3293983Z Entering 'third_party/foxi' 2022-11-23T02:05:07.4084480Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:05:07.4985721Z Entering 'third_party/gloo' 2022-11-23T02:05:07.5800754Z Entering 'third_party/googletest' 2022-11-23T02:05:07.6680862Z Entering 'third_party/ideep' 2022-11-23T02:05:07.7493666Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:05:07.8380585Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:05:07.9348095Z Entering 'third_party/ios-cmake' 2022-11-23T02:05:08.0147987Z Entering 'third_party/ittapi' 2022-11-23T02:05:08.1027851Z Entering 'third_party/kineto' 2022-11-23T02:05:08.1859123Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:05:08.2707513Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:05:08.3589306Z Entering 'third_party/nccl/nccl' 2022-11-23T02:05:08.4454236Z Entering 'third_party/neon2sse' 2022-11-23T02:05:08.5288752Z Entering 'third_party/nlohmann' 2022-11-23T02:05:08.6170979Z Entering 'third_party/onnx' 2022-11-23T02:05:08.7088360Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:05:08.8130457Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:05:08.9027583Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:05:08.9885832Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:05:09.0773942Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:05:09.1721796Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:05:09.2561282Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:05:09.3547568Z Entering 'third_party/pocketfft' 2022-11-23T02:05:09.4385439Z Entering 'third_party/protobuf' 2022-11-23T02:05:09.5193415Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:05:09.6154728Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:05:09.7026183Z Entering 'third_party/psimd' 2022-11-23T02:05:09.7851810Z Entering 'third_party/pthreadpool' 2022-11-23T02:05:09.8727767Z Entering 'third_party/pybind11' 2022-11-23T02:05:09.9606252Z Entering 'third_party/python-enum' 2022-11-23T02:05:10.0471893Z Entering 'third_party/python-peachpy' 2022-11-23T02:05:10.1361382Z Entering 'third_party/python-six' 2022-11-23T02:05:10.2347580Z Entering 'third_party/sleef' 2022-11-23T02:05:10.3224144Z Entering 'third_party/tbb' 2022-11-23T02:05:10.4073498Z Entering 'third_party/tensorpipe' 2022-11-23T02:05:10.4948585Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:05:10.5787339Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:05:10.6702036Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:05:10.7561022Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:05:10.8473198Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:05:10.9354074Z Entering 'third_party/zstd' 2022-11-23T02:05:11.0282827Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-11-23T02:05:11.6860727Z Entering 'android/libs/fbjni' 2022-11-23T02:05:11.7841588Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T02:05:11.8093894Z Entering 'third_party/FP16' 2022-11-23T02:05:11.9101903Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T02:05:11.9343733Z Entering 'third_party/FXdiv' 2022-11-23T02:05:12.0341687Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T02:05:12.0603550Z Entering 'third_party/NNPACK' 2022-11-23T02:05:12.1576206Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T02:05:12.1886381Z Entering 'third_party/QNNPACK' 2022-11-23T02:05:12.2758508Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T02:05:12.2980596Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:05:12.3892893Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T02:05:12.4119394Z Entering 'third_party/XNNPACK' 2022-11-23T02:05:12.5087413Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T02:05:12.5366055Z Entering 'third_party/benchmark' 2022-11-23T02:05:12.6364433Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:05:12.6611870Z Entering 'third_party/cpuinfo' 2022-11-23T02:05:12.7559548Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T02:05:12.7825274Z Entering 'third_party/cub' 2022-11-23T02:05:12.9098335Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T02:05:12.9361265Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:05:13.0304364Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T02:05:13.0548820Z Entering 'third_party/cutlass' 2022-11-23T02:05:13.1483490Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T02:05:13.1721819Z Entering 'third_party/eigen' 2022-11-23T02:05:13.2610195Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T02:05:13.2863567Z Entering 'third_party/fbgemm' 2022-11-23T02:05:13.3800594Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T02:05:13.4008338Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:05:13.5035613Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T02:05:13.5286432Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:05:13.6269969Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T02:05:13.6526240Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:05:13.7492366Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:05:13.7764362Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:05:13.8719563Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T02:05:13.8977055Z Entering 'third_party/flatbuffers' 2022-11-23T02:05:13.9924741Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T02:05:14.0177916Z Entering 'third_party/fmt' 2022-11-23T02:05:14.1141899Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T02:05:14.1406394Z Entering 'third_party/foxi' 2022-11-23T02:05:14.2358707Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T02:05:14.2608793Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:05:14.3586654Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T02:05:14.3856574Z Entering 'third_party/gloo' 2022-11-23T02:05:14.4807631Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T02:05:14.5081661Z Entering 'third_party/googletest' 2022-11-23T02:05:14.6087810Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:05:14.6330590Z Entering 'third_party/ideep' 2022-11-23T02:05:14.7323371Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T02:05:14.7556451Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:05:14.8604963Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T02:05:14.8833362Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:05:14.9747233Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T02:05:15.0034970Z Entering 'third_party/ios-cmake' 2022-11-23T02:05:15.0998565Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T02:05:15.1243716Z Entering 'third_party/ittapi' 2022-11-23T02:05:15.2161678Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T02:05:15.2396493Z Entering 'third_party/kineto' 2022-11-23T02:05:15.3337115Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T02:05:15.3583062Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:05:15.4603512Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T02:05:15.4855952Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:05:15.5813982Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T02:05:15.6066304Z Entering 'third_party/nccl/nccl' 2022-11-23T02:05:15.7061024Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T02:05:15.7328498Z Entering 'third_party/neon2sse' 2022-11-23T02:05:15.8229190Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T02:05:15.8490547Z Entering 'third_party/nlohmann' 2022-11-23T02:05:15.9483554Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T02:05:15.9727639Z Entering 'third_party/onnx' 2022-11-23T02:05:16.0659838Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T02:05:16.0908681Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:05:16.1878143Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:05:16.2182963Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:05:16.3095330Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:05:16.3345704Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:05:16.4268594Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T02:05:16.4497553Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:05:16.5511014Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T02:05:16.5778690Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:05:16.6784762Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:05:16.7031422Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:05:16.7993465Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:05:16.8234842Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:05:16.9222474Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T02:05:16.9549550Z Entering 'third_party/pocketfft' 2022-11-23T02:05:17.0560788Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T02:05:17.0789804Z Entering 'third_party/protobuf' 2022-11-23T02:05:17.1774650Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T02:05:17.2043104Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:05:17.3028070Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:05:17.3242758Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:05:17.4183394Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:05:17.4459749Z Entering 'third_party/psimd' 2022-11-23T02:05:17.5468680Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T02:05:17.5748152Z Entering 'third_party/pthreadpool' 2022-11-23T02:05:17.6744866Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T02:05:17.7037344Z Entering 'third_party/pybind11' 2022-11-23T02:05:17.8038609Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:05:17.8296508Z Entering 'third_party/python-enum' 2022-11-23T02:05:17.9273587Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T02:05:17.9556533Z Entering 'third_party/python-peachpy' 2022-11-23T02:05:18.0532256Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T02:05:18.0770646Z Entering 'third_party/python-six' 2022-11-23T02:05:18.1700159Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T02:05:18.1954285Z Entering 'third_party/sleef' 2022-11-23T02:05:18.2979644Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T02:05:18.3251502Z Entering 'third_party/tbb' 2022-11-23T02:05:18.4245236Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T02:05:18.4492201Z Entering 'third_party/tensorpipe' 2022-11-23T02:05:18.5411624Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T02:05:18.5628166Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:05:18.6539338Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:05:18.6793928Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:05:18.7784763Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T02:05:18.8056964Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:05:18.9037769Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T02:05:18.9291268Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:05:19.0193993Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:05:19.0437768Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:05:19.1319657Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T02:05:19.1614271Z Entering 'third_party/zstd' 2022-11-23T02:05:19.2476962Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T02:05:19.6947843Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T02:05:20.3784079Z Entering 'android/libs/fbjni' 2022-11-23T02:05:20.4516741Z Entering 'third_party/FP16' 2022-11-23T02:05:20.5231097Z Entering 'third_party/FXdiv' 2022-11-23T02:05:20.6036485Z Entering 'third_party/NNPACK' 2022-11-23T02:05:20.6765639Z Entering 'third_party/QNNPACK' 2022-11-23T02:05:20.7567026Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:05:20.8312149Z Entering 'third_party/XNNPACK' 2022-11-23T02:05:20.9077370Z Entering 'third_party/benchmark' 2022-11-23T02:05:20.9852337Z Entering 'third_party/cpuinfo' 2022-11-23T02:05:21.0697715Z Entering 'third_party/cub' 2022-11-23T02:05:21.1454633Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:05:21.2225764Z Entering 'third_party/cutlass' 2022-11-23T02:05:21.2982032Z Entering 'third_party/eigen' 2022-11-23T02:05:21.3752147Z Entering 'third_party/fbgemm' 2022-11-23T02:05:21.4512255Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:05:21.5264398Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:05:21.6130555Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:05:21.6947931Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:05:21.7745409Z Entering 'third_party/flatbuffers' 2022-11-23T02:05:21.8555664Z Entering 'third_party/fmt' 2022-11-23T02:05:21.9352614Z Entering 'third_party/foxi' 2022-11-23T02:05:22.0108323Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:05:22.0855992Z Entering 'third_party/gloo' 2022-11-23T02:05:22.1601107Z Entering 'third_party/googletest' 2022-11-23T02:05:22.2353965Z Entering 'third_party/ideep' 2022-11-23T02:05:22.3092581Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:05:22.3879571Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:05:22.4700031Z Entering 'third_party/ios-cmake' 2022-11-23T02:05:22.5510281Z Entering 'third_party/ittapi' 2022-11-23T02:05:22.6279858Z Entering 'third_party/kineto' 2022-11-23T02:05:22.7021828Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:05:22.7818968Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:05:22.8681261Z Entering 'third_party/nccl/nccl' 2022-11-23T02:05:22.9462777Z Entering 'third_party/neon2sse' 2022-11-23T02:05:23.0213725Z Entering 'third_party/nlohmann' 2022-11-23T02:05:23.0993273Z Entering 'third_party/onnx' 2022-11-23T02:05:23.1787088Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:05:23.2563206Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:05:23.3362744Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:05:23.4082681Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:05:23.4828134Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:05:23.5683117Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:05:23.6394560Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:05:23.7339308Z Entering 'third_party/pocketfft' 2022-11-23T02:05:23.8101050Z Entering 'third_party/protobuf' 2022-11-23T02:05:23.8838390Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:05:23.9618640Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:05:24.0432230Z Entering 'third_party/psimd' 2022-11-23T02:05:24.1147739Z Entering 'third_party/pthreadpool' 2022-11-23T02:05:24.1898473Z Entering 'third_party/pybind11' 2022-11-23T02:05:24.2702827Z Entering 'third_party/python-enum' 2022-11-23T02:05:24.3394541Z Entering 'third_party/python-peachpy' 2022-11-23T02:05:24.4208165Z Entering 'third_party/python-six' 2022-11-23T02:05:24.4946972Z Entering 'third_party/sleef' 2022-11-23T02:05:24.5737028Z Entering 'third_party/tbb' 2022-11-23T02:05:24.6513182Z Entering 'third_party/tensorpipe' 2022-11-23T02:05:24.7293242Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:05:24.8098189Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:05:24.8862329Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:05:24.9641341Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:05:25.0390075Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:05:25.1247703Z Entering 'third_party/zstd' 2022-11-23T02:05:25.2135628Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-11-23T02:05:25.9008800Z Entering 'android/libs/fbjni' 2022-11-23T02:05:25.9815678Z Entering 'third_party/FP16' 2022-11-23T02:05:26.0600655Z Entering 'third_party/FXdiv' 2022-11-23T02:05:26.1413117Z Entering 'third_party/NNPACK' 2022-11-23T02:05:26.2130850Z Entering 'third_party/QNNPACK' 2022-11-23T02:05:26.2881202Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:05:26.3662045Z Entering 'third_party/XNNPACK' 2022-11-23T02:05:26.4440072Z Entering 'third_party/benchmark' 2022-11-23T02:05:26.5226000Z Entering 'third_party/cpuinfo' 2022-11-23T02:05:26.6093153Z Entering 'third_party/cub' 2022-11-23T02:05:26.6928979Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:05:26.7806821Z Entering 'third_party/cutlass' 2022-11-23T02:05:26.8697965Z Entering 'third_party/eigen' 2022-11-23T02:05:26.9499467Z Entering 'third_party/fbgemm' 2022-11-23T02:05:27.0295056Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:05:27.1033644Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:05:27.1790505Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:05:27.2532432Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:05:27.3387666Z Entering 'third_party/flatbuffers' 2022-11-23T02:05:27.4148109Z Entering 'third_party/fmt' 2022-11-23T02:05:27.4870709Z Entering 'third_party/foxi' 2022-11-23T02:05:27.5620379Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:05:27.6445241Z Entering 'third_party/gloo' 2022-11-23T02:05:27.7205566Z Entering 'third_party/googletest' 2022-11-23T02:05:27.7942764Z Entering 'third_party/ideep' 2022-11-23T02:05:27.8747105Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:05:27.9519644Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:05:28.0352002Z Entering 'third_party/ios-cmake' 2022-11-23T02:05:28.1085110Z Entering 'third_party/ittapi' 2022-11-23T02:05:28.1841622Z Entering 'third_party/kineto' 2022-11-23T02:05:28.2596949Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:05:28.3371860Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:05:28.4151891Z Entering 'third_party/nccl/nccl' 2022-11-23T02:05:28.4933109Z Entering 'third_party/neon2sse' 2022-11-23T02:05:28.5689055Z Entering 'third_party/nlohmann' 2022-11-23T02:05:28.6458528Z Entering 'third_party/onnx' 2022-11-23T02:05:28.7244320Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:05:28.8070270Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:05:28.8841913Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:05:28.9628205Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:05:29.0443761Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:05:29.1268678Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:05:29.2093101Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:05:29.2973871Z Entering 'third_party/pocketfft' 2022-11-23T02:05:29.3745213Z Entering 'third_party/protobuf' 2022-11-23T02:05:29.4469005Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:05:29.5184753Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:05:29.5999098Z Entering 'third_party/psimd' 2022-11-23T02:05:29.6839509Z Entering 'third_party/pthreadpool' 2022-11-23T02:05:29.7575348Z Entering 'third_party/pybind11' 2022-11-23T02:05:29.8304270Z Entering 'third_party/python-enum' 2022-11-23T02:05:29.9076054Z Entering 'third_party/python-peachpy' 2022-11-23T02:05:29.9805978Z Entering 'third_party/python-six' 2022-11-23T02:05:30.0558903Z Entering 'third_party/sleef' 2022-11-23T02:05:30.1315309Z Entering 'third_party/tbb' 2022-11-23T02:05:30.2077358Z Entering 'third_party/tensorpipe' 2022-11-23T02:05:30.2808231Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:05:30.3631519Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:05:30.4389602Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:05:30.5200448Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:05:30.5945298Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:05:30.6774586Z Entering 'third_party/zstd' 2022-11-23T02:05:30.7574447Z ##[endgroup] 2022-11-23T02:05:30.7983392Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T02:05:30.8342390Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T02:05:30.9715515Z Prepare all required actions 2022-11-23T02:05:30.9716266Z Getting action download info 2022-11-23T02:05:31.1369696Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T02:05:32.3364026Z ##[group]Run ./.github/actions/setup-win 2022-11-23T02:05:32.3364708Z with: 2022-11-23T02:05:32.3365121Z cuda-version: 11.7 2022-11-23T02:05:32.3365570Z env: 2022-11-23T02:05:32.3366020Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:32.3366445Z ##[endgroup] 2022-11-23T02:05:32.3619279Z ##[group]Run set -euo pipefail 2022-11-23T02:05:32.3619949Z set -euo pipefail 2022-11-23T02:05:32.3620479Z function get_ec2_metadata() { 2022-11-23T02:05:32.3621179Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T02:05:32.3622146Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T02:05:32.3623125Z  category=$1 2022-11-23T02:05:32.3624062Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T02:05:32.3624652Z } 2022-11-23T02:05:32.3625205Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T02:05:32.3625936Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T02:05:32.3626710Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T02:05:32.3627342Z echo "system info $(uname -a)" 2022-11-23T02:05:32.3667808Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:05:32.3668154Z env: 2022-11-23T02:05:32.3668422Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:32.3668708Z ##[endgroup] 2022-11-23T02:05:32.4435410Z ami-id: ami-0bac16a0d43e93376 2022-11-23T02:05:32.4757809Z instance-id: i-075a6bf708cc76712 2022-11-23T02:05:32.5087673Z instance-type: p3.2xlarge 2022-11-23T02:05:32.5530022Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T02:05:32.5789349Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T02:05:32.5790592Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T02:05:32.5839251Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:05:32.5839957Z env: 2022-11-23T02:05:32.5840399Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:32.5840930Z ##[endgroup] 2022-11-23T02:05:33.9244970Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:05:34.1142196Z Finished 2022-11-23T02:05:34.1885932Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T02:05:34.1886502Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T02:05:34.1915410Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:05:34.1915751Z env: 2022-11-23T02:05:34.1915969Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:34.1916189Z ##[endgroup] 2022-11-23T02:05:34.7446933Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:05:34.9142714Z Finished 2022-11-23T02:05:35.8558150Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T02:05:35.8558489Z .\.circleci\scripts\vs_install.ps1 2022-11-23T02:05:35.8597227Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:05:35.8598206Z env: 2022-11-23T02:05:35.8598458Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:35.8598747Z VS_VERSION: 16.8.6 2022-11-23T02:05:35.8599021Z INSTALL_WINDOWS_SDK: 1 2022-11-23T02:05:35.8599261Z ##[endgroup] 2022-11-23T02:05:36.4213268Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:05:36.5945549Z Finished 2022-11-23T02:05:36.9740961Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T02:05:37.0661403Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T02:05:37.0661783Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T02:05:37.0662142Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T02:05:37.0729707Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:05:37.0730310Z env: 2022-11-23T02:05:37.0730790Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:37.0731294Z CUDA_VERSION: 11.7 2022-11-23T02:05:37.0731695Z ##[endgroup] 2022-11-23T02:05:37.1901861Z + case ${CUDA_VERSION} in 2022-11-23T02:05:37.1902282Z + cuda_installer_name=cuda_11.7.0_516.01_windows 2022-11-23T02:05:37.1902978Z + cuda_install_packages='thrust_11.7 nvcc_11.7 cuobjdump_11.7 nvprune_11.7 nvprof_11.7 cupti_11.7 cublas_11.7 cublas_dev_11.7 cudart_11.7 cufft_11.7 cufft_dev_11.7 curand_11.7 curand_dev_11.7 cusolver_11.7 cusolver_dev_11.7 cusparse_11.7 cusparse_dev_11.7 npp_11.7 npp_dev_11.7 nvrtc_11.7 nvrtc_dev_11.7 nvml_dev_11.7' 2022-11-23T02:05:37.1904051Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe ]] 2022-11-23T02:05:37.1906756Z + echo 'Existing CUDA v11.7 installation found, skipping install' 2022-11-23T02:05:37.1907350Z Existing CUDA v11.7 installation found, skipping install 2022-11-23T02:05:37.1908095Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T02:05:37.2185940Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T02:05:37.2186528Z Existing nvtools installation found, skipping install 2022-11-23T02:05:37.2559124Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T02:05:37.2559808Z + case ${CUDA_VERSION} in 2022-11-23T02:05:37.2560196Z + cudnn_file_name=cudnn-windows-x86_64-8.5.0.96_cuda11-archive 2022-11-23T02:05:37.2561046Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T02:05:37.2561576Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.5.0.96_cuda11-archive.zip 2022-11-23T02:05:37.2562191Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/' 2022-11-23T02:05:37.2562870Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7//include/cudnn.h ]] 2022-11-23T02:05:37.2658675Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T02:05:37.2659861Z Existing cudnn installation found, skipping install... 2022-11-23T02:05:37.2962711Z ##[group]Run actions/setup-python@v4 2022-11-23T02:05:37.2963044Z with: 2022-11-23T02:05:37.2963313Z python-version: 3.x 2022-11-23T02:05:37.2963563Z check-latest: false 2022-11-23T02:05:37.2963814Z cache: pip 2022-11-23T02:05:37.2964310Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T02:05:37.2965097Z token: *** 2022-11-23T02:05:37.2965412Z update-environment: true 2022-11-23T02:05:37.2965651Z env: 2022-11-23T02:05:37.2966089Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:05:37.2966451Z ##[endgroup] 2022-11-23T02:05:37.9237916Z Version 3.x was not found in the local cache 2022-11-23T02:05:39.2236463Z Version 3.x is available for downloading 2022-11-23T02:05:39.2238134Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T02:05:39.5845328Z Extract downloaded archive 2022-11-23T02:05:39.6015775Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner\_work\_temp\6e059b1d-017c-4320-b16f-4a9ce14f2b14', 'C:\actions-runner\_work\_temp\aaba5303-40f7-4aa3-822c-0f0a9fe9c1ba')" 2022-11-23T02:05:40.7724608Z Execute installation script 2022-11-23T02:05:41.5259035Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:05:41.6786247Z Finished 2022-11-23T02:05:41.7354514Z Check if Python hostedtoolcache folder exist... 2022-11-23T02:05:41.7355482Z 2022-11-23T02:05:41.7373651Z Create Python toolcache folder 2022-11-23T02:05:41.7374407Z 2022-11-23T02:05:41.7412195Z Check if current Python version is installed... 2022-11-23T02:05:41.7413308Z 2022-11-23T02:05:41.7475285Z No Python3.11.* found 2022-11-23T02:05:41.7476092Z 2022-11-23T02:05:41.7483986Z Remove registry entries for Python 3.11(x64)... 2022-11-23T02:05:41.7487419Z 2022-11-23T02:05:42.1967465Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T02:05:42.1968151Z 2022-11-23T02:05:42.1995865Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:05:42.1996905Z 2022-11-23T02:05:42.2286418Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T02:05:42.2289295Z 2022-11-23T02:06:28.1569128Z Create python3 symlink 2022-11-23T02:06:28.1570878Z 2022-11-23T02:06:28.2194783Z 2022-11-23T02:06:28.2199340Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:06:28.2199900Z 2022-11-23T02:06:28.2211053Z Mode LastWriteTime Length Name 2022-11-23T02:06:28.2214700Z ---- ------------- ------ ---- 2022-11-23T02:06:28.2220976Z -a---l 11/23/2022 2:06 AM 0 python3.exe 2022-11-23T02:06:28.2231265Z Install and upgrade Pip 2022-11-23T02:06:28.2232097Z 2022-11-23T02:06:31.1691174Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmp82hf8a4l 2022-11-23T02:06:31.1734031Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T02:06:31.1755634Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T02:06:32.3005669Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T02:06:32.4436661Z Collecting pip 2022-11-23T02:06:32.4954223Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T02:06:32.6121335Z 2022-11-23T02:06:32.6123146Z ---------------------------------------- 2.1/2.1 MB 21.7 MB/s eta 0:00:00 2022-11-23T02:06:32.6131522Z 2022-11-23T02:06:32.7072119Z Installing collected packages: pip 2022-11-23T02:06:32.7073279Z Attempting uninstall: pip 2022-11-23T02:06:32.7119528Z Found existing installation: pip 22.3 2022-11-23T02:06:33.4362113Z Uninstalling pip-22.3: 2022-11-23T02:06:33.4718779Z Successfully uninstalled pip-22.3 2022-11-23T02:06:39.8660720Z Successfully installed pip-22.3.1 2022-11-23T02:06:40.0874246Z Create complete file 2022-11-23T02:06:40.0874712Z 2022-11-23T02:06:40.0895466Z 2022-11-23T02:06:40.0898556Z 2022-11-23T02:06:40.1383544Z Successfully set up CPython (3.11.0) 2022-11-23T02:07:06.3861785Z Received 11658366 of 11658366 (100.0%), 58.2 MBs/sec 2022-11-23T02:07:06.3864973Z Cache Size: ~11 MB (11658366 B) 2022-11-23T02:07:06.3919406Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/04e5f243-e1b9-4236-83a4-fe3201778302/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T02:07:06.5835060Z Cache restored successfully 2022-11-23T02:07:06.5879055Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T02:07:06.6446812Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T02:07:06.6447591Z with: 2022-11-23T02:07:06.6448272Z github-secret: *** 2022-11-23T02:07:06.6448539Z activate-with-label: false 2022-11-23T02:07:06.6448822Z label: with-ssh 2022-11-23T02:07:06.6449125Z remove-existing-keys: true 2022-11-23T02:07:06.6449426Z env: 2022-11-23T02:07:06.6449853Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:06.6450213Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:06.6450987Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:06.6451425Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:06.6451877Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:06.6452324Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:06.6452658Z ##[endgroup] 2022-11-23T02:07:06.8834138Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T02:07:06.9144108Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T02:07:06.9144598Z python3 -m pip install psutil==5.9.1 2022-11-23T02:07:06.9144943Z python3 -m pip install pynvml==11.4.1 2022-11-23T02:07:06.9145334Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T02:07:06.9145713Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T02:07:06.9186438Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:07:06.9186829Z env: 2022-11-23T02:07:06.9187055Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:06.9187440Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:06.9188134Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:06.9188807Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:06.9189335Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:06.9189777Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:06.9190091Z ##[endgroup] 2022-11-23T02:07:08.0797829Z Collecting psutil==5.9.1 2022-11-23T02:07:08.1304548Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T02:07:08.1659257Z ------------------------------------- 479.1/479.1 kB 15.1 MB/s eta 0:00:00 2022-11-23T02:07:08.4905493Z Installing build dependencies: started 2022-11-23T02:07:13.6889620Z Installing build dependencies: finished with status 'done' 2022-11-23T02:07:13.6908329Z Getting requirements to build wheel: started 2022-11-23T02:07:14.9067938Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T02:07:14.9199177Z Preparing metadata (pyproject.toml): started 2022-11-23T02:07:15.8831750Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T02:07:15.9191905Z Building wheels for collected packages: psutil 2022-11-23T02:07:15.9226122Z Building wheel for psutil (pyproject.toml): started 2022-11-23T02:07:32.6136375Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T02:07:32.6322762Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246137 sha256=4eb075cc9dada1c5fbd81862178ca8dda73e655957c33421c079c2b1f2926cf8 2022-11-23T02:07:32.6325122Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T02:07:32.6450373Z Successfully built psutil 2022-11-23T02:07:32.7185298Z Installing collected packages: psutil 2022-11-23T02:07:33.3192770Z Successfully installed psutil-5.9.1 2022-11-23T02:07:34.6612432Z Collecting pynvml==11.4.1 2022-11-23T02:07:34.6939207Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T02:07:34.7081313Z ---------------------------------------- 47.0/47.0 kB 2.3 MB/s eta 0:00:00 2022-11-23T02:07:34.8090338Z Installing collected packages: pynvml 2022-11-23T02:07:34.9646744Z Successfully installed pynvml-11.4.1 2022-11-23T02:07:35.1363540Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T02:07:35.1363939Z with: 2022-11-23T02:07:35.1364192Z name: win-vs2019-cuda11.7-py3 2022-11-23T02:07:35.1364655Z path: C:\3528394938\build-results 2022-11-23T02:07:35.1364941Z s3-bucket: gha-artifacts 2022-11-23T02:07:35.1365292Z region: us-east-1 2022-11-23T02:07:35.1365730Z env: 2022-11-23T02:07:35.1365967Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:35.1366320Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:35.1366763Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:35.1367188Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:35.1367561Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:35.1367952Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:35.1368260Z ##[endgroup] 2022-11-23T02:07:36.7780253Z Found 3 objects with prefix pytorch/pytorch/3528394938/win-vs2019-cuda11.7-py3/ 2022-11-23T02:07:36.7789352Z Starting download (1/3): C:\3528394938\build-results\.ninja_log 2022-11-23T02:07:36.9539816Z Finished download (1/3): C:\3528394938\build-results\.ninja_log 2022-11-23T02:07:36.9541807Z Starting download (2/3): C:\3528394938\build-results\.pytorch-test-times.json 2022-11-23T02:07:37.0008889Z Finished download (2/3): C:\3528394938\build-results\.pytorch-test-times.json 2022-11-23T02:07:37.0012551Z Starting download (3/3): C:\3528394938\build-results\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:07:38.8823821Z Finished download (3/3): C:\3528394938\build-results\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:07:38.8824233Z 2022-11-23T02:07:38.8847398Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T02:07:38.8858877Z Artifact download has finished successfully 2022-11-23T02:07:38.9333872Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T02:07:38.9334836Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T02:07:38.9369297Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:07:38.9369820Z env: 2022-11-23T02:07:38.9370073Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:38.9370554Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:38.9371119Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:38.9371548Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:38.9371949Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:38.9372324Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:38.9372638Z ##[endgroup] 2022-11-23T02:07:39.5124244Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:07:39.7339010Z Finished 2022-11-23T02:07:40.2960188Z Folder PATH listing 2022-11-23T02:07:40.2960639Z Volume serial number is 0241-89EB 2022-11-23T02:07:40.2960936Z C:\3528394938\BUILD-RESULTS 2022-11-23T02:07:40.3522544Z .ninja_log 2022-11-23T02:07:40.3523135Z .pytorch-test-times.json 2022-11-23T02:07:40.3523853Z win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:07:40.3524414Z 2022-11-23T02:07:40.3529830Z No subfolders exist 2022-11-23T02:07:40.3530037Z 2022-11-23T02:07:40.4007094Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T02:07:40.4008128Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T02:07:40.4008692Z  2022-11-23T02:07:40.4009275Z # sanitize the input commit message and PR body here: 2022-11-23T02:07:40.4009929Z # 2022-11-23T02:07:40.4010764Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T02:07:40.4011806Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T02:07:40.4012605Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T02:07:40.4013166Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T02:07:40.4013555Z  2022-11-23T02:07:40.4013923Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T02:07:40.4014373Z # wreak havoc internally 2022-11-23T02:07:40.4014705Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T02:07:40.4015031Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T02:07:40.4015262Z  2022-11-23T02:07:40.4015515Z .jenkins/pytorch/win-test.sh 2022-11-23T02:07:40.4056246Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:07:40.4056800Z env: 2022-11-23T02:07:40.4057045Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:07:40.4057671Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:40.4058130Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:07:40.4058555Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:40.4058953Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:40.4059323Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:40.4059623Z USE_CUDA: 1 2022-11-23T02:07:40.4059858Z INSTALL_WINDOWS_SDK: 1 2022-11-23T02:07:40.4060104Z PYTHON_VERSION: 3.8 2022-11-23T02:07:40.4060367Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:07:40.4060626Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:07:40.4060898Z VC_PRODUCT: BuildTools 2022-11-23T02:07:40.4061140Z VC_VERSION: 2022-11-23T02:07:40.4061368Z VS_VERSION: 16.8.6 2022-11-23T02:07:40.4061598Z VC_YEAR: 2019 2022-11-23T02:07:40.4061825Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:07:40.4062246Z PR_NUMBER: 2022-11-23T02:07:40.4062516Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:07:40.4062792Z CUDA_VERSION: 11.7 2022-11-23T02:07:40.4063272Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528394938/build-results/ 2022-11-23T02:07:40.4063595Z BUILD_ENVIRONMENT: win-vs2019-cuda11.7-py3 2022-11-23T02:07:40.4064247Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T02:07:40.4064586Z SHARD_NUMBER: 3 2022-11-23T02:07:40.4064817Z NUM_TEST_SHARDS: 3 2022-11-23T02:07:40.4065058Z TEST_CONFIG: default 2022-11-23T02:07:40.4065285Z PR_BODY: 2022-11-23T02:07:40.4065497Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T02:07:40.4065772Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 1 2022-11-23T02:07:40.4066073Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T02:07:40.4066566Z ##[endgroup] 2022-11-23T02:07:40.5529936Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T02:07:40.6300611Z ++ cd .jenkins/pytorch 2022-11-23T02:07:40.6313420Z ++ pwd 2022-11-23T02:07:40.6322830Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T02:07:40.6323688Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T02:07:40.6449005Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T02:07:40.6629345Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T02:07:40.6644854Z +++ declare -f -t trap_add 2022-11-23T02:07:40.6649591Z ++ set -ex 2022-11-23T02:07:40.6650273Z ++ [[ win-vs2019-cuda11.7-py3 == *rocm* ]] 2022-11-23T02:07:40.6650656Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T02:07:40.6766474Z ++ git rev-parse HEAD 2022-11-23T02:07:40.7272730Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:07:40.7275982Z + export IMAGE_COMMIT_ID 2022-11-23T02:07:40.7276739Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:07:40.7277730Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:07:40.7278370Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T02:07:40.7279134Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:07:40.7279913Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:07:40.7413568Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:07:40.7990545Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T02:07:40.7991366Z + export TMP_DIR_WIN 2022-11-23T02:07:40.7992012Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:07:40.7992751Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:07:40.8116478Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:07:40.8338276Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T02:07:40.8339008Z + export PROJECT_DIR_WIN 2022-11-23T02:07:40.8339643Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:07:40.8340408Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:07:40.8445497Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:07:40.8649560Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T02:07:40.8650429Z + export TEST_DIR_WIN 2022-11-23T02:07:40.8651057Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528394938/build-results/ 2022-11-23T02:07:40.8651774Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528394938/build-results/ 2022-11-23T02:07:40.8764475Z ++ cygpath -w /c/3528394938/build-results/ 2022-11-23T02:07:40.8960310Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528394938\build-results\' 2022-11-23T02:07:40.8961366Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T02:07:40.8962125Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T02:07:40.9406891Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T02:07:40.9407880Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T02:07:40.9760010Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T02:07:41.0232084Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T02:07:41.0237199Z + '[' -n '' ']' 2022-11-23T02:07:41.0238689Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T02:07:41.0239620Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T02:07:41.0240432Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T02:07:41.0240762Z + [[ win-vs2019-cuda11.7-py3 == *cuda* ]] 2022-11-23T02:07:41.0241100Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T02:07:41.0241621Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T02:07:41.0243536Z + run_tests 2022-11-23T02:07:41.0244544Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T02:07:41.0245795Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T02:07:41.0247135Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T02:07:42.2499129Z Wed Nov 23 02:07:41 2022 2022-11-23T02:07:42.2499825Z +-----------------------------------------------------------------------------+ 2022-11-23T02:07:42.2501072Z | NVIDIA-SMI 462.31 Driver Version: 462.31 CUDA Version: 11.2 | 2022-11-23T02:07:42.2501583Z |-------------------------------+----------------------+----------------------+ 2022-11-23T02:07:42.2502021Z | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-11-23T02:07:42.2502421Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-11-23T02:07:42.2502794Z | | | MIG M. | 2022-11-23T02:07:42.2503097Z |===============================+======================+======================| 2022-11-23T02:07:42.2850473Z | 0 Tesla V100-SXM2... TCC | 00000000:00:1E.0 Off | 0 | 2022-11-23T02:07:42.2851148Z | N/A 32C P0 24W / 300W | 0MiB / 16258MiB | 0% Default | 2022-11-23T02:07:42.2851653Z | | | N/A | 2022-11-23T02:07:42.2852267Z +-------------------------------+----------------------+----------------------+ 2022-11-23T02:07:42.2852651Z 2022-11-23T02:07:42.2853023Z +-----------------------------------------------------------------------------+ 2022-11-23T02:07:42.2853390Z | Processes: | 2022-11-23T02:07:42.2853747Z | GPU GI CI PID Type Process name GPU Memory | 2022-11-23T02:07:42.2854087Z | ID ID Usage | 2022-11-23T02:07:42.2854405Z |=============================================================================| 2022-11-23T02:07:42.2855557Z | No running processes found | 2022-11-23T02:07:42.2855998Z +-----------------------------------------------------------------------------+ 2022-11-23T02:07:42.8434627Z + break 2022-11-23T02:07:42.8435213Z + [[ default == *functorch* ]] 2022-11-23T02:07:42.8435682Z + [[ 3 -eq 1 ]] 2022-11-23T02:07:42.8436231Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T02:07:42.8765428Z 2022-11-23T02:07:42.8766258Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T02:07:42.8786590Z 2022-11-23T02:07:42.8787411Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T02:07:42.8788328Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:07:42.8788874Z exit /b 0 2022-11-23T02:07:42.8789163Z ) 2022-11-23T02:07:42.8791295Z 2022-11-23T02:07:42.8793384Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T02:07:42.8796760Z 2022-11-23T02:07:42.8797297Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T02:07:42.8803162Z 2022-11-23T02:07:42.8804412Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T02:07:42.8828964Z 2022-11-23T02:07:42.8829610Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.7-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T02:07:42.8838363Z 2022-11-23T02:07:42.8838845Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T02:07:42.8844643Z 2022-11-23T02:07:42.8845550Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T02:07:42.8846809Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-11-23T02:07:42.8847516Z if errorlevel 1 exit /b 2022-11-23T02:07:42.8847798Z if not errorlevel 0 exit /b 2022-11-23T02:07:42.8848384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-11-23T02:07:42.8848912Z if errorlevel 1 exit /b 2022-11-23T02:07:42.8849187Z if not errorlevel 0 exit /b 2022-11-23T02:07:42.8849431Z ) 2022-11-23T02:07:42.8849864Z 2022-11-23T02:07:42.8850669Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T02:07:47.3998239Z 2022-11-23T02:07:47.3999168Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T02:07:47.3999654Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T02:07:47.3999985Z if errorlevel 1 exit /b 2022-11-23T02:07:47.4000256Z if not errorlevel 0 exit /b 2022-11-23T02:07:47.4000554Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T02:07:47.4000860Z if errorlevel 1 exit /b 2022-11-23T02:07:47.4001132Z if not errorlevel 0 exit /b 2022-11-23T02:07:47.4001391Z ) 2022-11-23T02:07:47.4003480Z 2022-11-23T02:07:47.4003976Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T02:07:47.4005805Z 2022-11-23T02:07:47.4006296Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T02:07:47.4012102Z 2022-11-23T02:07:47.4012996Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:07:47.4013677Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T02:07:47.4014130Z if errorlevel 1 exit /b 2022-11-23T02:07:47.4014677Z if not errorlevel 0 exit /b 2022-11-23T02:07:47.4014922Z ) 2022-11-23T02:07:55.4713118Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T02:07:57.5281957Z Solving environment: ...working... done 2022-11-23T02:07:57.8180960Z 2022-11-23T02:07:57.8181574Z # All requested packages already installed. 2022-11-23T02:07:57.8181815Z 2022-11-23T02:07:57.9034891Z Retrieving notices: ...working... done 2022-11-23T02:07:59.3072476Z 2022-11-23T02:07:59.3073336Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T02:07:59.3082550Z 2022-11-23T02:07:59.3083658Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-11-23T02:07:59.5179252Z ********************************************************************** 2022-11-23T02:07:59.5180000Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T02:07:59.5180513Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T02:07:59.5180810Z ********************************************************************** 2022-11-23T02:08:00.3841589Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T02:08:00.3922431Z 2022-11-23T02:08:00.3923515Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T02:08:00.3933214Z 2022-11-23T02:08:00.3934672Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T02:08:01.9792532Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T02:08:01.9822503Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T02:08:01.9837138Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T02:08:01.9851858Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T02:08:01.9870590Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T02:08:01.9885221Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T02:08:01.9902222Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T02:08:01.9912488Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T02:08:01.9936180Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T02:08:01.9946414Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T02:08:01.9959550Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T02:08:01.9976973Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T02:08:01.9989847Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T02:08:02.0004544Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T02:08:02.0019160Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T02:08:02.0035821Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T02:08:02.0053482Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T02:08:02.0711131Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-11-23T02:08:02.0722617Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T02:08:02.0939960Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-11-23T02:08:02.6059511Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T02:08:02.6871294Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T02:08:02.6892029Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T02:08:02.6911250Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T02:08:02.6927068Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T02:08:02.6944636Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T02:08:02.6964371Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T02:08:02.6993447Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T02:08:02.7007732Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T02:08:02.7024368Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T02:08:02.7747102Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-11-23T02:08:02.8063325Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T02:08:02.8086823Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T02:08:02.8096645Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T02:08:02.8108848Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T02:08:02.8121802Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T02:08:02.8336537Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T02:08:02.8353104Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T02:08:02.8654332Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T02:08:02.8792067Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T02:08:03.0332008Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-11-23T02:08:03.0616442Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-11-23T02:08:03.1037877Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-11-23T02:08:03.1056582Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-11-23T02:08:03.1712361Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-11-23T02:08:03.1723765Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-11-23T02:08:03.1739656Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-11-23T02:08:03.1752460Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-11-23T02:08:03.3112598Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-11-23T02:08:03.3411847Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-11-23T02:08:03.3528382Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-11-23T02:08:03.9996617Z 2022-11-23T02:08:03.9997637Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T02:08:03.9998821Z 2022-11-23T02:08:03.9999687Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T02:08:04.0004214Z 2022-11-23T02:08:04.0005038Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T02:08:04.0009911Z 2022-11-23T02:08:04.0010694Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2022-11-23T02:08:04.0012621Z 2022-11-23T02:08:04.0013103Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7 2022-11-23T02:08:04.0017368Z 2022-11-23T02:08:04.0017792Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2022-11-23T02:08:04.0019765Z 2022-11-23T02:08:04.0020142Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=11_7 2022-11-23T02:08:04.0023984Z 2022-11-23T02:08:04.0024456Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V11_7=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7 2022-11-23T02:08:04.0030427Z 2022-11-23T02:08:04.0031097Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64 2022-11-23T02:08:04.0035914Z 2022-11-23T02:08:04.0037163Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7 2022-11-23T02:08:04.0040968Z 2022-11-23T02:08:04.0043472Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7 2022-11-23T02:08:04.0046642Z 2022-11-23T02:08:04.0047298Z (base) C:\actions-runner\_work\pytorch\pytorch>set NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt 2022-11-23T02:08:04.0051826Z 2022-11-23T02:08:04.0058905Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T02:08:04.0064343Z 2022-11-23T02:08:04.0064826Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_CUDALIB=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin 2022-11-23T02:08:04.0065192Z 2022-11-23T02:08:04.0065531Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_LIBDEVICE=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\nvvm\libdevice 2022-11-23T02:08:04.0066768Z 2022-11-23T02:08:04.0067291Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_NVVM=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\nvvm\bin\nvvm64_32_0.dll 2022-11-23T02:08:04.0072441Z 2022-11-23T02:08:04.0073211Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T02:08:04.0081029Z 2022-11-23T02:08:04.0082002Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:08:04.0083148Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T02:08:04.0084405Z copy /Y C:\3528394938\build-results\\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T02:08:04.0085742Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T02:08:04.0086525Z popd 2022-11-23T02:08:04.0087383Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T02:08:04.3432922Z 1 file(s) copied. 2022-11-23T02:08:04.5262861Z 2022-11-23T02:08:04.5263489Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:08:04.5263777Z 2022-11-23T02:08:04.5263919Z Scanning the drive for archives: 2022-11-23T02:08:04.5264224Z 1 file, 183785431 bytes (176 MiB) 2022-11-23T02:08:04.5264390Z 2022-11-23T02:08:04.5264764Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:08:25.4957969Z -- 2022-11-23T02:08:25.4958992Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:08:25.4959728Z Type = 7z 2022-11-23T02:08:25.4960125Z Physical Size = 183785431 2022-11-23T02:08:25.4960542Z Headers Size = 131623 2022-11-23T02:08:25.4960982Z Method = LZMA2:24 BCJ 2022-11-23T02:08:25.4961432Z Solid = + 2022-11-23T02:08:25.4961732Z Blocks = 2 2022-11-23T02:08:25.4961876Z 2022-11-23T02:08:25.4965180Z Everything is Ok 2022-11-23T02:08:25.4965530Z 2022-11-23T02:08:25.4965670Z Folders: 604 2022-11-23T02:08:25.4966210Z Files: 11127 2022-11-23T02:08:25.4966450Z Size: 1183693778 2022-11-23T02:08:25.4966704Z Compressed: 183785431 2022-11-23T02:08:25.6120402Z 2022-11-23T02:08:25.6121373Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:08:25.6122007Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:08:25.6122976Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:08:25.6123967Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:08:25.6124670Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T02:08:25.6125087Z ) 2022-11-23T02:08:27.6147429Z Completed 2.3 KiB/2.3 KiB (38.0 KiB/s) with 1 file(s) remaining 2022-11-23T02:08:27.6148426Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T02:08:27.7399550Z 2022-11-23T02:08:27.7400565Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T02:08:27.7401686Z echo "setup pytorch env failed" 2022-11-23T02:08:27.7402012Z echo 0 2022-11-23T02:08:27.7402232Z exit /b 2022-11-23T02:08:27.7402445Z ) 2022-11-23T02:08:27.7402712Z 2022-11-23T02:08:27.7403073Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T02:08:27.7410559Z 2022-11-23T02:08:27.7411218Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T02:08:27.7415817Z 2022-11-23T02:08:27.7417179Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "3" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-11-23T02:08:27.7417668Z echo Some smoke tests 2022-11-23T02:08:27.7418032Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T02:08:27.7418581Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T02:08:27.7419345Z if ERRORLEVEL 1 goto fail 2022-11-23T02:08:27.7419745Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T02:08:27.7420114Z if ERRORLEVEL 1 goto fail 2022-11-23T02:08:27.7420357Z ) ) 2022-11-23T02:08:27.7420492Z 2022-11-23T02:08:27.7420716Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T02:08:27.7421105Z Copying over test times file 2022-11-23T02:08:27.7422015Z 2022-11-23T02:08:27.7422932Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528394938\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T02:08:27.7439757Z 1 file(s) copied. 2022-11-23T02:08:27.7442308Z 2022-11-23T02:08:27.7442861Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T02:08:27.7443927Z Run nn tests 2022-11-23T02:08:27.7446241Z 2022-11-23T02:08:27.7446904Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "3" "3" --verbose 2022-11-23T02:08:45.9061334Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:08:45.9061998Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T02:08:45.9140780Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:08:45.9142431Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T02:08:45.9143348Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:08:45.9144208Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T02:08:45.9233529Z Selected tests: 2022-11-23T02:08:45.9234152Z test_ops_gradients 2022-11-23T02:08:45.9234862Z test_tensor_creation_ops 2022-11-23T02:08:45.9235325Z test_tensorexpr 2022-11-23T02:08:45.9235869Z test_cpp_extensions_open_device_registration 2022-11-23T02:08:45.9236371Z test_fx 2022-11-23T02:08:45.9236807Z test_cpp_extensions_aot_ninja 2022-11-23T02:08:45.9237250Z test_linalg 2022-11-23T02:08:45.9237669Z test_dispatch 2022-11-23T02:08:45.9238158Z distributions/test_distributions 2022-11-23T02:08:45.9238694Z test_cuda_nvml_based_avail 2022-11-23T02:08:45.9239184Z test_cuda_primary_ctx 2022-11-23T02:08:45.9239649Z dynamo/test_dynamic_shapes 2022-11-23T02:08:45.9240245Z dynamo/test_functions 2022-11-23T02:08:45.9240690Z dynamo/test_minifier 2022-11-23T02:08:45.9241311Z dynamo/test_modules 2022-11-23T02:08:45.9241803Z dynamo/test_optimizations 2022-11-23T02:08:45.9242273Z dynamo/test_recompile_ux 2022-11-23T02:08:45.9242797Z dynamo/test_skip_non_tensor 2022-11-23T02:08:45.9243286Z dynamo/test_unspec 2022-11-23T02:08:45.9243731Z inductor/test_perf 2022-11-23T02:08:45.9245307Z inductor/test_torchinductor_opinfo 2022-11-23T02:08:45.9245925Z lazy/test_extract_compiled_graph 2022-11-23T02:08:45.9246396Z test_deploy 2022-11-23T02:08:45.9246884Z doctests 2022-11-23T02:08:45.9247266Z test_meta 2022-11-23T02:08:45.9247881Z test_quantization 2022-11-23T02:08:45.9248301Z test_jit_fuser_te 2022-11-23T02:08:45.9248708Z test_unary_ufuncs 2022-11-23T02:08:45.9249116Z test_dataloader 2022-11-23T02:08:45.9249521Z test_mkldnn_fusion 2022-11-23T02:08:45.9249951Z test_binary_ufuncs 2022-11-23T02:08:45.9250334Z test_sparse 2022-11-23T02:08:45.9250738Z test_utils 2022-11-23T02:08:45.9251155Z test_view_ops 2022-11-23T02:08:45.9251588Z test_sort_and_select 2022-11-23T02:08:45.9251990Z test_schema_check 2022-11-23T02:08:45.9252411Z test_shape_ops 2022-11-23T02:08:45.9252853Z lazy/test_step_closures 2022-11-23T02:08:45.9253419Z nn/test_packed_sequence 2022-11-23T02:08:45.9253922Z test_fx_experimental 2022-11-23T02:08:45.9254383Z test_optim 2022-11-23T02:08:45.9254637Z test_dynamic_shapes 2022-11-23T02:08:45.9254916Z profiler/test_profiler_tree 2022-11-23T02:08:45.9255194Z test_numba_integration 2022-11-23T02:08:45.9255452Z test_type_promotion 2022-11-23T02:08:45.9255675Z test_transformers 2022-11-23T02:08:45.9255918Z test_ao_sparsity 2022-11-23T02:08:45.9256158Z test_jiterator 2022-11-23T02:08:45.9256398Z test_import_stats 2022-11-23T02:08:45.9256657Z test_xnnpack_integration 2022-11-23T02:08:45.9256903Z test_tensorexpr_pybind 2022-11-23T02:08:45.9257155Z test_nestedtensor 2022-11-23T02:08:45.9257396Z nn/test_module_hooks 2022-11-23T02:08:45.9257685Z test_set_default_mobile_cpu_allocator 2022-11-23T02:08:45.9257968Z test_expanded_weights 2022-11-23T02:08:45.9258193Z test_namedtensor 2022-11-23T02:08:45.9258442Z test_serialization 2022-11-23T02:08:45.9258701Z test_scatter_gather_ops 2022-11-23T02:08:45.9258952Z test_complex 2022-11-23T02:08:45.9259203Z backends/xeon/test_launch 2022-11-23T02:08:45.9259427Z test_license 2022-11-23T02:08:46.2220746Z parallel (file granularity) tests: 2022-11-23T02:08:46.2221242Z dynamo/test_dynamic_shapes 2022-11-23T02:08:46.2221549Z dynamo/test_functions 2022-11-23T02:08:46.2221781Z dynamo/test_minifier 2022-11-23T02:08:46.2222023Z dynamo/test_modules 2022-11-23T02:08:46.2222276Z dynamo/test_optimizations 2022-11-23T02:08:46.2222545Z dynamo/test_recompile_ux 2022-11-23T02:08:46.2222813Z dynamo/test_skip_non_tensor 2022-11-23T02:08:46.2223045Z dynamo/test_unspec 2022-11-23T02:08:46.2223291Z inductor/test_perf 2022-11-23T02:08:46.2223562Z lazy/test_extract_compiled_graph 2022-11-23T02:08:46.2224052Z test_deploy 2022-11-23T02:08:46.2224276Z test_meta 2022-11-23T02:08:46.2224476Z test_quantization 2022-11-23T02:08:46.2224702Z test_jit_fuser_te 2022-11-23T02:08:46.2225071Z test_unary_ufuncs 2022-11-23T02:08:46.2225306Z test_dataloader 2022-11-23T02:08:46.2225541Z test_mkldnn_fusion 2022-11-23T02:08:46.2225864Z test_binary_ufuncs 2022-11-23T02:08:46.2226196Z test_sparse 2022-11-23T02:08:46.2226431Z test_utils 2022-11-23T02:08:46.2226654Z test_view_ops 2022-11-23T02:08:46.2226888Z test_sort_and_select 2022-11-23T02:08:46.2227105Z test_schema_check 2022-11-23T02:08:46.2227333Z test_shape_ops 2022-11-23T02:08:46.2227576Z lazy/test_step_closures 2022-11-23T02:08:46.2227826Z nn/test_packed_sequence 2022-11-23T02:08:46.2228075Z test_fx_experimental 2022-11-23T02:08:46.2228281Z test_optim 2022-11-23T02:08:46.2228512Z test_dynamic_shapes 2022-11-23T02:08:46.2228779Z profiler/test_profiler_tree 2022-11-23T02:08:46.2229057Z test_numba_integration 2022-11-23T02:08:46.2229307Z test_type_promotion 2022-11-23T02:08:46.2229525Z test_transformers 2022-11-23T02:08:46.2229761Z test_ao_sparsity 2022-11-23T02:08:46.2229994Z test_jiterator 2022-11-23T02:08:46.2230225Z test_import_stats 2022-11-23T02:08:46.2230472Z test_xnnpack_integration 2022-11-23T02:08:46.2230713Z test_tensorexpr_pybind 2022-11-23T02:08:46.2230964Z test_nestedtensor 2022-11-23T02:08:46.2231342Z nn/test_module_hooks 2022-11-23T02:08:46.2231759Z test_set_default_mobile_cpu_allocator 2022-11-23T02:08:46.2232037Z test_expanded_weights 2022-11-23T02:08:46.2232267Z test_namedtensor 2022-11-23T02:08:46.2232629Z test_serialization 2022-11-23T02:08:46.2233014Z test_scatter_gather_ops 2022-11-23T02:08:46.2233258Z test_complex 2022-11-23T02:08:46.2233489Z backends/xeon/test_launch 2022-11-23T02:08:46.2233701Z test_license 2022-11-23T02:08:46.2233953Z serial (file granularity) tests: 2022-11-23T02:08:46.2234207Z test_ops_gradients 2022-11-23T02:08:46.2234460Z test_tensor_creation_ops 2022-11-23T02:08:46.2234705Z test_tensorexpr 2022-11-23T02:08:46.2234969Z test_cpp_extensions_open_device_registration 2022-11-23T02:08:46.2235244Z test_fx 2022-11-23T02:08:46.2235487Z test_cpp_extensions_aot_ninja 2022-11-23T02:08:46.2235739Z test_linalg 2022-11-23T02:08:46.2235965Z test_dispatch 2022-11-23T02:08:46.2236199Z distributions/test_distributions 2022-11-23T02:08:46.2236481Z test_cuda_nvml_based_avail 2022-11-23T02:08:46.2236744Z test_cuda_primary_ctx 2022-11-23T02:08:46.2237024Z inductor/test_torchinductor_opinfo 2022-11-23T02:08:46.2237283Z doctests 2022-11-23T02:08:50.5828062Z Running dynamo/test_dynamic_shapes ... [2022-11-23 02:08:50.580733] 2022-11-23T02:08:50.5836241Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:50.580733] 2022-11-23T02:08:50.5839005Z Ignoring disabled issues: [] 2022-11-23T02:08:55.1258166Z 2022-11-23T02:08:55.1259439Z Expand the folded group to see the log file of dynamo/test_dynamic_shapes 2022-11-23T02:08:55.1261539Z ##[group]PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_18z29h63) 2022-11-23T02:08:55.1262215Z 2022-11-23T02:08:55.1262747Z ##[endgroup] 2022-11-23T02:08:55.1263622Z FINISHED PRINTING LOG FILE of dynamo/test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_dynamic_shapes_18z29h63) 2022-11-23T02:08:55.1264273Z 2022-11-23T02:08:59.8479402Z Running dynamo/test_functions ... [2022-11-23 02:08:59.847153] 2022-11-23T02:08:59.8487615Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:08:59.848461] 2022-11-23T02:08:59.8490351Z Ignoring disabled issues: [] 2022-11-23T02:09:04.1509788Z 2022-11-23T02:09:04.1510941Z Expand the folded group to see the log file of dynamo/test_functions 2022-11-23T02:09:04.1513162Z ##[group]PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_gkw57eyz) 2022-11-23T02:09:04.1513830Z 2022-11-23T02:09:04.1514343Z ##[endgroup] 2022-11-23T02:09:04.1515227Z FINISHED PRINTING LOG FILE of dynamo/test_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_functions_gkw57eyz) 2022-11-23T02:09:04.1515865Z 2022-11-23T02:09:08.8997838Z Running dynamo/test_minifier ... [2022-11-23 02:09:08.897212] 2022-11-23T02:09:08.9006487Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:08.900384] 2022-11-23T02:09:08.9009695Z Ignoring disabled issues: [] 2022-11-23T02:09:13.0393755Z 2022-11-23T02:09:13.0394583Z Expand the folded group to see the log file of dynamo/test_minifier 2022-11-23T02:09:13.0396352Z ##[group]PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_u3v85lss) 2022-11-23T02:09:13.0397146Z 2022-11-23T02:09:13.0397704Z ##[endgroup] 2022-11-23T02:09:13.0398811Z FINISHED PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_u3v85lss) 2022-11-23T02:09:13.0399461Z 2022-11-23T02:09:17.7953534Z Running dynamo/test_modules ... [2022-11-23 02:09:17.794511] 2022-11-23T02:09:17.7961707Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:17.795905] 2022-11-23T02:09:17.7964416Z Ignoring disabled issues: [] 2022-11-23T02:09:22.2092900Z 2022-11-23T02:09:22.2094584Z Expand the folded group to see the log file of dynamo/test_modules 2022-11-23T02:09:22.2096047Z ##[group]PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_6zql3s9k) 2022-11-23T02:09:22.2096654Z 2022-11-23T02:09:22.2097034Z ##[endgroup] 2022-11-23T02:09:22.2097527Z FINISHED PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_6zql3s9k) 2022-11-23T02:09:22.2098053Z 2022-11-23T02:09:26.8676966Z Running dynamo/test_optimizations ... [2022-11-23 02:09:26.861069] 2022-11-23T02:09:26.8685009Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:26.861069] 2022-11-23T02:09:26.8687501Z Ignoring disabled issues: [] 2022-11-23T02:09:31.1036025Z 2022-11-23T02:09:31.1037340Z Expand the folded group to see the log file of dynamo/test_optimizations 2022-11-23T02:09:31.1038998Z ##[group]PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_pv_a7uq4) 2022-11-23T02:09:31.1039692Z 2022-11-23T02:09:31.1040256Z ##[endgroup] 2022-11-23T02:09:31.1041095Z FINISHED PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_pv_a7uq4) 2022-11-23T02:09:31.1041922Z 2022-11-23T02:09:35.8548257Z Running dynamo/test_recompile_ux ... [2022-11-23 02:09:35.854330] 2022-11-23T02:09:35.8557503Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_recompile_ux.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:35.855591] 2022-11-23T02:09:35.8560232Z Ignoring disabled issues: [] 2022-11-23T02:09:40.1755218Z 2022-11-23T02:09:40.1755993Z Expand the folded group to see the log file of dynamo/test_recompile_ux 2022-11-23T02:09:40.1757011Z ##[group]PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_mzscdc70) 2022-11-23T02:09:40.1757437Z 2022-11-23T02:09:40.1758899Z ##[endgroup] 2022-11-23T02:09:40.1760789Z FINISHED PRINTING LOG FILE of dynamo/test_recompile_ux (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_recompile_ux_mzscdc70) 2022-11-23T02:09:40.1761409Z 2022-11-23T02:09:45.1177489Z Running dynamo/test_skip_non_tensor ... [2022-11-23 02:09:45.112984] 2022-11-23T02:09:45.1186165Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_skip_non_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:45.112984] 2022-11-23T02:09:45.1190605Z Ignoring disabled issues: [] 2022-11-23T02:09:49.2047874Z 2022-11-23T02:09:49.2048706Z Expand the folded group to see the log file of dynamo/test_skip_non_tensor 2022-11-23T02:09:49.2050484Z ##[group]PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_nuccjnor) 2022-11-23T02:09:49.2052566Z 2022-11-23T02:09:49.2053672Z ##[endgroup] 2022-11-23T02:09:49.2054528Z FINISHED PRINTING LOG FILE of dynamo/test_skip_non_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_skip_non_tensor_nuccjnor) 2022-11-23T02:09:49.2054974Z 2022-11-23T02:09:53.9749956Z Running dynamo/test_unspec ... [2022-11-23 02:09:53.974219] 2022-11-23T02:09:53.9756510Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_unspec.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:53.974925] 2022-11-23T02:09:53.9759348Z Ignoring disabled issues: [] 2022-11-23T02:09:58.3323416Z 2022-11-23T02:09:58.3324592Z Expand the folded group to see the log file of dynamo/test_unspec 2022-11-23T02:09:58.3326391Z ##[group]PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_wxt4z11f) 2022-11-23T02:09:58.3327122Z 2022-11-23T02:09:58.3327720Z ##[endgroup] 2022-11-23T02:09:58.3328702Z FINISHED PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_wxt4z11f) 2022-11-23T02:09:58.3329436Z 2022-11-23T02:10:02.9315425Z Running inductor/test_perf ... [2022-11-23 02:10:02.930502] 2022-11-23T02:10:02.9324045Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_perf.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:02.930502] 2022-11-23T02:10:02.9326606Z Ignoring disabled issues: [] 2022-11-23T02:10:07.8987210Z 2022-11-23T02:10:07.8988269Z Expand the folded group to see the log file of inductor/test_perf 2022-11-23T02:10:07.8989974Z ##[group]PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_lo9hmmtl) 2022-11-23T02:10:07.8991806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_dynamo\eval_frame.py:436: UserWarning: Windows is not currently supported, torch._dynamo.optimize() will do nothing 2022-11-23T02:10:07.8992763Z warnings.warn( 2022-11-23T02:10:07.8993100Z 2022-11-23T02:10:07.8993746Z ##[endgroup] 2022-11-23T02:10:07.8994721Z FINISHED PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_lo9hmmtl) 2022-11-23T02:10:07.8995428Z 2022-11-23T02:10:12.6146883Z Running lazy/test_extract_compiled_graph ... [2022-11-23 02:10:12.614064] 2022-11-23T02:10:12.6158437Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:12.615388] 2022-11-23T02:10:12.6162873Z Ignoring disabled issues: [] 2022-11-23T02:10:15.7923107Z 2022-11-23T02:10:15.7924311Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-11-23T02:10:15.7926215Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_dk6ju0af) 2022-11-23T02:10:15.7927028Z 2022-11-23T02:10:15.7927621Z ##[endgroup] 2022-11-23T02:10:15.7928623Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_dk6ju0af) 2022-11-23T02:10:15.7929854Z 2022-11-23T02:10:20.4246940Z Running test_deploy ... [2022-11-23 02:10:20.424088] 2022-11-23T02:10:20.4256013Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-11-23 02:10:20.425341] 2022-11-23T02:10:20.4258463Z Ignoring disabled issues: [] 2022-11-23T02:10:38.7585104Z 2022-11-23T02:10:38.7586118Z Expand the folded group to see the log file of test_deploy 2022-11-23T02:10:38.7587775Z ##[group]PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_0fao7se1) 2022-11-23T02:10:38.7589506Z ============================= test session starts ============================= 2022-11-23T02:10:38.7590587Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:10:38.7591681Z cachedir: .pytest_cache 2022-11-23T02:10:38.7593000Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-11-23T02:10:38.7594281Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:10:38.7595690Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:10:38.7596622Z collecting ... collected 1 item 2022-11-23T02:10:38.7597420Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-11-23T02:10:38.7597875Z 2022-11-23T02:10:38.7598287Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-11-23T02:10:38.7598761Z 2022-11-23T02:10:38.7599039Z ============================= 1 passed in 14.49s ============================== 2022-11-23T02:10:38.7599414Z 2022-11-23T02:10:38.7600105Z ##[endgroup] 2022-11-23T02:10:38.7600963Z FINISHED PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_0fao7se1) 2022-11-23T02:10:38.7601632Z 2022-11-23T02:10:43.4792105Z Running test_meta ... [2022-11-23 02:10:43.478543] 2022-11-23T02:10:43.4800434Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:43.479867] 2022-11-23T02:10:43.4803005Z Ignoring disabled issues: [] 2022-11-23T02:43:13.1101114Z 2022-11-23T02:43:13.1105342Z Expand the folded group to see the log file of test_meta 2022-11-23T02:43:13.1106765Z ##[group]PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_e2occojk) 2022-11-23T02:43:13.1700324Z 2022-11-23T02:43:13.1700827Z Running tests... 2022-11-23T02:43:13.1704111Z ---------------------------------------------------------------------- 2022-11-23T02:43:13.1704856Z Test results will be stored in test-reports\python-unittest\test_meta 2022-11-23T02:43:13.1705900Z test_dispatch_meta_inplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (1.897s) 2022-11-23T02:43:13.1706819Z test_dispatch_meta_inplace_H_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1707866Z test_dispatch_meta_inplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1708845Z test_dispatch_meta_inplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1709855Z test_dispatch_meta_inplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1710765Z test_dispatch_meta_inplace_H_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1711676Z test_dispatch_meta_inplace_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1713828Z test_dispatch_meta_inplace_H_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1714857Z test_dispatch_meta_inplace_H_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1715912Z test_dispatch_meta_inplace_H_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1716813Z test_dispatch_meta_inplace_H_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1717676Z test_dispatch_meta_inplace_H_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1718580Z test_dispatch_meta_inplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1719487Z test_dispatch_meta_inplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1720390Z test_dispatch_meta_inplace_T_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1721270Z test_dispatch_meta_inplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1723037Z test_dispatch_meta_inplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1724028Z test_dispatch_meta_inplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1724969Z test_dispatch_meta_inplace_T_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1725840Z test_dispatch_meta_inplace_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1726749Z test_dispatch_meta_inplace_T_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1727623Z test_dispatch_meta_inplace_T_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1728601Z test_dispatch_meta_inplace_T_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1729543Z test_dispatch_meta_inplace_T_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1730500Z test_dispatch_meta_inplace_T_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1731388Z test_dispatch_meta_inplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1732313Z test_dispatch_meta_inplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1733223Z test_dispatch_meta_inplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1734181Z test_dispatch_meta_inplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1735199Z test_dispatch_meta_inplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1736175Z test_dispatch_meta_inplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1737337Z test_dispatch_meta_inplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1738341Z test_dispatch_meta_inplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1739279Z test_dispatch_meta_inplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1740406Z test_dispatch_meta_inplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1741330Z test_dispatch_meta_inplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1742213Z test_dispatch_meta_inplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1743279Z test_dispatch_meta_inplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1744409Z test_dispatch_meta_inplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1745305Z test_dispatch_meta_inplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.1746245Z test_dispatch_meta_inplace___radd___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1747194Z test_dispatch_meta_inplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1748145Z test_dispatch_meta_inplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1749234Z test_dispatch_meta_inplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1750277Z test_dispatch_meta_inplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.1751333Z test_dispatch_meta_inplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1752259Z test_dispatch_meta_inplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1753202Z test_dispatch_meta_inplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1754173Z test_dispatch_meta_inplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1755089Z test_dispatch_meta_inplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1756009Z test_dispatch_meta_inplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1757017Z test_dispatch_meta_inplace___rand___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.1758092Z test_dispatch_meta_inplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1758959Z test_dispatch_meta_inplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1759880Z test_dispatch_meta_inplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1760789Z test_dispatch_meta_inplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1761710Z test_dispatch_meta_inplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1762635Z test_dispatch_meta_inplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1763654Z test_dispatch_meta_inplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1764702Z test_dispatch_meta_inplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1765696Z test_dispatch_meta_inplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1766767Z test_dispatch_meta_inplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1767651Z test_dispatch_meta_inplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1768581Z test_dispatch_meta_inplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1769489Z test_dispatch_meta_inplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1770515Z test_dispatch_meta_inplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1771507Z test_dispatch_meta_inplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.1772483Z test_dispatch_meta_inplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1773385Z test_dispatch_meta_inplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1774418Z test_dispatch_meta_inplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1775376Z test_dispatch_meta_inplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1776302Z test_dispatch_meta_inplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1777370Z test_dispatch_meta_inplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1778390Z test_dispatch_meta_inplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1779419Z test_dispatch_meta_inplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1780336Z test_dispatch_meta_inplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1781256Z test_dispatch_meta_inplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1782203Z test_dispatch_meta_inplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1782755Z test_dispatch_meta_inplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1783618Z test_dispatch_meta_inplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1784646Z test_dispatch_meta_inplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1785695Z test_dispatch_meta_inplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1786616Z test_dispatch_meta_inplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1787526Z test_dispatch_meta_inplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1788441Z test_dispatch_meta_inplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1789360Z test_dispatch_meta_inplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1790288Z test_dispatch_meta_inplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1791489Z test_dispatch_meta_inplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1792588Z test_dispatch_meta_inplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1793511Z test_dispatch_meta_inplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1794422Z test_dispatch_meta_inplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1795330Z test_dispatch_meta_inplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1796227Z test_dispatch_meta_inplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1797113Z test_dispatch_meta_inplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1798102Z test_dispatch_meta_inplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1799966Z test_dispatch_meta_inplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1800920Z test_dispatch_meta_inplace___ror___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1801829Z test_dispatch_meta_inplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1802731Z test_dispatch_meta_inplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.1803627Z test_dispatch_meta_inplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1804529Z test_dispatch_meta_inplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1805570Z test_dispatch_meta_inplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1806651Z test_dispatch_meta_inplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1807595Z test_dispatch_meta_inplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1808556Z test_dispatch_meta_inplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1809457Z test_dispatch_meta_inplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1810392Z test_dispatch_meta_inplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.1811333Z test_dispatch_meta_inplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1812349Z test_dispatch_meta_inplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1813474Z test_dispatch_meta_inplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1814405Z test_dispatch_meta_inplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1815327Z test_dispatch_meta_inplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1816247Z test_dispatch_meta_inplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1817347Z test_dispatch_meta_inplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1818260Z test_dispatch_meta_inplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1819345Z test_dispatch_meta_inplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1820481Z test_dispatch_meta_inplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1821400Z test_dispatch_meta_inplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1822315Z test_dispatch_meta_inplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1823229Z test_dispatch_meta_inplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1824135Z test_dispatch_meta_inplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1825042Z test_dispatch_meta_inplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1826125Z test_dispatch_meta_inplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1827273Z test_dispatch_meta_inplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1828255Z test_dispatch_meta_inplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1829171Z test_dispatch_meta_inplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1830084Z test_dispatch_meta_inplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1830989Z test_dispatch_meta_inplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1831857Z test_dispatch_meta_inplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1832887Z test_dispatch_meta_inplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1834013Z test_dispatch_meta_inplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1835033Z test_dispatch_meta_inplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1836050Z test_dispatch_meta_inplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1837074Z test_dispatch_meta_inplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1837956Z test_dispatch_meta_inplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.1838726Z test_dispatch_meta_inplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.1839652Z test_dispatch_meta_inplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.980s) 2022-11-23T02:43:13.1840641Z test_dispatch_meta_inplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.1841674Z test_dispatch_meta_inplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.1842510Z test_dispatch_meta_inplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1843447Z test_dispatch_meta_inplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.1844207Z test_dispatch_meta_inplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1844955Z test_dispatch_meta_inplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1845720Z test_dispatch_meta_inplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1846547Z test_dispatch_meta_inplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.1847375Z test_dispatch_meta_inplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1848196Z test_dispatch_meta_inplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1848950Z test_dispatch_meta_inplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.1849780Z test_dispatch_meta_inplace_acos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.078s) 2022-11-23T02:43:13.1850616Z test_dispatch_meta_inplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.1851398Z test_dispatch_meta_inplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1852151Z test_dispatch_meta_inplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1853134Z test_dispatch_meta_inplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1853934Z test_dispatch_meta_inplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1854896Z test_dispatch_meta_inplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1866020Z test_dispatch_meta_inplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.1867053Z test_dispatch_meta_inplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.1867941Z test_dispatch_meta_inplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.1869033Z test_dispatch_meta_inplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.1869922Z test_dispatch_meta_inplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.1870739Z test_dispatch_meta_inplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.1871574Z test_dispatch_meta_inplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.1872392Z test_dispatch_meta_inplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1873150Z test_dispatch_meta_inplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.1873903Z test_dispatch_meta_inplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1874751Z test_dispatch_meta_inplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.1875575Z test_dispatch_meta_inplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1876363Z test_dispatch_meta_inplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1877167Z test_dispatch_meta_inplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.1878036Z test_dispatch_meta_inplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.1878882Z test_dispatch_meta_inplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.1879751Z test_dispatch_meta_inplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.1880611Z test_dispatch_meta_inplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.1881697Z test_dispatch_meta_inplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.1882523Z test_dispatch_meta_inplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.1883340Z test_dispatch_meta_inplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.1884083Z test_dispatch_meta_inplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.1884794Z test_dispatch_meta_inplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.1885531Z test_dispatch_meta_inplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.1886259Z test_dispatch_meta_inplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.1886968Z test_dispatch_meta_inplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.1887686Z test_dispatch_meta_inplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.1888510Z test_dispatch_meta_inplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.1889223Z test_dispatch_meta_inplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.1890205Z test_dispatch_meta_inplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.1890953Z test_dispatch_meta_inplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.1891697Z test_dispatch_meta_inplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (39.408s) 2022-11-23T02:43:13.1892452Z test_dispatch_meta_inplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.1893203Z test_dispatch_meta_inplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:13.1893950Z test_dispatch_meta_inplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.1894699Z test_dispatch_meta_inplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.1895525Z test_dispatch_meta_inplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.1896377Z test_dispatch_meta_inplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.1897236Z test_dispatch_meta_inplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (5.040s) 2022-11-23T02:43:13.1898003Z test_dispatch_meta_inplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.021s) 2022-11-23T02:43:13.1898761Z test_dispatch_meta_inplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.1899507Z test_dispatch_meta_inplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.1900235Z test_dispatch_meta_inplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.1900959Z test_dispatch_meta_inplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.1901726Z test_dispatch_meta_inplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.705s) 2022-11-23T02:43:13.1902575Z test_dispatch_meta_inplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.571s) 2022-11-23T02:43:13.1903520Z test_dispatch_meta_inplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.1904278Z test_dispatch_meta_inplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.1905009Z test_dispatch_meta_inplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.1905738Z test_dispatch_meta_inplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.1906446Z test_dispatch_meta_inplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.1907179Z test_dispatch_meta_inplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.1908069Z test_dispatch_meta_inplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.1908908Z test_dispatch_meta_inplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.1909644Z test_dispatch_meta_inplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.1910588Z test_dispatch_meta_inplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1911347Z test_dispatch_meta_inplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.1912071Z test_dispatch_meta_inplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1912809Z test_dispatch_meta_inplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.1913538Z test_dispatch_meta_inplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.1914309Z test_dispatch_meta_inplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.1915116Z test_dispatch_meta_inplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.1916033Z test_dispatch_meta_inplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.1917064Z test_dispatch_meta_inplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.1918000Z test_dispatch_meta_inplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.1918775Z test_dispatch_meta_inplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.1919547Z test_dispatch_meta_inplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.1920289Z test_dispatch_meta_inplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.1921042Z test_dispatch_meta_inplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.1921802Z test_dispatch_meta_inplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1922541Z test_dispatch_meta_inplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1923388Z test_dispatch_meta_inplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.1924297Z test_dispatch_meta_inplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.1925020Z test_dispatch_meta_inplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.1925758Z test_dispatch_meta_inplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.1926500Z test_dispatch_meta_inplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.1927238Z test_dispatch_meta_inplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.1927980Z test_dispatch_meta_inplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.1928688Z test_dispatch_meta_inplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.1929413Z test_dispatch_meta_inplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.1930250Z test_dispatch_meta_inplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.1931139Z test_dispatch_meta_inplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.1931862Z test_dispatch_meta_inplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.1932573Z test_dispatch_meta_inplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.1933378Z test_dispatch_meta_inplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1934238Z test_dispatch_meta_inplace_all_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1935281Z test_dispatch_meta_inplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1936195Z test_dispatch_meta_inplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1937203Z test_dispatch_meta_inplace_all_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.1938265Z test_dispatch_meta_inplace_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1938794Z test_dispatch_meta_inplace_all_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1939372Z test_dispatch_meta_inplace_all_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1940267Z test_dispatch_meta_inplace_all_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1941106Z test_dispatch_meta_inplace_all_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1941980Z test_dispatch_meta_inplace_all_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1942985Z test_dispatch_meta_inplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1944019Z test_dispatch_meta_inplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1945120Z test_dispatch_meta_inplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1946052Z test_dispatch_meta_inplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1946968Z test_dispatch_meta_inplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1947886Z test_dispatch_meta_inplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1948804Z test_dispatch_meta_inplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1949706Z test_dispatch_meta_inplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1950693Z test_dispatch_meta_inplace_amax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1951684Z test_dispatch_meta_inplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1952650Z test_dispatch_meta_inplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1953544Z test_dispatch_meta_inplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1954463Z test_dispatch_meta_inplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1955352Z test_dispatch_meta_inplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1956224Z test_dispatch_meta_inplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1957063Z test_dispatch_meta_inplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1958054Z test_dispatch_meta_inplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1959100Z test_dispatch_meta_inplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1960149Z test_dispatch_meta_inplace_amin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1961045Z test_dispatch_meta_inplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1961949Z test_dispatch_meta_inplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1962829Z test_dispatch_meta_inplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1963706Z test_dispatch_meta_inplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1964687Z test_dispatch_meta_inplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1965689Z test_dispatch_meta_inplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1966558Z test_dispatch_meta_inplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1967430Z test_dispatch_meta_inplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1968434Z test_dispatch_meta_inplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1969356Z test_dispatch_meta_inplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1970273Z test_dispatch_meta_inplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1971268Z test_dispatch_meta_inplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1972268Z test_dispatch_meta_inplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1973208Z test_dispatch_meta_inplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.1974108Z test_dispatch_meta_inplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1974996Z test_dispatch_meta_inplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1975870Z test_dispatch_meta_inplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1976756Z test_dispatch_meta_inplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.1977628Z test_dispatch_meta_inplace_angle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1978637Z test_dispatch_meta_inplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1979761Z test_dispatch_meta_inplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1980684Z test_dispatch_meta_inplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1981540Z test_dispatch_meta_inplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1982422Z test_dispatch_meta_inplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1983300Z test_dispatch_meta_inplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.1984174Z test_dispatch_meta_inplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.1985303Z test_dispatch_meta_inplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1986295Z test_dispatch_meta_inplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1987178Z test_dispatch_meta_inplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1988055Z test_dispatch_meta_inplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1988897Z test_dispatch_meta_inplace_any_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1989781Z test_dispatch_meta_inplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1990687Z test_dispatch_meta_inplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1991564Z test_dispatch_meta_inplace_any_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1992659Z test_dispatch_meta_inplace_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1993772Z test_dispatch_meta_inplace_any_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1994654Z test_dispatch_meta_inplace_any_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1995514Z test_dispatch_meta_inplace_any_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1996357Z test_dispatch_meta_inplace_any_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1997235Z test_dispatch_meta_inplace_any_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.1998105Z test_dispatch_meta_inplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1998987Z test_dispatch_meta_inplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.1999982Z test_dispatch_meta_inplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2001086Z test_dispatch_meta_inplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2001980Z test_dispatch_meta_inplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2002916Z test_dispatch_meta_inplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2003820Z test_dispatch_meta_inplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2004680Z test_dispatch_meta_inplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2005579Z test_dispatch_meta_inplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2006469Z test_dispatch_meta_inplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2007360Z test_dispatch_meta_inplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2008256Z test_dispatch_meta_inplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2009148Z test_dispatch_meta_inplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2010177Z test_dispatch_meta_inplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2011146Z test_dispatch_meta_inplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2012107Z test_dispatch_meta_inplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2013043Z test_dispatch_meta_inplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2013610Z test_dispatch_meta_inplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2014409Z test_dispatch_meta_inplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2014937Z test_dispatch_meta_inplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2015469Z test_dispatch_meta_inplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2016086Z test_dispatch_meta_inplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2016622Z test_dispatch_meta_inplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2017111Z test_dispatch_meta_inplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2017619Z test_dispatch_meta_inplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2018119Z test_dispatch_meta_inplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2018639Z test_dispatch_meta_inplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2019147Z test_dispatch_meta_inplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2019671Z test_dispatch_meta_inplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2020200Z test_dispatch_meta_inplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2020723Z test_dispatch_meta_inplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2021223Z test_dispatch_meta_inplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2021739Z test_dispatch_meta_inplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2022269Z test_dispatch_meta_inplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2022780Z test_dispatch_meta_inplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2023290Z test_dispatch_meta_inplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2023806Z test_dispatch_meta_inplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2024335Z test_dispatch_meta_inplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2024864Z test_dispatch_meta_inplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2025492Z test_dispatch_meta_inplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2026163Z test_dispatch_meta_inplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2026715Z test_dispatch_meta_inplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2027248Z test_dispatch_meta_inplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2027778Z test_dispatch_meta_inplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2028555Z test_dispatch_meta_inplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2029482Z test_dispatch_meta_inplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2030170Z test_dispatch_meta_inplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2030667Z test_dispatch_meta_inplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2031294Z test_dispatch_meta_inplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2031797Z test_dispatch_meta_inplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2032243Z test_dispatch_meta_inplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2032690Z test_dispatch_meta_inplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2033142Z test_dispatch_meta_inplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2033594Z test_dispatch_meta_inplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2034023Z test_dispatch_meta_inplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2034466Z test_dispatch_meta_inplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2034916Z test_dispatch_meta_inplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2035348Z test_dispatch_meta_inplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2035778Z test_dispatch_meta_inplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2036205Z test_dispatch_meta_inplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2036626Z test_dispatch_meta_inplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2037038Z test_dispatch_meta_inplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2037552Z test_dispatch_meta_inplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2038114Z test_dispatch_meta_inplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2038684Z test_dispatch_meta_inplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2039254Z test_dispatch_meta_inplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.2039818Z test_dispatch_meta_inplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2040378Z test_dispatch_meta_inplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2041037Z test_dispatch_meta_inplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2041573Z test_dispatch_meta_inplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2042129Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2042714Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2043263Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2043807Z test_dispatch_meta_inplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2044356Z test_dispatch_meta_inplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2044838Z test_dispatch_meta_inplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2045304Z test_dispatch_meta_inplace_asin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2045849Z test_dispatch_meta_inplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2046289Z test_dispatch_meta_inplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2046720Z test_dispatch_meta_inplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2047148Z test_dispatch_meta_inplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2047572Z test_dispatch_meta_inplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2048003Z test_dispatch_meta_inplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2048469Z test_dispatch_meta_inplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2048945Z test_dispatch_meta_inplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2049437Z test_dispatch_meta_inplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2049936Z test_dispatch_meta_inplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2050425Z test_dispatch_meta_inplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2050887Z test_dispatch_meta_inplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2051354Z test_dispatch_meta_inplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2051825Z test_dispatch_meta_inplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2052260Z test_dispatch_meta_inplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2052683Z test_dispatch_meta_inplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2053108Z test_dispatch_meta_inplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2053533Z test_dispatch_meta_inplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2053954Z test_dispatch_meta_inplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2054476Z test_dispatch_meta_inplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2054978Z test_dispatch_meta_inplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2056191Z test_dispatch_meta_inplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2056674Z test_dispatch_meta_inplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.2057180Z test_dispatch_meta_inplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2057639Z test_dispatch_meta_inplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2058104Z test_dispatch_meta_inplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2058564Z test_dispatch_meta_inplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2058987Z test_dispatch_meta_inplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2059413Z test_dispatch_meta_inplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2059864Z test_dispatch_meta_inplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2060634Z test_dispatch_meta_inplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2061507Z test_dispatch_meta_inplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2062210Z test_dispatch_meta_inplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.2062711Z test_dispatch_meta_inplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2063171Z test_dispatch_meta_inplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2063641Z test_dispatch_meta_inplace_atan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.2064090Z test_dispatch_meta_inplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2064531Z test_dispatch_meta_inplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2064964Z test_dispatch_meta_inplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2065394Z test_dispatch_meta_inplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2065819Z test_dispatch_meta_inplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2066237Z test_dispatch_meta_inplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2066698Z test_dispatch_meta_inplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2067173Z test_dispatch_meta_inplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2067669Z test_dispatch_meta_inplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2068160Z test_dispatch_meta_inplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2068654Z test_dispatch_meta_inplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2069111Z test_dispatch_meta_inplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2069578Z test_dispatch_meta_inplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2070047Z test_dispatch_meta_inplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2070469Z test_dispatch_meta_inplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2070904Z test_dispatch_meta_inplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2071450Z test_dispatch_meta_inplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2071879Z test_dispatch_meta_inplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2072302Z test_dispatch_meta_inplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2072773Z test_dispatch_meta_inplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2073273Z test_dispatch_meta_inplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2073756Z test_dispatch_meta_inplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.2074253Z test_dispatch_meta_inplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2074748Z test_dispatch_meta_inplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2075271Z test_dispatch_meta_inplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2075798Z test_dispatch_meta_inplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2076417Z test_dispatch_meta_inplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2076979Z test_dispatch_meta_inplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2077513Z test_dispatch_meta_inplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2078024Z test_dispatch_meta_inplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2078552Z test_dispatch_meta_inplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2185477Z test_dispatch_meta_inplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2186779Z test_dispatch_meta_inplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2187400Z test_dispatch_meta_inplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2187922Z test_dispatch_meta_inplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2188437Z test_dispatch_meta_inplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2188951Z test_dispatch_meta_inplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2189480Z test_dispatch_meta_inplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2190008Z test_dispatch_meta_inplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2190537Z test_dispatch_meta_inplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2191065Z test_dispatch_meta_inplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2191596Z test_dispatch_meta_inplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2192124Z test_dispatch_meta_inplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2192911Z test_dispatch_meta_inplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2193420Z test_dispatch_meta_inplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2193939Z test_dispatch_meta_inplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2194448Z test_dispatch_meta_inplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2194945Z test_dispatch_meta_inplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2195449Z test_dispatch_meta_inplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2195958Z test_dispatch_meta_inplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2196473Z test_dispatch_meta_inplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2196991Z test_dispatch_meta_inplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2197612Z test_dispatch_meta_inplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2198162Z test_dispatch_meta_inplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2198689Z test_dispatch_meta_inplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2199205Z test_dispatch_meta_inplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2199723Z test_dispatch_meta_inplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2200238Z test_dispatch_meta_inplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2200748Z test_dispatch_meta_inplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2201257Z test_dispatch_meta_inplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2201769Z test_dispatch_meta_inplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2202261Z test_dispatch_meta_inplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2202774Z test_dispatch_meta_inplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2203247Z test_dispatch_meta_inplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2203684Z test_dispatch_meta_inplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2204124Z test_dispatch_meta_inplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2204547Z test_dispatch_meta_inplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2204972Z test_dispatch_meta_inplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2205384Z test_dispatch_meta_inplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2205859Z test_dispatch_meta_inplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2206488Z test_dispatch_meta_inplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2207012Z test_dispatch_meta_inplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2207525Z test_dispatch_meta_inplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2208046Z test_dispatch_meta_inplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2208558Z test_dispatch_meta_inplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2209060Z test_dispatch_meta_inplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2209580Z test_dispatch_meta_inplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2210107Z test_dispatch_meta_inplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2210624Z test_dispatch_meta_inplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2211213Z test_dispatch_meta_inplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2211741Z test_dispatch_meta_inplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2212244Z test_dispatch_meta_inplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2212749Z test_dispatch_meta_inplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2213244Z test_dispatch_meta_inplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2213728Z test_dispatch_meta_inplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2214235Z test_dispatch_meta_inplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2214743Z test_dispatch_meta_inplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2215240Z test_dispatch_meta_inplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2215741Z test_dispatch_meta_inplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2216254Z test_dispatch_meta_inplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2216765Z test_dispatch_meta_inplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2217208Z test_dispatch_meta_inplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2217642Z test_dispatch_meta_inplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2218061Z test_dispatch_meta_inplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2218482Z test_dispatch_meta_inplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2218885Z test_dispatch_meta_inplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2219304Z test_dispatch_meta_inplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2219947Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2220501Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2221142Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2221867Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2222316Z test_dispatch_meta_inplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2222749Z test_dispatch_meta_inplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2223175Z test_dispatch_meta_inplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2223595Z test_dispatch_meta_inplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2224004Z test_dispatch_meta_inplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2224420Z test_dispatch_meta_inplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2224846Z test_dispatch_meta_inplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2225275Z test_dispatch_meta_inplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2225783Z test_dispatch_meta_inplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2226227Z test_dispatch_meta_inplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2226637Z test_dispatch_meta_inplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2227197Z test_dispatch_meta_inplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2227633Z test_dispatch_meta_inplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2228064Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2228796Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2229245Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2229689Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2230144Z test_dispatch_meta_inplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2230561Z test_dispatch_meta_inplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2230991Z test_dispatch_meta_inplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2231417Z test_dispatch_meta_inplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2231838Z test_dispatch_meta_inplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2232264Z test_dispatch_meta_inplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2232694Z test_dispatch_meta_inplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2233173Z test_dispatch_meta_inplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2233692Z test_dispatch_meta_inplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2234380Z test_dispatch_meta_inplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2234913Z test_dispatch_meta_inplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2235724Z test_dispatch_meta_inplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2236381Z test_dispatch_meta_inplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2236912Z test_dispatch_meta_inplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2237440Z test_dispatch_meta_inplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2237961Z test_dispatch_meta_inplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2238463Z test_dispatch_meta_inplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2238979Z test_dispatch_meta_inplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2239487Z test_dispatch_meta_inplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2240005Z test_dispatch_meta_inplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2240513Z test_dispatch_meta_inplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2241831Z test_dispatch_meta_inplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2242673Z test_dispatch_meta_inplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2243198Z test_dispatch_meta_inplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2243695Z test_dispatch_meta_inplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2244207Z test_dispatch_meta_inplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2244715Z test_dispatch_meta_inplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2245228Z test_dispatch_meta_inplace_bool_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2245741Z test_dispatch_meta_inplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2246257Z test_dispatch_meta_inplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2246774Z test_dispatch_meta_inplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2247283Z test_dispatch_meta_inplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2247776Z test_dispatch_meta_inplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2248437Z test_dispatch_meta_inplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2248944Z test_dispatch_meta_inplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2249753Z test_dispatch_meta_inplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2250264Z test_dispatch_meta_inplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2250770Z test_dispatch_meta_inplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2251268Z test_dispatch_meta_inplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2251911Z test_dispatch_meta_inplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2252459Z test_dispatch_meta_inplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2253014Z test_dispatch_meta_inplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2253571Z test_dispatch_meta_inplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2254125Z test_dispatch_meta_inplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2254728Z test_dispatch_meta_inplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2255436Z test_dispatch_meta_inplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2255991Z test_dispatch_meta_inplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2256914Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2257471Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2258010Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2258557Z test_dispatch_meta_inplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2259107Z test_dispatch_meta_inplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2259646Z test_dispatch_meta_inplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2260173Z test_dispatch_meta_inplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2260722Z test_dispatch_meta_inplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2261270Z test_dispatch_meta_inplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2261799Z test_dispatch_meta_inplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2262494Z test_dispatch_meta_inplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2263047Z test_dispatch_meta_inplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2263823Z test_dispatch_meta_inplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2264363Z test_dispatch_meta_inplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2264898Z test_dispatch_meta_inplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2265427Z test_dispatch_meta_inplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2265954Z test_dispatch_meta_inplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2266599Z test_dispatch_meta_inplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2267111Z test_dispatch_meta_inplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2267632Z test_dispatch_meta_inplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2268165Z test_dispatch_meta_inplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2268692Z test_dispatch_meta_inplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2269353Z test_dispatch_meta_inplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2269876Z test_dispatch_meta_inplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2270547Z test_dispatch_meta_inplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2271368Z test_dispatch_meta_inplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2271962Z test_dispatch_meta_inplace_byte_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2272496Z test_dispatch_meta_inplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2273029Z test_dispatch_meta_inplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2273546Z test_dispatch_meta_inplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2274066Z test_dispatch_meta_inplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2274576Z test_dispatch_meta_inplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2275088Z test_dispatch_meta_inplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2275586Z test_dispatch_meta_inplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2276096Z test_dispatch_meta_inplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2276761Z test_dispatch_meta_inplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2277274Z test_dispatch_meta_inplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2278175Z test_dispatch_meta_inplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2278736Z test_dispatch_meta_inplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2279289Z test_dispatch_meta_inplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2279847Z test_dispatch_meta_inplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2280397Z test_dispatch_meta_inplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2280921Z test_dispatch_meta_inplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2281585Z test_dispatch_meta_inplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2282119Z test_dispatch_meta_inplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2282665Z test_dispatch_meta_inplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2283205Z test_dispatch_meta_inplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2283894Z test_dispatch_meta_inplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2284434Z test_dispatch_meta_inplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2285263Z test_dispatch_meta_inplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2285914Z test_dispatch_meta_inplace_cat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2286442Z test_dispatch_meta_inplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2287066Z test_dispatch_meta_inplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2287610Z test_dispatch_meta_inplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2288122Z test_dispatch_meta_inplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2288632Z test_dispatch_meta_inplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2289148Z test_dispatch_meta_inplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2289664Z test_dispatch_meta_inplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2290150Z test_dispatch_meta_inplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2290651Z test_dispatch_meta_inplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2291159Z test_dispatch_meta_inplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2291820Z test_dispatch_meta_inplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2292333Z test_dispatch_meta_inplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2293121Z test_dispatch_meta_inplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2293640Z test_dispatch_meta_inplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2294166Z test_dispatch_meta_inplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2294684Z test_dispatch_meta_inplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2295217Z test_dispatch_meta_inplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2295745Z test_dispatch_meta_inplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2296269Z test_dispatch_meta_inplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2296903Z test_dispatch_meta_inplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2297419Z test_dispatch_meta_inplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2297932Z test_dispatch_meta_inplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2298620Z test_dispatch_meta_inplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2299113Z test_dispatch_meta_inplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2299911Z test_dispatch_meta_inplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2300433Z test_dispatch_meta_inplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2300901Z test_dispatch_meta_inplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2301333Z test_dispatch_meta_inplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2301761Z test_dispatch_meta_inplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2302267Z test_dispatch_meta_inplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2302740Z test_dispatch_meta_inplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2303154Z test_dispatch_meta_inplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2303568Z test_dispatch_meta_inplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2303982Z test_dispatch_meta_inplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2304396Z test_dispatch_meta_inplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2304867Z test_dispatch_meta_inplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2305549Z test_dispatch_meta_inplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2306155Z test_dispatch_meta_inplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2306870Z test_dispatch_meta_inplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2307559Z test_dispatch_meta_inplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2308091Z test_dispatch_meta_inplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2308612Z test_dispatch_meta_inplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2309117Z test_dispatch_meta_inplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2309624Z test_dispatch_meta_inplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2310138Z test_dispatch_meta_inplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2310642Z test_dispatch_meta_inplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2311162Z test_dispatch_meta_inplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2311673Z test_dispatch_meta_inplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2312293Z test_dispatch_meta_inplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2312970Z test_dispatch_meta_inplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2313498Z test_dispatch_meta_inplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2314349Z test_dispatch_meta_inplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2314881Z test_dispatch_meta_inplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2315384Z test_dispatch_meta_inplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2315906Z test_dispatch_meta_inplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2316425Z test_dispatch_meta_inplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2316928Z test_dispatch_meta_inplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2317524Z test_dispatch_meta_inplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2318053Z test_dispatch_meta_inplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2318566Z test_dispatch_meta_inplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2319063Z test_dispatch_meta_inplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2319731Z test_dispatch_meta_inplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2320256Z test_dispatch_meta_inplace_char_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2320951Z test_dispatch_meta_inplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2321644Z test_dispatch_meta_inplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2322171Z test_dispatch_meta_inplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2322681Z test_dispatch_meta_inplace_char_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2323191Z test_dispatch_meta_inplace_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2323694Z test_dispatch_meta_inplace_char_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2324213Z test_dispatch_meta_inplace_char_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2324726Z test_dispatch_meta_inplace_char_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2325291Z test_dispatch_meta_inplace_char_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2325799Z test_dispatch_meta_inplace_char_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2326304Z test_dispatch_meta_inplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2326983Z test_dispatch_meta_inplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2327627Z test_dispatch_meta_inplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2328452Z test_dispatch_meta_inplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2328988Z test_dispatch_meta_inplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2329536Z test_dispatch_meta_inplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2330100Z test_dispatch_meta_inplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2330655Z test_dispatch_meta_inplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2331207Z test_dispatch_meta_inplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2331743Z test_dispatch_meta_inplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2332368Z test_dispatch_meta_inplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2332935Z test_dispatch_meta_inplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2333452Z test_dispatch_meta_inplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2334166Z test_dispatch_meta_inplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2334688Z test_dispatch_meta_inplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2335495Z test_dispatch_meta_inplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2336026Z test_dispatch_meta_inplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2336556Z test_dispatch_meta_inplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2337076Z test_dispatch_meta_inplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2337597Z test_dispatch_meta_inplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2338088Z test_dispatch_meta_inplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2338607Z test_dispatch_meta_inplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2339122Z test_dispatch_meta_inplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2339635Z test_dispatch_meta_inplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2340147Z test_dispatch_meta_inplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2340820Z test_dispatch_meta_inplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2341302Z test_dispatch_meta_inplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2341860Z test_dispatch_meta_inplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.2342548Z test_dispatch_meta_inplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2342985Z test_dispatch_meta_inplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2343412Z test_dispatch_meta_inplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.2343839Z test_dispatch_meta_inplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2344251Z test_dispatch_meta_inplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2344664Z test_dispatch_meta_inplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.2345073Z test_dispatch_meta_inplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.2345504Z test_dispatch_meta_inplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2345946Z test_dispatch_meta_inplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2346388Z test_dispatch_meta_inplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2346828Z test_dispatch_meta_inplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2347261Z test_dispatch_meta_inplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2347939Z test_dispatch_meta_inplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2348369Z test_dispatch_meta_inplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2348951Z test_dispatch_meta_inplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.2349531Z test_dispatch_meta_inplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2349965Z test_dispatch_meta_inplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2350398Z test_dispatch_meta_inplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2350849Z test_dispatch_meta_inplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2351267Z test_dispatch_meta_inplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2351704Z test_dispatch_meta_inplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2352141Z test_dispatch_meta_inplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2352568Z test_dispatch_meta_inplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2352989Z test_dispatch_meta_inplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2353416Z test_dispatch_meta_inplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2353843Z test_dispatch_meta_inplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2354263Z test_dispatch_meta_inplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2354966Z test_dispatch_meta_inplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2355488Z test_dispatch_meta_inplace_clone_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2356299Z test_dispatch_meta_inplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2356837Z test_dispatch_meta_inplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2357368Z test_dispatch_meta_inplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2357888Z test_dispatch_meta_inplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2358515Z test_dispatch_meta_inplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2359008Z test_dispatch_meta_inplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2359529Z test_dispatch_meta_inplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2360041Z test_dispatch_meta_inplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2360547Z test_dispatch_meta_inplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2361061Z test_dispatch_meta_inplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2361743Z test_dispatch_meta_inplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2362286Z test_dispatch_meta_inplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2362949Z test_dispatch_meta_inplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2363700Z test_dispatch_meta_inplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2364266Z test_dispatch_meta_inplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2364807Z test_dispatch_meta_inplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2365345Z test_dispatch_meta_inplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2365887Z test_dispatch_meta_inplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2366420Z test_dispatch_meta_inplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2366999Z test_dispatch_meta_inplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2367526Z test_dispatch_meta_inplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2368034Z test_dispatch_meta_inplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2368722Z test_dispatch_meta_inplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2369266Z test_dispatch_meta_inplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2370065Z test_dispatch_meta_inplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2370635Z test_dispatch_meta_inplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2371184Z test_dispatch_meta_inplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2371739Z test_dispatch_meta_inplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2372284Z test_dispatch_meta_inplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2372808Z test_dispatch_meta_inplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.2373460Z test_dispatch_meta_inplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2373995Z test_dispatch_meta_inplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2374531Z test_dispatch_meta_inplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2375063Z test_dispatch_meta_inplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2375760Z test_dispatch_meta_inplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2376300Z test_dispatch_meta_inplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2376970Z test_dispatch_meta_inplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2377616Z test_dispatch_meta_inplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2378137Z test_dispatch_meta_inplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2378748Z test_dispatch_meta_inplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2379280Z test_dispatch_meta_inplace_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2379797Z test_dispatch_meta_inplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2380327Z test_dispatch_meta_inplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2380858Z test_dispatch_meta_inplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2381372Z test_dispatch_meta_inplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2381870Z test_dispatch_meta_inplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2382383Z test_dispatch_meta_inplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2383074Z test_dispatch_meta_inplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2383586Z test_dispatch_meta_inplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2384369Z test_dispatch_meta_inplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2384885Z test_dispatch_meta_inplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2385390Z test_dispatch_meta_inplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2385882Z test_dispatch_meta_inplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2386321Z test_dispatch_meta_inplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2386779Z test_dispatch_meta_inplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2387242Z test_dispatch_meta_inplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.298s) 2022-11-23T02:43:13.2387702Z test_dispatch_meta_inplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2388169Z test_dispatch_meta_inplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2388729Z test_dispatch_meta_inplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2389186Z test_dispatch_meta_inplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2389815Z test_dispatch_meta_inplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2390271Z test_dispatch_meta_inplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2390860Z test_dispatch_meta_inplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2391439Z test_dispatch_meta_inplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2391881Z test_dispatch_meta_inplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2392387Z test_dispatch_meta_inplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2392942Z test_dispatch_meta_inplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2393478Z test_dispatch_meta_inplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2394134Z test_dispatch_meta_inplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2394707Z test_dispatch_meta_inplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2395252Z test_dispatch_meta_inplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2395785Z test_dispatch_meta_inplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2396320Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2397019Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2397565Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2398241Z test_dispatch_meta_inplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2398927Z test_dispatch_meta_inplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2399465Z test_dispatch_meta_inplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2400000Z test_dispatch_meta_inplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2400547Z test_dispatch_meta_inplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2401098Z test_dispatch_meta_inplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2401649Z test_dispatch_meta_inplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2402195Z test_dispatch_meta_inplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2402735Z test_dispatch_meta_inplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2403254Z test_dispatch_meta_inplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2404785Z test_dispatch_meta_inplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2405467Z test_dispatch_meta_inplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2406129Z test_dispatch_meta_inplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2406660Z test_dispatch_meta_inplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2407188Z test_dispatch_meta_inplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2407672Z test_dispatch_meta_inplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2408142Z test_dispatch_meta_inplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2408625Z test_dispatch_meta_inplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2409067Z test_dispatch_meta_inplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2409599Z test_dispatch_meta_inplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2410092Z test_dispatch_meta_inplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2410602Z test_dispatch_meta_inplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2411269Z test_dispatch_meta_inplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2411780Z test_dispatch_meta_inplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.2412429Z test_dispatch_meta_inplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2413099Z test_dispatch_meta_inplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2413650Z test_dispatch_meta_inplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2414199Z test_dispatch_meta_inplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2414743Z test_dispatch_meta_inplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2415273Z test_dispatch_meta_inplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2415805Z test_dispatch_meta_inplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2416333Z test_dispatch_meta_inplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2416838Z test_dispatch_meta_inplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2417370Z test_dispatch_meta_inplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2417900Z test_dispatch_meta_inplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2418589Z test_dispatch_meta_inplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2419063Z test_dispatch_meta_inplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2419813Z test_dispatch_meta_inplace_cos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2420394Z test_dispatch_meta_inplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2420814Z test_dispatch_meta_inplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2421247Z test_dispatch_meta_inplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2421673Z test_dispatch_meta_inplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2422095Z test_dispatch_meta_inplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2422502Z test_dispatch_meta_inplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2422960Z test_dispatch_meta_inplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.2423465Z test_dispatch_meta_inplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2423950Z test_dispatch_meta_inplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2424450Z test_dispatch_meta_inplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.2425163Z test_dispatch_meta_inplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2425737Z test_dispatch_meta_inplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2426342Z test_dispatch_meta_inplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.2426963Z test_dispatch_meta_inplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2427404Z test_dispatch_meta_inplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2427830Z test_dispatch_meta_inplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2428261Z test_dispatch_meta_inplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2428689Z test_dispatch_meta_inplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2429111Z test_dispatch_meta_inplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2429583Z test_dispatch_meta_inplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2430089Z test_dispatch_meta_inplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2430589Z test_dispatch_meta_inplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.2431071Z test_dispatch_meta_inplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2431574Z test_dispatch_meta_inplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2432232Z test_dispatch_meta_inplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2432791Z test_dispatch_meta_inplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2433594Z test_dispatch_meta_inplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2434161Z test_dispatch_meta_inplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2434709Z test_dispatch_meta_inplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2435239Z test_dispatch_meta_inplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2435860Z test_dispatch_meta_inplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2436391Z test_dispatch_meta_inplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2436932Z test_dispatch_meta_inplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2437466Z test_dispatch_meta_inplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2437997Z test_dispatch_meta_inplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2438529Z test_dispatch_meta_inplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2439220Z test_dispatch_meta_inplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2439752Z test_dispatch_meta_inplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2440618Z test_dispatch_meta_inplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2441178Z test_dispatch_meta_inplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2441692Z test_dispatch_meta_inplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2442205Z test_dispatch_meta_inplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2442716Z test_dispatch_meta_inplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2443227Z test_dispatch_meta_inplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2443734Z test_dispatch_meta_inplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2444244Z test_dispatch_meta_inplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2444733Z test_dispatch_meta_inplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2445251Z test_dispatch_meta_inplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2445783Z test_dispatch_meta_inplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2446484Z test_dispatch_meta_inplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2446999Z test_dispatch_meta_inplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2447795Z test_dispatch_meta_inplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2448316Z test_dispatch_meta_inplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2448830Z test_dispatch_meta_inplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2449326Z test_dispatch_meta_inplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2449838Z test_dispatch_meta_inplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2450457Z test_dispatch_meta_inplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2450978Z test_dispatch_meta_inplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2451493Z test_dispatch_meta_inplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2452018Z test_dispatch_meta_inplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2452542Z test_dispatch_meta_inplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2453213Z test_dispatch_meta_inplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2453717Z test_dispatch_meta_inplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2454233Z test_dispatch_meta_inplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2455036Z test_dispatch_meta_inplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2455640Z test_dispatch_meta_inplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2456163Z test_dispatch_meta_inplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2456683Z test_dispatch_meta_inplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2457208Z test_dispatch_meta_inplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2457730Z test_dispatch_meta_inplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2458241Z test_dispatch_meta_inplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2458755Z test_dispatch_meta_inplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2459277Z test_dispatch_meta_inplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2459791Z test_dispatch_meta_inplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2460456Z test_dispatch_meta_inplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2460976Z test_dispatch_meta_inplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2461738Z test_dispatch_meta_inplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2462241Z test_dispatch_meta_inplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2462670Z test_dispatch_meta_inplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2463119Z test_dispatch_meta_inplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2463560Z test_dispatch_meta_inplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2463996Z test_dispatch_meta_inplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2464447Z test_dispatch_meta_inplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2464880Z test_dispatch_meta_inplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2465293Z test_dispatch_meta_inplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2465829Z test_dispatch_meta_inplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2466260Z test_dispatch_meta_inplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2466689Z test_dispatch_meta_inplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2467334Z test_dispatch_meta_inplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2467891Z test_dispatch_meta_inplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T02:43:13.2468579Z test_dispatch_meta_inplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2469279Z test_dispatch_meta_inplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2469801Z test_dispatch_meta_inplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2470337Z test_dispatch_meta_inplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.006s) 2022-11-23T02:43:13.2470943Z test_dispatch_meta_inplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2471490Z test_dispatch_meta_inplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2472008Z test_dispatch_meta_inplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2472533Z test_dispatch_meta_inplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2473057Z test_dispatch_meta_inplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2473609Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2474168Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2474900Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2475629Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2476342Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2476899Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2477471Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2478028Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2478590Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2479155Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2479699Z test_dispatch_meta_inplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2480194Z test_dispatch_meta_inplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2480784Z test_dispatch_meta_inplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2481403Z test_dispatch_meta_inplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2481852Z test_dispatch_meta_inplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2482295Z test_dispatch_meta_inplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2483040Z test_dispatch_meta_inplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2483536Z test_dispatch_meta_inplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2484036Z test_dispatch_meta_inplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2484543Z test_dispatch_meta_inplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.2485061Z test_dispatch_meta_inplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2485579Z test_dispatch_meta_inplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2486635Z test_dispatch_meta_inplace_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2487221Z test_dispatch_meta_inplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2487760Z test_dispatch_meta_inplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2488436Z test_dispatch_meta_inplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2488974Z test_dispatch_meta_inplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2489638Z test_dispatch_meta_inplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2490296Z test_dispatch_meta_inplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2490814Z test_dispatch_meta_inplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2491326Z test_dispatch_meta_inplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2491837Z test_dispatch_meta_inplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2492335Z test_dispatch_meta_inplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2492854Z test_dispatch_meta_inplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2493381Z test_dispatch_meta_inplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2493917Z test_dispatch_meta_inplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2494462Z test_dispatch_meta_inplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2495007Z test_dispatch_meta_inplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2495748Z test_dispatch_meta_inplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2496293Z test_dispatch_meta_inplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2496977Z test_dispatch_meta_inplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2497248Z test_dispatch_meta_inplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2497512Z test_dispatch_meta_inplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2497771Z test_dispatch_meta_inplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2498012Z test_dispatch_meta_inplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2498267Z test_dispatch_meta_inplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2498524Z test_dispatch_meta_inplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2498791Z test_dispatch_meta_inplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2499048Z test_dispatch_meta_inplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2499401Z test_dispatch_meta_inplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2499688Z test_dispatch_meta_inplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2499941Z test_dispatch_meta_inplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2500198Z test_dispatch_meta_inplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2500460Z test_dispatch_meta_inplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2500719Z test_dispatch_meta_inplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2500976Z test_dispatch_meta_inplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2501232Z test_dispatch_meta_inplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2501484Z test_dispatch_meta_inplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2501734Z test_dispatch_meta_inplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2502004Z test_dispatch_meta_inplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2502394Z test_dispatch_meta_inplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2502714Z test_dispatch_meta_inplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2502990Z test_dispatch_meta_inplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2503252Z test_dispatch_meta_inplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2503653Z test_dispatch_meta_inplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2504063Z test_dispatch_meta_inplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2504431Z test_dispatch_meta_inplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2504695Z test_dispatch_meta_inplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2504965Z test_dispatch_meta_inplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2505227Z test_dispatch_meta_inplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2505492Z test_dispatch_meta_inplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2505755Z test_dispatch_meta_inplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2506023Z test_dispatch_meta_inplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2506277Z test_dispatch_meta_inplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2506594Z test_dispatch_meta_inplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2506874Z test_dispatch_meta_inplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2507138Z test_dispatch_meta_inplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2507396Z test_dispatch_meta_inplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2507652Z test_dispatch_meta_inplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2507907Z test_dispatch_meta_inplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2508164Z test_dispatch_meta_inplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2508423Z test_dispatch_meta_inplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2508671Z test_dispatch_meta_inplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2508926Z test_dispatch_meta_inplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2509184Z test_dispatch_meta_inplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2509620Z test_dispatch_meta_inplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2509902Z test_dispatch_meta_inplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2510176Z test_dispatch_meta_inplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2510447Z test_dispatch_meta_inplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2510956Z test_dispatch_meta_inplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2511254Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2511512Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2511886Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2512156Z test_dispatch_meta_inplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2512426Z test_dispatch_meta_inplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2512682Z test_dispatch_meta_inplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2512933Z test_dispatch_meta_inplace_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2513192Z test_dispatch_meta_inplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2513450Z test_dispatch_meta_inplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2513698Z test_dispatch_meta_inplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2514009Z test_dispatch_meta_inplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2514279Z test_dispatch_meta_inplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2514529Z test_dispatch_meta_inplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2514761Z test_dispatch_meta_inplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2515002Z test_dispatch_meta_inplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2515254Z test_dispatch_meta_inplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2515505Z test_dispatch_meta_inplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2515758Z test_dispatch_meta_inplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2515966Z test_dispatch_meta_inplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.532s) 2022-11-23T02:43:13.2516174Z test_dispatch_meta_inplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.524s) 2022-11-23T02:43:13.2516529Z test_dispatch_meta_inplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.558s) 2022-11-23T02:43:13.2516803Z test_dispatch_meta_inplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2517040Z test_dispatch_meta_inplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2517292Z test_dispatch_meta_inplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2517535Z test_dispatch_meta_inplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:43:13.2518053Z test_dispatch_meta_inplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2518324Z test_dispatch_meta_inplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2518582Z test_dispatch_meta_inplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2518839Z test_dispatch_meta_inplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2519189Z test_dispatch_meta_inplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2519441Z test_dispatch_meta_inplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2519684Z test_dispatch_meta_inplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2519916Z test_dispatch_meta_inplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.2520144Z test_dispatch_meta_inplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.2520361Z test_dispatch_meta_inplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.2520572Z test_dispatch_meta_inplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.2520798Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2521019Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.2521212Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.2521499Z test_dispatch_meta_inplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.2521741Z test_dispatch_meta_inplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2521972Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2522243Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.2522479Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2522719Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.564s) 2022-11-23T02:43:13.2522942Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2523171Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.2523517Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2523783Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2524053Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2524318Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2524585Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2524991Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2525259Z test_dispatch_meta_inplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2525636Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2525869Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2526089Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.2526305Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2526524Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2526847Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2527066Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.2527268Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2527492Z test_dispatch_meta_inplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2527749Z test_dispatch_meta_inplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2528009Z test_dispatch_meta_inplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2528267Z test_dispatch_meta_inplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2528527Z test_dispatch_meta_inplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2528784Z test_dispatch_meta_inplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2529103Z test_dispatch_meta_inplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2529384Z test_dispatch_meta_inplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2529636Z test_dispatch_meta_inplace_double_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2529899Z test_dispatch_meta_inplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2530158Z test_dispatch_meta_inplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2530421Z test_dispatch_meta_inplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2530677Z test_dispatch_meta_inplace_double_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2531085Z test_dispatch_meta_inplace_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2531353Z test_dispatch_meta_inplace_double_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2531607Z test_dispatch_meta_inplace_double_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2531856Z test_dispatch_meta_inplace_double_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2532244Z test_dispatch_meta_inplace_double_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2532654Z test_dispatch_meta_inplace_double_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2532915Z test_dispatch_meta_inplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2533180Z test_dispatch_meta_inplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2533433Z test_dispatch_meta_inplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2533699Z test_dispatch_meta_inplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2533958Z test_dispatch_meta_inplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2534322Z test_dispatch_meta_inplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2534577Z test_dispatch_meta_inplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2534839Z test_dispatch_meta_inplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2535077Z test_dispatch_meta_inplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2535328Z test_dispatch_meta_inplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2535579Z test_dispatch_meta_inplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2535824Z test_dispatch_meta_inplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2536081Z test_dispatch_meta_inplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2536333Z test_dispatch_meta_inplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2536660Z test_dispatch_meta_inplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2536930Z test_dispatch_meta_inplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2537195Z test_dispatch_meta_inplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2537452Z test_dispatch_meta_inplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2537709Z test_dispatch_meta_inplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2538125Z test_dispatch_meta_inplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2538390Z test_dispatch_meta_inplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2538648Z test_dispatch_meta_inplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2538897Z test_dispatch_meta_inplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2539272Z test_dispatch_meta_inplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2539666Z test_dispatch_meta_inplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2539928Z test_dispatch_meta_inplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2540181Z test_dispatch_meta_inplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2540444Z test_dispatch_meta_inplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2540709Z test_dispatch_meta_inplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2540968Z test_dispatch_meta_inplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2541222Z test_dispatch_meta_inplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2541475Z test_dispatch_meta_inplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2541830Z test_dispatch_meta_inplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2542084Z test_dispatch_meta_inplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2542342Z test_dispatch_meta_inplace_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.2542602Z test_dispatch_meta_inplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2542861Z test_dispatch_meta_inplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2543102Z test_dispatch_meta_inplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2543358Z test_dispatch_meta_inplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2543617Z test_dispatch_meta_inplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2543869Z test_dispatch_meta_inplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2544191Z test_dispatch_meta_inplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2544460Z test_dispatch_meta_inplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2544706Z test_dispatch_meta_inplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2545094Z test_dispatch_meta_inplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2545374Z test_dispatch_meta_inplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2545634Z test_dispatch_meta_inplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2545894Z test_dispatch_meta_inplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2546301Z test_dispatch_meta_inplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2546712Z test_dispatch_meta_inplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2546985Z test_dispatch_meta_inplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2547249Z test_dispatch_meta_inplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2547514Z test_dispatch_meta_inplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2547777Z test_dispatch_meta_inplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2548038Z test_dispatch_meta_inplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2548294Z test_dispatch_meta_inplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2548551Z test_dispatch_meta_inplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2548804Z test_dispatch_meta_inplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2549157Z test_dispatch_meta_inplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2549361Z test_dispatch_meta_inplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2549559Z test_dispatch_meta_inplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2549771Z test_dispatch_meta_inplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2549975Z test_dispatch_meta_inplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2550162Z test_dispatch_meta_inplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2550364Z test_dispatch_meta_inplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.2550558Z test_dispatch_meta_inplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2550747Z test_dispatch_meta_inplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2550948Z test_dispatch_meta_inplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2551139Z test_dispatch_meta_inplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2551323Z test_dispatch_meta_inplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2551588Z test_dispatch_meta_inplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2551805Z test_dispatch_meta_inplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2552227Z test_dispatch_meta_inplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2552488Z test_dispatch_meta_inplace_equal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2552747Z test_dispatch_meta_inplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2553011Z test_dispatch_meta_inplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2553421Z test_dispatch_meta_inplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2553833Z test_dispatch_meta_inplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2554089Z test_dispatch_meta_inplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2554340Z test_dispatch_meta_inplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2554625Z test_dispatch_meta_inplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2554878Z test_dispatch_meta_inplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2555130Z test_dispatch_meta_inplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2555378Z test_dispatch_meta_inplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2555583Z test_dispatch_meta_inplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2555830Z test_dispatch_meta_inplace_erf_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2556015Z test_dispatch_meta_inplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2556207Z test_dispatch_meta_inplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2556409Z test_dispatch_meta_inplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2556754Z test_dispatch_meta_inplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2556997Z test_dispatch_meta_inplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2557237Z test_dispatch_meta_inplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2557485Z test_dispatch_meta_inplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2557724Z test_dispatch_meta_inplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2557931Z test_dispatch_meta_inplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.326s) 2022-11-23T02:43:13.2558171Z test_dispatch_meta_inplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2558376Z test_dispatch_meta_inplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.289s) 2022-11-23T02:43:13.2558581Z test_dispatch_meta_inplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-11-23T02:43:13.2558778Z test_dispatch_meta_inplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.332s) 2022-11-23T02:43:13.2559175Z test_dispatch_meta_inplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2559512Z test_dispatch_meta_inplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2559769Z test_dispatch_meta_inplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2560009Z test_dispatch_meta_inplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2560410Z test_dispatch_meta_inplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2560820Z test_dispatch_meta_inplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2561036Z test_dispatch_meta_inplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.277s) 2022-11-23T02:43:13.2561242Z test_dispatch_meta_inplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-11-23T02:43:13.2561451Z test_dispatch_meta_inplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.370s) 2022-11-23T02:43:13.2561682Z test_dispatch_meta_inplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.2561925Z test_dispatch_meta_inplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2562161Z test_dispatch_meta_inplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2562403Z test_dispatch_meta_inplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.2562653Z test_dispatch_meta_inplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2562858Z test_dispatch_meta_inplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-11-23T02:43:13.2563105Z test_dispatch_meta_inplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2563304Z test_dispatch_meta_inplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-11-23T02:43:13.2563508Z test_dispatch_meta_inplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.255s) 2022-11-23T02:43:13.2563703Z test_dispatch_meta_inplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.305s) 2022-11-23T02:43:13.2563946Z test_dispatch_meta_inplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.2564187Z test_dispatch_meta_inplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2564532Z test_dispatch_meta_inplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2564776Z test_dispatch_meta_inplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2565020Z test_dispatch_meta_inplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:13.2565285Z test_dispatch_meta_inplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2565530Z test_dispatch_meta_inplace_exp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2565745Z test_dispatch_meta_inplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.669s) 2022-11-23T02:43:13.2565952Z test_dispatch_meta_inplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.609s) 2022-11-23T02:43:13.2566334Z test_dispatch_meta_inplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.614s) 2022-11-23T02:43:13.2566548Z test_dispatch_meta_inplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2566743Z test_dispatch_meta_inplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2566917Z test_dispatch_meta_inplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2567431Z test_dispatch_meta_inplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2567849Z test_dispatch_meta_inplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2568100Z test_dispatch_meta_inplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2568342Z test_dispatch_meta_inplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.2568589Z test_dispatch_meta_inplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2568854Z test_dispatch_meta_inplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2569112Z test_dispatch_meta_inplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2569384Z test_dispatch_meta_inplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2569653Z test_dispatch_meta_inplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2569916Z test_dispatch_meta_inplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2570176Z test_dispatch_meta_inplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2570438Z test_dispatch_meta_inplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2570692Z test_dispatch_meta_inplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2570952Z test_dispatch_meta_inplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2571208Z test_dispatch_meta_inplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2571462Z test_dispatch_meta_inplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2571715Z test_dispatch_meta_inplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2571976Z test_dispatch_meta_inplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2572837Z test_dispatch_meta_inplace_expand_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2573191Z test_dispatch_meta_inplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2573516Z test_dispatch_meta_inplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2573772Z test_dispatch_meta_inplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2574025Z test_dispatch_meta_inplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2574383Z test_dispatch_meta_inplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2574808Z test_dispatch_meta_inplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2575062Z test_dispatch_meta_inplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2575398Z test_dispatch_meta_inplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2575671Z test_dispatch_meta_inplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2575925Z test_dispatch_meta_inplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2576136Z test_dispatch_meta_inplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2576381Z test_dispatch_meta_inplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2576591Z test_dispatch_meta_inplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2576801Z test_dispatch_meta_inplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2577005Z test_dispatch_meta_inplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2577250Z test_dispatch_meta_inplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2577489Z test_dispatch_meta_inplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.2577718Z test_dispatch_meta_inplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.2577960Z test_dispatch_meta_inplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.2578205Z test_dispatch_meta_inplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2578464Z test_dispatch_meta_inplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:13.2578721Z test_dispatch_meta_inplace_eye_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2578982Z test_dispatch_meta_inplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2579239Z test_dispatch_meta_inplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2579495Z test_dispatch_meta_inplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2579747Z test_dispatch_meta_inplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2579997Z test_dispatch_meta_inplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2580502Z test_dispatch_meta_inplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2580751Z test_dispatch_meta_inplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2581006Z test_dispatch_meta_inplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2581252Z test_dispatch_meta_inplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2581776Z test_dispatch_meta_inplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2582021Z test_dispatch_meta_inplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2582284Z test_dispatch_meta_inplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2582550Z test_dispatch_meta_inplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2582812Z test_dispatch_meta_inplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2583153Z test_dispatch_meta_inplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2583426Z test_dispatch_meta_inplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2583676Z test_dispatch_meta_inplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2583930Z test_dispatch_meta_inplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2584187Z test_dispatch_meta_inplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2584433Z test_dispatch_meta_inplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2584687Z test_dispatch_meta_inplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2584938Z test_dispatch_meta_inplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2585191Z test_dispatch_meta_inplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2585455Z test_dispatch_meta_inplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2585714Z test_dispatch_meta_inplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2585978Z test_dispatch_meta_inplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2586235Z test_dispatch_meta_inplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2586495Z test_dispatch_meta_inplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2586746Z test_dispatch_meta_inplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2586998Z test_dispatch_meta_inplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2587416Z test_dispatch_meta_inplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2587767Z test_dispatch_meta_inplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2588015Z test_dispatch_meta_inplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2588391Z test_dispatch_meta_inplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2588813Z test_dispatch_meta_inplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2589084Z test_dispatch_meta_inplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2589345Z test_dispatch_meta_inplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2589606Z test_dispatch_meta_inplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2589866Z test_dispatch_meta_inplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2590106Z test_dispatch_meta_inplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2590432Z test_dispatch_meta_inplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2590706Z test_dispatch_meta_inplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2590956Z test_dispatch_meta_inplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2591202Z test_dispatch_meta_inplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2591458Z test_dispatch_meta_inplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2591709Z test_dispatch_meta_inplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2591973Z test_dispatch_meta_inplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2592238Z test_dispatch_meta_inplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2592507Z test_dispatch_meta_inplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2592776Z test_dispatch_meta_inplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2593038Z test_dispatch_meta_inplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2593303Z test_dispatch_meta_inplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2593564Z test_dispatch_meta_inplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2593830Z test_dispatch_meta_inplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2594095Z test_dispatch_meta_inplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2594509Z test_dispatch_meta_inplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2594770Z test_dispatch_meta_inplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2595120Z test_dispatch_meta_inplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2595518Z test_dispatch_meta_inplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2595925Z test_dispatch_meta_inplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2596196Z test_dispatch_meta_inplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2596456Z test_dispatch_meta_inplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2596722Z test_dispatch_meta_inplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2596977Z test_dispatch_meta_inplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2597238Z test_dispatch_meta_inplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2597485Z test_dispatch_meta_inplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2597827Z test_dispatch_meta_inplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2598099Z test_dispatch_meta_inplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2598348Z test_dispatch_meta_inplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2598583Z test_dispatch_meta_inplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2598840Z test_dispatch_meta_inplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2599091Z test_dispatch_meta_inplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2599353Z test_dispatch_meta_inplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2599617Z test_dispatch_meta_inplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2599880Z test_dispatch_meta_inplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2600132Z test_dispatch_meta_inplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2600386Z test_dispatch_meta_inplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2600645Z test_dispatch_meta_inplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2600899Z test_dispatch_meta_inplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2601323Z test_dispatch_meta_inplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2601583Z test_dispatch_meta_inplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2601833Z test_dispatch_meta_inplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2602085Z test_dispatch_meta_inplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2602484Z test_dispatch_meta_inplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2602996Z test_dispatch_meta_inplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2603260Z test_dispatch_meta_inplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2603527Z test_dispatch_meta_inplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2603784Z test_dispatch_meta_inplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2604042Z test_dispatch_meta_inplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2604300Z test_dispatch_meta_inplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2604553Z test_dispatch_meta_inplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2604807Z test_dispatch_meta_inplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2605133Z test_dispatch_meta_inplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2605405Z test_dispatch_meta_inplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2605662Z test_dispatch_meta_inplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2605910Z test_dispatch_meta_inplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2606174Z test_dispatch_meta_inplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2606442Z test_dispatch_meta_inplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2606685Z test_dispatch_meta_inplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2606948Z test_dispatch_meta_inplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2607205Z test_dispatch_meta_inplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2607458Z test_dispatch_meta_inplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2607712Z test_dispatch_meta_inplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2607968Z test_dispatch_meta_inplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2608383Z test_dispatch_meta_inplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2608650Z test_dispatch_meta_inplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2608900Z test_dispatch_meta_inplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2609150Z test_dispatch_meta_inplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2609556Z test_dispatch_meta_inplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2609955Z test_dispatch_meta_inplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2610322Z test_dispatch_meta_inplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2610581Z test_dispatch_meta_inplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2610840Z test_dispatch_meta_inplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2611094Z test_dispatch_meta_inplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2611346Z test_dispatch_meta_inplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2611596Z test_dispatch_meta_inplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2611846Z test_dispatch_meta_inplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2612101Z test_dispatch_meta_inplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2613407Z test_dispatch_meta_inplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2613727Z test_dispatch_meta_inplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2613992Z test_dispatch_meta_inplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2614257Z test_dispatch_meta_inplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2614521Z test_dispatch_meta_inplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2614786Z test_dispatch_meta_inplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2615048Z test_dispatch_meta_inplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2615484Z test_dispatch_meta_inplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2615747Z test_dispatch_meta_inplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2616001Z test_dispatch_meta_inplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2616231Z test_dispatch_meta_inplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2616635Z test_dispatch_meta_inplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2617073Z test_dispatch_meta_inplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2617343Z test_dispatch_meta_inplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2617607Z test_dispatch_meta_inplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2617880Z test_dispatch_meta_inplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2618148Z test_dispatch_meta_inplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2618407Z test_dispatch_meta_inplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2618795Z test_dispatch_meta_inplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2619065Z test_dispatch_meta_inplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2619327Z test_dispatch_meta_inplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2619591Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2619851Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2620111Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2620376Z test_dispatch_meta_inplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2620633Z test_dispatch_meta_inplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2620954Z test_dispatch_meta_inplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2621228Z test_dispatch_meta_inplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2621486Z test_dispatch_meta_inplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2621745Z test_dispatch_meta_inplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2622005Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2622430Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2622692Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2622949Z test_dispatch_meta_inplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2623199Z test_dispatch_meta_inplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2623595Z test_dispatch_meta_inplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2624006Z test_dispatch_meta_inplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2624275Z test_dispatch_meta_inplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2624530Z test_dispatch_meta_inplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2624787Z test_dispatch_meta_inplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2625021Z test_dispatch_meta_inplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2625269Z test_dispatch_meta_inplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2625521Z test_dispatch_meta_inplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2625773Z test_dispatch_meta_inplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2626131Z test_dispatch_meta_inplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2626388Z test_dispatch_meta_inplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2626650Z test_dispatch_meta_inplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2626910Z test_dispatch_meta_inplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2627165Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2627418Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2627664Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2627919Z test_dispatch_meta_inplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2628171Z test_dispatch_meta_inplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2628488Z test_dispatch_meta_inplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2628771Z test_dispatch_meta_inplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2629036Z test_dispatch_meta_inplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2629470Z test_dispatch_meta_inplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2629739Z test_dispatch_meta_inplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2629997Z test_dispatch_meta_inplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2630256Z test_dispatch_meta_inplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2630651Z test_dispatch_meta_inplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2631047Z test_dispatch_meta_inplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2631300Z test_dispatch_meta_inplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2631553Z test_dispatch_meta_inplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2631812Z test_dispatch_meta_inplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2632067Z test_dispatch_meta_inplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2632333Z test_dispatch_meta_inplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2632597Z test_dispatch_meta_inplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2632858Z test_dispatch_meta_inplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2633098Z test_dispatch_meta_inplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2633453Z test_dispatch_meta_inplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2633711Z test_dispatch_meta_inplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2633969Z test_dispatch_meta_inplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2634226Z test_dispatch_meta_inplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2634478Z test_dispatch_meta_inplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2634732Z test_dispatch_meta_inplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2634986Z test_dispatch_meta_inplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2635245Z test_dispatch_meta_inplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2635512Z test_dispatch_meta_inplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2635849Z test_dispatch_meta_inplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2636132Z test_dispatch_meta_inplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2636534Z test_dispatch_meta_inplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2636798Z test_dispatch_meta_inplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2637060Z test_dispatch_meta_inplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2637319Z test_dispatch_meta_inplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2637717Z test_dispatch_meta_inplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2637969Z test_dispatch_meta_inplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2638371Z test_dispatch_meta_inplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2638635Z test_dispatch_meta_inplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2638890Z test_dispatch_meta_inplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2639152Z test_dispatch_meta_inplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2639406Z test_dispatch_meta_inplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2639665Z test_dispatch_meta_inplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2639916Z test_dispatch_meta_inplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2640168Z test_dispatch_meta_inplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2640418Z test_dispatch_meta_inplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2640777Z test_dispatch_meta_inplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2641030Z test_dispatch_meta_inplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2641288Z test_dispatch_meta_inplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2641528Z test_dispatch_meta_inplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2641782Z test_dispatch_meta_inplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2642031Z test_dispatch_meta_inplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2642283Z test_dispatch_meta_inplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2642528Z test_dispatch_meta_inplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2642780Z test_dispatch_meta_inplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2643100Z test_dispatch_meta_inplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2643364Z test_dispatch_meta_inplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2643758Z test_dispatch_meta_inplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2644048Z test_dispatch_meta_inplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2644308Z test_dispatch_meta_inplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2644568Z test_dispatch_meta_inplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2644959Z test_dispatch_meta_inplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2645360Z test_dispatch_meta_inplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2645619Z test_dispatch_meta_inplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2645871Z test_dispatch_meta_inplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2646128Z test_dispatch_meta_inplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2646342Z test_dispatch_meta_inplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2646543Z test_dispatch_meta_inplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2646753Z test_dispatch_meta_inplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2646961Z test_dispatch_meta_inplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2647163Z test_dispatch_meta_inplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2647367Z test_dispatch_meta_inplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2647568Z test_dispatch_meta_inplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2647772Z test_dispatch_meta_inplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2647954Z test_dispatch_meta_inplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2648255Z test_dispatch_meta_inplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2648445Z test_dispatch_meta_inplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2648641Z test_dispatch_meta_inplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2648837Z test_dispatch_meta_inplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2649100Z test_dispatch_meta_inplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2649361Z test_dispatch_meta_inplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2649628Z test_dispatch_meta_inplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2649894Z test_dispatch_meta_inplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2650160Z test_dispatch_meta_inplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2650418Z test_dispatch_meta_inplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2650922Z test_dispatch_meta_inplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2651201Z test_dispatch_meta_inplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2651460Z test_dispatch_meta_inplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2651715Z test_dispatch_meta_inplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2652251Z test_dispatch_meta_inplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2652514Z test_dispatch_meta_inplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2652772Z test_dispatch_meta_inplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2653026Z test_dispatch_meta_inplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2653278Z test_dispatch_meta_inplace_flip_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2653537Z test_dispatch_meta_inplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2653797Z test_dispatch_meta_inplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2654055Z test_dispatch_meta_inplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2654305Z test_dispatch_meta_inplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2654599Z test_dispatch_meta_inplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2654836Z test_dispatch_meta_inplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2655082Z test_dispatch_meta_inplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2655330Z test_dispatch_meta_inplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2655577Z test_dispatch_meta_inplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2655932Z test_dispatch_meta_inplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2656188Z test_dispatch_meta_inplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2656444Z test_dispatch_meta_inplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2656708Z test_dispatch_meta_inplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2656966Z test_dispatch_meta_inplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2657223Z test_dispatch_meta_inplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2657482Z test_dispatch_meta_inplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2657897Z test_dispatch_meta_inplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2658238Z test_dispatch_meta_inplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2658495Z test_dispatch_meta_inplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2658754Z test_dispatch_meta_inplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2659263Z test_dispatch_meta_inplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2659524Z test_dispatch_meta_inplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2659784Z test_dispatch_meta_inplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2660035Z test_dispatch_meta_inplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2660305Z test_dispatch_meta_inplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2660565Z test_dispatch_meta_inplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2660820Z test_dispatch_meta_inplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2661076Z test_dispatch_meta_inplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2661321Z test_dispatch_meta_inplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2661572Z test_dispatch_meta_inplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2661813Z test_dispatch_meta_inplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2662065Z test_dispatch_meta_inplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2662318Z test_dispatch_meta_inplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2662554Z test_dispatch_meta_inplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2662809Z test_dispatch_meta_inplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2663154Z test_dispatch_meta_inplace_float_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2663413Z test_dispatch_meta_inplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2663677Z test_dispatch_meta_inplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2663936Z test_dispatch_meta_inplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2664190Z test_dispatch_meta_inplace_float_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2664442Z test_dispatch_meta_inplace_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2664850Z test_dispatch_meta_inplace_float_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2665113Z test_dispatch_meta_inplace_float_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2665368Z test_dispatch_meta_inplace_float_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2665927Z test_dispatch_meta_inplace_float_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2666205Z test_dispatch_meta_inplace_float_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2666453Z test_dispatch_meta_inplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2666726Z test_dispatch_meta_inplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.2666995Z test_dispatch_meta_inplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.2667276Z test_dispatch_meta_inplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.2667549Z test_dispatch_meta_inplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.2667825Z test_dispatch_meta_inplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.2668094Z test_dispatch_meta_inplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:43:13.2668357Z test_dispatch_meta_inplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2668626Z test_dispatch_meta_inplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2668888Z test_dispatch_meta_inplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.003s) 2022-11-23T02:43:13.2669143Z test_dispatch_meta_inplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2669407Z test_dispatch_meta_inplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2669670Z test_dispatch_meta_inplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.2669879Z test_dispatch_meta_inplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2670084Z test_dispatch_meta_inplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2670291Z test_dispatch_meta_inplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2670567Z test_dispatch_meta_inplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2670768Z test_dispatch_meta_inplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2670960Z test_dispatch_meta_inplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2671156Z test_dispatch_meta_inplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2671357Z test_dispatch_meta_inplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2671549Z test_dispatch_meta_inplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2671770Z test_dispatch_meta_inplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.2671987Z test_dispatch_meta_inplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.2672200Z test_dispatch_meta_inplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.2672416Z test_dispatch_meta_inplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.2672628Z test_dispatch_meta_inplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2672906Z test_dispatch_meta_inplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2673133Z test_dispatch_meta_inplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.2673339Z test_dispatch_meta_inplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2673545Z test_dispatch_meta_inplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2673803Z test_dispatch_meta_inplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2674054Z test_dispatch_meta_inplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2674312Z test_dispatch_meta_inplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2674569Z test_dispatch_meta_inplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2674824Z test_dispatch_meta_inplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2675076Z test_dispatch_meta_inplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2675301Z test_dispatch_meta_inplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2675546Z test_dispatch_meta_inplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2675797Z test_dispatch_meta_inplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2676044Z test_dispatch_meta_inplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2676455Z test_dispatch_meta_inplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2676717Z test_dispatch_meta_inplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2676971Z test_dispatch_meta_inplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2677444Z test_dispatch_meta_inplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2677705Z test_dispatch_meta_inplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2678052Z test_dispatch_meta_inplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2678299Z test_dispatch_meta_inplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2678550Z test_dispatch_meta_inplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2678799Z test_dispatch_meta_inplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2679046Z test_dispatch_meta_inplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2679252Z test_dispatch_meta_inplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2679456Z test_dispatch_meta_inplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.2679665Z test_dispatch_meta_inplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2679862Z test_dispatch_meta_inplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.2680062Z test_dispatch_meta_inplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2680256Z test_dispatch_meta_inplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2680517Z test_dispatch_meta_inplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2680729Z test_dispatch_meta_inplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2680921Z test_dispatch_meta_inplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2681110Z test_dispatch_meta_inplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2681311Z test_dispatch_meta_inplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2681518Z test_dispatch_meta_inplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2681716Z test_dispatch_meta_inplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2681977Z test_dispatch_meta_inplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2682237Z test_dispatch_meta_inplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2682494Z test_dispatch_meta_inplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2682741Z test_dispatch_meta_inplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2682987Z test_dispatch_meta_inplace_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2683247Z test_dispatch_meta_inplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2683510Z test_dispatch_meta_inplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2683766Z test_dispatch_meta_inplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2684022Z test_dispatch_meta_inplace_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2684264Z test_dispatch_meta_inplace_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2684516Z test_dispatch_meta_inplace_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2684763Z test_dispatch_meta_inplace_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2685098Z test_dispatch_meta_inplace_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2685340Z test_dispatch_meta_inplace_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2685591Z test_dispatch_meta_inplace_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2685840Z test_dispatch_meta_inplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2686101Z test_dispatch_meta_inplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2686354Z test_dispatch_meta_inplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2686616Z test_dispatch_meta_inplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2686883Z test_dispatch_meta_inplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2687140Z test_dispatch_meta_inplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2687464Z test_dispatch_meta_inplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2687721Z test_dispatch_meta_inplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2687974Z test_dispatch_meta_inplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2688229Z test_dispatch_meta_inplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2688490Z test_dispatch_meta_inplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2688746Z test_dispatch_meta_inplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2688996Z test_dispatch_meta_inplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2689260Z test_dispatch_meta_inplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2689513Z test_dispatch_meta_inplace_gather_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2689775Z test_dispatch_meta_inplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2690036Z test_dispatch_meta_inplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2690295Z test_dispatch_meta_inplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2690550Z test_dispatch_meta_inplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2690808Z test_dispatch_meta_inplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2691062Z test_dispatch_meta_inplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2691314Z test_dispatch_meta_inplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2691559Z test_dispatch_meta_inplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2691814Z test_dispatch_meta_inplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2692631Z test_dispatch_meta_inplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2693006Z test_dispatch_meta_inplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.997s) 2022-11-23T02:43:13.2693219Z test_dispatch_meta_inplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.003s) 2022-11-23T02:43:13.2693412Z test_dispatch_meta_inplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.068s) 2022-11-23T02:43:13.2693712Z test_dispatch_meta_inplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.002s) 2022-11-23T02:43:13.2693931Z test_dispatch_meta_inplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.957s) 2022-11-23T02:43:13.2694258Z test_dispatch_meta_inplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2694460Z test_dispatch_meta_inplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2694648Z test_dispatch_meta_inplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2694841Z test_dispatch_meta_inplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2695032Z test_dispatch_meta_inplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2695324Z test_dispatch_meta_inplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2695535Z test_dispatch_meta_inplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2695722Z test_dispatch_meta_inplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2695915Z test_dispatch_meta_inplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2696110Z test_dispatch_meta_inplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2696375Z test_dispatch_meta_inplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2696640Z test_dispatch_meta_inplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2696897Z test_dispatch_meta_inplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2697153Z test_dispatch_meta_inplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2697419Z test_dispatch_meta_inplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2697689Z test_dispatch_meta_inplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2697955Z test_dispatch_meta_inplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2698218Z test_dispatch_meta_inplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2698482Z test_dispatch_meta_inplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2698733Z test_dispatch_meta_inplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2698992Z test_dispatch_meta_inplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2699251Z test_dispatch_meta_inplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2699509Z test_dispatch_meta_inplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2699765Z test_dispatch_meta_inplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2700126Z test_dispatch_meta_inplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2700397Z test_dispatch_meta_inplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2700643Z test_dispatch_meta_inplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2700845Z test_dispatch_meta_inplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2701042Z test_dispatch_meta_inplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2701244Z test_dispatch_meta_inplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2701444Z test_dispatch_meta_inplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2701636Z test_dispatch_meta_inplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2701834Z test_dispatch_meta_inplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.2702021Z test_dispatch_meta_inplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2702205Z test_dispatch_meta_inplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2702462Z test_dispatch_meta_inplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2702674Z test_dispatch_meta_inplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2702931Z test_dispatch_meta_inplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2703182Z test_dispatch_meta_inplace_half_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2703446Z test_dispatch_meta_inplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2703708Z test_dispatch_meta_inplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2703965Z test_dispatch_meta_inplace_half_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2704222Z test_dispatch_meta_inplace_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2704475Z test_dispatch_meta_inplace_half_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2704725Z test_dispatch_meta_inplace_half_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2704978Z test_dispatch_meta_inplace_half_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2705229Z test_dispatch_meta_inplace_half_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2705482Z test_dispatch_meta_inplace_half_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2705734Z test_dispatch_meta_inplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2705932Z test_dispatch_meta_inplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2706144Z test_dispatch_meta_inplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2706358Z test_dispatch_meta_inplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.2706569Z test_dispatch_meta_inplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.2706777Z test_dispatch_meta_inplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2706985Z test_dispatch_meta_inplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2707280Z test_dispatch_meta_inplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2707488Z test_dispatch_meta_inplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.2707700Z test_dispatch_meta_inplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.2707916Z test_dispatch_meta_inplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.2708173Z test_dispatch_meta_inplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2708427Z test_dispatch_meta_inplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2708681Z test_dispatch_meta_inplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2708928Z test_dispatch_meta_inplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2709181Z test_dispatch_meta_inplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2709500Z test_dispatch_meta_inplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2709776Z test_dispatch_meta_inplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2710023Z test_dispatch_meta_inplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2710290Z test_dispatch_meta_inplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2710551Z test_dispatch_meta_inplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2710815Z test_dispatch_meta_inplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2711077Z test_dispatch_meta_inplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2711339Z test_dispatch_meta_inplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2711591Z test_dispatch_meta_inplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2711826Z test_dispatch_meta_inplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2712070Z test_dispatch_meta_inplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2712320Z test_dispatch_meta_inplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2712577Z test_dispatch_meta_inplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2712830Z test_dispatch_meta_inplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2713089Z test_dispatch_meta_inplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2713344Z test_dispatch_meta_inplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2713609Z test_dispatch_meta_inplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2713868Z test_dispatch_meta_inplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2714220Z test_dispatch_meta_inplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2714476Z test_dispatch_meta_inplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2714733Z test_dispatch_meta_inplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2714983Z test_dispatch_meta_inplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2715232Z test_dispatch_meta_inplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2715485Z test_dispatch_meta_inplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2715734Z test_dispatch_meta_inplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2715991Z test_dispatch_meta_inplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2716244Z test_dispatch_meta_inplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2716520Z test_dispatch_meta_inplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.2716743Z test_dispatch_meta_inplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2716949Z test_dispatch_meta_inplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2717155Z test_dispatch_meta_inplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2717358Z test_dispatch_meta_inplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.448s) 2022-11-23T02:43:13.2717599Z test_dispatch_meta_inplace_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2717802Z test_dispatch_meta_inplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.416s) 2022-11-23T02:43:13.2717981Z test_dispatch_meta_inplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.393s) 2022-11-23T02:43:13.2718172Z test_dispatch_meta_inplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.439s) 2022-11-23T02:43:13.2718417Z test_dispatch_meta_inplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2718655Z test_dispatch_meta_inplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2718890Z test_dispatch_meta_inplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2719132Z test_dispatch_meta_inplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2719369Z test_dispatch_meta_inplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2719581Z test_dispatch_meta_inplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2719791Z test_dispatch_meta_inplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2720001Z test_dispatch_meta_inplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2720213Z test_dispatch_meta_inplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2720476Z test_dispatch_meta_inplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2720734Z test_dispatch_meta_inplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2720995Z test_dispatch_meta_inplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2721298Z test_dispatch_meta_inplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.2721503Z test_dispatch_meta_inplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2721727Z test_dispatch_meta_inplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.2721946Z test_dispatch_meta_inplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.2722160Z test_dispatch_meta_inplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2722369Z test_dispatch_meta_inplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.2722581Z test_dispatch_meta_inplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2722771Z test_dispatch_meta_inplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2722977Z test_dispatch_meta_inplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2723185Z test_dispatch_meta_inplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.2723389Z test_dispatch_meta_inplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.2723595Z test_dispatch_meta_inplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.2723870Z test_dispatch_meta_inplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2724102Z test_dispatch_meta_inplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2724305Z test_dispatch_meta_inplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2724700Z test_dispatch_meta_inplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2724928Z test_dispatch_meta_inplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2725143Z test_dispatch_meta_inplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2725352Z test_dispatch_meta_inplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2725557Z test_dispatch_meta_inplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2725912Z test_dispatch_meta_inplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2726272Z test_dispatch_meta_inplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2726489Z test_dispatch_meta_inplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2726692Z test_dispatch_meta_inplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2726900Z test_dispatch_meta_inplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2727116Z test_dispatch_meta_inplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2727318Z test_dispatch_meta_inplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2727520Z test_dispatch_meta_inplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2727740Z test_dispatch_meta_inplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2727951Z test_dispatch_meta_inplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2728159Z test_dispatch_meta_inplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2728366Z test_dispatch_meta_inplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2728569Z test_dispatch_meta_inplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2728771Z test_dispatch_meta_inplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2729074Z test_dispatch_meta_inplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2729278Z test_dispatch_meta_inplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2729479Z test_dispatch_meta_inplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2729694Z test_dispatch_meta_inplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2729896Z test_dispatch_meta_inplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2730114Z test_dispatch_meta_inplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2730328Z test_dispatch_meta_inplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2730541Z test_dispatch_meta_inplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2730754Z test_dispatch_meta_inplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2730961Z test_dispatch_meta_inplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2731166Z test_dispatch_meta_inplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2731792Z test_dispatch_meta_inplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2732043Z test_dispatch_meta_inplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2732230Z test_dispatch_meta_inplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2732436Z test_dispatch_meta_inplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2732640Z test_dispatch_meta_inplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2732860Z test_dispatch_meta_inplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.2733083Z test_dispatch_meta_inplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.2733300Z test_dispatch_meta_inplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.2733519Z test_dispatch_meta_inplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.2733732Z test_dispatch_meta_inplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.2733943Z test_dispatch_meta_inplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.2734152Z test_dispatch_meta_inplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.2734361Z test_dispatch_meta_inplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.2734567Z test_dispatch_meta_inplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.2734844Z test_dispatch_meta_inplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2735106Z test_dispatch_meta_inplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2735383Z test_dispatch_meta_inplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2735657Z test_dispatch_meta_inplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2735918Z test_dispatch_meta_inplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2736181Z test_dispatch_meta_inplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2736554Z test_dispatch_meta_inplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2736822Z test_dispatch_meta_inplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2737087Z test_dispatch_meta_inplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2737353Z test_dispatch_meta_inplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2737613Z test_dispatch_meta_inplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2737874Z test_dispatch_meta_inplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2738115Z test_dispatch_meta_inplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2738379Z test_dispatch_meta_inplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2738636Z test_dispatch_meta_inplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2738971Z test_dispatch_meta_inplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2739245Z test_dispatch_meta_inplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2739497Z test_dispatch_meta_inplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2739751Z test_dispatch_meta_inplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2740004Z test_dispatch_meta_inplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2740257Z test_dispatch_meta_inplace_int_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2740518Z test_dispatch_meta_inplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2740775Z test_dispatch_meta_inplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2741030Z test_dispatch_meta_inplace_int_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2741279Z test_dispatch_meta_inplace_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2741532Z test_dispatch_meta_inplace_int_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2741782Z test_dispatch_meta_inplace_int_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2742031Z test_dispatch_meta_inplace_int_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2742282Z test_dispatch_meta_inplace_int_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2742525Z test_dispatch_meta_inplace_int_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2742768Z test_dispatch_meta_inplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2743026Z test_dispatch_meta_inplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2743282Z test_dispatch_meta_inplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2743634Z test_dispatch_meta_inplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2743898Z test_dispatch_meta_inplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2744161Z test_dispatch_meta_inplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2744420Z test_dispatch_meta_inplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2744667Z test_dispatch_meta_inplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2744920Z test_dispatch_meta_inplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2745173Z test_dispatch_meta_inplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2745407Z test_dispatch_meta_inplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2745660Z test_dispatch_meta_inplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2745976Z test_dispatch_meta_inplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2746255Z test_dispatch_meta_inplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2746509Z test_dispatch_meta_inplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2746774Z test_dispatch_meta_inplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2747040Z test_dispatch_meta_inplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2747305Z test_dispatch_meta_inplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2747567Z test_dispatch_meta_inplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2747825Z test_dispatch_meta_inplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2748083Z test_dispatch_meta_inplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2748340Z test_dispatch_meta_inplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2748596Z test_dispatch_meta_inplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2748850Z test_dispatch_meta_inplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2749104Z test_dispatch_meta_inplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2749360Z test_dispatch_meta_inplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2749611Z test_dispatch_meta_inplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2749930Z test_dispatch_meta_inplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2750176Z test_dispatch_meta_inplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2750427Z test_dispatch_meta_inplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2750763Z test_dispatch_meta_inplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2751010Z test_dispatch_meta_inplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2751261Z test_dispatch_meta_inplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2751512Z test_dispatch_meta_inplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2751766Z test_dispatch_meta_inplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2752013Z test_dispatch_meta_inplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2752274Z test_dispatch_meta_inplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2752534Z test_dispatch_meta_inplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2752862Z test_dispatch_meta_inplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2753117Z test_dispatch_meta_inplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2753373Z test_dispatch_meta_inplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2753626Z test_dispatch_meta_inplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2753878Z test_dispatch_meta_inplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2754131Z test_dispatch_meta_inplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2754373Z test_dispatch_meta_inplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2754680Z test_dispatch_meta_inplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2754933Z test_dispatch_meta_inplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2755191Z test_dispatch_meta_inplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2755440Z test_dispatch_meta_inplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2755699Z test_dispatch_meta_inplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2755961Z test_dispatch_meta_inplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2756214Z test_dispatch_meta_inplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2756468Z test_dispatch_meta_inplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2756722Z test_dispatch_meta_inplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2756971Z test_dispatch_meta_inplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2757221Z test_dispatch_meta_inplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2757561Z test_dispatch_meta_inplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2757808Z test_dispatch_meta_inplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2758059Z test_dispatch_meta_inplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2758323Z test_dispatch_meta_inplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2758578Z test_dispatch_meta_inplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2758837Z test_dispatch_meta_inplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2759095Z test_dispatch_meta_inplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2759351Z test_dispatch_meta_inplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2759608Z test_dispatch_meta_inplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2759934Z test_dispatch_meta_inplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2760200Z test_dispatch_meta_inplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2760437Z test_dispatch_meta_inplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2760690Z test_dispatch_meta_inplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2760949Z test_dispatch_meta_inplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2761206Z test_dispatch_meta_inplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2761467Z test_dispatch_meta_inplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2761726Z test_dispatch_meta_inplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2761983Z test_dispatch_meta_inplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2762235Z test_dispatch_meta_inplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2762489Z test_dispatch_meta_inplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2762746Z test_dispatch_meta_inplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2762999Z test_dispatch_meta_inplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2763248Z test_dispatch_meta_inplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2763511Z test_dispatch_meta_inplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2763766Z test_dispatch_meta_inplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2764078Z test_dispatch_meta_inplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2779094Z test_dispatch_meta_inplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2780008Z test_dispatch_meta_inplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2780315Z test_dispatch_meta_inplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2780810Z test_dispatch_meta_inplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2783886Z test_dispatch_meta_inplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2784447Z test_dispatch_meta_inplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2784952Z test_dispatch_meta_inplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2785454Z test_dispatch_meta_inplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2785978Z test_dispatch_meta_inplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2786483Z test_dispatch_meta_inplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2787172Z test_dispatch_meta_inplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2787710Z test_dispatch_meta_inplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2788285Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2788848Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2789408Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2789974Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2790551Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2791128Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2791689Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2792244Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2792814Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2793379Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2793938Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2794501Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2795089Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2795673Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2796453Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2797043Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2797624Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2798203Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2798775Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2799351Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2799934Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2800666Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2801248Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2801813Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2802363Z test_dispatch_meta_inplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2802901Z test_dispatch_meta_inplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2803444Z test_dispatch_meta_inplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2803988Z test_dispatch_meta_inplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2804525Z test_dispatch_meta_inplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2805049Z test_dispatch_meta_inplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2805578Z test_dispatch_meta_inplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2806104Z test_dispatch_meta_inplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2806641Z test_dispatch_meta_inplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2807169Z test_dispatch_meta_inplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2807711Z test_dispatch_meta_inplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2808230Z test_dispatch_meta_inplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2808803Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2809368Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2810145Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2810734Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2811300Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2811869Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2812424Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2812996Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2813580Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2814303Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2814938Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2815504Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2816048Z test_dispatch_meta_inplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2816592Z test_dispatch_meta_inplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2817162Z test_dispatch_meta_inplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2817727Z test_dispatch_meta_inplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2818349Z test_dispatch_meta_inplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2819013Z test_dispatch_meta_inplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2819592Z test_dispatch_meta_inplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2820170Z test_dispatch_meta_inplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2820761Z test_dispatch_meta_inplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2821346Z test_dispatch_meta_inplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2821937Z test_dispatch_meta_inplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2822542Z test_dispatch_meta_inplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2823101Z test_dispatch_meta_inplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2823648Z test_dispatch_meta_inplace_kron_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2824397Z test_dispatch_meta_inplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2824970Z test_dispatch_meta_inplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2825529Z test_dispatch_meta_inplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2826089Z test_dispatch_meta_inplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2826637Z test_dispatch_meta_inplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2827188Z test_dispatch_meta_inplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2827744Z test_dispatch_meta_inplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2828302Z test_dispatch_meta_inplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2828841Z test_dispatch_meta_inplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2829549Z test_dispatch_meta_inplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2830141Z test_dispatch_meta_inplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2830641Z test_dispatch_meta_inplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2831211Z test_dispatch_meta_inplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2831785Z test_dispatch_meta_inplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2832364Z test_dispatch_meta_inplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2832929Z test_dispatch_meta_inplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2833538Z test_dispatch_meta_inplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2834088Z test_dispatch_meta_inplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2834547Z test_dispatch_meta_inplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.045s) 2022-11-23T02:43:13.2834994Z test_dispatch_meta_inplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.939s) 2022-11-23T02:43:13.2835434Z test_dispatch_meta_inplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.091s) 2022-11-23T02:43:13.2835890Z test_dispatch_meta_inplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.010s) 2022-11-23T02:43:13.2836325Z test_dispatch_meta_inplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.028s) 2022-11-23T02:43:13.2836802Z test_dispatch_meta_inplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2837369Z test_dispatch_meta_inplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.2837846Z test_dispatch_meta_inplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2838322Z test_dispatch_meta_inplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.2838775Z test_dispatch_meta_inplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.2839233Z test_dispatch_meta_inplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2839885Z test_dispatch_meta_inplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2840422Z test_dispatch_meta_inplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.2840946Z test_dispatch_meta_inplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2841477Z test_dispatch_meta_inplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2841953Z test_dispatch_meta_inplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2842488Z test_dispatch_meta_inplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2842944Z test_dispatch_meta_inplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2843380Z test_dispatch_meta_inplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2843846Z test_dispatch_meta_inplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2844298Z test_dispatch_meta_inplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2844745Z test_dispatch_meta_inplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2845337Z test_dispatch_meta_inplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2845806Z test_dispatch_meta_inplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2846255Z test_dispatch_meta_inplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2846688Z test_dispatch_meta_inplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2847130Z test_dispatch_meta_inplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2847592Z test_dispatch_meta_inplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.2848073Z test_dispatch_meta_inplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.2848545Z test_dispatch_meta_inplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.2848999Z test_dispatch_meta_inplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2849465Z test_dispatch_meta_inplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.2849916Z test_dispatch_meta_inplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.2850465Z test_dispatch_meta_inplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2850860Z test_dispatch_meta_inplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.463s) 2022-11-23T02:43:13.2851325Z test_dispatch_meta_inplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.489s) 2022-11-23T02:43:13.2851806Z test_dispatch_meta_inplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.435s) 2022-11-23T02:43:13.2852346Z test_dispatch_meta_inplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2852889Z test_dispatch_meta_inplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2853438Z test_dispatch_meta_inplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2853989Z test_dispatch_meta_inplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2854580Z test_dispatch_meta_inplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2855194Z test_dispatch_meta_inplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2855969Z test_dispatch_meta_inplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2856563Z test_dispatch_meta_inplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2857158Z test_dispatch_meta_inplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2857757Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2858359Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2858952Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2859532Z test_dispatch_meta_inplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2860136Z test_dispatch_meta_inplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2860714Z test_dispatch_meta_inplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2861441Z test_dispatch_meta_inplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2862043Z test_dispatch_meta_inplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2862642Z test_dispatch_meta_inplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2863236Z test_dispatch_meta_inplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2863825Z test_dispatch_meta_inplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2864395Z test_dispatch_meta_inplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2864987Z test_dispatch_meta_inplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2865569Z test_dispatch_meta_inplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2866138Z test_dispatch_meta_inplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2866712Z test_dispatch_meta_inplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2867290Z test_dispatch_meta_inplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2867790Z test_dispatch_meta_inplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2868399Z test_dispatch_meta_inplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2868982Z test_dispatch_meta_inplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2869547Z test_dispatch_meta_inplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2870128Z test_dispatch_meta_inplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2870743Z test_dispatch_meta_inplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2872285Z test_dispatch_meta_inplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2872900Z test_dispatch_meta_inplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2873517Z test_dispatch_meta_inplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2874097Z test_dispatch_meta_inplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2874681Z test_dispatch_meta_inplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2875260Z test_dispatch_meta_inplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2875842Z test_dispatch_meta_inplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2876435Z test_dispatch_meta_inplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2877181Z test_dispatch_meta_inplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2877797Z test_dispatch_meta_inplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2878382Z test_dispatch_meta_inplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2878977Z test_dispatch_meta_inplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2879584Z test_dispatch_meta_inplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2880173Z test_dispatch_meta_inplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2880749Z test_dispatch_meta_inplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2881357Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2881949Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2882547Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2883147Z test_dispatch_meta_inplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2885683Z test_dispatch_meta_inplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2886717Z test_dispatch_meta_inplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2887062Z test_dispatch_meta_inplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2887384Z test_dispatch_meta_inplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2887684Z test_dispatch_meta_inplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2887977Z test_dispatch_meta_inplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2888450Z test_dispatch_meta_inplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2888746Z test_dispatch_meta_inplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2889008Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2889311Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2889605Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2889890Z test_dispatch_meta_inplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2890202Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2890509Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2890898Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2891228Z test_dispatch_meta_inplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2891544Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2891849Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2892162Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2892465Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2892769Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2893067Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2893362Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2893649Z test_dispatch_meta_inplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2893949Z test_dispatch_meta_inplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2894245Z test_dispatch_meta_inplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2894540Z test_dispatch_meta_inplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2894829Z test_dispatch_meta_inplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2895151Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2895465Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2895776Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2896201Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2896504Z test_dispatch_meta_inplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2896801Z test_dispatch_meta_inplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2897089Z test_dispatch_meta_inplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2897374Z test_dispatch_meta_inplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2897678Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2897984Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2898285Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2898660Z test_dispatch_meta_inplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2898992Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2899301Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2899602Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2899865Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2900168Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2900469Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2900767Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2901057Z test_dispatch_meta_inplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2901358Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2901675Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2901982Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2902286Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2902583Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2902878Z test_dispatch_meta_inplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2903185Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2903597Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2903901Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2904195Z test_dispatch_meta_inplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2904498Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2904803Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2905103Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2905402Z test_dispatch_meta_inplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2905724Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2906119Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2906458Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2906775Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2907076Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2907383Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2907679Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2907979Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2908264Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2908546Z test_dispatch_meta_inplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2908838Z test_dispatch_meta_inplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2909143Z test_dispatch_meta_inplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2909440Z test_dispatch_meta_inplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2909733Z test_dispatch_meta_inplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2910024Z test_dispatch_meta_inplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2910272Z test_dispatch_meta_inplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2910598Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2910926Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2911361Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2911689Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2912006Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2912312Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2912611Z test_dispatch_meta_inplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2912910Z test_dispatch_meta_inplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2913204Z test_dispatch_meta_inplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2913568Z test_dispatch_meta_inplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2913910Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2914222Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2914535Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2914841Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2915197Z test_dispatch_meta_inplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:43:13.2915545Z test_dispatch_meta_inplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:13.2915889Z test_dispatch_meta_inplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:13.2916227Z test_dispatch_meta_inplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:13.2916521Z test_dispatch_meta_inplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2916825Z test_dispatch_meta_inplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2917118Z test_dispatch_meta_inplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2917408Z test_dispatch_meta_inplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2917710Z test_dispatch_meta_inplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2918012Z test_dispatch_meta_inplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2918308Z test_dispatch_meta_inplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2918701Z test_dispatch_meta_inplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2919002Z test_dispatch_meta_inplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2919302Z test_dispatch_meta_inplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2919590Z test_dispatch_meta_inplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2919883Z test_dispatch_meta_inplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2920184Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2920484Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2920785Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2921071Z test_dispatch_meta_inplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2921957Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2922349Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2922619Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2922935Z test_dispatch_meta_inplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2923237Z test_dispatch_meta_inplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2923531Z test_dispatch_meta_inplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2923826Z test_dispatch_meta_inplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2924118Z test_dispatch_meta_inplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2924420Z test_dispatch_meta_inplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2924722Z test_dispatch_meta_inplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2925018Z test_dispatch_meta_inplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2925302Z test_dispatch_meta_inplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2925610Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2925912Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2926211Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2926500Z test_dispatch_meta_inplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2926939Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2927248Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2927558Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2927859Z test_dispatch_meta_inplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2928158Z test_dispatch_meta_inplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2928456Z test_dispatch_meta_inplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2928749Z test_dispatch_meta_inplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2929046Z test_dispatch_meta_inplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2929336Z test_dispatch_meta_inplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2929706Z test_dispatch_meta_inplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2930020Z test_dispatch_meta_inplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2930313Z test_dispatch_meta_inplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2930604Z test_dispatch_meta_inplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2930906Z test_dispatch_meta_inplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.2931205Z test_dispatch_meta_inplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2931505Z test_dispatch_meta_inplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2931798Z test_dispatch_meta_inplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2932080Z test_dispatch_meta_inplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2932361Z test_dispatch_meta_inplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2932625Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2932936Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2933251Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2933549Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2933849Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2934143Z test_dispatch_meta_inplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2934541Z test_dispatch_meta_inplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2934843Z test_dispatch_meta_inplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2935140Z test_dispatch_meta_inplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2935428Z test_dispatch_meta_inplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2935711Z test_dispatch_meta_inplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.2935992Z test_dispatch_meta_inplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2936275Z test_dispatch_meta_inplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2936566Z test_dispatch_meta_inplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2936853Z test_dispatch_meta_inplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2937216Z test_dispatch_meta_inplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2937525Z test_dispatch_meta_inplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2937763Z test_dispatch_meta_inplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2938038Z test_dispatch_meta_inplace_log10_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2938274Z test_dispatch_meta_inplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.475s) 2022-11-23T02:43:13.2938512Z test_dispatch_meta_inplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.458s) 2022-11-23T02:43:13.2938743Z test_dispatch_meta_inplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2938969Z test_dispatch_meta_inplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2939203Z test_dispatch_meta_inplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2939478Z test_dispatch_meta_inplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2939742Z test_dispatch_meta_inplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2939958Z test_dispatch_meta_inplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.2940228Z test_dispatch_meta_inplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2940504Z test_dispatch_meta_inplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2940741Z test_dispatch_meta_inplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2941014Z test_dispatch_meta_inplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2941246Z test_dispatch_meta_inplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2941468Z test_dispatch_meta_inplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2941696Z test_dispatch_meta_inplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.2941970Z test_dispatch_meta_inplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2942232Z test_dispatch_meta_inplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2942603Z test_dispatch_meta_inplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2942874Z test_dispatch_meta_inplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2943150Z test_dispatch_meta_inplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2943385Z test_dispatch_meta_inplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2943656Z test_dispatch_meta_inplace_log2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.2943895Z test_dispatch_meta_inplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.516s) 2022-11-23T02:43:13.2944130Z test_dispatch_meta_inplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.426s) 2022-11-23T02:43:13.2944367Z test_dispatch_meta_inplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2944599Z test_dispatch_meta_inplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2944827Z test_dispatch_meta_inplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2945173Z test_dispatch_meta_inplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2945471Z test_dispatch_meta_inplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2945697Z test_dispatch_meta_inplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2945973Z test_dispatch_meta_inplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.2946246Z test_dispatch_meta_inplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2946485Z test_dispatch_meta_inplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2946759Z test_dispatch_meta_inplace_log_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2946995Z test_dispatch_meta_inplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.484s) 2022-11-23T02:43:13.2947234Z test_dispatch_meta_inplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.413s) 2022-11-23T02:43:13.2947466Z test_dispatch_meta_inplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.431s) 2022-11-23T02:43:13.2947692Z test_dispatch_meta_inplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2947915Z test_dispatch_meta_inplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2948140Z test_dispatch_meta_inplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2948417Z test_dispatch_meta_inplace_log_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.2948690Z test_dispatch_meta_inplace_log_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.2948957Z test_dispatch_meta_inplace_log_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2949231Z test_dispatch_meta_inplace_log_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2949496Z test_dispatch_meta_inplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2949793Z test_dispatch_meta_inplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2950089Z test_dispatch_meta_inplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2950500Z test_dispatch_meta_inplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2950797Z test_dispatch_meta_inplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2951110Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2951415Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2951729Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2952036Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2952346Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2952614Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2952998Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2953322Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2953627Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2953917Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2954272Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2954589Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2954897Z test_dispatch_meta_inplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2955194Z test_dispatch_meta_inplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2955489Z test_dispatch_meta_inplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2955784Z test_dispatch_meta_inplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2956077Z test_dispatch_meta_inplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2956377Z test_dispatch_meta_inplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2956666Z test_dispatch_meta_inplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2956970Z test_dispatch_meta_inplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2957266Z test_dispatch_meta_inplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2957562Z test_dispatch_meta_inplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2957852Z test_dispatch_meta_inplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2958254Z test_dispatch_meta_inplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2958551Z test_dispatch_meta_inplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2958839Z test_dispatch_meta_inplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2959127Z test_dispatch_meta_inplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2959374Z test_dispatch_meta_inplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.2959614Z test_dispatch_meta_inplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.2959865Z test_dispatch_meta_inplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.958s) 2022-11-23T02:43:13.2960117Z test_dispatch_meta_inplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.986s) 2022-11-23T02:43:13.2960366Z test_dispatch_meta_inplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2960608Z test_dispatch_meta_inplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2960925Z test_dispatch_meta_inplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2961138Z test_dispatch_meta_inplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2961385Z test_dispatch_meta_inplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2961621Z test_dispatch_meta_inplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2961856Z test_dispatch_meta_inplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.2962087Z test_dispatch_meta_inplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2962332Z test_dispatch_meta_inplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2962567Z test_dispatch_meta_inplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.2962817Z test_dispatch_meta_inplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2963069Z test_dispatch_meta_inplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2963311Z test_dispatch_meta_inplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2963549Z test_dispatch_meta_inplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2963784Z test_dispatch_meta_inplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2964019Z test_dispatch_meta_inplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2964259Z test_dispatch_meta_inplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2964491Z test_dispatch_meta_inplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2964729Z test_dispatch_meta_inplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.2964970Z test_dispatch_meta_inplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2965214Z test_dispatch_meta_inplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.2965450Z test_dispatch_meta_inplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2965696Z test_dispatch_meta_inplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.971s) 2022-11-23T02:43:13.2965898Z test_dispatch_meta_inplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.958s) 2022-11-23T02:43:13.2966236Z test_dispatch_meta_inplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2966488Z test_dispatch_meta_inplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2966746Z test_dispatch_meta_inplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2966988Z test_dispatch_meta_inplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2967224Z test_dispatch_meta_inplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2967460Z test_dispatch_meta_inplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2967696Z test_dispatch_meta_inplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2967924Z test_dispatch_meta_inplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.2968165Z test_dispatch_meta_inplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2968401Z test_dispatch_meta_inplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2968649Z test_dispatch_meta_inplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.985s) 2022-11-23T02:43:13.2968896Z test_dispatch_meta_inplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.936s) 2022-11-23T02:43:13.2969214Z test_dispatch_meta_inplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2969478Z test_dispatch_meta_inplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2969725Z test_dispatch_meta_inplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2969962Z test_dispatch_meta_inplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2970198Z test_dispatch_meta_inplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2970434Z test_dispatch_meta_inplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2970667Z test_dispatch_meta_inplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2970853Z test_dispatch_meta_inplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2971090Z test_dispatch_meta_inplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2971365Z test_dispatch_meta_inplace_logit_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.2971595Z test_dispatch_meta_inplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2971828Z test_dispatch_meta_inplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.2972058Z test_dispatch_meta_inplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.2972382Z test_dispatch_meta_inplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2972646Z test_dispatch_meta_inplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.2972905Z test_dispatch_meta_inplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2973175Z test_dispatch_meta_inplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.2973450Z test_dispatch_meta_inplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:13.2973741Z test_dispatch_meta_inplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2974041Z test_dispatch_meta_inplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2974441Z test_dispatch_meta_inplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2974737Z test_dispatch_meta_inplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2975031Z test_dispatch_meta_inplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2975315Z test_dispatch_meta_inplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2975601Z test_dispatch_meta_inplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2975884Z test_dispatch_meta_inplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2976167Z test_dispatch_meta_inplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2976457Z test_dispatch_meta_inplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2976741Z test_dispatch_meta_inplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2977111Z test_dispatch_meta_inplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2977414Z test_dispatch_meta_inplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2977710Z test_dispatch_meta_inplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2977957Z test_dispatch_meta_inplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2978249Z test_dispatch_meta_inplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2978539Z test_dispatch_meta_inplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2978825Z test_dispatch_meta_inplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2979114Z test_dispatch_meta_inplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2979410Z test_dispatch_meta_inplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2979701Z test_dispatch_meta_inplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2979985Z test_dispatch_meta_inplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2980266Z test_dispatch_meta_inplace_long_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2980552Z test_dispatch_meta_inplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2980840Z test_dispatch_meta_inplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2981128Z test_dispatch_meta_inplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2981408Z test_dispatch_meta_inplace_long_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2981680Z test_dispatch_meta_inplace_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2981960Z test_dispatch_meta_inplace_long_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2982342Z test_dispatch_meta_inplace_long_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2982629Z test_dispatch_meta_inplace_long_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2982904Z test_dispatch_meta_inplace_long_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2983184Z test_dispatch_meta_inplace_long_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2983466Z test_dispatch_meta_inplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2983699Z test_dispatch_meta_inplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.2983925Z test_dispatch_meta_inplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.2984166Z test_dispatch_meta_inplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.2984391Z test_dispatch_meta_inplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2984613Z test_dispatch_meta_inplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.2984875Z test_dispatch_meta_inplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.2985122Z test_dispatch_meta_inplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.2985350Z test_dispatch_meta_inplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2985573Z test_dispatch_meta_inplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2985799Z test_dispatch_meta_inplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.2986086Z test_dispatch_meta_inplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2988429Z test_dispatch_meta_inplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2988740Z test_dispatch_meta_inplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2989026Z test_dispatch_meta_inplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2989327Z test_dispatch_meta_inplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.2989624Z test_dispatch_meta_inplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2989915Z test_dispatch_meta_inplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2990204Z test_dispatch_meta_inplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2990506Z test_dispatch_meta_inplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2990800Z test_dispatch_meta_inplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2991098Z test_dispatch_meta_inplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2991388Z test_dispatch_meta_inplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2991667Z test_dispatch_meta_inplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2991945Z test_dispatch_meta_inplace_mH_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2992378Z test_dispatch_meta_inplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2992678Z test_dispatch_meta_inplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2992967Z test_dispatch_meta_inplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2993251Z test_dispatch_meta_inplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2993526Z test_dispatch_meta_inplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2993804Z test_dispatch_meta_inplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2994077Z test_dispatch_meta_inplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2994308Z test_dispatch_meta_inplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2994580Z test_dispatch_meta_inplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2994937Z test_dispatch_meta_inplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2995237Z test_dispatch_meta_inplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2995529Z test_dispatch_meta_inplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2995800Z test_dispatch_meta_inplace_mT_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2996085Z test_dispatch_meta_inplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2996377Z test_dispatch_meta_inplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2996664Z test_dispatch_meta_inplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2996943Z test_dispatch_meta_inplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.2997222Z test_dispatch_meta_inplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2997503Z test_dispatch_meta_inplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.2997775Z test_dispatch_meta_inplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:13.2998045Z test_dispatch_meta_inplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2998318Z test_dispatch_meta_inplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2998603Z test_dispatch_meta_inplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2998884Z test_dispatch_meta_inplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2999177Z test_dispatch_meta_inplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.2999481Z test_dispatch_meta_inplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.2999772Z test_dispatch_meta_inplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3000173Z test_dispatch_meta_inplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3000463Z test_dispatch_meta_inplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3000755Z test_dispatch_meta_inplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3001042Z test_dispatch_meta_inplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3001328Z test_dispatch_meta_inplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3001608Z test_dispatch_meta_inplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3001897Z test_dispatch_meta_inplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3002195Z test_dispatch_meta_inplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3002441Z test_dispatch_meta_inplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3002808Z test_dispatch_meta_inplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3003124Z test_dispatch_meta_inplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3003409Z test_dispatch_meta_inplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3003691Z test_dispatch_meta_inplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3003982Z test_dispatch_meta_inplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3004263Z test_dispatch_meta_inplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3004565Z test_dispatch_meta_inplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3004859Z test_dispatch_meta_inplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3005152Z test_dispatch_meta_inplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3005435Z test_dispatch_meta_inplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3005722Z test_dispatch_meta_inplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3006015Z test_dispatch_meta_inplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3006302Z test_dispatch_meta_inplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3006593Z test_dispatch_meta_inplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3006883Z test_dispatch_meta_inplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3007182Z test_dispatch_meta_inplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3007471Z test_dispatch_meta_inplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3008382Z test_dispatch_meta_inplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3008669Z test_dispatch_meta_inplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3008960Z test_dispatch_meta_inplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3009252Z test_dispatch_meta_inplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3009543Z test_dispatch_meta_inplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3009830Z test_dispatch_meta_inplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3010117Z test_dispatch_meta_inplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3010419Z test_dispatch_meta_inplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3010717Z test_dispatch_meta_inplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:13.3011114Z test_dispatch_meta_inplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3011442Z test_dispatch_meta_inplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3011739Z test_dispatch_meta_inplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3012027Z test_dispatch_meta_inplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3012278Z test_dispatch_meta_inplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3012570Z test_dispatch_meta_inplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3012868Z test_dispatch_meta_inplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3013159Z test_dispatch_meta_inplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3013449Z test_dispatch_meta_inplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3013746Z test_dispatch_meta_inplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3014052Z test_dispatch_meta_inplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3014350Z test_dispatch_meta_inplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3014648Z test_dispatch_meta_inplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3014933Z test_dispatch_meta_inplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3015224Z test_dispatch_meta_inplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3015511Z test_dispatch_meta_inplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3015800Z test_dispatch_meta_inplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3016198Z test_dispatch_meta_inplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3016488Z test_dispatch_meta_inplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3016779Z test_dispatch_meta_inplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3017026Z test_dispatch_meta_inplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3017262Z test_dispatch_meta_inplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.3017510Z test_dispatch_meta_inplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3017757Z test_dispatch_meta_inplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3018008Z test_dispatch_meta_inplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3018254Z test_dispatch_meta_inplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3018495Z test_dispatch_meta_inplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3018818Z test_dispatch_meta_inplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3019086Z test_dispatch_meta_inplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3019324Z test_dispatch_meta_inplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.3019510Z test_dispatch_meta_inplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3019745Z test_dispatch_meta_inplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3019985Z test_dispatch_meta_inplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3020292Z test_dispatch_meta_inplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3020596Z test_dispatch_meta_inplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3020900Z test_dispatch_meta_inplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3021192Z test_dispatch_meta_inplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3021498Z test_dispatch_meta_inplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3021805Z test_dispatch_meta_inplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3022110Z test_dispatch_meta_inplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3022408Z test_dispatch_meta_inplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3022701Z test_dispatch_meta_inplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3022992Z test_dispatch_meta_inplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3023276Z test_dispatch_meta_inplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3023570Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3023961Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3024245Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3024541Z test_dispatch_meta_inplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3024840Z test_dispatch_meta_inplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3025127Z test_dispatch_meta_inplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3025415Z test_dispatch_meta_inplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3025711Z test_dispatch_meta_inplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3026007Z test_dispatch_meta_inplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3026373Z test_dispatch_meta_inplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3026691Z test_dispatch_meta_inplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3026987Z test_dispatch_meta_inplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3027274Z test_dispatch_meta_inplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3027560Z test_dispatch_meta_inplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3027853Z test_dispatch_meta_inplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3028141Z test_dispatch_meta_inplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3028383Z test_dispatch_meta_inplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3028679Z test_dispatch_meta_inplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3028961Z test_dispatch_meta_inplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3029239Z test_dispatch_meta_inplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3029535Z test_dispatch_meta_inplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3029824Z test_dispatch_meta_inplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3030114Z test_dispatch_meta_inplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3030407Z test_dispatch_meta_inplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3030712Z test_dispatch_meta_inplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3031019Z test_dispatch_meta_inplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3031429Z test_dispatch_meta_inplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3031734Z test_dispatch_meta_inplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3032036Z test_dispatch_meta_inplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3032328Z test_dispatch_meta_inplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3032622Z test_dispatch_meta_inplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3032908Z test_dispatch_meta_inplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3033207Z test_dispatch_meta_inplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3033505Z test_dispatch_meta_inplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3033795Z test_dispatch_meta_inplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3034158Z test_dispatch_meta_inplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3034476Z test_dispatch_meta_inplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3034769Z test_dispatch_meta_inplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3035055Z test_dispatch_meta_inplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3035346Z test_dispatch_meta_inplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3035636Z test_dispatch_meta_inplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3035922Z test_dispatch_meta_inplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3036176Z test_dispatch_meta_inplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3036424Z test_dispatch_meta_inplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3036678Z test_dispatch_meta_inplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3036927Z test_dispatch_meta_inplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3037137Z test_dispatch_meta_inplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.3037386Z test_dispatch_meta_inplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3037634Z test_dispatch_meta_inplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3037882Z test_dispatch_meta_inplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3038129Z test_dispatch_meta_inplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3038371Z test_dispatch_meta_inplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3038615Z test_dispatch_meta_inplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3038853Z test_dispatch_meta_inplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3039159Z test_dispatch_meta_inplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3039560Z test_dispatch_meta_inplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3039871Z test_dispatch_meta_inplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3040175Z test_dispatch_meta_inplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3040472Z test_dispatch_meta_inplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3040757Z test_dispatch_meta_inplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3041039Z test_dispatch_meta_inplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3041333Z test_dispatch_meta_inplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3041620Z test_dispatch_meta_inplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3041987Z test_dispatch_meta_inplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3042305Z test_dispatch_meta_inplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3042599Z test_dispatch_meta_inplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3042896Z test_dispatch_meta_inplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3043197Z test_dispatch_meta_inplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3043481Z test_dispatch_meta_inplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3043761Z test_dispatch_meta_inplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3044063Z test_dispatch_meta_inplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3044355Z test_dispatch_meta_inplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3044641Z test_dispatch_meta_inplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3044879Z test_dispatch_meta_inplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3045177Z test_dispatch_meta_inplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3045472Z test_dispatch_meta_inplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3045772Z test_dispatch_meta_inplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3046061Z test_dispatch_meta_inplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3046352Z test_dispatch_meta_inplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3046640Z test_dispatch_meta_inplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3047029Z test_dispatch_meta_inplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3047315Z test_dispatch_meta_inplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3047605Z test_dispatch_meta_inplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3047893Z test_dispatch_meta_inplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3048173Z test_dispatch_meta_inplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3048462Z test_dispatch_meta_inplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3048749Z test_dispatch_meta_inplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3049046Z test_dispatch_meta_inplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3049336Z test_dispatch_meta_inplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3050111Z test_dispatch_meta_inplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3050469Z test_dispatch_meta_inplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3050757Z test_dispatch_meta_inplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3051040Z test_dispatch_meta_inplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3051328Z test_dispatch_meta_inplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3051609Z test_dispatch_meta_inplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3051897Z test_dispatch_meta_inplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3052173Z test_dispatch_meta_inplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3052463Z test_dispatch_meta_inplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3052757Z test_dispatch_meta_inplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3053051Z test_dispatch_meta_inplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3053344Z test_dispatch_meta_inplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3053632Z test_dispatch_meta_inplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3053924Z test_dispatch_meta_inplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3054165Z test_dispatch_meta_inplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3054514Z test_dispatch_meta_inplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3054790Z test_dispatch_meta_inplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3055206Z test_dispatch_meta_inplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3055498Z test_dispatch_meta_inplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3055788Z test_dispatch_meta_inplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3056081Z test_dispatch_meta_inplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3056374Z test_dispatch_meta_inplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3056657Z test_dispatch_meta_inplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3056940Z test_dispatch_meta_inplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3057222Z test_dispatch_meta_inplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3057520Z test_dispatch_meta_inplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3057890Z test_dispatch_meta_inplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3058206Z test_dispatch_meta_inplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3058498Z test_dispatch_meta_inplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3058788Z test_dispatch_meta_inplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3059074Z test_dispatch_meta_inplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3059371Z test_dispatch_meta_inplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3059659Z test_dispatch_meta_inplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3059947Z test_dispatch_meta_inplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3060229Z test_dispatch_meta_inplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3060515Z test_dispatch_meta_inplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3060796Z test_dispatch_meta_inplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3061086Z test_dispatch_meta_inplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3061366Z test_dispatch_meta_inplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3061652Z test_dispatch_meta_inplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3061930Z test_dispatch_meta_inplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3062261Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3062585Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3062999Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3063311Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3063577Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3063899Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3064258Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3064567Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3064864Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3065171Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3065555Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3065882Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3066184Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3066488Z test_dispatch_meta_inplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3066799Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3067102Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3067403Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3067710Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3068006Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3068310Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3068608Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3068914Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3069217Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3069514Z test_dispatch_meta_inplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3069799Z test_dispatch_meta_inplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3070084Z test_dispatch_meta_inplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3070475Z test_dispatch_meta_inplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3070769Z test_dispatch_meta_inplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3071056Z test_dispatch_meta_inplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3071338Z test_dispatch_meta_inplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3071621Z test_dispatch_meta_inplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3071895Z test_dispatch_meta_inplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3072176Z test_dispatch_meta_inplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3072456Z test_dispatch_meta_inplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3072729Z test_dispatch_meta_inplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3073094Z test_dispatch_meta_inplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3073406Z test_dispatch_meta_inplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3073645Z test_dispatch_meta_inplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3073928Z test_dispatch_meta_inplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3074208Z test_dispatch_meta_inplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3074497Z test_dispatch_meta_inplace_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3074780Z test_dispatch_meta_inplace_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3075058Z test_dispatch_meta_inplace_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3075337Z test_dispatch_meta_inplace_median_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3075611Z test_dispatch_meta_inplace_median_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3075886Z test_dispatch_meta_inplace_median_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3076170Z test_dispatch_meta_inplace_median_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3076451Z test_dispatch_meta_inplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3076765Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3077071Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3077386Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3077701Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3078016Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3078426Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3078735Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3079038Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3079346Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3079652Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3079956Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3080260Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3080650Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3080985Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3081309Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3081622Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3081933Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3082248Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3082558Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3082869Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3083175Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3083482Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3083789Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3084050Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3084344Z test_dispatch_meta_inplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3084628Z test_dispatch_meta_inplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3084914Z test_dispatch_meta_inplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3085202Z test_dispatch_meta_inplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3085491Z test_dispatch_meta_inplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3085876Z test_dispatch_meta_inplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3086167Z test_dispatch_meta_inplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3086455Z test_dispatch_meta_inplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3086736Z test_dispatch_meta_inplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3087019Z test_dispatch_meta_inplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3087327Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3087631Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3089644Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3091078Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3091759Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3092413Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3196740Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3198239Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3199278Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3200231Z test_dispatch_meta_inplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3201237Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3202284Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3203376Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3204576Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3205819Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3206915Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3208002Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3209144Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3210471Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3211796Z test_dispatch_meta_inplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3213452Z test_dispatch_meta_inplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3214489Z test_dispatch_meta_inplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3215490Z test_dispatch_meta_inplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3216488Z test_dispatch_meta_inplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3217688Z test_dispatch_meta_inplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3218844Z test_dispatch_meta_inplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3219862Z test_dispatch_meta_inplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3220911Z test_dispatch_meta_inplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3222140Z test_dispatch_meta_inplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3223243Z test_dispatch_meta_inplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3224481Z test_dispatch_meta_inplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3225598Z test_dispatch_meta_inplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3226662Z test_dispatch_meta_inplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3227722Z test_dispatch_meta_inplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3228759Z test_dispatch_meta_inplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3229811Z test_dispatch_meta_inplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3230921Z test_dispatch_meta_inplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3232074Z test_dispatch_meta_inplace_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3233120Z test_dispatch_meta_inplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3234163Z test_dispatch_meta_inplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3235230Z test_dispatch_meta_inplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3236289Z test_dispatch_meta_inplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3237406Z test_dispatch_meta_inplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3238539Z test_dispatch_meta_inplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3239613Z test_dispatch_meta_inplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3240611Z test_dispatch_meta_inplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3241685Z test_dispatch_meta_inplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3242882Z test_dispatch_meta_inplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3243997Z test_dispatch_meta_inplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3245239Z test_dispatch_meta_inplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3246354Z test_dispatch_meta_inplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3247378Z test_dispatch_meta_inplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3248756Z test_dispatch_meta_inplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3263228Z test_dispatch_meta_inplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3264355Z test_dispatch_meta_inplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3265451Z test_dispatch_meta_inplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3266383Z test_dispatch_meta_inplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3267668Z test_dispatch_meta_inplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3290697Z test_dispatch_meta_inplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3291334Z test_dispatch_meta_inplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3292273Z test_dispatch_meta_inplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3292803Z test_dispatch_meta_inplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3293323Z test_dispatch_meta_inplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3293830Z test_dispatch_meta_inplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3294574Z test_dispatch_meta_inplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3295077Z test_dispatch_meta_inplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3295581Z test_dispatch_meta_inplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3296091Z test_dispatch_meta_inplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3296554Z test_dispatch_meta_inplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3296960Z test_dispatch_meta_inplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3297552Z test_dispatch_meta_inplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3297979Z test_dispatch_meta_inplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.158s) 2022-11-23T02:43:13.3298721Z test_dispatch_meta_inplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3299143Z test_dispatch_meta_inplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3299552Z test_dispatch_meta_inplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3300272Z test_dispatch_meta_inplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3300674Z test_dispatch_meta_inplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3301071Z test_dispatch_meta_inplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3301474Z test_dispatch_meta_inplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3302169Z test_dispatch_meta_inplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3302834Z test_dispatch_meta_inplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3303758Z test_dispatch_meta_inplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3304656Z test_dispatch_meta_inplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3305583Z test_dispatch_meta_inplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3306118Z test_dispatch_meta_inplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3306780Z test_dispatch_meta_inplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3307319Z test_dispatch_meta_inplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3307830Z test_dispatch_meta_inplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3308328Z test_dispatch_meta_inplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3308831Z test_dispatch_meta_inplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3309310Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.3309781Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.3310245Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.3310902Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3311444Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3312216Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3312761Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3313295Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3313790Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.3314258Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.3314725Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.3315229Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.3315757Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3316278Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3316921Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.3317619Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3318357Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3318829Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.3319285Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.3319794Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3320334Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.3320862Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3321487Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3322048Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3322536Z test_dispatch_meta_inplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3322978Z test_dispatch_meta_inplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3323580Z test_dispatch_meta_inplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3324068Z test_dispatch_meta_inplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3324751Z test_dispatch_meta_inplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3325186Z test_dispatch_meta_inplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3325615Z test_dispatch_meta_inplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3326037Z test_dispatch_meta_inplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3326457Z test_dispatch_meta_inplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3326882Z test_dispatch_meta_inplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3327355Z test_dispatch_meta_inplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3327892Z test_dispatch_meta_inplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3328425Z test_dispatch_meta_inplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.3328938Z test_dispatch_meta_inplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3329462Z test_dispatch_meta_inplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3330157Z test_dispatch_meta_inplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3330922Z test_dispatch_meta_inplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3331458Z test_dispatch_meta_inplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3332081Z test_dispatch_meta_inplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3332606Z test_dispatch_meta_inplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3333133Z test_dispatch_meta_inplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3333652Z test_dispatch_meta_inplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3334181Z test_dispatch_meta_inplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3334769Z test_dispatch_meta_inplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3335301Z test_dispatch_meta_inplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3335826Z test_dispatch_meta_inplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3336533Z test_dispatch_meta_inplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3337498Z test_dispatch_meta_inplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3338034Z test_dispatch_meta_inplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3338545Z test_dispatch_meta_inplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3339057Z test_dispatch_meta_inplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3339577Z test_dispatch_meta_inplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3340095Z test_dispatch_meta_inplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3340611Z test_dispatch_meta_inplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3341126Z test_dispatch_meta_inplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3341661Z test_dispatch_meta_inplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3342207Z test_dispatch_meta_inplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3342909Z test_dispatch_meta_inplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3343584Z test_dispatch_meta_inplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3344519Z test_dispatch_meta_inplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3345482Z test_dispatch_meta_inplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3346097Z test_dispatch_meta_inplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3346621Z test_dispatch_meta_inplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3347163Z test_dispatch_meta_inplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3348522Z test_dispatch_meta_inplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3349060Z test_dispatch_meta_inplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3349806Z test_dispatch_meta_inplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3350733Z test_dispatch_meta_inplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3351282Z test_dispatch_meta_inplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3351815Z test_dispatch_meta_inplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3352331Z test_dispatch_meta_inplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3352871Z test_dispatch_meta_inplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3353399Z test_dispatch_meta_inplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3354043Z test_dispatch_meta_inplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3354629Z test_dispatch_meta_inplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3355140Z test_dispatch_meta_inplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3355657Z test_dispatch_meta_inplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3356345Z test_dispatch_meta_inplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3356987Z test_dispatch_meta_inplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3357611Z test_dispatch_meta_inplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3358156Z test_dispatch_meta_inplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3358715Z test_dispatch_meta_inplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3359266Z test_dispatch_meta_inplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3359814Z test_dispatch_meta_inplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3360388Z test_dispatch_meta_inplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3360964Z test_dispatch_meta_inplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3361519Z test_dispatch_meta_inplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3362078Z test_dispatch_meta_inplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3362827Z test_dispatch_meta_inplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3363624Z test_dispatch_meta_inplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3364289Z test_dispatch_meta_inplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3364839Z test_dispatch_meta_inplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3365335Z test_dispatch_meta_inplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3365761Z test_dispatch_meta_inplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3366171Z test_dispatch_meta_inplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3366604Z test_dispatch_meta_inplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3368378Z test_dispatch_meta_inplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.3369262Z test_dispatch_meta_inplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3370228Z test_dispatch_meta_inplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3370987Z test_dispatch_meta_inplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3371698Z test_dispatch_meta_inplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3372562Z test_dispatch_meta_inplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3373324Z test_dispatch_meta_inplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3374058Z test_dispatch_meta_inplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3374520Z test_dispatch_meta_inplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3374958Z test_dispatch_meta_inplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.267s) 2022-11-23T02:43:13.3375449Z test_dispatch_meta_inplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-11-23T02:43:13.3376085Z test_dispatch_meta_inplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.252s) 2022-11-23T02:43:13.3376679Z test_dispatch_meta_inplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3377238Z test_dispatch_meta_inplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3377659Z test_dispatch_meta_inplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3378067Z test_dispatch_meta_inplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3378482Z test_dispatch_meta_inplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3378886Z test_dispatch_meta_inplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3379279Z test_dispatch_meta_inplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3379690Z test_dispatch_meta_inplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3380183Z test_dispatch_meta_inplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3380718Z test_dispatch_meta_inplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3381259Z test_dispatch_meta_inplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3381804Z test_dispatch_meta_inplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3382491Z test_dispatch_meta_inplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3383275Z test_dispatch_meta_inplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3383805Z test_dispatch_meta_inplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3384487Z test_dispatch_meta_inplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3385016Z test_dispatch_meta_inplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3385546Z test_dispatch_meta_inplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3386057Z test_dispatch_meta_inplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3386567Z test_dispatch_meta_inplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3387080Z test_dispatch_meta_inplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3387614Z test_dispatch_meta_inplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3388600Z test_dispatch_meta_inplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3389551Z test_dispatch_meta_inplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3390614Z test_dispatch_meta_inplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3391188Z test_dispatch_meta_inplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3391752Z test_dispatch_meta_inplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3392314Z test_dispatch_meta_inplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3392862Z test_dispatch_meta_inplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3393414Z test_dispatch_meta_inplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3393938Z test_dispatch_meta_inplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3394471Z test_dispatch_meta_inplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3395241Z test_dispatch_meta_inplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3395941Z test_dispatch_meta_inplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3396900Z test_dispatch_meta_inplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3397756Z test_dispatch_meta_inplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3398567Z test_dispatch_meta_inplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3399473Z test_dispatch_meta_inplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3400010Z test_dispatch_meta_inplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3400541Z test_dispatch_meta_inplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3401244Z test_dispatch_meta_inplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3401966Z test_dispatch_meta_inplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3402502Z test_dispatch_meta_inplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3403181Z test_dispatch_meta_inplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3403847Z test_dispatch_meta_inplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3404357Z test_dispatch_meta_inplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3404856Z test_dispatch_meta_inplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3405392Z test_dispatch_meta_inplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3405929Z test_dispatch_meta_inplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3406568Z test_dispatch_meta_inplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3407759Z test_dispatch_meta_inplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3408578Z test_dispatch_meta_inplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3409259Z test_dispatch_meta_inplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3409800Z test_dispatch_meta_inplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3410546Z test_dispatch_meta_inplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3411064Z test_dispatch_meta_inplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3411586Z test_dispatch_meta_inplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3412299Z test_dispatch_meta_inplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3412819Z test_dispatch_meta_inplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3413335Z test_dispatch_meta_inplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3413862Z test_dispatch_meta_inplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3414399Z test_dispatch_meta_inplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3414941Z test_dispatch_meta_inplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3415475Z test_dispatch_meta_inplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3416150Z test_dispatch_meta_inplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3416699Z test_dispatch_meta_inplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3417670Z test_dispatch_meta_inplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3418210Z test_dispatch_meta_inplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3418743Z test_dispatch_meta_inplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3419266Z test_dispatch_meta_inplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3419775Z test_dispatch_meta_inplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3420268Z test_dispatch_meta_inplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3420977Z test_dispatch_meta_inplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3421667Z test_dispatch_meta_inplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3422362Z test_dispatch_meta_inplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3422830Z test_dispatch_meta_inplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3423574Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.3424297Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.3424964Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.3425535Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.3426125Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3426727Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3427331Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3427935Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3428535Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3429134Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3429734Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3430473Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3431059Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3431891Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3432494Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3433200Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3433796Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3434396Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3434989Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3435736Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3436346Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3436928Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3437672Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3439194Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3439868Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3440463Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3441059Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3441658Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3442211Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.3442718Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.3443195Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.3443690Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.3444394Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3444990Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3445670Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3446361Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3446927Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3447500Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3448070Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3448760Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3449325Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3449902Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3450470Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3451024Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3451759Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3452336Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3453135Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3453794Z test_dispatch_meta_inplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3454420Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3455028Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3455636Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3456228Z test_dispatch_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3456807Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3457382Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3457948Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3458678Z test_dispatch_meta_inplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3459266Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3460151Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3460764Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3461361Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3461976Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3462605Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3463327Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3463936Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3464473Z test_dispatch_meta_inplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.3464948Z test_dispatch_meta_inplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3465403Z test_dispatch_meta_inplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3466025Z test_dispatch_meta_inplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3466684Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3467415Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3467987Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3468639Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3469211Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3469769Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3470331Z test_dispatch_meta_inplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3470884Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3471450Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3472022Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3472750Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3473313Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3473967Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3474650Z test_dispatch_meta_inplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3475234Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3475820Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3476422Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3477015Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3477601Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3478287Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3478864Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3479441Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3480190Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3480895Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3481625Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3482200Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3482866Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3483461Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3484052Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3484644Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3485248Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3485835Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3486426Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3487167Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3487743Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3488565Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3489169Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3489769Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3490371Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3490970Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3491572Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3492268Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3492862Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3493459Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3494205Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3494903Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3495510Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3496219Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3496803Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3497467Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3498069Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3498648Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3499228Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3499785Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3500349Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3500878Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.3501524Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.3502023Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.3502639Z test_dispatch_meta_inplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.3503292Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.3503787Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.3504250Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.3504729Z test_dispatch_meta_inplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.3505209Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.3505693Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3506169Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.3506650Z test_dispatch_meta_inplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3507229Z test_dispatch_meta_inplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3507680Z test_dispatch_meta_inplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3508136Z test_dispatch_meta_inplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3508598Z test_dispatch_meta_inplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3509127Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3509716Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3510302Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3510897Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3511483Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3512121Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3512713Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3513284Z test_dispatch_meta_inplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3514022Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.3514596Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.3515392Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.3515947Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.3516496Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3517029Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3517586Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3518148Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3518707Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.3519248Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3519783Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3520320Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3520865Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3521411Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3522049Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3522589Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3523173Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3523775Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3524379Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3524978Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3525771Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3526460Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3527075Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3527650Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3528232Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3528816Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3529390Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3530173Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3531205Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3531894Z test_dispatch_meta_inplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3532565Z test_dispatch_meta_inplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3533122Z test_dispatch_meta_inplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3533664Z test_dispatch_meta_inplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3534216Z test_dispatch_meta_inplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3534781Z test_dispatch_meta_inplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3535358Z test_dispatch_meta_inplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3535931Z test_dispatch_meta_inplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3536502Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3537213Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3537795Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3538343Z test_dispatch_meta_inplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3538914Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3539494Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3540063Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3540631Z test_dispatch_meta_inplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3541158Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3541737Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3542252Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3542731Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3543236Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3543819Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3544389Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3544951Z test_dispatch_meta_inplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3545507Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3546064Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3546627Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3547185Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3547720Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3548282Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3548841Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3549402Z test_dispatch_meta_inplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3549981Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3550687Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3551294Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3551898Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3552483Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3553041Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3553608Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3554232Z test_dispatch_meta_inplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3554812Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3555469Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3556068Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3556650Z test_dispatch_meta_inplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3557241Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3558118Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3558833Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3559404Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3560002Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3560674Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3560977Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3561287Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3561589Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3561888Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3562184Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3562468Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3563002Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3563302Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3563603Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3564009Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3564416Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3564724Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3565028Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3565330Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3565691Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3565983Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3566257Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3566530Z test_dispatch_meta_inplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3566809Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3567092Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3567374Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3567647Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3567923Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3568189Z test_dispatch_meta_inplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3568477Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3568760Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3569044Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3569318Z test_dispatch_meta_inplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3569558Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.3569852Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.3570179Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.3570409Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.3570693Z test_dispatch_meta_inplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3570980Z test_dispatch_meta_inplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3571264Z test_dispatch_meta_inplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3571539Z test_dispatch_meta_inplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3571813Z test_dispatch_meta_inplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3572076Z test_dispatch_meta_inplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3572444Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3572760Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3573054Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3573349Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3573636Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3573918Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3574202Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3574476Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3574773Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3575067Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3575362Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3575654Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3575948Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3576232Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3576509Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3576794Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3577822Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3578104Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3578388Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3578667Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3578938Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3579217Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3579499Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3579773Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3580133Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3580433Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3580708Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3580981Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3581254Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3581539Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3581825Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3582108Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3582395Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3582676Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3582957Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3583242Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3583518Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3583798Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3584088Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3584466Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3584743Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3585010Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3585287Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3585564Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3585858Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3586145Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3586422Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3586717Z test_dispatch_meta_inplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3586961Z test_dispatch_meta_inplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3587178Z test_dispatch_meta_inplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3587393Z test_dispatch_meta_inplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3587674Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3587960Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3588237Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3588508Z test_dispatch_meta_inplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3588798Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3589085Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3589365Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3589643Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3589944Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3590245Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3590545Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3590840Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3591149Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3591543Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3591852Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3592157Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3592436Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3592714Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3592993Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3593266Z test_dispatch_meta_inplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3593619Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3593923Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3594209Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3594491Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3594778Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3595054Z test_dispatch_meta_inplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3595329Z test_dispatch_meta_inplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3595623Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3595886Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3596177Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3596468Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3596754Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3597044Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3597329Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3597610Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3597890Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3598254Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3598536Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3598810Z test_dispatch_meta_inplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3599098Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3599378Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3599669Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3599961Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3600243Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3600589Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3600890Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3601169Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3601448Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3601727Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3602006Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3602278Z test_dispatch_meta_inplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3602565Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3602856Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3603147Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3603436Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3603720Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3604005Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3604299Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3604591Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3604879Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3605262Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3605552Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3605850Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3606149Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3606452Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3606749Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3607036Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3607388Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3607674Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3607954Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3608230Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3608520Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3608811Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3609087Z test_dispatch_meta_inplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3609361Z test_dispatch_meta_inplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3609650Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3609932Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3610228Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3610515Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3610801Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3611082Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3611368Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3611651Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3612017Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3612295Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3612579Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3612854Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3613142Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3613422Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3613720Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3614509Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3614852Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3615134Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3615411Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3615696Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3615987Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3616273Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3616552Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3616829Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3617120Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3617410Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3617685Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3617962Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3618243Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3618529Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3618812Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3619203Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3619482Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3619745Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3620227Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3620517Z test_dispatch_meta_inplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3620790Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3621189Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3621584Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3621943Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3622228Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3622498Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3622764Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3623039Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3623308Z test_dispatch_meta_inplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3623590Z test_dispatch_meta_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3623864Z test_dispatch_meta_inplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3624135Z test_dispatch_meta_inplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3624408Z test_dispatch_meta_inplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3624680Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3624939Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3625195Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3625461Z test_dispatch_meta_inplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3625718Z test_dispatch_meta_inplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3625953Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3626182Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3626492Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3626706Z test_dispatch_meta_inplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3626922Z test_dispatch_meta_inplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3627149Z test_dispatch_meta_inplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3627365Z test_dispatch_meta_inplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3627578Z test_dispatch_meta_inplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3627794Z test_dispatch_meta_inplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.3627991Z test_dispatch_meta_inplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3628204Z test_dispatch_meta_inplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3628412Z test_dispatch_meta_inplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3628766Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3629068Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3629353Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3629646Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3629939Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3630217Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3630494Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3630774Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3631053Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3631330Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3631602Z test_dispatch_meta_inplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3631892Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3632194Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3632491Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3632784Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3633067Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3633424Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3633708Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3633988Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3634260Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3634544Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3634821Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3635107Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3635454Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3635750Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3636023Z test_dispatch_meta_inplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3636305Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3636587Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3636875Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3637153Z test_dispatch_meta_inplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3637434Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3637713Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3637995Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3638275Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3638538Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3638818Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3639089Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3639363Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3639639Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3639911Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3640269Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3640542Z test_dispatch_meta_inplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3640825Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3641114Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3641401Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3641682Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3641965Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3642308Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3642601Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3642878Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3643150Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3643426Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3643699Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3643937Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3644173Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3644411Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3644644Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3644877Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3645107Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3645341Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3645570Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3645799Z test_dispatch_meta_inplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3646095Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3646398Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3646699Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3647081Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3647355Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3647650Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3647941Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3648272Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3648550Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3648840Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3649120Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3649505Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3649839Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3650155Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3650472Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3650776Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3651078Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3651385Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3651682Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3651975Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3652280Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3652590Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3652867Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3653149Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3653431Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3653789Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3654068Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3654394Z test_dispatch_meta_inplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3654692Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3654983Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3655266Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3655561Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3655843Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3656191Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3656496Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3656759Z test_dispatch_meta_inplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3657014Z test_dispatch_meta_inplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3657284Z test_dispatch_meta_inplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3657546Z test_dispatch_meta_inplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3657813Z test_dispatch_meta_inplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3658073Z test_dispatch_meta_inplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3658328Z test_dispatch_meta_inplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3658577Z test_dispatch_meta_inplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3658825Z test_dispatch_meta_inplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3659079Z test_dispatch_meta_inplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3659307Z test_dispatch_meta_inplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3659561Z test_dispatch_meta_inplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3659816Z test_dispatch_meta_inplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3660068Z test_dispatch_meta_inplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3660326Z test_dispatch_meta_inplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3660585Z test_dispatch_meta_inplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3660927Z test_dispatch_meta_inplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3661178Z test_dispatch_meta_inplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3661432Z test_dispatch_meta_inplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3661691Z test_dispatch_meta_inplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3661958Z test_dispatch_meta_inplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3662219Z test_dispatch_meta_inplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3662479Z test_dispatch_meta_inplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3662735Z test_dispatch_meta_inplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3663054Z test_dispatch_meta_inplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3663331Z test_dispatch_meta_inplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3663594Z test_dispatch_meta_inplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3663857Z test_dispatch_meta_inplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3664113Z test_dispatch_meta_inplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3664371Z test_dispatch_meta_inplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3664620Z test_dispatch_meta_inplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3664882Z test_dispatch_meta_inplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3665141Z test_dispatch_meta_inplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3665389Z test_dispatch_meta_inplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3665640Z test_dispatch_meta_inplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3665903Z test_dispatch_meta_inplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3666158Z test_dispatch_meta_inplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3666413Z test_dispatch_meta_inplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3666660Z test_dispatch_meta_inplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3666936Z test_dispatch_meta_inplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3667194Z test_dispatch_meta_inplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3667465Z test_dispatch_meta_inplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3667826Z test_dispatch_meta_inplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3668079Z test_dispatch_meta_inplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3668332Z test_dispatch_meta_inplace_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3668594Z test_dispatch_meta_inplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3668851Z test_dispatch_meta_inplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3669107Z test_dispatch_meta_inplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3669363Z test_dispatch_meta_inplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3669615Z test_dispatch_meta_inplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3669933Z test_dispatch_meta_inplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3670201Z test_dispatch_meta_inplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3670450Z test_dispatch_meta_inplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3670698Z test_dispatch_meta_inplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3670947Z test_dispatch_meta_inplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3671200Z test_dispatch_meta_inplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3671462Z test_dispatch_meta_inplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3671719Z test_dispatch_meta_inplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3671987Z test_dispatch_meta_inplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3672253Z test_dispatch_meta_inplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3672519Z test_dispatch_meta_inplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3672780Z test_dispatch_meta_inplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3673042Z test_dispatch_meta_inplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3673302Z test_dispatch_meta_inplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3673560Z test_dispatch_meta_inplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3673814Z test_dispatch_meta_inplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3674063Z test_dispatch_meta_inplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3674317Z test_dispatch_meta_inplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3674653Z test_dispatch_meta_inplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3674895Z test_dispatch_meta_inplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3675150Z test_dispatch_meta_inplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3675404Z test_dispatch_meta_inplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3675658Z test_dispatch_meta_inplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3675911Z test_dispatch_meta_inplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3676165Z test_dispatch_meta_inplace_outer_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3676429Z test_dispatch_meta_inplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3676691Z test_dispatch_meta_inplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3677018Z test_dispatch_meta_inplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3677289Z test_dispatch_meta_inplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3677540Z test_dispatch_meta_inplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3677793Z test_dispatch_meta_inplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3678049Z test_dispatch_meta_inplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3678302Z test_dispatch_meta_inplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3678553Z test_dispatch_meta_inplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3678809Z test_dispatch_meta_inplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3679073Z test_dispatch_meta_inplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3679337Z test_dispatch_meta_inplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3679600Z test_dispatch_meta_inplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3679861Z test_dispatch_meta_inplace_permute_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3680127Z test_dispatch_meta_inplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3680390Z test_dispatch_meta_inplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3680655Z test_dispatch_meta_inplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3680916Z test_dispatch_meta_inplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3681175Z test_dispatch_meta_inplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3681428Z test_dispatch_meta_inplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3681773Z test_dispatch_meta_inplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3682029Z test_dispatch_meta_inplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3682261Z test_dispatch_meta_inplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3682512Z test_dispatch_meta_inplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3682770Z test_dispatch_meta_inplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3683040Z test_dispatch_meta_inplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3683314Z test_dispatch_meta_inplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3683574Z test_dispatch_meta_inplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3683901Z test_dispatch_meta_inplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3684170Z test_dispatch_meta_inplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3684425Z test_dispatch_meta_inplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3684700Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3684937Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.389s) 2022-11-23T02:43:13.3685176Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.210s) 2022-11-23T02:43:13.3685412Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.491s) 2022-11-23T02:43:13.3685686Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3685949Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3686206Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3686473Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3686732Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3687000Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3687233Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3687468Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3687698Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.3687966Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3688229Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3689083Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3689351Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3689616Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.3689880Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3690113Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3690325Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.3690557Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.3690829Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3691094Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3691435Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3691720Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3691980Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3692241Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3692472Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3692710Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3692939Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.3693213Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3693478Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3693737Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3694003Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3694266Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3694528Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3694763Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.3694993Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3695223Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3695491Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3695752Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3696092Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3696356Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3696620Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3696883Z test_dispatch_meta_inplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3697154Z test_dispatch_meta_inplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3697418Z test_dispatch_meta_inplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3697668Z test_dispatch_meta_inplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3697927Z test_dispatch_meta_inplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3698184Z test_dispatch_meta_inplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3698502Z test_dispatch_meta_inplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3698776Z test_dispatch_meta_inplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3699032Z test_dispatch_meta_inplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3699280Z test_dispatch_meta_inplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3699539Z test_dispatch_meta_inplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3699787Z test_dispatch_meta_inplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3699995Z test_dispatch_meta_inplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3700210Z test_dispatch_meta_inplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.3700418Z test_dispatch_meta_inplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.098s) 2022-11-23T02:43:13.3700625Z test_dispatch_meta_inplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3700832Z test_dispatch_meta_inplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3701028Z test_dispatch_meta_inplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3701225Z test_dispatch_meta_inplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.3701423Z test_dispatch_meta_inplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3701614Z test_dispatch_meta_inplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3701803Z test_dispatch_meta_inplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3702001Z test_dispatch_meta_inplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3702191Z test_dispatch_meta_inplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3702447Z test_dispatch_meta_inplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3702682Z test_dispatch_meta_inplace_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3703031Z test_dispatch_meta_inplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3703291Z test_dispatch_meta_inplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3703553Z test_dispatch_meta_inplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3703809Z test_dispatch_meta_inplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3704065Z test_dispatch_meta_inplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3704316Z test_dispatch_meta_inplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3704567Z test_dispatch_meta_inplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3704822Z test_dispatch_meta_inplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3705071Z test_dispatch_meta_inplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3705393Z test_dispatch_meta_inplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3705656Z test_dispatch_meta_inplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3705863Z test_dispatch_meta_inplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.3706063Z test_dispatch_meta_inplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.3706271Z test_dispatch_meta_inplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.3706478Z test_dispatch_meta_inplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.3706685Z test_dispatch_meta_inplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.3706882Z test_dispatch_meta_inplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.3707130Z test_dispatch_meta_inplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.3707334Z test_dispatch_meta_inplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.3707530Z test_dispatch_meta_inplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.3707718Z test_dispatch_meta_inplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3707912Z test_dispatch_meta_inplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.3708082Z test_dispatch_meta_inplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.3708341Z test_dispatch_meta_inplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3708598Z test_dispatch_meta_inplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3708849Z test_dispatch_meta_inplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3709100Z test_dispatch_meta_inplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3709358Z test_dispatch_meta_inplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3709616Z test_dispatch_meta_inplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3709826Z test_dispatch_meta_inplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3710170Z test_dispatch_meta_inplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3710379Z test_dispatch_meta_inplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3710587Z test_dispatch_meta_inplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.3710798Z test_dispatch_meta_inplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3711049Z test_dispatch_meta_inplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3711295Z test_dispatch_meta_inplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3711530Z test_dispatch_meta_inplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3711771Z test_dispatch_meta_inplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3712012Z test_dispatch_meta_inplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3712272Z test_dispatch_meta_inplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3712610Z test_dispatch_meta_inplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3712897Z test_dispatch_meta_inplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3713163Z test_dispatch_meta_inplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3713422Z test_dispatch_meta_inplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3713684Z test_dispatch_meta_inplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3713944Z test_dispatch_meta_inplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3714205Z test_dispatch_meta_inplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3714469Z test_dispatch_meta_inplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3714710Z test_dispatch_meta_inplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3714960Z test_dispatch_meta_inplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3715217Z test_dispatch_meta_inplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3715474Z test_dispatch_meta_inplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3715721Z test_dispatch_meta_inplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3715976Z test_dispatch_meta_inplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3716232Z test_dispatch_meta_inplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3716498Z test_dispatch_meta_inplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3716763Z test_dispatch_meta_inplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3717029Z test_dispatch_meta_inplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3717382Z test_dispatch_meta_inplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3717647Z test_dispatch_meta_inplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3717909Z test_dispatch_meta_inplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3718172Z test_dispatch_meta_inplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3718430Z test_dispatch_meta_inplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3718690Z test_dispatch_meta_inplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3718947Z test_dispatch_meta_inplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3719205Z test_dispatch_meta_inplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3719536Z test_dispatch_meta_inplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3719813Z test_dispatch_meta_inplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3720066Z test_dispatch_meta_inplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3720317Z test_dispatch_meta_inplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3720564Z test_dispatch_meta_inplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3720830Z test_dispatch_meta_inplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3721098Z test_dispatch_meta_inplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3721366Z test_dispatch_meta_inplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3721632Z test_dispatch_meta_inplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3721894Z test_dispatch_meta_inplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3722345Z test_dispatch_meta_inplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3722605Z test_dispatch_meta_inplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3722861Z test_dispatch_meta_inplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3723115Z test_dispatch_meta_inplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3723502Z test_dispatch_meta_inplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3723887Z test_dispatch_meta_inplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3724156Z test_dispatch_meta_inplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3724411Z test_dispatch_meta_inplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3724763Z test_dispatch_meta_inplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3725010Z test_dispatch_meta_inplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3725268Z test_dispatch_meta_inplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3725520Z test_dispatch_meta_inplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3725769Z test_dispatch_meta_inplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3726018Z test_dispatch_meta_inplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3726267Z test_dispatch_meta_inplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3726520Z test_dispatch_meta_inplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3726768Z test_dispatch_meta_inplace_real_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3727475Z test_dispatch_meta_inplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3727785Z test_dispatch_meta_inplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3728044Z test_dispatch_meta_inplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3728297Z test_dispatch_meta_inplace_real_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3728556Z test_dispatch_meta_inplace_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3728808Z test_dispatch_meta_inplace_real_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3729060Z test_dispatch_meta_inplace_real_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3729452Z test_dispatch_meta_inplace_real_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3729711Z test_dispatch_meta_inplace_real_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3729960Z test_dispatch_meta_inplace_real_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3730207Z test_dispatch_meta_inplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3730524Z test_dispatch_meta_inplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3730886Z test_dispatch_meta_inplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3731117Z test_dispatch_meta_inplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3731342Z test_dispatch_meta_inplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3731557Z test_dispatch_meta_inplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3731770Z test_dispatch_meta_inplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3731978Z test_dispatch_meta_inplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3732232Z test_dispatch_meta_inplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3732610Z test_dispatch_meta_inplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3732863Z test_dispatch_meta_inplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.3733118Z test_dispatch_meta_inplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.3733368Z test_dispatch_meta_inplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3733584Z test_dispatch_meta_inplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3733797Z test_dispatch_meta_inplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.3734005Z test_dispatch_meta_inplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3734218Z test_dispatch_meta_inplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3734427Z test_dispatch_meta_inplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3734635Z test_dispatch_meta_inplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3734914Z test_dispatch_meta_inplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3735144Z test_dispatch_meta_inplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3735351Z test_dispatch_meta_inplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.3735554Z test_dispatch_meta_inplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3735745Z test_dispatch_meta_inplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3735955Z test_dispatch_meta_inplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3736164Z test_dispatch_meta_inplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3736517Z test_dispatch_meta_inplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3736733Z test_dispatch_meta_inplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3737002Z test_dispatch_meta_inplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3737262Z test_dispatch_meta_inplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3737641Z test_dispatch_meta_inplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3737911Z test_dispatch_meta_inplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3738175Z test_dispatch_meta_inplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3738539Z test_dispatch_meta_inplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3738801Z test_dispatch_meta_inplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3739052Z test_dispatch_meta_inplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3739306Z test_dispatch_meta_inplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3739558Z test_dispatch_meta_inplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3739818Z test_dispatch_meta_inplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3740184Z test_dispatch_meta_inplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3740465Z test_dispatch_meta_inplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3740742Z test_dispatch_meta_inplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3741023Z test_dispatch_meta_inplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3741312Z test_dispatch_meta_inplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3741592Z test_dispatch_meta_inplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3741873Z test_dispatch_meta_inplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3742148Z test_dispatch_meta_inplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3742495Z test_dispatch_meta_inplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3742784Z test_dispatch_meta_inplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3743050Z test_dispatch_meta_inplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3743310Z test_dispatch_meta_inplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3743560Z test_dispatch_meta_inplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3743961Z test_dispatch_meta_inplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3744238Z test_dispatch_meta_inplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3744504Z test_dispatch_meta_inplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3744773Z test_dispatch_meta_inplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3745161Z test_dispatch_meta_inplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3745571Z test_dispatch_meta_inplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3745848Z test_dispatch_meta_inplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3746116Z test_dispatch_meta_inplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3746384Z test_dispatch_meta_inplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3746641Z test_dispatch_meta_inplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3746898Z test_dispatch_meta_inplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3747146Z test_dispatch_meta_inplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3747502Z test_dispatch_meta_inplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3747753Z test_dispatch_meta_inplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3748011Z test_dispatch_meta_inplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3748272Z test_dispatch_meta_inplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3748538Z test_dispatch_meta_inplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3748798Z test_dispatch_meta_inplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3749066Z test_dispatch_meta_inplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3749329Z test_dispatch_meta_inplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3749591Z test_dispatch_meta_inplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3749907Z test_dispatch_meta_inplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3750178Z test_dispatch_meta_inplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3750431Z test_dispatch_meta_inplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3750681Z test_dispatch_meta_inplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3751069Z test_dispatch_meta_inplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3751340Z test_dispatch_meta_inplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3751549Z test_dispatch_meta_inplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3751740Z test_dispatch_meta_inplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3751954Z test_dispatch_meta_inplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3752290Z test_dispatch_meta_inplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3752601Z test_dispatch_meta_inplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3752814Z test_dispatch_meta_inplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3753017Z test_dispatch_meta_inplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3753224Z test_dispatch_meta_inplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3753426Z test_dispatch_meta_inplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3753628Z test_dispatch_meta_inplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3753834Z test_dispatch_meta_inplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3754034Z test_dispatch_meta_inplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3754284Z test_dispatch_meta_inplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3754494Z test_dispatch_meta_inplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3754712Z test_dispatch_meta_inplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3755030Z test_dispatch_meta_inplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3755241Z test_dispatch_meta_inplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3755452Z test_dispatch_meta_inplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3755662Z test_dispatch_meta_inplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3755869Z test_dispatch_meta_inplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3756055Z test_dispatch_meta_inplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3756256Z test_dispatch_meta_inplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3756459Z test_dispatch_meta_inplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3756665Z test_dispatch_meta_inplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3756940Z test_dispatch_meta_inplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3757200Z test_dispatch_meta_inplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3757550Z test_dispatch_meta_inplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3757947Z test_dispatch_meta_inplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3758241Z test_dispatch_meta_inplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3758505Z test_dispatch_meta_inplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3758774Z test_dispatch_meta_inplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3759154Z test_dispatch_meta_inplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3759549Z test_dispatch_meta_inplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3759820Z test_dispatch_meta_inplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3760084Z test_dispatch_meta_inplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3760341Z test_dispatch_meta_inplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3760604Z test_dispatch_meta_inplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3760868Z test_dispatch_meta_inplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3761136Z test_dispatch_meta_inplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3761408Z test_dispatch_meta_inplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3761666Z test_dispatch_meta_inplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3761929Z test_dispatch_meta_inplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3762193Z test_dispatch_meta_inplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3762558Z test_dispatch_meta_inplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3762818Z test_dispatch_meta_inplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3763079Z test_dispatch_meta_inplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3763336Z test_dispatch_meta_inplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3763592Z test_dispatch_meta_inplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3763843Z test_dispatch_meta_inplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3764082Z test_dispatch_meta_inplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3764334Z test_dispatch_meta_inplace_roll_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3764597Z test_dispatch_meta_inplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3765059Z test_dispatch_meta_inplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3765410Z test_dispatch_meta_inplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3765664Z test_dispatch_meta_inplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3766051Z test_dispatch_meta_inplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3766436Z test_dispatch_meta_inplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3766693Z test_dispatch_meta_inplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3766945Z test_dispatch_meta_inplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3767194Z test_dispatch_meta_inplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3767439Z test_dispatch_meta_inplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3767686Z test_dispatch_meta_inplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3767940Z test_dispatch_meta_inplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3768188Z test_dispatch_meta_inplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3768444Z test_dispatch_meta_inplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3768710Z test_dispatch_meta_inplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3768962Z test_dispatch_meta_inplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3769215Z test_dispatch_meta_inplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3769459Z test_dispatch_meta_inplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3769710Z test_dispatch_meta_inplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3770062Z test_dispatch_meta_inplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3770312Z test_dispatch_meta_inplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3770564Z test_dispatch_meta_inplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3770810Z test_dispatch_meta_inplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3771019Z test_dispatch_meta_inplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3771225Z test_dispatch_meta_inplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3771413Z test_dispatch_meta_inplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3771741Z test_dispatch_meta_inplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3771953Z test_dispatch_meta_inplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3772145Z test_dispatch_meta_inplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3772537Z test_dispatch_meta_inplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3772894Z test_dispatch_meta_inplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3773094Z test_dispatch_meta_inplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3773318Z test_dispatch_meta_inplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3773541Z test_dispatch_meta_inplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3773756Z test_dispatch_meta_inplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3773970Z test_dispatch_meta_inplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3774186Z test_dispatch_meta_inplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3774400Z test_dispatch_meta_inplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3774606Z test_dispatch_meta_inplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3774810Z test_dispatch_meta_inplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3775040Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3775269Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3775493Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3775721Z test_dispatch_meta_inplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3775927Z test_dispatch_meta_inplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3776161Z test_dispatch_meta_inplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3776373Z test_dispatch_meta_inplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.254s) 2022-11-23T02:43:13.3776581Z test_dispatch_meta_inplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.171s) 2022-11-23T02:43:13.3776789Z test_dispatch_meta_inplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.098s) 2022-11-23T02:43:13.3776993Z test_dispatch_meta_inplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3777197Z test_dispatch_meta_inplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3777501Z test_dispatch_meta_inplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3777749Z test_dispatch_meta_inplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3777989Z test_dispatch_meta_inplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3778360Z test_dispatch_meta_inplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3778607Z test_dispatch_meta_inplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.3778851Z test_dispatch_meta_inplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3779213Z test_dispatch_meta_inplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3779620Z test_dispatch_meta_inplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3779886Z test_dispatch_meta_inplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3780220Z test_dispatch_meta_inplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3780491Z test_dispatch_meta_inplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3780743Z test_dispatch_meta_inplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3780993Z test_dispatch_meta_inplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3781243Z test_dispatch_meta_inplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3781495Z test_dispatch_meta_inplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3781743Z test_dispatch_meta_inplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3781993Z test_dispatch_meta_inplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3782260Z test_dispatch_meta_inplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3782562Z test_dispatch_meta_inplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3782816Z test_dispatch_meta_inplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3783093Z test_dispatch_meta_inplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3783353Z test_dispatch_meta_inplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3783621Z test_dispatch_meta_inplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3783879Z test_dispatch_meta_inplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3784131Z test_dispatch_meta_inplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3784391Z test_dispatch_meta_inplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3784657Z test_dispatch_meta_inplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3785210Z test_dispatch_meta_inplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3785471Z test_dispatch_meta_inplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3785856Z test_dispatch_meta_inplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3786201Z test_dispatch_meta_inplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.3786418Z test_dispatch_meta_inplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.3786642Z test_dispatch_meta_inplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.3786861Z test_dispatch_meta_inplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.3787081Z test_dispatch_meta_inplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3787296Z test_dispatch_meta_inplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.3787501Z test_dispatch_meta_inplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.3787794Z test_dispatch_meta_inplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.3788023Z test_dispatch_meta_inplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.3788226Z test_dispatch_meta_inplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3788432Z test_dispatch_meta_inplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3788634Z test_dispatch_meta_inplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.3788841Z test_dispatch_meta_inplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.3789028Z test_dispatch_meta_inplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3789243Z test_dispatch_meta_inplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.3789458Z test_dispatch_meta_inplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.3789667Z test_dispatch_meta_inplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.3789871Z test_dispatch_meta_inplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.3790077Z test_dispatch_meta_inplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.3790279Z test_dispatch_meta_inplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3790480Z test_dispatch_meta_inplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.3790686Z test_dispatch_meta_inplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3790891Z test_dispatch_meta_inplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.3791091Z test_dispatch_meta_inplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3791438Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.3791691Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.3791915Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.3792128Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.3792492Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.3792927Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.3793137Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.3793357Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.3793576Z test_dispatch_meta_inplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3793783Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.3794011Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.3794232Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.3794445Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.3794669Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.3794883Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.3795167Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.3795404Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.3795616Z test_dispatch_meta_inplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.3795843Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.3796071Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.3796295Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.3796515Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.3796737Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.3796957Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.3797167Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.3797387Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.3797599Z test_dispatch_meta_inplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.3797829Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.3798200Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.3798433Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.3798650Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3798979Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.3799330Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.3799550Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.3799771Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.3799984Z test_dispatch_meta_inplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.3800306Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.3800526Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.3800749Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.3800969Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.3801182Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.3801400Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.3801611Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.3801817Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.3802035Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.3802255Z test_dispatch_meta_inplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.3802528Z test_dispatch_meta_inplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3802868Z test_dispatch_meta_inplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3803160Z test_dispatch_meta_inplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3803429Z test_dispatch_meta_inplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3803695Z test_dispatch_meta_inplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3803964Z test_dispatch_meta_inplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3804231Z test_dispatch_meta_inplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3804495Z test_dispatch_meta_inplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3804904Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3805175Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3805566Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3805967Z test_dispatch_meta_inplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3806257Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3806535Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3806811Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3807079Z test_dispatch_meta_inplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3807339Z test_dispatch_meta_inplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3808204Z test_dispatch_meta_inplace_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3808470Z test_dispatch_meta_inplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3808734Z test_dispatch_meta_inplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3809000Z test_dispatch_meta_inplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3809258Z test_dispatch_meta_inplace_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3809513Z test_dispatch_meta_inplace_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3809762Z test_dispatch_meta_inplace_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3810016Z test_dispatch_meta_inplace_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3810268Z test_dispatch_meta_inplace_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3810607Z test_dispatch_meta_inplace_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3810881Z test_dispatch_meta_inplace_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3811272Z test_dispatch_meta_inplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3811572Z test_dispatch_meta_inplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3811837Z test_dispatch_meta_inplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3812233Z test_dispatch_meta_inplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3812624Z test_dispatch_meta_inplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3812891Z test_dispatch_meta_inplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3813154Z test_dispatch_meta_inplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3813423Z test_dispatch_meta_inplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3813687Z test_dispatch_meta_inplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3813953Z test_dispatch_meta_inplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3814213Z test_dispatch_meta_inplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3814422Z test_dispatch_meta_inplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.3814607Z test_dispatch_meta_inplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3814816Z test_dispatch_meta_inplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.349s) 2022-11-23T02:43:13.3815023Z test_dispatch_meta_inplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.314s) 2022-11-23T02:43:13.3815230Z test_dispatch_meta_inplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.318s) 2022-11-23T02:43:13.3815433Z test_dispatch_meta_inplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3815725Z test_dispatch_meta_inplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3815915Z test_dispatch_meta_inplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3816116Z test_dispatch_meta_inplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3816310Z test_dispatch_meta_inplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3816500Z test_dispatch_meta_inplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3816695Z test_dispatch_meta_inplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3816884Z test_dispatch_meta_inplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3817146Z test_dispatch_meta_inplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3817400Z test_dispatch_meta_inplace_short_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3817680Z test_dispatch_meta_inplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3818059Z test_dispatch_meta_inplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3818398Z test_dispatch_meta_inplace_short_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3818802Z test_dispatch_meta_inplace_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3819187Z test_dispatch_meta_inplace_short_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3819448Z test_dispatch_meta_inplace_short_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3819705Z test_dispatch_meta_inplace_short_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3819956Z test_dispatch_meta_inplace_short_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3820192Z test_dispatch_meta_inplace_short_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3820442Z test_dispatch_meta_inplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3820654Z test_dispatch_meta_inplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3820903Z test_dispatch_meta_inplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3821118Z test_dispatch_meta_inplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.071s) 2022-11-23T02:43:13.3821334Z test_dispatch_meta_inplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.976s) 2022-11-23T02:43:13.3821545Z test_dispatch_meta_inplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.995s) 2022-11-23T02:43:13.3821751Z test_dispatch_meta_inplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3821963Z test_dispatch_meta_inplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.3822169Z test_dispatch_meta_inplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3822419Z test_dispatch_meta_inplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3822663Z test_dispatch_meta_inplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3822899Z test_dispatch_meta_inplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3823244Z test_dispatch_meta_inplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3823481Z test_dispatch_meta_inplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3823685Z test_dispatch_meta_inplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3823888Z test_dispatch_meta_inplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3824089Z test_dispatch_meta_inplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3824396Z test_dispatch_meta_inplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3824624Z test_dispatch_meta_inplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3824824Z test_dispatch_meta_inplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3825006Z test_dispatch_meta_inplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3825314Z test_dispatch_meta_inplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3825646Z test_dispatch_meta_inplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3825844Z test_dispatch_meta_inplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3826209Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3826502Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3826777Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3827047Z test_dispatch_meta_inplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3827340Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3827628Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3827920Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3828206Z test_dispatch_meta_inplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3828489Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3828766Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3829048Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3829319Z test_dispatch_meta_inplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.008s) 2022-11-23T02:43:13.3829598Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3829875Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3830146Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3830411Z test_dispatch_meta_inplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3830762Z test_dispatch_meta_inplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3831145Z test_dispatch_meta_inplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3831416Z test_dispatch_meta_inplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3831676Z test_dispatch_meta_inplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3832041Z test_dispatch_meta_inplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3832399Z test_dispatch_meta_inplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3832661Z test_dispatch_meta_inplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3832909Z test_dispatch_meta_inplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3833240Z test_dispatch_meta_inplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3833512Z test_dispatch_meta_inplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3833697Z test_dispatch_meta_inplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3833940Z test_dispatch_meta_inplace_sin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3834148Z test_dispatch_meta_inplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3834354Z test_dispatch_meta_inplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3834565Z test_dispatch_meta_inplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.3834767Z test_dispatch_meta_inplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3834962Z test_dispatch_meta_inplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3835154Z test_dispatch_meta_inplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.3835397Z test_dispatch_meta_inplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.3835641Z test_dispatch_meta_inplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3835883Z test_dispatch_meta_inplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3836126Z test_dispatch_meta_inplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T02:43:13.3836367Z test_dispatch_meta_inplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3836570Z test_dispatch_meta_inplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.455s) 2022-11-23T02:43:13.3836807Z test_dispatch_meta_inplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3837019Z test_dispatch_meta_inplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.428s) 2022-11-23T02:43:13.3837226Z test_dispatch_meta_inplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.222s) 2022-11-23T02:43:13.3837430Z test_dispatch_meta_inplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.411s) 2022-11-23T02:43:13.3837770Z test_dispatch_meta_inplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.440s) 2022-11-23T02:43:13.3837977Z test_dispatch_meta_inplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.386s) 2022-11-23T02:43:13.3838319Z test_dispatch_meta_inplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:13.3838674Z test_dispatch_meta_inplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3839058Z test_dispatch_meta_inplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3839306Z test_dispatch_meta_inplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3839545Z test_dispatch_meta_inplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3839748Z test_dispatch_meta_inplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3839986Z test_dispatch_meta_inplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3840199Z test_dispatch_meta_inplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3840406Z test_dispatch_meta_inplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3840612Z test_dispatch_meta_inplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3840897Z test_dispatch_meta_inplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3841117Z test_dispatch_meta_inplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3841316Z test_dispatch_meta_inplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3841560Z test_dispatch_meta_inplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3841800Z test_dispatch_meta_inplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.3842046Z test_dispatch_meta_inplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3842287Z test_dispatch_meta_inplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.3842526Z test_dispatch_meta_inplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.3842787Z test_dispatch_meta_inplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3843042Z test_dispatch_meta_inplace_slice_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3843334Z test_dispatch_meta_inplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3843593Z test_dispatch_meta_inplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3843856Z test_dispatch_meta_inplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3844222Z test_dispatch_meta_inplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3844484Z test_dispatch_meta_inplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3844733Z test_dispatch_meta_inplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3845096Z test_dispatch_meta_inplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3845478Z test_dispatch_meta_inplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3845738Z test_dispatch_meta_inplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3846084Z test_dispatch_meta_inplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3846333Z test_dispatch_meta_inplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3846606Z test_dispatch_meta_inplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3846869Z test_dispatch_meta_inplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3847135Z test_dispatch_meta_inplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3847390Z test_dispatch_meta_inplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3847650Z test_dispatch_meta_inplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3847910Z test_dispatch_meta_inplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3848606Z test_dispatch_meta_inplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3848922Z test_dispatch_meta_inplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3849181Z test_dispatch_meta_inplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3849441Z test_dispatch_meta_inplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3849700Z test_dispatch_meta_inplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3849962Z test_dispatch_meta_inplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3850217Z test_dispatch_meta_inplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3850469Z test_dispatch_meta_inplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3850871Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3851152Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3851435Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3851851Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3852245Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3852523Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3852793Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3853063Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3853325Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3853702Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3853953Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3854215Z test_dispatch_meta_inplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3854520Z test_dispatch_meta_inplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3854776Z test_dispatch_meta_inplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3855026Z test_dispatch_meta_inplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3855277Z test_dispatch_meta_inplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3855529Z test_dispatch_meta_inplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3855778Z test_dispatch_meta_inplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3856397Z test_dispatch_meta_inplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3856698Z test_dispatch_meta_inplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3856948Z test_dispatch_meta_inplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3857329Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3857657Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3857945Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3858359Z test_dispatch_meta_inplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3858757Z test_dispatch_meta_inplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3859031Z test_dispatch_meta_inplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3859292Z test_dispatch_meta_inplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3859559Z test_dispatch_meta_inplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3859817Z test_dispatch_meta_inplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3860065Z test_dispatch_meta_inplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3860326Z test_dispatch_meta_inplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3860592Z test_dispatch_meta_inplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3860861Z test_dispatch_meta_inplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3861129Z test_dispatch_meta_inplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3861519Z test_dispatch_meta_inplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3861789Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3862055Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3862313Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3862577Z test_dispatch_meta_inplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3862834Z test_dispatch_meta_inplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3863081Z test_dispatch_meta_inplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3863351Z test_dispatch_meta_inplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3864097Z test_dispatch_meta_inplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3864427Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3864694Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3865182Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3865453Z test_dispatch_meta_inplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3865714Z test_dispatch_meta_inplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3865973Z test_dispatch_meta_inplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3866246Z test_dispatch_meta_inplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3866512Z test_dispatch_meta_inplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3866775Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3867033Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3867291Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3867554Z test_dispatch_meta_inplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3867812Z test_dispatch_meta_inplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3868076Z test_dispatch_meta_inplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3868345Z test_dispatch_meta_inplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3868611Z test_dispatch_meta_inplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3868986Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3869244Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3869503Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3869767Z test_dispatch_meta_inplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3870020Z test_dispatch_meta_inplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3870309Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3870744Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3871036Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3871990Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3872345Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3872636Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3872924Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3873215Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3873506Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3873801Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3874083Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3874348Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3874640Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3874927Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3875212Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3875495Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3875867Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3876182Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3876511Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3876947Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3877416Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3877735Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3878187Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3878617Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3878942Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3879642Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3880022Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3880344Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3880657Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:13.3880974Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3881296Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3881607Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3881878Z test_dispatch_meta_inplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3882142Z test_dispatch_meta_inplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3882415Z test_dispatch_meta_inplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3882683Z test_dispatch_meta_inplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3882953Z test_dispatch_meta_inplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3883216Z test_dispatch_meta_inplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3883479Z test_dispatch_meta_inplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3883892Z test_dispatch_meta_inplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3884282Z test_dispatch_meta_inplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3884570Z test_dispatch_meta_inplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3885059Z test_dispatch_meta_inplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3885342Z test_dispatch_meta_inplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3885603Z test_dispatch_meta_inplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3885869Z test_dispatch_meta_inplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3886135Z test_dispatch_meta_inplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3886405Z test_dispatch_meta_inplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3886668Z test_dispatch_meta_inplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3887298Z test_dispatch_meta_inplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3887640Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3887934Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3888227Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3888520Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3888808Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3889098Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3889387Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3889670Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3889957Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3890254Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3890671Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3890966Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3891394Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3891796Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3892089Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3892490Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3892757Z test_dispatch_meta_inplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3893023Z test_dispatch_meta_inplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3893289Z test_dispatch_meta_inplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3893553Z test_dispatch_meta_inplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3893816Z test_dispatch_meta_inplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3894079Z test_dispatch_meta_inplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3894341Z test_dispatch_meta_inplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3894949Z test_dispatch_meta_inplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3895256Z test_dispatch_meta_inplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3895514Z test_dispatch_meta_inplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3895773Z test_dispatch_meta_inplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3896034Z test_dispatch_meta_inplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3896303Z test_dispatch_meta_inplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3896561Z test_dispatch_meta_inplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3896820Z test_dispatch_meta_inplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3897211Z test_dispatch_meta_inplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3897474Z test_dispatch_meta_inplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3897724Z test_dispatch_meta_inplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3898208Z test_dispatch_meta_inplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3898488Z test_dispatch_meta_inplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3898757Z test_dispatch_meta_inplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3899015Z test_dispatch_meta_inplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3899277Z test_dispatch_meta_inplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3899533Z test_dispatch_meta_inplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3899791Z test_dispatch_meta_inplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3900144Z test_dispatch_meta_inplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3900437Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3900739Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3901025Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3901315Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3901605Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3901897Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3902531Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3902866Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3903197Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3903653Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3903996Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:13.3904319Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3904871Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3905192Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3905510Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3905822Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3906091Z test_dispatch_meta_inplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3906362Z test_dispatch_meta_inplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3906623Z test_dispatch_meta_inplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3906887Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3907141Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3907505Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3907770Z test_dispatch_meta_inplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3908028Z test_dispatch_meta_inplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3908309Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3908594Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3908879Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3909159Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3909440Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3910057Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3910552Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3910833Z test_dispatch_meta_inplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3911108Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3911396Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3911787Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3912163Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3912439Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3912707Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3912983Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3913253Z test_dispatch_meta_inplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3913524Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3913790Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3914072Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3914344Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3914611Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3915000Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3915276Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3915549Z test_dispatch_meta_inplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3915821Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3916104Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3916386Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3916663Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3916929Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3917672Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3918006Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3918275Z test_dispatch_meta_inplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3918693Z test_dispatch_meta_inplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3918968Z test_dispatch_meta_inplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3919236Z test_dispatch_meta_inplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3919614Z test_dispatch_meta_inplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3919893Z test_dispatch_meta_inplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3920153Z test_dispatch_meta_inplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3920416Z test_dispatch_meta_inplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3920675Z test_dispatch_meta_inplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3920942Z test_dispatch_meta_inplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3921200Z test_dispatch_meta_inplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3921465Z test_dispatch_meta_inplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3921734Z test_dispatch_meta_inplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3921995Z test_dispatch_meta_inplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3922259Z test_dispatch_meta_inplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3922643Z test_dispatch_meta_inplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3922906Z test_dispatch_meta_inplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3923166Z test_dispatch_meta_inplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3923425Z test_dispatch_meta_inplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3923731Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3924020Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3924330Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3924625Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3925420Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3925772Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3926201Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3926621Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3926940Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3927237Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3927534Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3927829Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.3928121Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3928403Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3928681Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3928969Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3929251Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3929534Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3929826Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3930545Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3930837Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3931124Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3931402Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3931689Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3932105Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3932455Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3933285Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3933786Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3934129Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3934458Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3934784Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3935117Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3935436Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3935760Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3936096Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3936438Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3936778Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3937101Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3937418Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3937747Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3938182Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3938508Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3938949Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3939309Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3939642Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3939964Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3940859Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.3941244Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.3941564Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.3941893Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.3942228Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:13.3942566Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.3942896Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.3943218Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.3943537Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:43:13.3943867Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.3944186Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.3944472Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3944765Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3945165Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3945446Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3945735Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3946164Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3946459Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3946737Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3947022Z test_dispatch_meta_inplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3947488Z test_dispatch_meta_inplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3947849Z test_dispatch_meta_inplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3948127Z test_dispatch_meta_inplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3948383Z test_dispatch_meta_inplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3948648Z test_dispatch_meta_inplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3948907Z test_dispatch_meta_inplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3949161Z test_dispatch_meta_inplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3949426Z test_dispatch_meta_inplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3949694Z test_dispatch_meta_inplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3949959Z test_dispatch_meta_inplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3950228Z test_dispatch_meta_inplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3950493Z test_dispatch_meta_inplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3950762Z test_dispatch_meta_inplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3951025Z test_dispatch_meta_inplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3951287Z test_dispatch_meta_inplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3951549Z test_dispatch_meta_inplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3951804Z test_dispatch_meta_inplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3952064Z test_dispatch_meta_inplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3952407Z test_dispatch_meta_inplace_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3952666Z test_dispatch_meta_inplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3953057Z test_dispatch_meta_inplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3953326Z test_dispatch_meta_inplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3953580Z test_dispatch_meta_inplace_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3953831Z test_dispatch_meta_inplace_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3954188Z test_dispatch_meta_inplace_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3954597Z test_dispatch_meta_inplace_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3954860Z test_dispatch_meta_inplace_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.3955194Z test_dispatch_meta_inplace_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3955463Z test_dispatch_meta_inplace_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3955711Z test_dispatch_meta_inplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3955963Z test_dispatch_meta_inplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.3956228Z test_dispatch_meta_inplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3956508Z test_dispatch_meta_inplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3956780Z test_dispatch_meta_inplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3957049Z test_dispatch_meta_inplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3957310Z test_dispatch_meta_inplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3957566Z test_dispatch_meta_inplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3957825Z test_dispatch_meta_inplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3958083Z test_dispatch_meta_inplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3958333Z test_dispatch_meta_inplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3958593Z test_dispatch_meta_inplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3958856Z test_dispatch_meta_inplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3959127Z test_dispatch_meta_inplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3959385Z test_dispatch_meta_inplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3959746Z test_dispatch_meta_inplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3960150Z test_dispatch_meta_inplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3960432Z test_dispatch_meta_inplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3960699Z test_dispatch_meta_inplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3960962Z test_dispatch_meta_inplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3961329Z test_dispatch_meta_inplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3961709Z test_dispatch_meta_inplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3961976Z test_dispatch_meta_inplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3962309Z test_dispatch_meta_inplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3962592Z test_dispatch_meta_inplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3962845Z test_dispatch_meta_inplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3963050Z test_dispatch_meta_inplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3963299Z test_dispatch_meta_inplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.3963515Z test_dispatch_meta_inplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.750s) 2022-11-23T02:43:13.3963720Z test_dispatch_meta_inplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.766s) 2022-11-23T02:43:13.3963931Z test_dispatch_meta_inplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.789s) 2022-11-23T02:43:13.3964119Z test_dispatch_meta_inplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3964325Z test_dispatch_meta_inplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3964529Z test_dispatch_meta_inplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3964774Z test_dispatch_meta_inplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3965017Z test_dispatch_meta_inplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3965264Z test_dispatch_meta_inplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3965507Z test_dispatch_meta_inplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3965749Z test_dispatch_meta_inplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3965961Z test_dispatch_meta_inplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3966209Z test_dispatch_meta_inplace_square_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.3966421Z test_dispatch_meta_inplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.3966632Z test_dispatch_meta_inplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3966949Z test_dispatch_meta_inplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3967290Z test_dispatch_meta_inplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3967498Z test_dispatch_meta_inplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3967699Z test_dispatch_meta_inplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3967907Z test_dispatch_meta_inplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3968225Z test_dispatch_meta_inplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3968544Z test_dispatch_meta_inplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3968753Z test_dispatch_meta_inplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3968946Z test_dispatch_meta_inplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3969145Z test_dispatch_meta_inplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3969364Z test_dispatch_meta_inplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3969577Z test_dispatch_meta_inplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3969786Z test_dispatch_meta_inplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3970105Z test_dispatch_meta_inplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.3970332Z test_dispatch_meta_inplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3970537Z test_dispatch_meta_inplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3970743Z test_dispatch_meta_inplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.3970947Z test_dispatch_meta_inplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.3971152Z test_dispatch_meta_inplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3971356Z test_dispatch_meta_inplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3971558Z test_dispatch_meta_inplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.3971826Z test_dispatch_meta_inplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3972083Z test_dispatch_meta_inplace_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3972349Z test_dispatch_meta_inplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3972612Z test_dispatch_meta_inplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3972869Z test_dispatch_meta_inplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3973128Z test_dispatch_meta_inplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3973527Z test_dispatch_meta_inplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3973785Z test_dispatch_meta_inplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3974037Z test_dispatch_meta_inplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3974381Z test_dispatch_meta_inplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3974640Z test_dispatch_meta_inplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3975122Z test_dispatch_meta_inplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3975481Z test_dispatch_meta_inplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3975979Z test_dispatch_meta_inplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3976262Z test_dispatch_meta_inplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3976519Z test_dispatch_meta_inplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3976770Z test_dispatch_meta_inplace_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3977024Z test_dispatch_meta_inplace_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3977278Z test_dispatch_meta_inplace_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3977540Z test_dispatch_meta_inplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3977894Z test_dispatch_meta_inplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3978178Z test_dispatch_meta_inplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3978437Z test_dispatch_meta_inplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3978692Z test_dispatch_meta_inplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3978942Z test_dispatch_meta_inplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3979205Z test_dispatch_meta_inplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3979462Z test_dispatch_meta_inplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3979718Z test_dispatch_meta_inplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3979970Z test_dispatch_meta_inplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3980178Z test_dispatch_meta_inplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3980387Z test_dispatch_meta_inplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3980592Z test_dispatch_meta_inplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3980805Z test_dispatch_meta_inplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3981009Z test_dispatch_meta_inplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3981200Z test_dispatch_meta_inplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3981504Z test_dispatch_meta_inplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.3981713Z test_dispatch_meta_inplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.3981904Z test_dispatch_meta_inplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.3982090Z test_dispatch_meta_inplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.3982283Z test_dispatch_meta_inplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3982474Z test_dispatch_meta_inplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.3983155Z test_dispatch_meta_inplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3983422Z test_dispatch_meta_inplace_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3983686Z test_dispatch_meta_inplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3983943Z test_dispatch_meta_inplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3984198Z test_dispatch_meta_inplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3984452Z test_dispatch_meta_inplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3984702Z test_dispatch_meta_inplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3984955Z test_dispatch_meta_inplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3985204Z test_dispatch_meta_inplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.3985540Z test_dispatch_meta_inplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.3985805Z test_dispatch_meta_inplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3986053Z test_dispatch_meta_inplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3986301Z test_dispatch_meta_inplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3986565Z test_dispatch_meta_inplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3986824Z test_dispatch_meta_inplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3987094Z test_dispatch_meta_inplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3987361Z test_dispatch_meta_inplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3987623Z test_dispatch_meta_inplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3987884Z test_dispatch_meta_inplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3988128Z test_dispatch_meta_inplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3988385Z test_dispatch_meta_inplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3988775Z test_dispatch_meta_inplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3989044Z test_dispatch_meta_inplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3989298Z test_dispatch_meta_inplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3989550Z test_dispatch_meta_inplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3989919Z test_dispatch_meta_inplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3990284Z test_dispatch_meta_inplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3990652Z test_dispatch_meta_inplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3990903Z test_dispatch_meta_inplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3991169Z test_dispatch_meta_inplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3991433Z test_dispatch_meta_inplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3991696Z test_dispatch_meta_inplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3991956Z test_dispatch_meta_inplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3992218Z test_dispatch_meta_inplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3992474Z test_dispatch_meta_inplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3992676Z test_dispatch_meta_inplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3992941Z test_dispatch_meta_inplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.3993164Z test_dispatch_meta_inplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.3993369Z test_dispatch_meta_inplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3993565Z test_dispatch_meta_inplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.3993759Z test_dispatch_meta_inplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.3993952Z test_dispatch_meta_inplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3994150Z test_dispatch_meta_inplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3994327Z test_dispatch_meta_inplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.3994524Z test_dispatch_meta_inplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3994720Z test_dispatch_meta_inplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3994913Z test_dispatch_meta_inplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.3995185Z test_dispatch_meta_inplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3995450Z test_dispatch_meta_inplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3995848Z test_dispatch_meta_inplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3996133Z test_dispatch_meta_inplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3996399Z test_dispatch_meta_inplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3996657Z test_dispatch_meta_inplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3997120Z test_dispatch_meta_inplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3997388Z test_dispatch_meta_inplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3997653Z test_dispatch_meta_inplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3998011Z test_dispatch_meta_inplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3998277Z test_dispatch_meta_inplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3998539Z test_dispatch_meta_inplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3998800Z test_dispatch_meta_inplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.3999053Z test_dispatch_meta_inplace_take_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3999314Z test_dispatch_meta_inplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3999579Z test_dispatch_meta_inplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.3999828Z test_dispatch_meta_inplace_take_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4000081Z test_dispatch_meta_inplace_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4000403Z test_dispatch_meta_inplace_take_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4000672Z test_dispatch_meta_inplace_take_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4000922Z test_dispatch_meta_inplace_take_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4001172Z test_dispatch_meta_inplace_take_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4001424Z test_dispatch_meta_inplace_take_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4001656Z test_dispatch_meta_inplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4001861Z test_dispatch_meta_inplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4002106Z test_dispatch_meta_inplace_tan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4002314Z test_dispatch_meta_inplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4002653Z test_dispatch_meta_inplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4002871Z test_dispatch_meta_inplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4003072Z test_dispatch_meta_inplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4003273Z test_dispatch_meta_inplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4003463Z test_dispatch_meta_inplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4003816Z test_dispatch_meta_inplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4004164Z test_dispatch_meta_inplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4004413Z test_dispatch_meta_inplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4004655Z test_dispatch_meta_inplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4004895Z test_dispatch_meta_inplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4005100Z test_dispatch_meta_inplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4005436Z test_dispatch_meta_inplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4005645Z test_dispatch_meta_inplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4005853Z test_dispatch_meta_inplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4006065Z test_dispatch_meta_inplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4006272Z test_dispatch_meta_inplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4006474Z test_dispatch_meta_inplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4006660Z test_dispatch_meta_inplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4006904Z test_dispatch_meta_inplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.4007200Z test_dispatch_meta_inplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4007447Z test_dispatch_meta_inplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.4007765Z test_dispatch_meta_inplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.4008021Z test_dispatch_meta_inplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.4008290Z test_dispatch_meta_inplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4008552Z test_dispatch_meta_inplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4008823Z test_dispatch_meta_inplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4009095Z test_dispatch_meta_inplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.4009359Z test_dispatch_meta_inplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4009759Z test_dispatch_meta_inplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4010035Z test_dispatch_meta_inplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4010294Z test_dispatch_meta_inplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4010551Z test_dispatch_meta_inplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4010934Z test_dispatch_meta_inplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.4011292Z test_dispatch_meta_inplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4011557Z test_dispatch_meta_inplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4011821Z test_dispatch_meta_inplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4012089Z test_dispatch_meta_inplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4012357Z test_dispatch_meta_inplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4012619Z test_dispatch_meta_inplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4012978Z test_dispatch_meta_inplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4013236Z test_dispatch_meta_inplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.4013493Z test_dispatch_meta_inplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4013740Z test_dispatch_meta_inplace_tile_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4014001Z test_dispatch_meta_inplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4014257Z test_dispatch_meta_inplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4014514Z test_dispatch_meta_inplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4014748Z test_dispatch_meta_inplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4014999Z test_dispatch_meta_inplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4015321Z test_dispatch_meta_inplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4015586Z test_dispatch_meta_inplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4015833Z test_dispatch_meta_inplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4016084Z test_dispatch_meta_inplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4016333Z test_dispatch_meta_inplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4016719Z test_dispatch_meta_inplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4016975Z test_dispatch_meta_inplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4017231Z test_dispatch_meta_inplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4017485Z test_dispatch_meta_inplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4017831Z test_dispatch_meta_inplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.4018205Z test_dispatch_meta_inplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4018466Z test_dispatch_meta_inplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4018712Z test_dispatch_meta_inplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4018954Z test_dispatch_meta_inplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4019187Z test_dispatch_meta_inplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.4019433Z test_dispatch_meta_inplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4019669Z test_dispatch_meta_inplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4019929Z test_dispatch_meta_inplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4020282Z test_dispatch_meta_inplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4020549Z test_dispatch_meta_inplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4020819Z test_dispatch_meta_inplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4021079Z test_dispatch_meta_inplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.4021338Z test_dispatch_meta_inplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4021595Z test_dispatch_meta_inplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4021854Z test_dispatch_meta_inplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4022091Z test_dispatch_meta_inplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4022406Z test_dispatch_meta_inplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4022679Z test_dispatch_meta_inplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4022928Z test_dispatch_meta_inplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4023181Z test_dispatch_meta_inplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4023438Z test_dispatch_meta_inplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4023825Z test_dispatch_meta_inplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4024079Z test_dispatch_meta_inplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4024333Z test_dispatch_meta_inplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4024582Z test_dispatch_meta_inplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4025038Z test_dispatch_meta_inplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4025296Z test_dispatch_meta_inplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4025545Z test_dispatch_meta_inplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4025808Z test_dispatch_meta_inplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4026059Z test_dispatch_meta_inplace_trace_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4026322Z test_dispatch_meta_inplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4026583Z test_dispatch_meta_inplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4026844Z test_dispatch_meta_inplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4027100Z test_dispatch_meta_inplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4027356Z test_dispatch_meta_inplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4027702Z test_dispatch_meta_inplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4027953Z test_dispatch_meta_inplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.4028207Z test_dispatch_meta_inplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4028461Z test_dispatch_meta_inplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4028710Z test_dispatch_meta_inplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.4028957Z test_dispatch_meta_inplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4029177Z test_dispatch_meta_inplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4029388Z test_dispatch_meta_inplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4029591Z test_dispatch_meta_inplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4029879Z test_dispatch_meta_inplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4030113Z test_dispatch_meta_inplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4030324Z test_dispatch_meta_inplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4030664Z test_dispatch_meta_inplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4030876Z test_dispatch_meta_inplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4031084Z test_dispatch_meta_inplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4031295Z test_dispatch_meta_inplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4031501Z test_dispatch_meta_inplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4031819Z test_dispatch_meta_inplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4032146Z test_dispatch_meta_inplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4032423Z test_dispatch_meta_inplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4032695Z test_dispatch_meta_inplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4032972Z test_dispatch_meta_inplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4033237Z test_dispatch_meta_inplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4033503Z test_dispatch_meta_inplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4033769Z test_dispatch_meta_inplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4034029Z test_dispatch_meta_inplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4034288Z test_dispatch_meta_inplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.4034543Z test_dispatch_meta_inplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4034797Z test_dispatch_meta_inplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4035146Z test_dispatch_meta_inplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4035398Z test_dispatch_meta_inplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4035642Z test_dispatch_meta_inplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4035905Z test_dispatch_meta_inplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4036161Z test_dispatch_meta_inplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4036414Z test_dispatch_meta_inplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4036669Z test_dispatch_meta_inplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4036920Z test_dispatch_meta_inplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4037171Z test_dispatch_meta_inplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4037607Z test_dispatch_meta_inplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4037894Z test_dispatch_meta_inplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.4038143Z test_dispatch_meta_inplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4038423Z test_dispatch_meta_inplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4038827Z test_dispatch_meta_inplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4039220Z test_dispatch_meta_inplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4039493Z test_dispatch_meta_inplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4039696Z test_dispatch_meta_inplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4039903Z test_dispatch_meta_inplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4040115Z test_dispatch_meta_inplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4040322Z test_dispatch_meta_inplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4040526Z test_dispatch_meta_inplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4040732Z test_dispatch_meta_inplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4040935Z test_dispatch_meta_inplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4041134Z test_dispatch_meta_inplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4041330Z test_dispatch_meta_inplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4041521Z test_dispatch_meta_inplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4041699Z test_dispatch_meta_inplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4041890Z test_dispatch_meta_inplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4042154Z test_dispatch_meta_inplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4042521Z test_dispatch_meta_inplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4042721Z test_dispatch_meta_inplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4042928Z test_dispatch_meta_inplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4043140Z test_dispatch_meta_inplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4043348Z test_dispatch_meta_inplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4043550Z test_dispatch_meta_inplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4043751Z test_dispatch_meta_inplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4043952Z test_dispatch_meta_inplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4044151Z test_dispatch_meta_inplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4044341Z test_dispatch_meta_inplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4044659Z test_dispatch_meta_inplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4044942Z test_dispatch_meta_inplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4045151Z test_dispatch_meta_inplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4045409Z test_dispatch_meta_inplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.4045794Z test_dispatch_meta_inplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4046131Z test_dispatch_meta_inplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4046403Z test_dispatch_meta_inplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.4046607Z test_dispatch_meta_inplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4046826Z test_dispatch_meta_inplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4047047Z test_dispatch_meta_inplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4047262Z test_dispatch_meta_inplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4047476Z test_dispatch_meta_inplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4047685Z test_dispatch_meta_inplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4047940Z test_dispatch_meta_inplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.4048199Z test_dispatch_meta_inplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:43:13.4048451Z test_dispatch_meta_inplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4048707Z test_dispatch_meta_inplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4048957Z test_dispatch_meta_inplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4049164Z test_dispatch_meta_inplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4049369Z test_dispatch_meta_inplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4049573Z test_dispatch_meta_inplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4049780Z test_dispatch_meta_inplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4050503Z test_dispatch_meta_inplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4050698Z test_dispatch_meta_inplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4050891Z test_dispatch_meta_inplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4051095Z test_dispatch_meta_inplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4051289Z test_dispatch_meta_inplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4051694Z test_dispatch_meta_inplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4051957Z test_dispatch_meta_inplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4052204Z test_dispatch_meta_inplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4052597Z test_dispatch_meta_inplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4052985Z test_dispatch_meta_inplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4053340Z test_dispatch_meta_inplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4053617Z test_dispatch_meta_inplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4053864Z test_dispatch_meta_inplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.4054112Z test_dispatch_meta_inplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4054421Z test_dispatch_meta_inplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4054675Z test_dispatch_meta_inplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4054927Z test_dispatch_meta_inplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4055177Z test_dispatch_meta_inplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4055442Z test_dispatch_meta_inplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.4055698Z test_dispatch_meta_inplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4055964Z test_dispatch_meta_inplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4056236Z test_dispatch_meta_inplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4056498Z test_dispatch_meta_inplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4056757Z test_dispatch_meta_inplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4057016Z test_dispatch_meta_inplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.4057279Z test_dispatch_meta_inplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4057536Z test_dispatch_meta_inplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4057794Z test_dispatch_meta_inplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4058270Z test_dispatch_meta_inplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4058535Z test_dispatch_meta_inplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4058788Z test_dispatch_meta_inplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4059173Z test_dispatch_meta_inplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4059556Z test_dispatch_meta_inplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4059834Z test_dispatch_meta_inplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4060104Z test_dispatch_meta_inplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4060365Z test_dispatch_meta_inplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4060688Z test_dispatch_meta_inplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4060969Z test_dispatch_meta_inplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4061232Z test_dispatch_meta_inplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4061491Z test_dispatch_meta_inplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4061750Z test_dispatch_meta_inplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4062011Z test_dispatch_meta_inplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4062271Z test_dispatch_meta_inplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4062526Z test_dispatch_meta_inplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4062783Z test_dispatch_meta_inplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4063037Z test_dispatch_meta_inplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4063299Z test_dispatch_meta_inplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4063561Z test_dispatch_meta_inplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4063817Z test_dispatch_meta_inplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4064074Z test_dispatch_meta_inplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4064327Z test_dispatch_meta_inplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4064579Z test_dispatch_meta_inplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4064956Z test_dispatch_meta_inplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.4065210Z test_dispatch_meta_inplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4065690Z test_dispatch_meta_inplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4066063Z test_dispatch_meta_inplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4066322Z test_dispatch_meta_inplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4066537Z test_dispatch_meta_inplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4066755Z test_dispatch_meta_inplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4066970Z test_dispatch_meta_inplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4067176Z test_dispatch_meta_inplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4067386Z test_dispatch_meta_inplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4067589Z test_dispatch_meta_inplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4067847Z test_dispatch_meta_inplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4068208Z test_dispatch_meta_inplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4068503Z test_dispatch_meta_inplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4068778Z test_dispatch_meta_inplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4069052Z test_dispatch_meta_inplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4069323Z test_dispatch_meta_inplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4069586Z test_dispatch_meta_inplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4069860Z test_dispatch_meta_inplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4070122Z test_dispatch_meta_inplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4070375Z test_dispatch_meta_inplace_unique_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4070631Z test_dispatch_meta_inplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.4070888Z test_dispatch_meta_inplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4071138Z test_dispatch_meta_inplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4071518Z test_dispatch_meta_inplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4071777Z test_dispatch_meta_inplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4072035Z test_dispatch_meta_inplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4072535Z test_dispatch_meta_inplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4072792Z test_dispatch_meta_inplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4073106Z test_dispatch_meta_inplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4073316Z test_dispatch_meta_inplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4073534Z test_dispatch_meta_inplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4073756Z test_dispatch_meta_inplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4073975Z test_dispatch_meta_inplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4074186Z test_dispatch_meta_inplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4074399Z test_dispatch_meta_inplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4074604Z test_dispatch_meta_inplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4074798Z test_dispatch_meta_inplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4075008Z test_dispatch_meta_inplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4075214Z test_dispatch_meta_inplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4075487Z test_dispatch_meta_inplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4075710Z test_dispatch_meta_inplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4075968Z test_dispatch_meta_inplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4076229Z test_dispatch_meta_inplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4076490Z test_dispatch_meta_inplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4076748Z test_dispatch_meta_inplace_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4077001Z test_dispatch_meta_inplace_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4077258Z test_dispatch_meta_inplace_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4077518Z test_dispatch_meta_inplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4077894Z test_dispatch_meta_inplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4078172Z test_dispatch_meta_inplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4078431Z test_dispatch_meta_inplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4078815Z test_dispatch_meta_inplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4079201Z test_dispatch_meta_inplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4079467Z test_dispatch_meta_inplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4079730Z test_dispatch_meta_inplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4079986Z test_dispatch_meta_inplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4080238Z test_dispatch_meta_inplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4080586Z test_dispatch_meta_inplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4080836Z test_dispatch_meta_inplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.4081106Z test_dispatch_meta_inplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4081376Z test_dispatch_meta_inplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4081635Z test_dispatch_meta_inplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.4081873Z test_dispatch_meta_inplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4082121Z test_dispatch_meta_inplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4082387Z test_dispatch_meta_inplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4082644Z test_dispatch_meta_inplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4082977Z test_dispatch_meta_inplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4083252Z test_dispatch_meta_inplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.4083507Z test_dispatch_meta_inplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.4083754Z test_dispatch_meta_inplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4084006Z test_dispatch_meta_inplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.4084260Z test_dispatch_meta_inplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4084638Z test_dispatch_meta_inplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4084899Z test_dispatch_meta_inplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4085152Z test_dispatch_meta_inplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4085539Z test_dispatch_meta_inplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4085901Z test_dispatch_meta_inplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4086168Z test_dispatch_meta_inplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4086424Z test_dispatch_meta_inplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4086683Z test_dispatch_meta_inplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4086940Z test_dispatch_meta_inplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4087197Z test_dispatch_meta_inplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4087457Z test_dispatch_meta_inplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4087713Z test_dispatch_meta_inplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4088061Z test_dispatch_meta_inplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4088315Z test_dispatch_meta_inplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4088568Z test_dispatch_meta_inplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4088823Z test_dispatch_meta_inplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4089074Z test_dispatch_meta_inplace_view_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4089335Z test_dispatch_meta_inplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4089595Z test_dispatch_meta_inplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4089832Z test_dispatch_meta_inplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4090476Z test_dispatch_meta_inplace_view_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.4090778Z test_dispatch_meta_inplace_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4091171Z test_dispatch_meta_inplace_view_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.4091431Z test_dispatch_meta_inplace_view_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4091678Z test_dispatch_meta_inplace_view_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4092062Z test_dispatch_meta_inplace_view_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4092437Z test_dispatch_meta_inplace_view_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.4092693Z test_dispatch_meta_inplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4092954Z test_dispatch_meta_inplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4093212Z test_dispatch_meta_inplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4093474Z test_dispatch_meta_inplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4093734Z test_dispatch_meta_inplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4093997Z test_dispatch_meta_inplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4094247Z test_dispatch_meta_inplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.4094506Z test_dispatch_meta_inplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.4094751Z test_dispatch_meta_inplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4094998Z test_dispatch_meta_inplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4095249Z test_dispatch_meta_inplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4095616Z test_dispatch_meta_inplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4095871Z test_dispatch_meta_inplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4096116Z test_dispatch_meta_inplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4096383Z test_dispatch_meta_inplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4096634Z test_dispatch_meta_inplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4096897Z test_dispatch_meta_inplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4097159Z test_dispatch_meta_inplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4097420Z test_dispatch_meta_inplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4097804Z test_dispatch_meta_inplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4098133Z test_dispatch_meta_inplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4098526Z test_dispatch_meta_inplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4098897Z test_dispatch_meta_inplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4099154Z test_dispatch_meta_inplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4099404Z test_dispatch_meta_inplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4099660Z test_dispatch_meta_inplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4099908Z test_dispatch_meta_inplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4100167Z test_dispatch_meta_inplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4100420Z test_dispatch_meta_inplace_where_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4100680Z test_dispatch_meta_inplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4111045Z test_dispatch_meta_inplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4111593Z test_dispatch_meta_inplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4112014Z test_dispatch_meta_inplace_where_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4112283Z test_dispatch_meta_inplace_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4112539Z test_dispatch_meta_inplace_where_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4112795Z test_dispatch_meta_inplace_where_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4113050Z test_dispatch_meta_inplace_where_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4113304Z test_dispatch_meta_inplace_where_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4113730Z test_dispatch_meta_inplace_where_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4113979Z test_dispatch_meta_inplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4114189Z test_dispatch_meta_inplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4114423Z test_dispatch_meta_inplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.4114629Z test_dispatch_meta_inplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4114839Z test_dispatch_meta_inplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4115042Z test_dispatch_meta_inplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4115289Z test_dispatch_meta_inplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4115530Z test_dispatch_meta_inplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.4115762Z test_dispatch_meta_inplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.4116085Z test_dispatch_meta_inplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:13.4116354Z test_dispatch_meta_inplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.4116700Z test_dispatch_meta_inplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4116907Z test_dispatch_meta_inplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4117121Z test_dispatch_meta_inplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4117324Z test_dispatch_meta_inplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4117539Z test_dispatch_meta_inplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4117866Z test_dispatch_meta_inplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4118180Z test_dispatch_meta_inplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4118388Z test_dispatch_meta_inplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4118581Z test_dispatch_meta_inplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4118771Z test_dispatch_meta_inplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4118964Z test_dispatch_meta_inplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4119137Z test_dispatch_meta_inplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4119400Z test_dispatch_meta_inplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4119657Z test_dispatch_meta_inplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4119923Z test_dispatch_meta_inplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4120187Z test_dispatch_meta_inplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4120450Z test_dispatch_meta_inplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4120704Z test_dispatch_meta_inplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4120955Z test_dispatch_meta_inplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4121308Z test_dispatch_meta_inplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4121558Z test_dispatch_meta_inplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4121814Z test_dispatch_meta_inplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4122064Z test_dispatch_meta_inplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4122313Z test_dispatch_meta_inplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4122558Z test_dispatch_meta_inplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4122823Z test_dispatch_meta_inplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4123080Z test_dispatch_meta_inplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4123348Z test_dispatch_meta_inplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4123682Z test_dispatch_meta_inplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4123965Z test_dispatch_meta_inplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4124225Z test_dispatch_meta_inplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4124488Z test_dispatch_meta_inplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4124751Z test_dispatch_meta_inplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4125009Z test_dispatch_meta_inplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4125268Z test_dispatch_meta_inplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4125518Z test_dispatch_meta_inplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4125774Z test_dispatch_meta_inplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4126023Z test_dispatch_meta_inplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.4126228Z test_dispatch_meta_outplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4126414Z test_dispatch_meta_outplace_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4126622Z test_dispatch_meta_outplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4126826Z test_dispatch_meta_outplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4127036Z test_dispatch_meta_outplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4127236Z test_dispatch_meta_outplace_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4127433Z test_dispatch_meta_outplace_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4127624Z test_dispatch_meta_outplace_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4127827Z test_dispatch_meta_outplace_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4128018Z test_dispatch_meta_outplace_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4128296Z test_dispatch_meta_outplace_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4128489Z test_dispatch_meta_outplace_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4128685Z test_dispatch_meta_outplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4128892Z test_dispatch_meta_outplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4129089Z test_dispatch_meta_outplace_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4129299Z test_dispatch_meta_outplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4129505Z test_dispatch_meta_outplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4129711Z test_dispatch_meta_outplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4129910Z test_dispatch_meta_outplace_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4130106Z test_dispatch_meta_outplace_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4130279Z test_dispatch_meta_outplace_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4130475Z test_dispatch_meta_outplace_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4130734Z test_dispatch_meta_outplace_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4130940Z test_dispatch_meta_outplace_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4131134Z test_dispatch_meta_outplace_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4131328Z test_dispatch_meta_outplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4131545Z test_dispatch_meta_outplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4131754Z test_dispatch_meta_outplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4131979Z test_dispatch_meta_outplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4132201Z test_dispatch_meta_outplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4132425Z test_dispatch_meta_outplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4132640Z test_dispatch_meta_outplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4132851Z test_dispatch_meta_outplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4133064Z test_dispatch_meta_outplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4133270Z test_dispatch_meta_outplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4133606Z test_dispatch_meta_outplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4133808Z test_dispatch_meta_outplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4134005Z test_dispatch_meta_outplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4134208Z test_dispatch_meta_outplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4134414Z test_dispatch_meta_outplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4134639Z test_dispatch_meta_outplace___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4134952Z test_dispatch_meta_outplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4135267Z test_dispatch_meta_outplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4135472Z test_dispatch_meta_outplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4135779Z test_dispatch_meta_outplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4135976Z test_dispatch_meta_outplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4136176Z test_dispatch_meta_outplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4136382Z test_dispatch_meta_outplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4136582Z test_dispatch_meta_outplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4136787Z test_dispatch_meta_outplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4136981Z test_dispatch_meta_outplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4137182Z test_dispatch_meta_outplace___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4137378Z test_dispatch_meta_outplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4137583Z test_dispatch_meta_outplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4137763Z test_dispatch_meta_outplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4137959Z test_dispatch_meta_outplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4138224Z test_dispatch_meta_outplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4138452Z test_dispatch_meta_outplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4138648Z test_dispatch_meta_outplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4138859Z test_dispatch_meta_outplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4139068Z test_dispatch_meta_outplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4139276Z test_dispatch_meta_outplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4139482Z test_dispatch_meta_outplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4139679Z test_dispatch_meta_outplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4139882Z test_dispatch_meta_outplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4140078Z test_dispatch_meta_outplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4140277Z test_dispatch_meta_outplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4140475Z test_dispatch_meta_outplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4140671Z test_dispatch_meta_outplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4140884Z test_dispatch_meta_outplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4141106Z test_dispatch_meta_outplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.4141323Z test_dispatch_meta_outplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4141537Z test_dispatch_meta_outplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.4141746Z test_dispatch_meta_outplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.4141941Z test_dispatch_meta_outplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4142145Z test_dispatch_meta_outplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4142347Z test_dispatch_meta_outplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4142551Z test_dispatch_meta_outplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4142845Z test_dispatch_meta_outplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4143043Z test_dispatch_meta_outplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4143244Z test_dispatch_meta_outplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4143444Z test_dispatch_meta_outplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4143645Z test_dispatch_meta_outplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4143840Z test_dispatch_meta_outplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4144046Z test_dispatch_meta_outplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4144244Z test_dispatch_meta_outplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4144462Z test_dispatch_meta_outplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4144673Z test_dispatch_meta_outplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4144878Z test_dispatch_meta_outplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4145149Z test_dispatch_meta_outplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4145365Z test_dispatch_meta_outplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4145565Z test_dispatch_meta_outplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4145762Z test_dispatch_meta_outplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4145960Z test_dispatch_meta_outplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4146144Z test_dispatch_meta_outplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4146344Z test_dispatch_meta_outplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4146544Z test_dispatch_meta_outplace___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4146744Z test_dispatch_meta_outplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4146944Z test_dispatch_meta_outplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4147144Z test_dispatch_meta_outplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4147340Z test_dispatch_meta_outplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4147537Z test_dispatch_meta_outplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4147746Z test_dispatch_meta_outplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4147960Z test_dispatch_meta_outplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4148169Z test_dispatch_meta_outplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4148374Z test_dispatch_meta_outplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4148580Z test_dispatch_meta_outplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4148780Z test_dispatch_meta_outplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4148979Z test_dispatch_meta_outplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4149176Z test_dispatch_meta_outplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4149373Z test_dispatch_meta_outplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4149571Z test_dispatch_meta_outplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4149856Z test_dispatch_meta_outplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4150046Z test_dispatch_meta_outplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4150259Z test_dispatch_meta_outplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4150472Z test_dispatch_meta_outplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4150673Z test_dispatch_meta_outplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4150873Z test_dispatch_meta_outplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4151070Z test_dispatch_meta_outplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4151268Z test_dispatch_meta_outplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4151471Z test_dispatch_meta_outplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4151669Z test_dispatch_meta_outplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4151868Z test_dispatch_meta_outplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4152139Z test_dispatch_meta_outplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4152358Z test_dispatch_meta_outplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4152555Z test_dispatch_meta_outplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4152753Z test_dispatch_meta_outplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4152948Z test_dispatch_meta_outplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4153141Z test_dispatch_meta_outplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4153342Z test_dispatch_meta_outplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4153579Z test_dispatch_meta_outplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4153817Z test_dispatch_meta_outplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4154052Z test_dispatch_meta_outplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4154264Z test_dispatch_meta_outplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4154524Z test_dispatch_meta_outplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4154726Z test_dispatch_meta_outplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4154931Z test_dispatch_meta_outplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.345s) 2022-11-23T02:43:13.4155142Z test_dispatch_meta_outplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.281s) 2022-11-23T02:43:13.4155346Z test_dispatch_meta_outplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.277s) 2022-11-23T02:43:13.4155546Z test_dispatch_meta_outplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4155748Z test_dispatch_meta_outplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4155947Z test_dispatch_meta_outplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4156142Z test_dispatch_meta_outplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4156331Z test_dispatch_meta_outplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4156516Z test_dispatch_meta_outplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4156814Z test_dispatch_meta_outplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4157002Z test_dispatch_meta_outplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4157203Z test_dispatch_meta_outplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4157402Z test_dispatch_meta_outplace_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4157612Z test_dispatch_meta_outplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4157820Z test_dispatch_meta_outplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4158023Z test_dispatch_meta_outplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4158208Z test_dispatch_meta_outplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4158410Z test_dispatch_meta_outplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4158616Z test_dispatch_meta_outplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4158813Z test_dispatch_meta_outplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4159004Z test_dispatch_meta_outplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4159265Z test_dispatch_meta_outplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4159476Z test_dispatch_meta_outplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4159666Z test_dispatch_meta_outplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4159870Z test_dispatch_meta_outplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4160069Z test_dispatch_meta_outplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4160278Z test_dispatch_meta_outplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4160489Z test_dispatch_meta_outplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4160696Z test_dispatch_meta_outplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4160900Z test_dispatch_meta_outplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4161104Z test_dispatch_meta_outplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4161308Z test_dispatch_meta_outplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4161507Z test_dispatch_meta_outplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4161708Z test_dispatch_meta_outplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4161906Z test_dispatch_meta_outplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4162094Z test_dispatch_meta_outplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4162295Z test_dispatch_meta_outplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4162495Z test_dispatch_meta_outplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4162694Z test_dispatch_meta_outplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4162902Z test_dispatch_meta_outplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4163108Z test_dispatch_meta_outplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4163311Z test_dispatch_meta_outplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4163511Z test_dispatch_meta_outplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4163711Z test_dispatch_meta_outplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4164004Z test_dispatch_meta_outplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4164204Z test_dispatch_meta_outplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4164396Z test_dispatch_meta_outplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4164589Z test_dispatch_meta_outplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4164785Z test_dispatch_meta_outplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4164976Z test_dispatch_meta_outplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4165182Z test_dispatch_meta_outplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4165396Z test_dispatch_meta_outplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4165615Z test_dispatch_meta_outplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4165994Z test_dispatch_meta_outplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4166186Z test_dispatch_meta_outplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4166389Z test_dispatch_meta_outplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4166681Z test_dispatch_meta_outplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4167047Z test_dispatch_meta_outplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.4167363Z test_dispatch_meta_outplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.4167592Z test_dispatch_meta_outplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.4167798Z test_dispatch_meta_outplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.4168004Z test_dispatch_meta_outplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.4168211Z test_dispatch_meta_outplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.4168422Z test_dispatch_meta_outplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4168633Z test_dispatch_meta_outplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4168836Z test_dispatch_meta_outplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.4169041Z test_dispatch_meta_outplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.4169239Z test_dispatch_meta_outplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.4169443Z test_dispatch_meta_outplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.4169649Z test_dispatch_meta_outplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4169856Z test_dispatch_meta_outplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.4170059Z test_dispatch_meta_outplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4170261Z test_dispatch_meta_outplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.4170473Z test_dispatch_meta_outplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4170667Z test_dispatch_meta_outplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4170873Z test_dispatch_meta_outplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4171074Z test_dispatch_meta_outplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4171277Z test_dispatch_meta_outplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4171581Z test_dispatch_meta_outplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4171813Z test_dispatch_meta_outplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4172045Z test_dispatch_meta_outplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4172279Z test_dispatch_meta_outplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4172501Z test_dispatch_meta_outplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4172717Z test_dispatch_meta_outplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4172929Z test_dispatch_meta_outplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4173135Z test_dispatch_meta_outplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4173350Z test_dispatch_meta_outplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4173559Z test_dispatch_meta_outplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4173760Z test_dispatch_meta_outplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4174037Z test_dispatch_meta_outplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4174263Z test_dispatch_meta_outplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4174464Z test_dispatch_meta_outplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4174665Z test_dispatch_meta_outplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4174855Z test_dispatch_meta_outplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4175065Z test_dispatch_meta_outplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4175269Z test_dispatch_meta_outplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4175471Z test_dispatch_meta_outplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4175673Z test_dispatch_meta_outplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4175876Z test_dispatch_meta_outplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4176070Z test_dispatch_meta_outplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4176259Z test_dispatch_meta_outplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4176455Z test_dispatch_meta_outplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4176647Z test_dispatch_meta_outplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4176848Z test_dispatch_meta_outplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4177049Z test_dispatch_meta_outplace_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4177253Z test_dispatch_meta_outplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4177457Z test_dispatch_meta_outplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4177663Z test_dispatch_meta_outplace_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4177862Z test_dispatch_meta_outplace_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4178061Z test_dispatch_meta_outplace_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4178256Z test_dispatch_meta_outplace_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4178449Z test_dispatch_meta_outplace_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4179413Z test_dispatch_meta_outplace_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4179612Z test_dispatch_meta_outplace_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4179803Z test_dispatch_meta_outplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4180012Z test_dispatch_meta_outplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:13.4180234Z test_dispatch_meta_outplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:13.4180450Z test_dispatch_meta_outplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:43:13.4180658Z test_dispatch_meta_outplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:43:13.4180867Z test_dispatch_meta_outplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:43:13.4181072Z test_dispatch_meta_outplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:13.4181281Z test_dispatch_meta_outplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4181479Z test_dispatch_meta_outplace_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4181679Z test_dispatch_meta_outplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4181971Z test_dispatch_meta_outplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4182196Z test_dispatch_meta_outplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4182393Z test_dispatch_meta_outplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4182583Z test_dispatch_meta_outplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4182770Z test_dispatch_meta_outplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4182965Z test_dispatch_meta_outplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4183163Z test_dispatch_meta_outplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4183348Z test_dispatch_meta_outplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4183547Z test_dispatch_meta_outplace_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4183751Z test_dispatch_meta_outplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4183949Z test_dispatch_meta_outplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4184148Z test_dispatch_meta_outplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4184337Z test_dispatch_meta_outplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4184525Z test_dispatch_meta_outplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4184710Z test_dispatch_meta_outplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4184907Z test_dispatch_meta_outplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4185095Z test_dispatch_meta_outplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4185304Z test_dispatch_meta_outplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4185506Z test_dispatch_meta_outplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4185714Z test_dispatch_meta_outplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4185922Z test_dispatch_meta_outplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4186125Z test_dispatch_meta_outplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4186331Z test_dispatch_meta_outplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4186624Z test_dispatch_meta_outplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4186826Z test_dispatch_meta_outplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4187029Z test_dispatch_meta_outplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4187218Z test_dispatch_meta_outplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4187418Z test_dispatch_meta_outplace_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4187625Z test_dispatch_meta_outplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.328s) 2022-11-23T02:43:13.4187830Z test_dispatch_meta_outplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.335s) 2022-11-23T02:43:13.4188036Z test_dispatch_meta_outplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.358s) 2022-11-23T02:43:13.4188239Z test_dispatch_meta_outplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4188445Z test_dispatch_meta_outplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4188643Z test_dispatch_meta_outplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4188844Z test_dispatch_meta_outplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4189112Z test_dispatch_meta_outplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4189329Z test_dispatch_meta_outplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4189527Z test_dispatch_meta_outplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4189730Z test_dispatch_meta_outplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4189928Z test_dispatch_meta_outplace_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4190137Z test_dispatch_meta_outplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4190339Z test_dispatch_meta_outplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4190537Z test_dispatch_meta_outplace_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4190738Z test_dispatch_meta_outplace_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4190939Z test_dispatch_meta_outplace_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4191122Z test_dispatch_meta_outplace_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4191313Z test_dispatch_meta_outplace_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4191499Z test_dispatch_meta_outplace_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4191808Z test_dispatch_meta_outplace_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4192167Z test_dispatch_meta_outplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4205035Z test_dispatch_meta_outplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4205468Z test_dispatch_meta_outplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4205699Z test_dispatch_meta_outplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4205910Z test_dispatch_meta_outplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4206116Z test_dispatch_meta_outplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4206322Z test_dispatch_meta_outplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4206525Z test_dispatch_meta_outplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4206727Z test_dispatch_meta_outplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4207177Z test_dispatch_meta_outplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4207387Z test_dispatch_meta_outplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4207593Z test_dispatch_meta_outplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4207805Z test_dispatch_meta_outplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4208011Z test_dispatch_meta_outplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4208218Z test_dispatch_meta_outplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4208405Z test_dispatch_meta_outplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4208606Z test_dispatch_meta_outplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4208814Z test_dispatch_meta_outplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4209014Z test_dispatch_meta_outplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4209224Z test_dispatch_meta_outplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4209530Z test_dispatch_meta_outplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4209759Z test_dispatch_meta_outplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4209964Z test_dispatch_meta_outplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4210163Z test_dispatch_meta_outplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4210363Z test_dispatch_meta_outplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4210560Z test_dispatch_meta_outplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4210766Z test_dispatch_meta_outplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4210966Z test_dispatch_meta_outplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4211175Z test_dispatch_meta_outplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4211384Z test_dispatch_meta_outplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4211590Z test_dispatch_meta_outplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4211789Z test_dispatch_meta_outplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4211992Z test_dispatch_meta_outplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4212197Z test_dispatch_meta_outplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4212384Z test_dispatch_meta_outplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4212588Z test_dispatch_meta_outplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4212789Z test_dispatch_meta_outplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4213001Z test_dispatch_meta_outplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4213212Z test_dispatch_meta_outplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4213430Z test_dispatch_meta_outplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4213647Z test_dispatch_meta_outplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4213859Z test_dispatch_meta_outplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4214067Z test_dispatch_meta_outplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4214375Z test_dispatch_meta_outplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4214578Z test_dispatch_meta_outplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4214782Z test_dispatch_meta_outplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4214991Z test_dispatch_meta_outplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4215196Z test_dispatch_meta_outplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4215398Z test_dispatch_meta_outplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4215613Z test_dispatch_meta_outplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4215820Z test_dispatch_meta_outplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4216044Z test_dispatch_meta_outplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4216266Z test_dispatch_meta_outplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4216484Z test_dispatch_meta_outplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4216758Z test_dispatch_meta_outplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4216989Z test_dispatch_meta_outplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4217192Z test_dispatch_meta_outplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4217399Z test_dispatch_meta_outplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4217603Z test_dispatch_meta_outplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4217804Z test_dispatch_meta_outplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4218016Z test_dispatch_meta_outplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4218215Z test_dispatch_meta_outplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4218444Z test_dispatch_meta_outplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4218672Z test_dispatch_meta_outplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4218911Z test_dispatch_meta_outplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4219142Z test_dispatch_meta_outplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4219374Z test_dispatch_meta_outplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4219603Z test_dispatch_meta_outplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4219826Z test_dispatch_meta_outplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4220040Z test_dispatch_meta_outplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4220265Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4220477Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4220685Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4220902Z test_dispatch_meta_outplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4221111Z test_dispatch_meta_outplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4221299Z test_dispatch_meta_outplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4221600Z test_dispatch_meta_outplace_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4221810Z test_dispatch_meta_outplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4222017Z test_dispatch_meta_outplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4222226Z test_dispatch_meta_outplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4222428Z test_dispatch_meta_outplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4222628Z test_dispatch_meta_outplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4223016Z test_dispatch_meta_outplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4223224Z test_dispatch_meta_outplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4223424Z test_dispatch_meta_outplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4223624Z test_dispatch_meta_outplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4223943Z test_dispatch_meta_outplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4224323Z test_dispatch_meta_outplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4224551Z test_dispatch_meta_outplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4224750Z test_dispatch_meta_outplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4224963Z test_dispatch_meta_outplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4225171Z test_dispatch_meta_outplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4225379Z test_dispatch_meta_outplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4225590Z test_dispatch_meta_outplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4225777Z test_dispatch_meta_outplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4225979Z test_dispatch_meta_outplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4226181Z test_dispatch_meta_outplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4226381Z test_dispatch_meta_outplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4226582Z test_dispatch_meta_outplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4226783Z test_dispatch_meta_outplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4226983Z test_dispatch_meta_outplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4227189Z test_dispatch_meta_outplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4227394Z test_dispatch_meta_outplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4227595Z test_dispatch_meta_outplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4227796Z test_dispatch_meta_outplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4228001Z test_dispatch_meta_outplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4228199Z test_dispatch_meta_outplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4228396Z test_dispatch_meta_outplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4228594Z test_dispatch_meta_outplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4228792Z test_dispatch_meta_outplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4229097Z test_dispatch_meta_outplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4229300Z test_dispatch_meta_outplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4229500Z test_dispatch_meta_outplace_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4229696Z test_dispatch_meta_outplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4229902Z test_dispatch_meta_outplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4230106Z test_dispatch_meta_outplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4230309Z test_dispatch_meta_outplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4230511Z test_dispatch_meta_outplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4230715Z test_dispatch_meta_outplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4230918Z test_dispatch_meta_outplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4231111Z test_dispatch_meta_outplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4231299Z test_dispatch_meta_outplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4232212Z test_dispatch_meta_outplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4232470Z test_dispatch_meta_outplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4232677Z test_dispatch_meta_outplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4232876Z test_dispatch_meta_outplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4233085Z test_dispatch_meta_outplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4233293Z test_dispatch_meta_outplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4233505Z test_dispatch_meta_outplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4233709Z test_dispatch_meta_outplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4233911Z test_dispatch_meta_outplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4234116Z test_dispatch_meta_outplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4234299Z test_dispatch_meta_outplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4234501Z test_dispatch_meta_outplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4234699Z test_dispatch_meta_outplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4234896Z test_dispatch_meta_outplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4235099Z test_dispatch_meta_outplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4235318Z test_dispatch_meta_outplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4235523Z test_dispatch_meta_outplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4235746Z test_dispatch_meta_outplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4235966Z test_dispatch_meta_outplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4236183Z test_dispatch_meta_outplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4236393Z test_dispatch_meta_outplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4236600Z test_dispatch_meta_outplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4236804Z test_dispatch_meta_outplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4237139Z test_dispatch_meta_outplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4237348Z test_dispatch_meta_outplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4237550Z test_dispatch_meta_outplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4237760Z test_dispatch_meta_outplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4237960Z test_dispatch_meta_outplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4238172Z test_dispatch_meta_outplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4238379Z test_dispatch_meta_outplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4238583Z test_dispatch_meta_outplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4238803Z test_dispatch_meta_outplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4239020Z test_dispatch_meta_outplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4239229Z test_dispatch_meta_outplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4239509Z test_dispatch_meta_outplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4239734Z test_dispatch_meta_outplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4239937Z test_dispatch_meta_outplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4240140Z test_dispatch_meta_outplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4240339Z test_dispatch_meta_outplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4240546Z test_dispatch_meta_outplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4240747Z test_dispatch_meta_outplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4240958Z test_dispatch_meta_outplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4241168Z test_dispatch_meta_outplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4241389Z test_dispatch_meta_outplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4241605Z test_dispatch_meta_outplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4241821Z test_dispatch_meta_outplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4242029Z test_dispatch_meta_outplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4242239Z test_dispatch_meta_outplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4242445Z test_dispatch_meta_outplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4242649Z test_dispatch_meta_outplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4242837Z test_dispatch_meta_outplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4243040Z test_dispatch_meta_outplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-11-23T02:43:13.4243247Z test_dispatch_meta_outplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4243444Z test_dispatch_meta_outplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4243648Z test_dispatch_meta_outplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4243862Z test_dispatch_meta_outplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4244174Z test_dispatch_meta_outplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4244380Z test_dispatch_meta_outplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4244584Z test_dispatch_meta_outplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4244789Z test_dispatch_meta_outplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4245002Z test_dispatch_meta_outplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4245213Z test_dispatch_meta_outplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4245421Z test_dispatch_meta_outplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4245627Z test_dispatch_meta_outplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4245834Z test_dispatch_meta_outplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4246044Z test_dispatch_meta_outplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4246259Z test_dispatch_meta_outplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4246536Z test_dispatch_meta_outplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4246766Z test_dispatch_meta_outplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4246971Z test_dispatch_meta_outplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4247160Z test_dispatch_meta_outplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4247359Z test_dispatch_meta_outplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4247559Z test_dispatch_meta_outplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4247766Z test_dispatch_meta_outplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4247969Z test_dispatch_meta_outplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4248173Z test_dispatch_meta_outplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4248375Z test_dispatch_meta_outplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4248577Z test_dispatch_meta_outplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4248779Z test_dispatch_meta_outplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4248982Z test_dispatch_meta_outplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4249186Z test_dispatch_meta_outplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4249392Z test_dispatch_meta_outplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4249597Z test_dispatch_meta_outplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4249804Z test_dispatch_meta_outplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4250018Z test_dispatch_meta_outplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4250222Z test_dispatch_meta_outplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4250424Z test_dispatch_meta_outplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4250623Z test_dispatch_meta_outplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4250843Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4251153Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4251345Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4251562Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4251777Z test_dispatch_meta_outplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4251981Z test_dispatch_meta_outplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4252183Z test_dispatch_meta_outplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4252387Z test_dispatch_meta_outplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4252585Z test_dispatch_meta_outplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4252785Z test_dispatch_meta_outplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4252987Z test_dispatch_meta_outplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4253193Z test_dispatch_meta_outplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4253469Z test_dispatch_meta_outplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4253690Z test_dispatch_meta_outplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4253890Z test_dispatch_meta_outplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4254150Z test_dispatch_meta_outplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4254354Z test_dispatch_meta_outplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4254583Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4254806Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4255020Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4255237Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4255455Z test_dispatch_meta_outplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4255644Z test_dispatch_meta_outplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4255846Z test_dispatch_meta_outplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4256049Z test_dispatch_meta_outplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4256248Z test_dispatch_meta_outplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4256453Z test_dispatch_meta_outplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4256653Z test_dispatch_meta_outplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4256864Z test_dispatch_meta_outplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4257073Z test_dispatch_meta_outplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4257298Z test_dispatch_meta_outplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4257512Z test_dispatch_meta_outplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4257728Z test_dispatch_meta_outplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4257939Z test_dispatch_meta_outplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4258248Z test_dispatch_meta_outplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4258454Z test_dispatch_meta_outplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4258659Z test_dispatch_meta_outplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4258867Z test_dispatch_meta_outplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4259067Z test_dispatch_meta_outplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4259272Z test_dispatch_meta_outplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4259472Z test_dispatch_meta_outplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4259672Z test_dispatch_meta_outplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4259862Z test_dispatch_meta_outplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4260071Z test_dispatch_meta_outplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4260271Z test_dispatch_meta_outplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4260472Z test_dispatch_meta_outplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4260748Z test_dispatch_meta_outplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4260969Z test_dispatch_meta_outplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4261167Z test_dispatch_meta_outplace_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4261376Z test_dispatch_meta_outplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4261580Z test_dispatch_meta_outplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4261788Z test_dispatch_meta_outplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4261990Z test_dispatch_meta_outplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4262192Z test_dispatch_meta_outplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4262396Z test_dispatch_meta_outplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4262594Z test_dispatch_meta_outplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4262783Z test_dispatch_meta_outplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4262971Z test_dispatch_meta_outplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4263167Z test_dispatch_meta_outplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4263355Z test_dispatch_meta_outplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4263584Z test_dispatch_meta_outplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4263797Z test_dispatch_meta_outplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4264016Z test_dispatch_meta_outplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4264253Z test_dispatch_meta_outplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4264481Z test_dispatch_meta_outplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4264709Z test_dispatch_meta_outplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4264932Z test_dispatch_meta_outplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4265148Z test_dispatch_meta_outplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4265458Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4265673Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4265883Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4266105Z test_dispatch_meta_outplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4266327Z test_dispatch_meta_outplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4266545Z test_dispatch_meta_outplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4266757Z test_dispatch_meta_outplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4266975Z test_dispatch_meta_outplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4267195Z test_dispatch_meta_outplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4267410Z test_dispatch_meta_outplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4267627Z test_dispatch_meta_outplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4267914Z test_dispatch_meta_outplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4268148Z test_dispatch_meta_outplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4268358Z test_dispatch_meta_outplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4268547Z test_dispatch_meta_outplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4268756Z test_dispatch_meta_outplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4268963Z test_dispatch_meta_outplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4269167Z test_dispatch_meta_outplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4269377Z test_dispatch_meta_outplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4269584Z test_dispatch_meta_outplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4269790Z test_dispatch_meta_outplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4269995Z test_dispatch_meta_outplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4270196Z test_dispatch_meta_outplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4270401Z test_dispatch_meta_outplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4270613Z test_dispatch_meta_outplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4270818Z test_dispatch_meta_outplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4271017Z test_dispatch_meta_outplace_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4271227Z test_dispatch_meta_outplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4271432Z test_dispatch_meta_outplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4271634Z test_dispatch_meta_outplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4271836Z test_dispatch_meta_outplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4272036Z test_dispatch_meta_outplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4272235Z test_dispatch_meta_outplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4272508Z test_dispatch_meta_outplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4272698Z test_dispatch_meta_outplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4272893Z test_dispatch_meta_outplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4273086Z test_dispatch_meta_outplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4273310Z test_dispatch_meta_outplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4273529Z test_dispatch_meta_outplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4273759Z test_dispatch_meta_outplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4273986Z test_dispatch_meta_outplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4274209Z test_dispatch_meta_outplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4274436Z test_dispatch_meta_outplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4274655Z test_dispatch_meta_outplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4274945Z test_dispatch_meta_outplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4275182Z test_dispatch_meta_outplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4275397Z test_dispatch_meta_outplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4275613Z test_dispatch_meta_outplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4275827Z test_dispatch_meta_outplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4276030Z test_dispatch_meta_outplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4276233Z test_dispatch_meta_outplace_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4276440Z test_dispatch_meta_outplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4276647Z test_dispatch_meta_outplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4276840Z test_dispatch_meta_outplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4277043Z test_dispatch_meta_outplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4277243Z test_dispatch_meta_outplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4277442Z test_dispatch_meta_outplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4277640Z test_dispatch_meta_outplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4277837Z test_dispatch_meta_outplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4278026Z test_dispatch_meta_outplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4278221Z test_dispatch_meta_outplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4278416Z test_dispatch_meta_outplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4278619Z test_dispatch_meta_outplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.342s) 2022-11-23T02:43:13.4278821Z test_dispatch_meta_outplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.311s) 2022-11-23T02:43:13.4279028Z test_dispatch_meta_outplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4279229Z test_dispatch_meta_outplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4279446Z test_dispatch_meta_outplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4279754Z test_dispatch_meta_outplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4279967Z test_dispatch_meta_outplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4280174Z test_dispatch_meta_outplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4280383Z test_dispatch_meta_outplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4280584Z test_dispatch_meta_outplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4280769Z test_dispatch_meta_outplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4280974Z test_dispatch_meta_outplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4281176Z test_dispatch_meta_outplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4281382Z test_dispatch_meta_outplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4281580Z test_dispatch_meta_outplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4281780Z test_dispatch_meta_outplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4282055Z test_dispatch_meta_outplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4282274Z test_dispatch_meta_outplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4282475Z test_dispatch_meta_outplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4282671Z test_dispatch_meta_outplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4282865Z test_dispatch_meta_outplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4283053Z test_dispatch_meta_outplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4283254Z test_dispatch_meta_outplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4283443Z test_dispatch_meta_outplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4283652Z test_dispatch_meta_outplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4283856Z test_dispatch_meta_outplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4284066Z test_dispatch_meta_outplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4284276Z test_dispatch_meta_outplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4284484Z test_dispatch_meta_outplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4284672Z test_dispatch_meta_outplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4284879Z test_dispatch_meta_outplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4285084Z test_dispatch_meta_outplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4285287Z test_dispatch_meta_outplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4285489Z test_dispatch_meta_outplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4285694Z test_dispatch_meta_outplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4285896Z test_dispatch_meta_outplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4286096Z test_dispatch_meta_outplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4286299Z test_dispatch_meta_outplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4286500Z test_dispatch_meta_outplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4286802Z test_dispatch_meta_outplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4287011Z test_dispatch_meta_outplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4287217Z test_dispatch_meta_outplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4287425Z test_dispatch_meta_outplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4287628Z test_dispatch_meta_outplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4287831Z test_dispatch_meta_outplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4288031Z test_dispatch_meta_outplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4288232Z test_dispatch_meta_outplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4288430Z test_dispatch_meta_outplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4288635Z test_dispatch_meta_outplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4288819Z test_dispatch_meta_outplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4289024Z test_dispatch_meta_outplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4289295Z test_dispatch_meta_outplace_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4289523Z test_dispatch_meta_outplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4289728Z test_dispatch_meta_outplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4289933Z test_dispatch_meta_outplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4290134Z test_dispatch_meta_outplace_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4290335Z test_dispatch_meta_outplace_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4290542Z test_dispatch_meta_outplace_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4290742Z test_dispatch_meta_outplace_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4290935Z test_dispatch_meta_outplace_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4291129Z test_dispatch_meta_outplace_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4291327Z test_dispatch_meta_outplace_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4291520Z test_dispatch_meta_outplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4291743Z test_dispatch_meta_outplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (26.192s) 2022-11-23T02:43:13.4291960Z test_dispatch_meta_outplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4292171Z test_dispatch_meta_outplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.4292381Z test_dispatch_meta_outplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4292614Z test_dispatch_meta_outplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (16.634s) 2022-11-23T02:43:13.4292829Z test_dispatch_meta_outplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4293051Z test_dispatch_meta_outplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4293264Z test_dispatch_meta_outplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4293487Z test_dispatch_meta_outplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4293704Z test_dispatch_meta_outplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4294016Z test_dispatch_meta_outplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4294234Z test_dispatch_meta_outplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4294441Z test_dispatch_meta_outplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4294646Z test_dispatch_meta_outplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4294856Z test_dispatch_meta_outplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4295064Z test_dispatch_meta_outplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4295271Z test_dispatch_meta_outplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4295476Z test_dispatch_meta_outplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4295677Z test_dispatch_meta_outplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4295886Z test_dispatch_meta_outplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4296087Z test_dispatch_meta_outplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4296289Z test_dispatch_meta_outplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4296558Z test_dispatch_meta_outplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4296778Z test_dispatch_meta_outplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4296977Z test_dispatch_meta_outplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4297168Z test_dispatch_meta_outplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4297372Z test_dispatch_meta_outplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4297577Z test_dispatch_meta_outplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4297782Z test_dispatch_meta_outplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4297983Z test_dispatch_meta_outplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4298186Z test_dispatch_meta_outplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4298384Z test_dispatch_meta_outplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4298582Z test_dispatch_meta_outplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4298781Z test_dispatch_meta_outplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4298994Z test_dispatch_meta_outplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4299199Z test_dispatch_meta_outplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4299413Z test_dispatch_meta_outplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4299625Z test_dispatch_meta_outplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4299829Z test_dispatch_meta_outplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4300039Z test_dispatch_meta_outplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4300244Z test_dispatch_meta_outplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4300445Z test_dispatch_meta_outplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4300650Z test_dispatch_meta_outplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4300857Z test_dispatch_meta_outplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4301154Z test_dispatch_meta_outplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4301359Z test_dispatch_meta_outplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4301569Z test_dispatch_meta_outplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4301779Z test_dispatch_meta_outplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4301982Z test_dispatch_meta_outplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4302187Z test_dispatch_meta_outplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4302388Z test_dispatch_meta_outplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4302586Z test_dispatch_meta_outplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4302788Z test_dispatch_meta_outplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4302997Z test_dispatch_meta_outplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4303204Z test_dispatch_meta_outplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4303408Z test_dispatch_meta_outplace_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4303691Z test_dispatch_meta_outplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4303916Z test_dispatch_meta_outplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4304119Z test_dispatch_meta_outplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4304322Z test_dispatch_meta_outplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4304524Z test_dispatch_meta_outplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4304730Z test_dispatch_meta_outplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4304929Z test_dispatch_meta_outplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4305129Z test_dispatch_meta_outplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4305314Z test_dispatch_meta_outplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4305514Z test_dispatch_meta_outplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4305715Z test_dispatch_meta_outplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4305933Z test_dispatch_meta_outplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4306144Z test_dispatch_meta_outplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4306366Z test_dispatch_meta_outplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4306587Z test_dispatch_meta_outplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4306807Z test_dispatch_meta_outplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4307022Z test_dispatch_meta_outplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4307240Z test_dispatch_meta_outplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4307454Z test_dispatch_meta_outplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4307663Z test_dispatch_meta_outplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4307870Z test_dispatch_meta_outplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4308073Z test_dispatch_meta_outplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4309426Z test_dispatch_meta_outplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4309630Z test_dispatch_meta_outplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4309851Z test_dispatch_meta_outplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.233s) 2022-11-23T02:43:13.4310073Z test_dispatch_meta_outplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.232s) 2022-11-23T02:43:13.4310299Z test_dispatch_meta_outplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.353s) 2022-11-23T02:43:13.4310522Z test_dispatch_meta_outplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:43:13.4310723Z test_dispatch_meta_outplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.252s) 2022-11-23T02:43:13.4310941Z test_dispatch_meta_outplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.264s) 2022-11-23T02:43:13.4311164Z test_dispatch_meta_outplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.228s) 2022-11-23T02:43:13.4311378Z test_dispatch_meta_outplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-11-23T02:43:13.4311591Z test_dispatch_meta_outplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-11-23T02:43:13.4311905Z test_dispatch_meta_outplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.256s) 2022-11-23T02:43:13.4312142Z test_dispatch_meta_outplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-11-23T02:43:13.4312347Z test_dispatch_meta_outplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:43:13.4312554Z test_dispatch_meta_outplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4312760Z test_dispatch_meta_outplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4312965Z test_dispatch_meta_outplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4313169Z test_dispatch_meta_outplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4313368Z test_dispatch_meta_outplace_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4313613Z test_dispatch_meta_outplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4313820Z test_dispatch_meta_outplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4314024Z test_dispatch_meta_outplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4314225Z test_dispatch_meta_outplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4314427Z test_dispatch_meta_outplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4314626Z test_dispatch_meta_outplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4314812Z test_dispatch_meta_outplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4315007Z test_dispatch_meta_outplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4315196Z test_dispatch_meta_outplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4315396Z test_dispatch_meta_outplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4315587Z test_dispatch_meta_outplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4315810Z test_dispatch_meta_outplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4316021Z test_dispatch_meta_outplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4316245Z test_dispatch_meta_outplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4316467Z test_dispatch_meta_outplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4316784Z test_dispatch_meta_outplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4317001Z test_dispatch_meta_outplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4317224Z test_dispatch_meta_outplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4317440Z test_dispatch_meta_outplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4317653Z test_dispatch_meta_outplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4317866Z test_dispatch_meta_outplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4318077Z test_dispatch_meta_outplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4318287Z test_dispatch_meta_outplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4318498Z test_dispatch_meta_outplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4318726Z test_dispatch_meta_outplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.4319016Z test_dispatch_meta_outplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4319265Z test_dispatch_meta_outplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4319475Z test_dispatch_meta_outplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4319694Z test_dispatch_meta_outplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4319907Z test_dispatch_meta_outplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4320115Z test_dispatch_meta_outplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4320333Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4320552Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4320772Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4320987Z test_dispatch_meta_outplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4321198Z test_dispatch_meta_outplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4321418Z test_dispatch_meta_outplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4321628Z test_dispatch_meta_outplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4321843Z test_dispatch_meta_outplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4322066Z test_dispatch_meta_outplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4322285Z test_dispatch_meta_outplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4322499Z test_dispatch_meta_outplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4322715Z test_dispatch_meta_outplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4322924Z test_dispatch_meta_outplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4323132Z test_dispatch_meta_outplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4323339Z test_dispatch_meta_outplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4323541Z test_dispatch_meta_outplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4323832Z test_dispatch_meta_outplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4324034Z test_dispatch_meta_outplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4324245Z test_dispatch_meta_outplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4324646Z test_dispatch_meta_outplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4324901Z test_dispatch_meta_outplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4325110Z test_dispatch_meta_outplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4325435Z test_dispatch_meta_outplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4325657Z test_dispatch_meta_outplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4325867Z test_dispatch_meta_outplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4326193Z test_dispatch_meta_outplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4326424Z test_dispatch_meta_outplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4326716Z test_dispatch_meta_outplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4326948Z test_dispatch_meta_outplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.4327165Z test_dispatch_meta_outplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.4327377Z test_dispatch_meta_outplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.4327585Z test_dispatch_meta_outplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.4327791Z test_dispatch_meta_outplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.4327997Z test_dispatch_meta_outplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.4328197Z test_dispatch_meta_outplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4328403Z test_dispatch_meta_outplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.4328592Z test_dispatch_meta_outplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4328795Z test_dispatch_meta_outplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.4328995Z test_dispatch_meta_outplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4329198Z test_dispatch_meta_outplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4329394Z test_dispatch_meta_outplace_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4329602Z test_dispatch_meta_outplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4329804Z test_dispatch_meta_outplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4330010Z test_dispatch_meta_outplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4330216Z test_dispatch_meta_outplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4330415Z test_dispatch_meta_outplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4330616Z test_dispatch_meta_outplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4330811Z test_dispatch_meta_outplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4331002Z test_dispatch_meta_outplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4331188Z test_dispatch_meta_outplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4331484Z test_dispatch_meta_outplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4331673Z test_dispatch_meta_outplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4331876Z test_dispatch_meta_outplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4332079Z test_dispatch_meta_outplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4332285Z test_dispatch_meta_outplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4332474Z test_dispatch_meta_outplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4332678Z test_dispatch_meta_outplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4332881Z test_dispatch_meta_outplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4333082Z test_dispatch_meta_outplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4333289Z test_dispatch_meta_outplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4333489Z test_dispatch_meta_outplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4333679Z test_dispatch_meta_outplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4333943Z test_dispatch_meta_outplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4334159Z test_dispatch_meta_outplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4334347Z test_dispatch_meta_outplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4334566Z test_dispatch_meta_outplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4334779Z test_dispatch_meta_outplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4335004Z test_dispatch_meta_outplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4335232Z test_dispatch_meta_outplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4335452Z test_dispatch_meta_outplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4335672Z test_dispatch_meta_outplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4335890Z test_dispatch_meta_outplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4336102Z test_dispatch_meta_outplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4336313Z test_dispatch_meta_outplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4336507Z test_dispatch_meta_outplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4336716Z test_dispatch_meta_outplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4336927Z test_dispatch_meta_outplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4337131Z test_dispatch_meta_outplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.684s) 2022-11-23T02:43:13.4337339Z test_dispatch_meta_outplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.671s) 2022-11-23T02:43:13.4337547Z test_dispatch_meta_outplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.661s) 2022-11-23T02:43:13.4337751Z test_dispatch_meta_outplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.702s) 2022-11-23T02:43:13.4337951Z test_dispatch_meta_outplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.676s) 2022-11-23T02:43:13.4338154Z test_dispatch_meta_outplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.677s) 2022-11-23T02:43:13.4338350Z test_dispatch_meta_outplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.662s) 2022-11-23T02:43:13.4338636Z test_dispatch_meta_outplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.699s) 2022-11-23T02:43:13.4338823Z test_dispatch_meta_outplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.686s) 2022-11-23T02:43:13.4339016Z test_dispatch_meta_outplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.670s) 2022-11-23T02:43:13.4339210Z test_dispatch_meta_outplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.706s) 2022-11-23T02:43:13.4339419Z test_dispatch_meta_outplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4339628Z test_dispatch_meta_outplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4339830Z test_dispatch_meta_outplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4340033Z test_dispatch_meta_outplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4340236Z test_dispatch_meta_outplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4340423Z test_dispatch_meta_outplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4340623Z test_dispatch_meta_outplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4340825Z test_dispatch_meta_outplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4341096Z test_dispatch_meta_outplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4341316Z test_dispatch_meta_outplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4341522Z test_dispatch_meta_outplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4341720Z test_dispatch_meta_outplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4341924Z test_dispatch_meta_outplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4342129Z test_dispatch_meta_outplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4342337Z test_dispatch_meta_outplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4342540Z test_dispatch_meta_outplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4342740Z test_dispatch_meta_outplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4342946Z test_dispatch_meta_outplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4343147Z test_dispatch_meta_outplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4343348Z test_dispatch_meta_outplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4343553Z test_dispatch_meta_outplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4343752Z test_dispatch_meta_outplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4343959Z test_dispatch_meta_outplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4344162Z test_dispatch_meta_outplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4344365Z test_dispatch_meta_outplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4344555Z test_dispatch_meta_outplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4344755Z test_dispatch_meta_outplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4344952Z test_dispatch_meta_outplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4345153Z test_dispatch_meta_outplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4345353Z test_dispatch_meta_outplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4345562Z test_dispatch_meta_outplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4345878Z test_dispatch_meta_outplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4346091Z test_dispatch_meta_outplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4346299Z test_dispatch_meta_outplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4346510Z test_dispatch_meta_outplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4346712Z test_dispatch_meta_outplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4346915Z test_dispatch_meta_outplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4347119Z test_dispatch_meta_outplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4347324Z test_dispatch_meta_outplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4347528Z test_dispatch_meta_outplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4347730Z test_dispatch_meta_outplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4347936Z test_dispatch_meta_outplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4348709Z test_dispatch_meta_outplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4348981Z test_dispatch_meta_outplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4349171Z test_dispatch_meta_outplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4349375Z test_dispatch_meta_outplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4349577Z test_dispatch_meta_outplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4349781Z test_dispatch_meta_outplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4349986Z test_dispatch_meta_outplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4350188Z test_dispatch_meta_outplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4350389Z test_dispatch_meta_outplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4350592Z test_dispatch_meta_outplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4350831Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.4351072Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4351311Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.4351543Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.4351780Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.4352016Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.4352245Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.4352471Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.4352690Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.4352919Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4353138Z test_dispatch_meta_outplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4353347Z test_dispatch_meta_outplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4353676Z test_dispatch_meta_outplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4353870Z test_dispatch_meta_outplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4354078Z test_dispatch_meta_outplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4354340Z test_dispatch_meta_outplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4354548Z test_dispatch_meta_outplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4354753Z test_dispatch_meta_outplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4354958Z test_dispatch_meta_outplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4355163Z test_dispatch_meta_outplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4355368Z test_dispatch_meta_outplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4355570Z test_dispatch_meta_outplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4355772Z test_dispatch_meta_outplace_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4356056Z test_dispatch_meta_outplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4356284Z test_dispatch_meta_outplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4356493Z test_dispatch_meta_outplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4356695Z test_dispatch_meta_outplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4356897Z test_dispatch_meta_outplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4357096Z test_dispatch_meta_outplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4357300Z test_dispatch_meta_outplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4357492Z test_dispatch_meta_outplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4357680Z test_dispatch_meta_outplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4357864Z test_dispatch_meta_outplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4358053Z test_dispatch_meta_outplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4358268Z test_dispatch_meta_outplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4358472Z test_dispatch_meta_outplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4358691Z test_dispatch_meta_outplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4358908Z test_dispatch_meta_outplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4359130Z test_dispatch_meta_outplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4359343Z test_dispatch_meta_outplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4359558Z test_dispatch_meta_outplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4359765Z test_dispatch_meta_outplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4359971Z test_dispatch_meta_outplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4360177Z test_dispatch_meta_outplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4360376Z test_dispatch_meta_outplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4360581Z test_dispatch_meta_outplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4360876Z test_dispatch_meta_outplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4361087Z test_dispatch_meta_outplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4361293Z test_dispatch_meta_outplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4361515Z test_dispatch_meta_outplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4361730Z test_dispatch_meta_outplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4361939Z test_dispatch_meta_outplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4362125Z test_dispatch_meta_outplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4362330Z test_dispatch_meta_outplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4362538Z test_dispatch_meta_outplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4362744Z test_dispatch_meta_outplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4362950Z test_dispatch_meta_outplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4363224Z test_dispatch_meta_outplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4363445Z test_dispatch_meta_outplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4363664Z test_dispatch_meta_outplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4363877Z test_dispatch_meta_outplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4364101Z test_dispatch_meta_outplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4364326Z test_dispatch_meta_outplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4364545Z test_dispatch_meta_outplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4364763Z test_dispatch_meta_outplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4364983Z test_dispatch_meta_outplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4365201Z test_dispatch_meta_outplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4365415Z test_dispatch_meta_outplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4365628Z test_dispatch_meta_outplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4365838Z test_dispatch_meta_outplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4366050Z test_dispatch_meta_outplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4366265Z test_dispatch_meta_outplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4366460Z test_dispatch_meta_outplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4366665Z test_dispatch_meta_outplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4366882Z test_dispatch_meta_outplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4367096Z test_dispatch_meta_outplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4367308Z test_dispatch_meta_outplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4367516Z test_dispatch_meta_outplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4367723Z test_dispatch_meta_outplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4368022Z test_dispatch_meta_outplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4368225Z test_dispatch_meta_outplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4368429Z test_dispatch_meta_outplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4368635Z test_dispatch_meta_outplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4368841Z test_dispatch_meta_outplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4369041Z test_dispatch_meta_outplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4369272Z test_dispatch_meta_outplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4369494Z test_dispatch_meta_outplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4369722Z test_dispatch_meta_outplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4369936Z test_dispatch_meta_outplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4370148Z test_dispatch_meta_outplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4370438Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4370678Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4370880Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4371098Z test_dispatch_meta_outplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4371311Z test_dispatch_meta_outplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4371522Z test_dispatch_meta_outplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.841s) 2022-11-23T02:43:13.4371721Z test_dispatch_meta_outplace_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.793s) 2022-11-23T02:43:13.4371928Z test_dispatch_meta_outplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.809s) 2022-11-23T02:43:13.4372139Z test_dispatch_meta_outplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.811s) 2022-11-23T02:43:13.4372341Z test_dispatch_meta_outplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.815s) 2022-11-23T02:43:13.4372542Z test_dispatch_meta_outplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.792s) 2022-11-23T02:43:13.4372745Z test_dispatch_meta_outplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.821s) 2022-11-23T02:43:13.4372945Z test_dispatch_meta_outplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.848s) 2022-11-23T02:43:13.4373137Z test_dispatch_meta_outplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.805s) 2022-11-23T02:43:13.4373329Z test_dispatch_meta_outplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.769s) 2022-11-23T02:43:13.4373527Z test_dispatch_meta_outplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.767s) 2022-11-23T02:43:13.4373717Z test_dispatch_meta_outplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.807s) 2022-11-23T02:43:13.4373923Z test_dispatch_meta_outplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.577s) 2022-11-23T02:43:13.4374131Z test_dispatch_meta_outplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4374339Z test_dispatch_meta_outplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4374544Z test_dispatch_meta_outplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4374732Z test_dispatch_meta_outplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4374936Z test_dispatch_meta_outplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4375237Z test_dispatch_meta_outplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4375437Z test_dispatch_meta_outplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4375637Z test_dispatch_meta_outplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4375840Z test_dispatch_meta_outplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:43:13.4376046Z test_dispatch_meta_outplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:43:13.4376251Z test_dispatch_meta_outplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:43:13.4376450Z test_dispatch_meta_outplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:43:13.4376651Z test_dispatch_meta_outplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:43:13.4376854Z test_dispatch_meta_outplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:13.4377084Z test_dispatch_meta_outplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:43:13.4377312Z test_dispatch_meta_outplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:13.4377603Z test_dispatch_meta_outplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:13.4377834Z test_dispatch_meta_outplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.4378058Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4378271Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4378481Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4378702Z test_dispatch_meta_outplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.4378914Z test_dispatch_meta_outplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4379125Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4379353Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4379588Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4379822Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4380052Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4380282Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4380581Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4380808Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4381031Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4381248Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4381458Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4381678Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4381888Z test_dispatch_meta_outplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4382113Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4382434Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4382652Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4382870Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4383093Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4383304Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4383513Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4383731Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4383946Z test_dispatch_meta_outplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4384131Z test_dispatch_meta_outplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4384339Z test_dispatch_meta_outplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4384617Z test_dispatch_meta_outplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4384843Z test_dispatch_meta_outplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4385047Z test_dispatch_meta_outplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4385247Z test_dispatch_meta_outplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4385458Z test_dispatch_meta_outplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4385657Z test_dispatch_meta_outplace_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4385876Z test_dispatch_meta_outplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4386088Z test_dispatch_meta_outplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4386297Z test_dispatch_meta_outplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4386506Z test_dispatch_meta_outplace_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4386711Z test_dispatch_meta_outplace_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4386915Z test_dispatch_meta_outplace_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4387117Z test_dispatch_meta_outplace_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4387319Z test_dispatch_meta_outplace_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4387524Z test_dispatch_meta_outplace_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4387724Z test_dispatch_meta_outplace_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4387924Z test_dispatch_meta_outplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4388137Z test_dispatch_meta_outplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4388319Z test_dispatch_meta_outplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4388533Z test_dispatch_meta_outplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4388743Z test_dispatch_meta_outplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4388951Z test_dispatch_meta_outplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4389160Z test_dispatch_meta_outplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4389460Z test_dispatch_meta_outplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4389665Z test_dispatch_meta_outplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4389865Z test_dispatch_meta_outplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4390070Z test_dispatch_meta_outplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4390272Z test_dispatch_meta_outplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4390474Z test_dispatch_meta_outplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4390672Z test_dispatch_meta_outplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4390878Z test_dispatch_meta_outplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4391078Z test_dispatch_meta_outplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4391292Z test_dispatch_meta_outplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4391500Z test_dispatch_meta_outplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4391708Z test_dispatch_meta_outplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4391983Z test_dispatch_meta_outplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4392206Z test_dispatch_meta_outplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4392391Z test_dispatch_meta_outplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4392592Z test_dispatch_meta_outplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4392791Z test_dispatch_meta_outplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4392997Z test_dispatch_meta_outplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4393196Z test_dispatch_meta_outplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4393395Z test_dispatch_meta_outplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4393605Z test_dispatch_meta_outplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.4393815Z test_dispatch_meta_outplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:43:13.4394022Z test_dispatch_meta_outplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.4394223Z test_dispatch_meta_outplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.4394425Z test_dispatch_meta_outplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4394626Z test_dispatch_meta_outplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.4394832Z test_dispatch_meta_outplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4395031Z test_dispatch_meta_outplace_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4395240Z test_dispatch_meta_outplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4395449Z test_dispatch_meta_outplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4395654Z test_dispatch_meta_outplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4395858Z test_dispatch_meta_outplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4396061Z test_dispatch_meta_outplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4396246Z test_dispatch_meta_outplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4396542Z test_dispatch_meta_outplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4396742Z test_dispatch_meta_outplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4396944Z test_dispatch_meta_outplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4397146Z test_dispatch_meta_outplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4397346Z test_dispatch_meta_outplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4397561Z test_dispatch_meta_outplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4397764Z test_dispatch_meta_outplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4397983Z test_dispatch_meta_outplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4398200Z test_dispatch_meta_outplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4398422Z test_dispatch_meta_outplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4398635Z test_dispatch_meta_outplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4398848Z test_dispatch_meta_outplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4399126Z test_dispatch_meta_outplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4399351Z test_dispatch_meta_outplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4399556Z test_dispatch_meta_outplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4399761Z test_dispatch_meta_outplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4399967Z test_dispatch_meta_outplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4400176Z test_dispatch_meta_outplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4400377Z test_dispatch_meta_outplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4400558Z test_dispatch_meta_outplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4400765Z test_dispatch_meta_outplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4400970Z test_dispatch_meta_outplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4401171Z test_dispatch_meta_outplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4401372Z test_dispatch_meta_outplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4401567Z test_dispatch_meta_outplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4401757Z test_dispatch_meta_outplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4401957Z test_dispatch_meta_outplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4402149Z test_dispatch_meta_outplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4402338Z test_dispatch_meta_outplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4402535Z test_dispatch_meta_outplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4402724Z test_dispatch_meta_outplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4402929Z test_dispatch_meta_outplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4403128Z test_dispatch_meta_outplace_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4403339Z test_dispatch_meta_outplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4403546Z test_dispatch_meta_outplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4403845Z test_dispatch_meta_outplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4404048Z test_dispatch_meta_outplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4404252Z test_dispatch_meta_outplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4404440Z test_dispatch_meta_outplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4404637Z test_dispatch_meta_outplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4404837Z test_dispatch_meta_outplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4405035Z test_dispatch_meta_outplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4405234Z test_dispatch_meta_outplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4405440Z test_dispatch_meta_outplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4405640Z test_dispatch_meta_outplace_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4405837Z test_dispatch_meta_outplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4406109Z test_dispatch_meta_outplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4406326Z test_dispatch_meta_outplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4406525Z test_dispatch_meta_outplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4406718Z test_dispatch_meta_outplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4406906Z test_dispatch_meta_outplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4407102Z test_dispatch_meta_outplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4407298Z test_dispatch_meta_outplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4407502Z test_dispatch_meta_outplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4407700Z test_dispatch_meta_outplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.398s) 2022-11-23T02:43:13.4407906Z test_dispatch_meta_outplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4408091Z test_dispatch_meta_outplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4408296Z test_dispatch_meta_outplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4408495Z test_dispatch_meta_outplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4408692Z test_dispatch_meta_outplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4408882Z test_dispatch_meta_outplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4409083Z test_dispatch_meta_outplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4409277Z test_dispatch_meta_outplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4409481Z test_dispatch_meta_outplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.419s) 2022-11-23T02:43:13.4409691Z test_dispatch_meta_outplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4409898Z test_dispatch_meta_outplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4410102Z test_dispatch_meta_outplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4410307Z test_dispatch_meta_outplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4410506Z test_dispatch_meta_outplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4410708Z test_dispatch_meta_outplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4411006Z test_dispatch_meta_outplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4411207Z test_dispatch_meta_outplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4411413Z test_dispatch_meta_outplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4411616Z test_dispatch_meta_outplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.423s) 2022-11-23T02:43:13.4411818Z test_dispatch_meta_outplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4412001Z test_dispatch_meta_outplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4412200Z test_dispatch_meta_outplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4412397Z test_dispatch_meta_outplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4412593Z test_dispatch_meta_outplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4412781Z test_dispatch_meta_outplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4412978Z test_dispatch_meta_outplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4413241Z test_dispatch_meta_outplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4413461Z test_dispatch_meta_outplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4413658Z test_dispatch_meta_outplace_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4413864Z test_dispatch_meta_outplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4414070Z test_dispatch_meta_outplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4414275Z test_dispatch_meta_outplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4414481Z test_dispatch_meta_outplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4414683Z test_dispatch_meta_outplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4414883Z test_dispatch_meta_outplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4415084Z test_dispatch_meta_outplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4415278Z test_dispatch_meta_outplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4415468Z test_dispatch_meta_outplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4415663Z test_dispatch_meta_outplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4415838Z test_dispatch_meta_outplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4416050Z test_dispatch_meta_outplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4416259Z test_dispatch_meta_outplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4416480Z test_dispatch_meta_outplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4416696Z test_dispatch_meta_outplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4416909Z test_dispatch_meta_outplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4417120Z test_dispatch_meta_outplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4417323Z test_dispatch_meta_outplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4417528Z test_dispatch_meta_outplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4417731Z test_dispatch_meta_outplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4418030Z test_dispatch_meta_outplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4418236Z test_dispatch_meta_outplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4418445Z test_dispatch_meta_outplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4418656Z test_dispatch_meta_outplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4418860Z test_dispatch_meta_outplace_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4419074Z test_dispatch_meta_outplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4419286Z test_dispatch_meta_outplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4419490Z test_dispatch_meta_outplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4419696Z test_dispatch_meta_outplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4419906Z test_dispatch_meta_outplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4420096Z test_dispatch_meta_outplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4420298Z test_dispatch_meta_outplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4420579Z test_dispatch_meta_outplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4420808Z test_dispatch_meta_outplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4421008Z test_dispatch_meta_outplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4421210Z test_dispatch_meta_outplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4421411Z test_dispatch_meta_outplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4421618Z test_dispatch_meta_outplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4421822Z test_dispatch_meta_outplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4422025Z test_dispatch_meta_outplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4422227Z test_dispatch_meta_outplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4422427Z test_dispatch_meta_outplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4422625Z test_dispatch_meta_outplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4422826Z test_dispatch_meta_outplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4423025Z test_dispatch_meta_outplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4423227Z test_dispatch_meta_outplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:43:13.4423429Z test_dispatch_meta_outplace_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:43:13.4423633Z test_dispatch_meta_outplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:43:13.4423837Z test_dispatch_meta_outplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.152s) 2022-11-23T02:43:13.4424024Z test_dispatch_meta_outplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:43:13.4424222Z test_dispatch_meta_outplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:43:13.4424420Z test_dispatch_meta_outplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:43:13.4424617Z test_dispatch_meta_outplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:43:13.4424807Z test_dispatch_meta_outplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-11-23T02:43:13.4424994Z test_dispatch_meta_outplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:43:13.4425873Z test_dispatch_meta_outplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.4426065Z test_dispatch_meta_outplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-11-23T02:43:13.4426266Z test_dispatch_meta_outplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (1.269s) 2022-11-23T02:43:13.4426486Z test_dispatch_meta_outplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.343s) 2022-11-23T02:43:13.4426930Z test_dispatch_meta_outplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.993s) 2022-11-23T02:43:13.4427153Z test_dispatch_meta_outplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4427360Z test_dispatch_meta_outplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4427688Z test_dispatch_meta_outplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4427950Z test_dispatch_meta_outplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4428319Z test_dispatch_meta_outplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4428531Z test_dispatch_meta_outplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4428984Z test_dispatch_meta_outplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4429231Z test_dispatch_meta_outplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4429413Z test_dispatch_meta_outplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4430067Z test_dispatch_meta_outplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/89168 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:43:13.4430304Z test_dispatch_meta_outplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.4430499Z test_dispatch_meta_outplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4430709Z test_dispatch_meta_outplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.322s) 2022-11-23T02:43:13.4430916Z test_dispatch_meta_outplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.425s) 2022-11-23T02:43:13.4431120Z test_dispatch_meta_outplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.720s) 2022-11-23T02:43:13.4431741Z test_dispatch_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88692 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:43:13.4431949Z test_dispatch_meta_outplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4432153Z test_dispatch_meta_outplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4432355Z test_dispatch_meta_outplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4432555Z test_dispatch_meta_outplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4432753Z test_dispatch_meta_outplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4432952Z test_dispatch_meta_outplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4433164Z test_dispatch_meta_outplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4433376Z test_dispatch_meta_outplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4433689Z test_dispatch_meta_outplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4433896Z test_dispatch_meta_outplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4434102Z test_dispatch_meta_outplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4434308Z test_dispatch_meta_outplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4434511Z test_dispatch_meta_outplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4434714Z test_dispatch_meta_outplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4434917Z test_dispatch_meta_outplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4435119Z test_dispatch_meta_outplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4435325Z test_dispatch_meta_outplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4435528Z test_dispatch_meta_outplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4435736Z test_dispatch_meta_outplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4436032Z test_dispatch_meta_outplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4436277Z test_dispatch_meta_outplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4436496Z test_dispatch_meta_outplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4436712Z test_dispatch_meta_outplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4436928Z test_dispatch_meta_outplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4437141Z test_dispatch_meta_outplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4437355Z test_dispatch_meta_outplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4437564Z test_dispatch_meta_outplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4437772Z test_dispatch_meta_outplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4437981Z test_dispatch_meta_outplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4438185Z test_dispatch_meta_outplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4438389Z test_dispatch_meta_outplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (1.250s) 2022-11-23T02:43:13.4438605Z test_dispatch_meta_outplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.425s) 2022-11-23T02:43:13.4438816Z test_dispatch_meta_outplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4439034Z test_dispatch_meta_outplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4439240Z test_dispatch_meta_outplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4439443Z test_dispatch_meta_outplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4439648Z test_dispatch_meta_outplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4439836Z test_dispatch_meta_outplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4440040Z test_dispatch_meta_outplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4440236Z test_dispatch_meta_outplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4440437Z test_dispatch_meta_outplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4440741Z test_dispatch_meta_outplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4440944Z test_dispatch_meta_outplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4441155Z test_dispatch_meta_outplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4441372Z test_dispatch_meta_outplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.597s) 2022-11-23T02:43:13.4441584Z test_dispatch_meta_outplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4441792Z test_dispatch_meta_outplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4442001Z test_dispatch_meta_outplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4442203Z test_dispatch_meta_outplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4442408Z test_dispatch_meta_outplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4442614Z test_dispatch_meta_outplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4442817Z test_dispatch_meta_outplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4443018Z test_dispatch_meta_outplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4443288Z test_dispatch_meta_outplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4443507Z test_dispatch_meta_outplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4443724Z test_dispatch_meta_outplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4443939Z test_dispatch_meta_outplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4444137Z test_dispatch_meta_outplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4444346Z test_dispatch_meta_outplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4444551Z test_dispatch_meta_outplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4444754Z test_dispatch_meta_outplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.4444958Z test_dispatch_meta_outplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4445160Z test_dispatch_meta_outplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4445359Z test_dispatch_meta_outplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4445559Z test_dispatch_meta_outplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4445765Z test_dispatch_meta_outplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4445970Z test_dispatch_meta_outplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4446182Z test_dispatch_meta_outplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4446396Z test_dispatch_meta_outplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4446611Z test_dispatch_meta_outplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4446818Z test_dispatch_meta_outplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4447025Z test_dispatch_meta_outplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4447228Z test_dispatch_meta_outplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4447430Z test_dispatch_meta_outplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4447634Z test_dispatch_meta_outplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4447927Z test_dispatch_meta_outplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4448128Z test_dispatch_meta_outplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4448313Z test_dispatch_meta_outplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4448518Z test_dispatch_meta_outplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4448733Z test_dispatch_meta_outplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4448945Z test_dispatch_meta_outplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4449159Z test_dispatch_meta_outplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4449365Z test_dispatch_meta_outplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4449578Z test_dispatch_meta_outplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4450269Z test_dispatch_meta_outplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/89156 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T02:43:13.4450496Z test_dispatch_meta_outplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4450697Z test_dispatch_meta_outplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4450898Z test_dispatch_meta_outplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4451100Z test_dispatch_meta_outplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4451306Z test_dispatch_meta_outplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4451508Z test_dispatch_meta_outplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4451725Z test_dispatch_meta_outplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4451941Z test_dispatch_meta_outplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4452155Z test_dispatch_meta_outplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4452362Z test_dispatch_meta_outplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4452570Z test_dispatch_meta_outplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4452773Z test_dispatch_meta_outplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4452981Z test_dispatch_meta_outplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4453182Z test_dispatch_meta_outplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4453362Z test_dispatch_meta_outplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4453567Z test_dispatch_meta_outplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4453770Z test_dispatch_meta_outplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4453990Z test_dispatch_meta_outplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4454253Z test_dispatch_meta_outplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4454480Z test_dispatch_meta_outplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4454704Z test_dispatch_meta_outplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4455013Z test_dispatch_meta_outplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4455234Z test_dispatch_meta_outplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4455457Z test_dispatch_meta_outplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4455674Z test_dispatch_meta_outplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4455888Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4456101Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4456312Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4456525Z test_dispatch_meta_outplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4456739Z test_dispatch_meta_outplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4456946Z test_dispatch_meta_outplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4457157Z test_dispatch_meta_outplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4457436Z test_dispatch_meta_outplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4457660Z test_dispatch_meta_outplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-11-23T02:43:13.4457865Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4458053Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4458253Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4458463Z test_dispatch_meta_outplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4458660Z test_dispatch_meta_outplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.4458866Z test_dispatch_meta_outplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4459077Z test_dispatch_meta_outplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4459285Z test_dispatch_meta_outplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4459488Z test_dispatch_meta_outplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.4459689Z test_dispatch_meta_outplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4459893Z test_dispatch_meta_outplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4460093Z test_dispatch_meta_outplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4460297Z test_dispatch_meta_outplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4460500Z test_dispatch_meta_outplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4460702Z test_dispatch_meta_outplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4460914Z test_dispatch_meta_outplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.4461121Z test_dispatch_meta_outplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4461324Z test_dispatch_meta_outplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4461530Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4461733Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4462031Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4462219Z test_dispatch_meta_outplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4462417Z test_dispatch_meta_outplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4462619Z test_dispatch_meta_outplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4462838Z test_dispatch_meta_outplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4463053Z test_dispatch_meta_outplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4463269Z test_dispatch_meta_outplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4463478Z test_dispatch_meta_outplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4463691Z test_dispatch_meta_outplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4463897Z test_dispatch_meta_outplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4464102Z test_dispatch_meta_outplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4465196Z test_dispatch_meta_outplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4465473Z test_dispatch_meta_outplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4465677Z test_dispatch_meta_outplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4465874Z test_dispatch_meta_outplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4466077Z test_dispatch_meta_outplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4466294Z test_dispatch_meta_outplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4466515Z test_dispatch_meta_outplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4466729Z test_dispatch_meta_outplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4466939Z test_dispatch_meta_outplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4467149Z test_dispatch_meta_outplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4467335Z test_dispatch_meta_outplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4467536Z test_dispatch_meta_outplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4467737Z test_dispatch_meta_outplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4467934Z test_dispatch_meta_outplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4468141Z test_dispatch_meta_outplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4468343Z test_dispatch_meta_outplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4468545Z test_dispatch_meta_outplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4468766Z test_dispatch_meta_outplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4468982Z test_dispatch_meta_outplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4469201Z test_dispatch_meta_outplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4469409Z test_dispatch_meta_outplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4469618Z test_dispatch_meta_outplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4469951Z test_dispatch_meta_outplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4470159Z test_dispatch_meta_outplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4470364Z test_dispatch_meta_outplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4470570Z test_dispatch_meta_outplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4470773Z test_dispatch_meta_outplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4470971Z test_dispatch_meta_outplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4471173Z test_dispatch_meta_outplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4471364Z test_dispatch_meta_outplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4471571Z test_dispatch_meta_outplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4471779Z test_dispatch_meta_outplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4471983Z test_dispatch_meta_outplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4472186Z test_dispatch_meta_outplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4472457Z test_dispatch_meta_outplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4472677Z test_dispatch_meta_outplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4472879Z test_dispatch_meta_outplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4473083Z test_dispatch_meta_outplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4473290Z test_dispatch_meta_outplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4473503Z test_dispatch_meta_outplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4473707Z test_dispatch_meta_outplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4473908Z test_dispatch_meta_outplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4474113Z test_dispatch_meta_outplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4474316Z test_dispatch_meta_outplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4474518Z test_dispatch_meta_outplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4474718Z test_dispatch_meta_outplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4474916Z test_dispatch_meta_outplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4475125Z test_dispatch_meta_outplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4475339Z test_dispatch_meta_outplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4475527Z test_dispatch_meta_outplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4475734Z test_dispatch_meta_outplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4475937Z test_dispatch_meta_outplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4476136Z test_dispatch_meta_outplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4476337Z test_dispatch_meta_outplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4476539Z test_dispatch_meta_outplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4476743Z test_dispatch_meta_outplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4477036Z test_dispatch_meta_outplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4477244Z test_dispatch_meta_outplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4477449Z test_dispatch_meta_outplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4477655Z test_dispatch_meta_outplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4477858Z test_dispatch_meta_outplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4478060Z test_dispatch_meta_outplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4478263Z test_dispatch_meta_outplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4478460Z test_dispatch_meta_outplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4478650Z test_dispatch_meta_outplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4478845Z test_dispatch_meta_outplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4479042Z test_dispatch_meta_outplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4479232Z test_dispatch_meta_outplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4479494Z test_dispatch_meta_outplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4479715Z test_dispatch_meta_outplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4479929Z test_dispatch_meta_outplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4480142Z test_dispatch_meta_outplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4480353Z test_dispatch_meta_outplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4480566Z test_dispatch_meta_outplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4480771Z test_dispatch_meta_outplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4480972Z test_dispatch_meta_outplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4481179Z test_dispatch_meta_outplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4481384Z test_dispatch_meta_outplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4481587Z test_dispatch_meta_outplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4481787Z test_dispatch_meta_outplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4481986Z test_dispatch_meta_outplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4482188Z test_dispatch_meta_outplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4482392Z test_dispatch_meta_outplace_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4482597Z test_dispatch_meta_outplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4482801Z test_dispatch_meta_outplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4483006Z test_dispatch_meta_outplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4483209Z test_dispatch_meta_outplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4483389Z test_dispatch_meta_outplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4483590Z test_dispatch_meta_outplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4483783Z test_dispatch_meta_outplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4484075Z test_dispatch_meta_outplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4484272Z test_dispatch_meta_outplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4484462Z test_dispatch_meta_outplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4484671Z test_dispatch_meta_outplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4484879Z test_dispatch_meta_outplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4485093Z test_dispatch_meta_outplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4485303Z test_dispatch_meta_outplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4485508Z test_dispatch_meta_outplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4485712Z test_dispatch_meta_outplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4485921Z test_dispatch_meta_outplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4486124Z test_dispatch_meta_outplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4486326Z test_dispatch_meta_outplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4486597Z test_dispatch_meta_outplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4486819Z test_dispatch_meta_outplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4487017Z test_dispatch_meta_outplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4487289Z test_dispatch_meta_outplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4487490Z test_dispatch_meta_outplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4487689Z test_dispatch_meta_outplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4487903Z test_dispatch_meta_outplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4488108Z test_dispatch_meta_outplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4488311Z test_dispatch_meta_outplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4488521Z test_dispatch_meta_outplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4488723Z test_dispatch_meta_outplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4488924Z test_dispatch_meta_outplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4489123Z test_dispatch_meta_outplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4489328Z test_dispatch_meta_outplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4489532Z test_dispatch_meta_outplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4489735Z test_dispatch_meta_outplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4489936Z test_dispatch_meta_outplace_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4490147Z test_dispatch_meta_outplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4490355Z test_dispatch_meta_outplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4490561Z test_dispatch_meta_outplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4490762Z test_dispatch_meta_outplace_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4490971Z test_dispatch_meta_outplace_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4491174Z test_dispatch_meta_outplace_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4491526Z test_dispatch_meta_outplace_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4491710Z test_dispatch_meta_outplace_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4491909Z test_dispatch_meta_outplace_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4492111Z test_dispatch_meta_outplace_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4492309Z test_dispatch_meta_outplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4492528Z test_dispatch_meta_outplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4492735Z test_dispatch_meta_outplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4492956Z test_dispatch_meta_outplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4493178Z test_dispatch_meta_outplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4493393Z test_dispatch_meta_outplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4493608Z test_dispatch_meta_outplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4493900Z test_dispatch_meta_outplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4494127Z test_dispatch_meta_outplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4494335Z test_dispatch_meta_outplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4494542Z test_dispatch_meta_outplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4494752Z test_dispatch_meta_outplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4494954Z test_dispatch_meta_outplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4495162Z test_dispatch_meta_outplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4495366Z test_dispatch_meta_outplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4495569Z test_dispatch_meta_outplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4495759Z test_dispatch_meta_outplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4495960Z test_dispatch_meta_outplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4496159Z test_dispatch_meta_outplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4496360Z test_dispatch_meta_outplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4496556Z test_dispatch_meta_outplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4496760Z test_dispatch_meta_outplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4496981Z test_dispatch_meta_outplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:13.4497197Z test_dispatch_meta_outplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:43:13.4497416Z test_dispatch_meta_outplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:13.4497633Z test_dispatch_meta_outplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:13.4497843Z test_dispatch_meta_outplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4498054Z test_dispatch_meta_outplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.4498261Z test_dispatch_meta_outplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4498469Z test_dispatch_meta_outplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4498774Z test_dispatch_meta_outplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4498978Z test_dispatch_meta_outplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4499176Z test_dispatch_meta_outplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4499380Z test_dispatch_meta_outplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4499585Z test_dispatch_meta_outplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4499786Z test_dispatch_meta_outplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4499967Z test_dispatch_meta_outplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4500159Z test_dispatch_meta_outplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4500349Z test_dispatch_meta_outplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4500544Z test_dispatch_meta_outplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4500735Z test_dispatch_meta_outplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4501010Z test_dispatch_meta_outplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4501226Z test_dispatch_meta_outplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4501424Z test_dispatch_meta_outplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4501629Z test_dispatch_meta_outplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4501829Z test_dispatch_meta_outplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4502020Z test_dispatch_meta_outplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4502212Z test_dispatch_meta_outplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4502399Z test_dispatch_meta_outplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4502594Z test_dispatch_meta_outplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4502784Z test_dispatch_meta_outplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4502985Z test_dispatch_meta_outplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4503181Z test_dispatch_meta_outplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4503382Z test_dispatch_meta_outplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4503581Z test_dispatch_meta_outplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4503755Z test_dispatch_meta_outplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4503948Z test_dispatch_meta_outplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4504134Z test_dispatch_meta_outplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4504332Z test_dispatch_meta_outplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4504524Z test_dispatch_meta_outplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4504725Z test_dispatch_meta_outplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4504922Z test_dispatch_meta_outplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4505123Z test_dispatch_meta_outplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4505321Z test_dispatch_meta_outplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4505610Z test_dispatch_meta_outplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4505813Z test_dispatch_meta_outplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4506017Z test_dispatch_meta_outplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4506218Z test_dispatch_meta_outplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4506419Z test_dispatch_meta_outplace_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4506628Z test_dispatch_meta_outplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4506837Z test_dispatch_meta_outplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4507041Z test_dispatch_meta_outplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4507245Z test_dispatch_meta_outplace_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4507448Z test_dispatch_meta_outplace_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4507633Z test_dispatch_meta_outplace_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4507831Z test_dispatch_meta_outplace_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4508096Z test_dispatch_meta_outplace_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4508308Z test_dispatch_meta_outplace_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4508506Z test_dispatch_meta_outplace_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4508699Z test_dispatch_meta_outplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4508910Z test_dispatch_meta_outplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4509113Z test_dispatch_meta_outplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4509331Z test_dispatch_meta_outplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4509549Z test_dispatch_meta_outplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4509757Z test_dispatch_meta_outplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4509968Z test_dispatch_meta_outplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4510174Z test_dispatch_meta_outplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4510380Z test_dispatch_meta_outplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4510584Z test_dispatch_meta_outplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4510783Z test_dispatch_meta_outplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4510990Z test_dispatch_meta_outplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4511194Z test_dispatch_meta_outplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4511399Z test_dispatch_meta_outplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4511591Z test_dispatch_meta_outplace_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4511805Z test_dispatch_meta_outplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4512015Z test_dispatch_meta_outplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4512219Z test_dispatch_meta_outplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4512424Z test_dispatch_meta_outplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4512627Z test_dispatch_meta_outplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4512920Z test_dispatch_meta_outplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4513122Z test_dispatch_meta_outplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4513322Z test_dispatch_meta_outplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4513528Z test_dispatch_meta_outplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4513729Z test_dispatch_meta_outplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4513928Z test_dispatch_meta_outplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4514125Z test_dispatch_meta_outplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4514315Z test_dispatch_meta_outplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4514516Z test_dispatch_meta_outplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4514707Z test_dispatch_meta_outplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4514908Z test_dispatch_meta_outplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4515106Z test_dispatch_meta_outplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4515379Z test_dispatch_meta_outplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4515573Z test_dispatch_meta_outplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4515763Z test_dispatch_meta_outplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4515957Z test_dispatch_meta_outplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4516143Z test_dispatch_meta_outplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4516333Z test_dispatch_meta_outplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4516524Z test_dispatch_meta_outplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4516710Z test_dispatch_meta_outplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4516920Z test_dispatch_meta_outplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4517132Z test_dispatch_meta_outplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4517339Z test_dispatch_meta_outplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.4517543Z test_dispatch_meta_outplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.4517754Z test_dispatch_meta_outplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.347s) 2022-11-23T02:43:13.4517971Z test_dispatch_meta_outplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.586s) 2022-11-23T02:43:13.4518192Z test_dispatch_meta_outplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.575s) 2022-11-23T02:43:13.4518405Z test_dispatch_meta_outplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.343s) 2022-11-23T02:43:13.4518613Z test_dispatch_meta_outplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.327s) 2022-11-23T02:43:13.4518821Z test_dispatch_meta_outplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.346s) 2022-11-23T02:43:13.4519030Z test_dispatch_meta_outplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.334s) 2022-11-23T02:43:13.4519236Z test_dispatch_meta_outplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.331s) 2022-11-23T02:43:13.4519425Z test_dispatch_meta_outplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.415s) 2022-11-23T02:43:13.4519631Z test_dispatch_meta_outplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.331s) 2022-11-23T02:43:13.4519949Z test_dispatch_meta_outplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.956s) 2022-11-23T02:43:13.4520164Z test_dispatch_meta_outplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.928s) 2022-11-23T02:43:13.4520373Z test_dispatch_meta_outplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.998s) 2022-11-23T02:43:13.4520577Z test_dispatch_meta_outplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4520773Z test_dispatch_meta_outplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4520974Z test_dispatch_meta_outplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4521168Z test_dispatch_meta_outplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4521358Z test_dispatch_meta_outplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4521554Z test_dispatch_meta_outplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4521747Z test_dispatch_meta_outplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4521933Z test_dispatch_meta_outplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4522124Z test_dispatch_meta_outplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4522383Z test_dispatch_meta_outplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4522607Z test_dispatch_meta_outplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4522806Z test_dispatch_meta_outplace_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4523018Z test_dispatch_meta_outplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4523223Z test_dispatch_meta_outplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4523407Z test_dispatch_meta_outplace_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4523614Z test_dispatch_meta_outplace_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4523816Z test_dispatch_meta_outplace_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4524016Z test_dispatch_meta_outplace_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4524213Z test_dispatch_meta_outplace_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4524403Z test_dispatch_meta_outplace_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4524604Z test_dispatch_meta_outplace_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4524796Z test_dispatch_meta_outplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4525009Z test_dispatch_meta_outplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4525218Z test_dispatch_meta_outplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.4525429Z test_dispatch_meta_outplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4525641Z test_dispatch_meta_outplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4525848Z test_dispatch_meta_outplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4526059Z test_dispatch_meta_outplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4526265Z test_dispatch_meta_outplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4526467Z test_dispatch_meta_outplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4526671Z test_dispatch_meta_outplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4526878Z test_dispatch_meta_outplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.4527181Z test_dispatch_meta_outplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.336s) 2022-11-23T02:43:13.4527383Z test_dispatch_meta_outplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.287s) 2022-11-23T02:43:13.4527569Z test_dispatch_meta_outplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.298s) 2022-11-23T02:43:13.4527771Z test_dispatch_meta_outplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.315s) 2022-11-23T02:43:13.4527972Z test_dispatch_meta_outplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.284s) 2022-11-23T02:43:13.4528172Z test_dispatch_meta_outplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-11-23T02:43:13.4528378Z test_dispatch_meta_outplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4528576Z test_dispatch_meta_outplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4529041Z test_dispatch_meta_outplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4529274Z test_dispatch_meta_outplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4529484Z test_dispatch_meta_outplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4530007Z test_dispatch_meta_outplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4530249Z test_dispatch_meta_outplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4530453Z test_dispatch_meta_outplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4530656Z test_dispatch_meta_outplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4530858Z test_dispatch_meta_outplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4531063Z test_dispatch_meta_outplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4531270Z test_dispatch_meta_outplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4531471Z test_dispatch_meta_outplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4531678Z test_dispatch_meta_outplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4531879Z test_dispatch_meta_outplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4532075Z test_dispatch_meta_outplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4532284Z test_dispatch_meta_outplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4532492Z test_dispatch_meta_outplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4532696Z test_dispatch_meta_outplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4532900Z test_dispatch_meta_outplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4533106Z test_dispatch_meta_outplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4533305Z test_dispatch_meta_outplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4533504Z test_dispatch_meta_outplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4533712Z test_dispatch_meta_outplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4533915Z test_dispatch_meta_outplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4534113Z test_dispatch_meta_outplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4534316Z test_dispatch_meta_outplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4534521Z test_dispatch_meta_outplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4534822Z test_dispatch_meta_outplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4535026Z test_dispatch_meta_outplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4535359Z test_dispatch_meta_outplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4535572Z test_dispatch_meta_outplace_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.449s) 2022-11-23T02:43:13.4535770Z test_dispatch_meta_outplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4536170Z test_dispatch_meta_outplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4536357Z test_dispatch_meta_outplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4536551Z test_dispatch_meta_outplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4536740Z test_dispatch_meta_outplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4536931Z test_dispatch_meta_outplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4537121Z test_dispatch_meta_outplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4537306Z test_dispatch_meta_outplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4537604Z test_dispatch_meta_outplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4537829Z test_dispatch_meta_outplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4538037Z test_dispatch_meta_outplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4538244Z test_dispatch_meta_outplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4538449Z test_dispatch_meta_outplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4538652Z test_dispatch_meta_outplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4538859Z test_dispatch_meta_outplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4539074Z test_dispatch_meta_outplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4539274Z test_dispatch_meta_outplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4539495Z test_dispatch_meta_outplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4539711Z test_dispatch_meta_outplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4539926Z test_dispatch_meta_outplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4540138Z test_dispatch_meta_outplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4540331Z test_dispatch_meta_outplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4540539Z test_dispatch_meta_outplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4540741Z test_dispatch_meta_outplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4540944Z test_dispatch_meta_outplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4541144Z test_dispatch_meta_outplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4541488Z test_dispatch_meta_outplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4541723Z test_dispatch_meta_outplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4541938Z test_dispatch_meta_outplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4542221Z test_dispatch_meta_outplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4543279Z test_dispatch_meta_outplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4543496Z test_dispatch_meta_outplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4543707Z test_dispatch_meta_outplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4543922Z test_dispatch_meta_outplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4544127Z test_dispatch_meta_outplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4544333Z test_dispatch_meta_outplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4544539Z test_dispatch_meta_outplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4544739Z test_dispatch_meta_outplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4544943Z test_dispatch_meta_outplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4545145Z test_dispatch_meta_outplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4545358Z test_dispatch_meta_outplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4545548Z test_dispatch_meta_outplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4545874Z test_dispatch_meta_outplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4546116Z test_dispatch_meta_outplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4546328Z test_dispatch_meta_outplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4546536Z test_dispatch_meta_outplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4546741Z test_dispatch_meta_outplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4546949Z test_dispatch_meta_outplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4547154Z test_dispatch_meta_outplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4547353Z test_dispatch_meta_outplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4547559Z test_dispatch_meta_outplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4547756Z test_dispatch_meta_outplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4547965Z test_dispatch_meta_outplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4548291Z test_dispatch_meta_outplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4548524Z test_dispatch_meta_outplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4548741Z test_dispatch_meta_outplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4549047Z test_dispatch_meta_outplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4549401Z test_dispatch_meta_outplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4549621Z test_dispatch_meta_outplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4549826Z test_dispatch_meta_outplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4550031Z test_dispatch_meta_outplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4550218Z test_dispatch_meta_outplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4550413Z test_dispatch_meta_outplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4550618Z test_dispatch_meta_outplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4550930Z test_dispatch_meta_outplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4551153Z test_dispatch_meta_outplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.4551368Z test_dispatch_meta_outplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:13.4551590Z test_dispatch_meta_outplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.4551808Z test_dispatch_meta_outplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.4552020Z test_dispatch_meta_outplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.4552229Z test_dispatch_meta_outplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.4552433Z test_dispatch_meta_outplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.4552645Z test_dispatch_meta_outplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.4552848Z test_dispatch_meta_outplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.4553065Z test_dispatch_meta_outplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4553345Z test_dispatch_meta_outplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4553588Z test_dispatch_meta_outplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4553804Z test_dispatch_meta_outplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4554023Z test_dispatch_meta_outplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4554283Z test_dispatch_meta_outplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4554677Z test_dispatch_meta_outplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4554881Z test_dispatch_meta_outplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4555089Z test_dispatch_meta_outplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4555408Z test_dispatch_meta_outplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4555749Z test_dispatch_meta_outplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4555967Z test_dispatch_meta_outplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4556170Z test_dispatch_meta_outplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4556377Z test_dispatch_meta_outplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4556591Z test_dispatch_meta_outplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4556798Z test_dispatch_meta_outplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4557002Z test_dispatch_meta_outplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4557210Z test_dispatch_meta_outplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4557416Z test_dispatch_meta_outplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4557620Z test_dispatch_meta_outplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4557818Z test_dispatch_meta_outplace_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4558023Z test_dispatch_meta_outplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4558226Z test_dispatch_meta_outplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4558533Z test_dispatch_meta_outplace_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4558734Z test_dispatch_meta_outplace_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4558933Z test_dispatch_meta_outplace_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4559137Z test_dispatch_meta_outplace_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4559313Z test_dispatch_meta_outplace_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4559500Z test_dispatch_meta_outplace_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4559693Z test_dispatch_meta_outplace_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4559885Z test_dispatch_meta_outplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4560094Z test_dispatch_meta_outplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:43:13.4560300Z test_dispatch_meta_outplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:43:13.4560515Z test_dispatch_meta_outplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-11-23T02:43:13.4560727Z test_dispatch_meta_outplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-11-23T02:43:13.4561165Z test_dispatch_meta_outplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-11-23T02:43:13.4561400Z test_dispatch_meta_outplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-11-23T02:43:13.4561602Z test_dispatch_meta_outplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:43:13.4562033Z test_dispatch_meta_outplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.158s) 2022-11-23T02:43:13.4562249Z test_dispatch_meta_outplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.150s) 2022-11-23T02:43:13.4562456Z test_dispatch_meta_outplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-11-23T02:43:13.4562659Z test_dispatch_meta_outplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:43:13.4562860Z test_dispatch_meta_outplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:43:13.4563073Z test_dispatch_meta_outplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4563277Z test_dispatch_meta_outplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4563493Z test_dispatch_meta_outplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4563692Z test_dispatch_meta_outplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4563907Z test_dispatch_meta_outplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4564112Z test_dispatch_meta_outplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4564325Z test_dispatch_meta_outplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4564529Z test_dispatch_meta_outplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4564735Z test_dispatch_meta_outplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4564947Z test_dispatch_meta_outplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4565150Z test_dispatch_meta_outplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4565352Z test_dispatch_meta_outplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4565553Z test_dispatch_meta_outplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4565753Z test_dispatch_meta_outplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4566055Z test_dispatch_meta_outplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4566256Z test_dispatch_meta_outplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4566456Z test_dispatch_meta_outplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4566654Z test_dispatch_meta_outplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4566843Z test_dispatch_meta_outplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4567041Z test_dispatch_meta_outplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4567386Z test_dispatch_meta_outplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4567603Z test_dispatch_meta_outplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4567784Z test_dispatch_meta_outplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4568131Z test_dispatch_meta_outplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4568469Z test_dispatch_meta_outplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4568683Z test_dispatch_meta_outplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4568970Z test_dispatch_meta_outplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4569194Z test_dispatch_meta_outplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4569394Z test_dispatch_meta_outplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4569595Z test_dispatch_meta_outplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4569794Z test_dispatch_meta_outplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4569996Z test_dispatch_meta_outplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4570197Z test_dispatch_meta_outplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4570396Z test_dispatch_meta_outplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4570603Z test_dispatch_meta_outplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4570805Z test_dispatch_meta_outplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4571013Z test_dispatch_meta_outplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4571217Z test_dispatch_meta_outplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4571417Z test_dispatch_meta_outplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4571618Z test_dispatch_meta_outplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4571825Z test_dispatch_meta_outplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4572011Z test_dispatch_meta_outplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4572213Z test_dispatch_meta_outplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4572416Z test_dispatch_meta_outplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4572614Z test_dispatch_meta_outplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4572811Z test_dispatch_meta_outplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4573022Z test_dispatch_meta_outplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4573227Z test_dispatch_meta_outplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4573434Z test_dispatch_meta_outplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4573894Z test_dispatch_meta_outplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4574097Z test_dispatch_meta_outplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4574412Z test_dispatch_meta_outplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4574757Z test_dispatch_meta_outplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4574966Z test_dispatch_meta_outplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4575169Z test_dispatch_meta_outplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4575377Z test_dispatch_meta_outplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4575588Z test_dispatch_meta_outplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4575793Z test_dispatch_meta_outplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4576000Z test_dispatch_meta_outplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4576206Z test_dispatch_meta_outplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4576490Z test_dispatch_meta_outplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4576695Z test_dispatch_meta_outplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4576900Z test_dispatch_meta_outplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4577102Z test_dispatch_meta_outplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4577304Z test_dispatch_meta_outplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4577505Z test_dispatch_meta_outplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4577716Z test_dispatch_meta_outplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4577918Z test_dispatch_meta_outplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4578131Z test_dispatch_meta_outplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4578339Z test_dispatch_meta_outplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4578547Z test_dispatch_meta_outplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4578747Z test_dispatch_meta_outplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4578951Z test_dispatch_meta_outplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4579153Z test_dispatch_meta_outplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4579359Z test_dispatch_meta_outplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4579558Z test_dispatch_meta_outplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4579762Z test_dispatch_meta_outplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4580120Z test_dispatch_meta_outplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4580327Z test_dispatch_meta_outplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4580532Z test_dispatch_meta_outplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.408s) 2022-11-23T02:43:13.4580957Z test_dispatch_meta_outplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.427s) 2022-11-23T02:43:13.4581210Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.958s) 2022-11-23T02:43:13.4581447Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (1.074s) 2022-11-23T02:43:13.4581803Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.132s) 2022-11-23T02:43:13.4582051Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.981s) 2022-11-23T02:43:13.4582296Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.949s) 2022-11-23T02:43:13.4582534Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.946s) 2022-11-23T02:43:13.4582765Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.957s) 2022-11-23T02:43:13.4582999Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.969s) 2022-11-23T02:43:13.4583231Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.944s) 2022-11-23T02:43:13.4583462Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.945s) 2022-11-23T02:43:13.4583696Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.932s) 2022-11-23T02:43:13.4584454Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.984s) 2022-11-23T02:43:13.4584773Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.153s) 2022-11-23T02:43:13.4585019Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (1.104s) 2022-11-23T02:43:13.4585273Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.698s) 2022-11-23T02:43:13.4585523Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.518s) 2022-11-23T02:43:13.4585777Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.069s) 2022-11-23T02:43:13.4586015Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.153s) 2022-11-23T02:43:13.4586415Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.004s) 2022-11-23T02:43:13.4586667Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.099s) 2022-11-23T02:43:13.4586909Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.043s) 2022-11-23T02:43:13.4587373Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.083s) 2022-11-23T02:43:13.4587618Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.043s) 2022-11-23T02:43:13.4587862Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.077s) 2022-11-23T02:43:13.4588072Z test_dispatch_meta_outplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.888s) 2022-11-23T02:43:13.4588292Z test_dispatch_meta_outplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.907s) 2022-11-23T02:43:13.4588527Z test_dispatch_meta_outplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.298s) 2022-11-23T02:43:13.4588755Z test_dispatch_meta_outplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.085s) 2022-11-23T02:43:13.4588978Z test_dispatch_meta_outplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.912s) 2022-11-23T02:43:13.4589196Z test_dispatch_meta_outplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.944s) 2022-11-23T02:43:13.4589408Z test_dispatch_meta_outplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.920s) 2022-11-23T02:43:13.4589754Z test_dispatch_meta_outplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.929s) 2022-11-23T02:43:13.4589974Z test_dispatch_meta_outplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.976s) 2022-11-23T02:43:13.4590192Z test_dispatch_meta_outplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.863s) 2022-11-23T02:43:13.4590413Z test_dispatch_meta_outplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.906s) 2022-11-23T02:43:13.4590628Z test_dispatch_meta_outplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.887s) 2022-11-23T02:43:13.4590876Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.952s) 2022-11-23T02:43:13.4591117Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.906s) 2022-11-23T02:43:13.4591371Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.944s) 2022-11-23T02:43:13.4591625Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.919s) 2022-11-23T02:43:13.4591867Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.924s) 2022-11-23T02:43:13.4592186Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.907s) 2022-11-23T02:43:13.4592594Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.881s) 2022-11-23T02:43:13.4592848Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.858s) 2022-11-23T02:43:13.4593088Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.878s) 2022-11-23T02:43:13.4593556Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.932s) 2022-11-23T02:43:13.4593811Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.877s) 2022-11-23T02:43:13.4594031Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.901s) 2022-11-23T02:43:13.4594259Z test_dispatch_meta_outplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.254s) 2022-11-23T02:43:13.4594476Z test_dispatch_meta_outplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.233s) 2022-11-23T02:43:13.4594703Z test_dispatch_meta_outplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.526s) 2022-11-23T02:43:13.4594930Z test_dispatch_meta_outplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.389s) 2022-11-23T02:43:13.4595151Z test_dispatch_meta_outplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.264s) 2022-11-23T02:43:13.4595370Z test_dispatch_meta_outplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-11-23T02:43:13.4595579Z test_dispatch_meta_outplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-11-23T02:43:13.4595795Z test_dispatch_meta_outplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.269s) 2022-11-23T02:43:13.4596015Z test_dispatch_meta_outplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-11-23T02:43:13.4596232Z test_dispatch_meta_outplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-11-23T02:43:13.4596445Z test_dispatch_meta_outplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-11-23T02:43:13.4596657Z test_dispatch_meta_outplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-11-23T02:43:13.4596862Z test_dispatch_meta_outplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4597061Z test_dispatch_meta_outplace_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4597380Z test_dispatch_meta_outplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4597587Z test_dispatch_meta_outplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4597789Z test_dispatch_meta_outplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4597994Z test_dispatch_meta_outplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4598198Z test_dispatch_meta_outplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4598381Z test_dispatch_meta_outplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4598571Z test_dispatch_meta_outplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4598917Z test_dispatch_meta_outplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4599133Z test_dispatch_meta_outplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4599326Z test_dispatch_meta_outplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4599688Z test_dispatch_meta_outplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4600062Z test_dispatch_meta_outplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4600286Z test_dispatch_meta_outplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4600489Z test_dispatch_meta_outplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4600692Z test_dispatch_meta_outplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4600894Z test_dispatch_meta_outplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4601098Z test_dispatch_meta_outplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4601307Z test_dispatch_meta_outplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4601508Z test_dispatch_meta_outplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.4601701Z test_dispatch_meta_outplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.4601891Z test_dispatch_meta_outplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4602088Z test_dispatch_meta_outplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4602280Z test_dispatch_meta_outplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4602487Z test_dispatch_meta_outplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4602672Z test_dispatch_meta_outplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4602880Z test_dispatch_meta_outplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4603092Z test_dispatch_meta_outplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4603295Z test_dispatch_meta_outplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4603499Z test_dispatch_meta_outplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4603705Z test_dispatch_meta_outplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4603906Z test_dispatch_meta_outplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4604109Z test_dispatch_meta_outplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4604311Z test_dispatch_meta_outplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4604509Z test_dispatch_meta_outplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4604806Z test_dispatch_meta_outplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.4605148Z test_dispatch_meta_outplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4605357Z test_dispatch_meta_outplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4605558Z test_dispatch_meta_outplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4605752Z test_dispatch_meta_outplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4606195Z test_dispatch_meta_outplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4606397Z test_dispatch_meta_outplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4606585Z test_dispatch_meta_outplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4606770Z test_dispatch_meta_outplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4606951Z test_dispatch_meta_outplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4607136Z test_dispatch_meta_outplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4607340Z test_dispatch_meta_outplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.4607631Z test_dispatch_meta_outplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:43:13.4607861Z test_dispatch_meta_outplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:43:13.4608064Z test_dispatch_meta_outplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:13.4608267Z test_dispatch_meta_outplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.4608469Z test_dispatch_meta_outplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.4608672Z test_dispatch_meta_outplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.506s) 2022-11-23T02:43:13.4608882Z test_dispatch_meta_outplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4609086Z test_dispatch_meta_outplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4609289Z test_dispatch_meta_outplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4609496Z test_dispatch_meta_outplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4609699Z test_dispatch_meta_outplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4609900Z test_dispatch_meta_outplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4610100Z test_dispatch_meta_outplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4610300Z test_dispatch_meta_outplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4610535Z test_dispatch_meta_outplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.4610761Z test_dispatch_meta_outplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.4610967Z test_dispatch_meta_outplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.4611184Z test_dispatch_meta_outplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4611570Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4611804Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4612119Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4612377Z test_dispatch_meta_outplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4612845Z test_dispatch_meta_outplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4613064Z test_dispatch_meta_outplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4613276Z test_dispatch_meta_outplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4613494Z test_dispatch_meta_outplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4613717Z test_dispatch_meta_outplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4613932Z test_dispatch_meta_outplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4614149Z test_dispatch_meta_outplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4614361Z test_dispatch_meta_outplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4614581Z test_dispatch_meta_outplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4614791Z test_dispatch_meta_outplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4614999Z test_dispatch_meta_outplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4615279Z test_dispatch_meta_outplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4615507Z test_dispatch_meta_outplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4615709Z test_dispatch_meta_outplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4615926Z test_dispatch_meta_outplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4616124Z test_dispatch_meta_outplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4616328Z test_dispatch_meta_outplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4616540Z test_dispatch_meta_outplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4616773Z test_dispatch_meta_outplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.725s) 2022-11-23T02:43:13.4617008Z test_dispatch_meta_outplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.716s) 2022-11-23T02:43:13.4617237Z test_dispatch_meta_outplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.4617464Z test_dispatch_meta_outplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:43:13.4617689Z test_dispatch_meta_outplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4618054Z test_dispatch_meta_outplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4618271Z test_dispatch_meta_outplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4618478Z test_dispatch_meta_outplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4618930Z test_dispatch_meta_outplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4619162Z test_dispatch_meta_outplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4619375Z test_dispatch_meta_outplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4619591Z test_dispatch_meta_outplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4619819Z test_dispatch_meta_outplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4620040Z test_dispatch_meta_outplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4620363Z test_dispatch_meta_outplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.4620584Z test_dispatch_meta_outplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:13.4620810Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4621041Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4621245Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4621458Z test_dispatch_meta_outplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4621703Z test_dispatch_meta_outplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4621951Z test_dispatch_meta_outplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4622196Z test_dispatch_meta_outplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4622435Z test_dispatch_meta_outplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4622654Z test_dispatch_meta_outplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4622943Z test_dispatch_meta_outplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4623174Z test_dispatch_meta_outplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4623381Z test_dispatch_meta_outplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4623601Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4623817Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4624173Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4624404Z test_dispatch_meta_outplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4624634Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4625095Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4625329Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4625545Z test_dispatch_meta_outplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4625777Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4626008Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4626239Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4626463Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4626677Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.4626904Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4627121Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4627330Z test_dispatch_meta_outplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4627547Z test_dispatch_meta_outplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4627762Z test_dispatch_meta_outplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4628081Z test_dispatch_meta_outplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4628294Z test_dispatch_meta_outplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4628538Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4628779Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4629017Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4629252Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4629465Z test_dispatch_meta_outplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4629681Z test_dispatch_meta_outplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4629890Z test_dispatch_meta_outplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4630101Z test_dispatch_meta_outplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4630553Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.4630809Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.4631030Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.4631472Z test_dispatch_meta_outplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.4631714Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4631949Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4632157Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4632379Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4632603Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4632825Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.4633044Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.223s) 2022-11-23T02:43:13.4633255Z test_dispatch_meta_outplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-11-23T02:43:13.4633476Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-11-23T02:43:13.4633710Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-11-23T02:43:13.4633937Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.286s) 2022-11-23T02:43:13.4634162Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:43:13.4634384Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.366s) 2022-11-23T02:43:13.4634599Z test_dispatch_meta_outplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.311s) 2022-11-23T02:43:13.4634833Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-11-23T02:43:13.4635063Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-11-23T02:43:13.4635289Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:43:13.4635619Z test_dispatch_meta_outplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:43:13.4635849Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.505s) 2022-11-23T02:43:13.4636079Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.489s) 2022-11-23T02:43:13.4636304Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.475s) 2022-11-23T02:43:13.4636529Z test_dispatch_meta_outplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.470s) 2022-11-23T02:43:13.4636975Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.4637225Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.4637610Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4637993Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.4638231Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4638548Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4638795Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4639012Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4639225Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4639434Z test_dispatch_meta_outplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4639651Z test_dispatch_meta_outplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.290s) 2022-11-23T02:43:13.4639870Z test_dispatch_meta_outplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.359s) 2022-11-23T02:43:13.4640089Z test_dispatch_meta_outplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.382s) 2022-11-23T02:43:13.4640304Z test_dispatch_meta_outplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.253s) 2022-11-23T02:43:13.4640516Z test_dispatch_meta_outplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.427s) 2022-11-23T02:43:13.4640728Z test_dispatch_meta_outplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.377s) 2022-11-23T02:43:13.4640979Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.210s) 2022-11-23T02:43:13.4641232Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.267s) 2022-11-23T02:43:13.4641487Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.256s) 2022-11-23T02:43:13.4641733Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.218s) 2022-11-23T02:43:13.4641973Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.281s) 2022-11-23T02:43:13.4642207Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.283s) 2022-11-23T02:43:13.4642424Z test_dispatch_meta_outplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:43:13.4642641Z test_dispatch_meta_outplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:43:13.4642836Z test_dispatch_meta_outplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4643294Z test_dispatch_meta_outplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4643542Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4643775Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.4644229Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4644475Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4644799Z test_dispatch_meta_outplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:13.4645117Z test_dispatch_meta_outplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:13.4645434Z test_dispatch_meta_outplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:13.4645828Z test_dispatch_meta_outplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:13.4646067Z test_dispatch_meta_outplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4646277Z test_dispatch_meta_outplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4646488Z test_dispatch_meta_outplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4646697Z test_dispatch_meta_outplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.4646923Z test_dispatch_meta_outplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.621s) 2022-11-23T02:43:13.4647150Z test_dispatch_meta_outplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.683s) 2022-11-23T02:43:13.4647368Z test_dispatch_meta_outplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4647590Z test_dispatch_meta_outplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4647813Z test_dispatch_meta_outplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:13.4648031Z test_dispatch_meta_outplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:43:13.4648245Z test_dispatch_meta_outplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:13.4648458Z test_dispatch_meta_outplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:13.4648684Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4648909Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4649110Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4649326Z test_dispatch_meta_outplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4649718Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.447s) 2022-11-23T02:43:13.4649962Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.437s) 2022-11-23T02:43:13.4650299Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.447s) 2022-11-23T02:43:13.4650663Z test_dispatch_meta_outplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.445s) 2022-11-23T02:43:13.4651000Z test_dispatch_meta_outplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-11-23T02:43:13.4651219Z test_dispatch_meta_outplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:43:13.4651431Z test_dispatch_meta_outplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-11-23T02:43:13.4651647Z test_dispatch_meta_outplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-11-23T02:43:13.4651873Z test_dispatch_meta_outplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4652097Z test_dispatch_meta_outplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.4652316Z test_dispatch_meta_outplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.4652535Z test_dispatch_meta_outplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.4652767Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4652998Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4653222Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4653513Z test_dispatch_meta_outplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4653767Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4653998Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4654227Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4654495Z test_dispatch_meta_outplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4654707Z test_dispatch_meta_outplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4654928Z test_dispatch_meta_outplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4655145Z test_dispatch_meta_outplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4655365Z test_dispatch_meta_outplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4655579Z test_dispatch_meta_outplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4655945Z test_dispatch_meta_outplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.4656170Z test_dispatch_meta_outplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4656380Z test_dispatch_meta_outplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4656844Z test_dispatch_meta_outplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4657077Z test_dispatch_meta_outplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-11-23T02:43:13.4657302Z test_dispatch_meta_outplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:43:13.4657527Z test_dispatch_meta_outplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.184s) 2022-11-23T02:43:13.4657740Z test_dispatch_meta_outplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.150s) 2022-11-23T02:43:13.4657957Z test_dispatch_meta_outplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:43:13.4658178Z test_dispatch_meta_outplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:43:13.4658404Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.482s) 2022-11-23T02:43:13.4658740Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.431s) 2022-11-23T02:43:13.4658968Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.429s) 2022-11-23T02:43:13.4659192Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.435s) 2022-11-23T02:43:13.4659414Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.430s) 2022-11-23T02:43:13.4659627Z test_dispatch_meta_outplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.407s) 2022-11-23T02:43:13.4659823Z test_dispatch_meta_outplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4660040Z test_dispatch_meta_outplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.4660255Z test_dispatch_meta_outplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4660468Z test_dispatch_meta_outplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.4660677Z test_dispatch_meta_outplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.4660881Z test_dispatch_meta_outplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.4661175Z test_dispatch_meta_outplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.4661402Z test_dispatch_meta_outplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.4661608Z test_dispatch_meta_outplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.4661813Z test_dispatch_meta_outplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.4662173Z test_dispatch_meta_outplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.4662400Z test_dispatch_meta_outplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4662601Z test_dispatch_meta_outplace_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4662818Z test_dispatch_meta_outplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4663139Z test_dispatch_meta_outplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4663450Z test_dispatch_meta_outplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4663659Z test_dispatch_meta_outplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4663863Z test_dispatch_meta_outplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4664062Z test_dispatch_meta_outplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4664262Z test_dispatch_meta_outplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4664449Z test_dispatch_meta_outplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4664648Z test_dispatch_meta_outplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4664845Z test_dispatch_meta_outplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4665055Z test_dispatch_meta_outplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4665254Z test_dispatch_meta_outplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4665457Z test_dispatch_meta_outplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4665656Z test_dispatch_meta_outplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4665861Z test_dispatch_meta_outplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4666059Z test_dispatch_meta_outplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4666947Z test_dispatch_meta_outplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4667144Z test_dispatch_meta_outplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4667342Z test_dispatch_meta_outplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4667546Z test_dispatch_meta_outplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4667750Z test_dispatch_meta_outplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4667947Z test_dispatch_meta_outplace_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4668157Z test_dispatch_meta_outplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4668362Z test_dispatch_meta_outplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4668728Z test_dispatch_meta_outplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4668957Z test_dispatch_meta_outplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4669142Z test_dispatch_meta_outplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4669341Z test_dispatch_meta_outplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4669743Z test_dispatch_meta_outplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4669961Z test_dispatch_meta_outplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4670285Z test_dispatch_meta_outplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4670484Z test_dispatch_meta_outplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4670687Z test_dispatch_meta_outplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4670890Z test_dispatch_meta_outplace_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4671095Z test_dispatch_meta_outplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4671299Z test_dispatch_meta_outplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4671505Z test_dispatch_meta_outplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4671706Z test_dispatch_meta_outplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4671904Z test_dispatch_meta_outplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4672103Z test_dispatch_meta_outplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4672300Z test_dispatch_meta_outplace_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4672490Z test_dispatch_meta_outplace_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4672680Z test_dispatch_meta_outplace_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4672874Z test_dispatch_meta_outplace_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4673047Z test_dispatch_meta_outplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4673263Z test_dispatch_meta_outplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4673477Z test_dispatch_meta_outplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4673690Z test_dispatch_meta_outplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4673904Z test_dispatch_meta_outplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4674138Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4674470Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4674709Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4674946Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4675182Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4675532Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4675772Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4676002Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4676436Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4676681Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4676905Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4677212Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4677456Z test_dispatch_meta_outplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4677673Z test_dispatch_meta_outplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4677884Z test_dispatch_meta_outplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4678097Z test_dispatch_meta_outplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4678308Z test_dispatch_meta_outplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4678509Z test_dispatch_meta_outplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4678721Z test_dispatch_meta_outplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4678942Z test_dispatch_meta_outplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4679165Z test_dispatch_meta_outplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4679382Z test_dispatch_meta_outplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4679600Z test_dispatch_meta_outplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4679808Z test_dispatch_meta_outplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4680016Z test_dispatch_meta_outplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4680224Z test_dispatch_meta_outplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4680429Z test_dispatch_meta_outplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4680642Z test_dispatch_meta_outplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4680853Z test_dispatch_meta_outplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4681074Z test_dispatch_meta_outplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.565s) 2022-11-23T02:43:13.4681292Z test_dispatch_meta_outplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.522s) 2022-11-23T02:43:13.4681507Z test_dispatch_meta_outplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4681894Z test_dispatch_meta_outplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4682222Z test_dispatch_meta_outplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4682529Z test_dispatch_meta_outplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4682858Z test_dispatch_meta_outplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4683071Z test_dispatch_meta_outplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4683261Z test_dispatch_meta_outplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4683462Z test_dispatch_meta_outplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4683676Z test_dispatch_meta_outplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4683885Z test_dispatch_meta_outplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4684105Z test_dispatch_meta_outplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4684327Z test_dispatch_meta_outplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4684539Z test_dispatch_meta_outplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4684830Z test_dispatch_meta_outplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4685065Z test_dispatch_meta_outplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4685270Z test_dispatch_meta_outplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4685474Z test_dispatch_meta_outplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4685675Z test_dispatch_meta_outplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.4685882Z test_dispatch_meta_outplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4686086Z test_dispatch_meta_outplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4686295Z test_dispatch_meta_outplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4686502Z test_dispatch_meta_outplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4686726Z test_dispatch_meta_outplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.601s) 2022-11-23T02:43:13.4686941Z test_dispatch_meta_outplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.607s) 2022-11-23T02:43:13.4687151Z test_dispatch_meta_outplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4687360Z test_dispatch_meta_outplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4687550Z test_dispatch_meta_outplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4687764Z test_dispatch_meta_outplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4688100Z test_dispatch_meta_outplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4688315Z test_dispatch_meta_outplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4688524Z test_dispatch_meta_outplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4688834Z test_dispatch_meta_outplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4689161Z test_dispatch_meta_outplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4689371Z test_dispatch_meta_outplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4689589Z test_dispatch_meta_outplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.605s) 2022-11-23T02:43:13.4689909Z test_dispatch_meta_outplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.575s) 2022-11-23T02:43:13.4690125Z test_dispatch_meta_outplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4690338Z test_dispatch_meta_outplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4690550Z test_dispatch_meta_outplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4690760Z test_dispatch_meta_outplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4690969Z test_dispatch_meta_outplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4691171Z test_dispatch_meta_outplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4691374Z test_dispatch_meta_outplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4691575Z test_dispatch_meta_outplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4691786Z test_dispatch_meta_outplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4691986Z test_dispatch_meta_outplace_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4692174Z test_dispatch_meta_outplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4692453Z test_dispatch_meta_outplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4692679Z test_dispatch_meta_outplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4692880Z test_dispatch_meta_outplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4693077Z test_dispatch_meta_outplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4693276Z test_dispatch_meta_outplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4693485Z test_dispatch_meta_outplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4693684Z test_dispatch_meta_outplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4693894Z test_dispatch_meta_outplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.705s) 2022-11-23T02:43:13.4694118Z test_dispatch_meta_outplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.682s) 2022-11-23T02:43:13.4694454Z test_dispatch_meta_outplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.743s) 2022-11-23T02:43:13.4694664Z test_dispatch_meta_outplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.705s) 2022-11-23T02:43:13.4694873Z test_dispatch_meta_outplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.690s) 2022-11-23T02:43:13.4695297Z test_dispatch_meta_outplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.757s) 2022-11-23T02:43:13.4695512Z test_dispatch_meta_outplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.624s) 2022-11-23T02:43:13.4695721Z test_dispatch_meta_outplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.626s) 2022-11-23T02:43:13.4695924Z test_dispatch_meta_outplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.681s) 2022-11-23T02:43:13.4696132Z test_dispatch_meta_outplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.253s) 2022-11-23T02:43:13.4696338Z test_dispatch_meta_outplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-11-23T02:43:13.4696553Z test_dispatch_meta_outplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4696742Z test_dispatch_meta_outplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4696954Z test_dispatch_meta_outplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4697164Z test_dispatch_meta_outplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.4697477Z test_dispatch_meta_outplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.4697683Z test_dispatch_meta_outplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4697891Z test_dispatch_meta_outplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4698099Z test_dispatch_meta_outplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4698303Z test_dispatch_meta_outplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4698510Z test_dispatch_meta_outplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4698715Z test_dispatch_meta_outplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4698914Z test_dispatch_meta_outplace_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4699118Z test_dispatch_meta_outplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4699328Z test_dispatch_meta_outplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4699533Z test_dispatch_meta_outplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4699735Z test_dispatch_meta_outplace_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4700016Z test_dispatch_meta_outplace_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4700238Z test_dispatch_meta_outplace_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4700551Z test_dispatch_meta_outplace_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4700763Z test_dispatch_meta_outplace_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4700937Z test_dispatch_meta_outplace_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4701140Z test_dispatch_meta_outplace_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4701557Z test_dispatch_meta_outplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4701769Z test_dispatch_meta_outplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4701970Z test_dispatch_meta_outplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4702169Z test_dispatch_meta_outplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4702361Z test_dispatch_meta_outplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4702549Z test_dispatch_meta_outplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4702744Z test_dispatch_meta_outplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4702934Z test_dispatch_meta_outplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4703124Z test_dispatch_meta_outplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4703315Z test_dispatch_meta_outplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4703502Z test_dispatch_meta_outplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4703708Z test_dispatch_meta_outplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.4703911Z test_dispatch_meta_outplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.4704109Z test_dispatch_meta_outplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4704300Z test_dispatch_meta_outplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.4704512Z test_dispatch_meta_outplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4704725Z test_dispatch_meta_outplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4705023Z test_dispatch_meta_outplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.4705229Z test_dispatch_meta_outplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.4705445Z test_dispatch_meta_outplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4705660Z test_dispatch_meta_outplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4705871Z test_dispatch_meta_outplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4706080Z test_dispatch_meta_outplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4706280Z test_dispatch_meta_outplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4706476Z test_dispatch_meta_outplace_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4706788Z test_dispatch_meta_outplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4707015Z test_dispatch_meta_outplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4707218Z test_dispatch_meta_outplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4708119Z test_dispatch_meta_outplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4708384Z test_dispatch_meta_outplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4708573Z test_dispatch_meta_outplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4708769Z test_dispatch_meta_outplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4708961Z test_dispatch_meta_outplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4709147Z test_dispatch_meta_outplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4709344Z test_dispatch_meta_outplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4709531Z test_dispatch_meta_outplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4709714Z test_dispatch_meta_outplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4709911Z test_dispatch_meta_outplace_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4710114Z test_dispatch_meta_outplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4710318Z test_dispatch_meta_outplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4710520Z test_dispatch_meta_outplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4710715Z test_dispatch_meta_outplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4710907Z test_dispatch_meta_outplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4711103Z test_dispatch_meta_outplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4711291Z test_dispatch_meta_outplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4711476Z test_dispatch_meta_outplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4711662Z test_dispatch_meta_outplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4711853Z test_dispatch_meta_outplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4712038Z test_dispatch_meta_outplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4712259Z test_dispatch_meta_outplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:43:13.4712474Z test_dispatch_meta_outplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-11-23T02:43:13.4712687Z test_dispatch_meta_outplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-11-23T02:43:13.4713202Z test_dispatch_meta_outplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.219s) 2022-11-23T02:43:13.4713422Z test_dispatch_meta_outplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-11-23T02:43:13.4713631Z test_dispatch_meta_outplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.225s) 2022-11-23T02:43:13.4713963Z test_dispatch_meta_outplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.186s) 2022-11-23T02:43:13.4714260Z test_dispatch_meta_outplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-11-23T02:43:13.4714464Z test_dispatch_meta_outplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:43:13.4714681Z test_dispatch_meta_outplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.245s) 2022-11-23T02:43:13.4714890Z test_dispatch_meta_outplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-11-23T02:43:13.4715110Z test_dispatch_meta_outplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.242s) 2022-11-23T02:43:13.4715322Z test_dispatch_meta_outplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.233s) 2022-11-23T02:43:13.4715530Z test_dispatch_meta_outplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:43:13.4715815Z test_dispatch_meta_outplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-11-23T02:43:13.4716039Z test_dispatch_meta_outplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.200s) 2022-11-23T02:43:13.4716245Z test_dispatch_meta_outplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.203s) 2022-11-23T02:43:13.4716446Z test_dispatch_meta_outplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:43:13.4716667Z test_dispatch_meta_outplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:43:13.4716892Z test_dispatch_meta_outplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:43:13.4717112Z test_dispatch_meta_outplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:43:13.4717330Z test_dispatch_meta_outplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.144s) 2022-11-23T02:43:13.4717547Z test_dispatch_meta_outplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:13.4717760Z test_dispatch_meta_outplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:13.4717974Z test_dispatch_meta_outplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:43:13.4718188Z test_dispatch_meta_outplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:43:13.4718380Z test_dispatch_meta_outplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:13.4718604Z test_dispatch_meta_outplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.144s) 2022-11-23T02:43:13.4718820Z test_dispatch_meta_outplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-11-23T02:43:13.4719039Z test_dispatch_meta_outplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:43:13.4719418Z test_dispatch_meta_outplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.144s) 2022-11-23T02:43:13.4719649Z test_dispatch_meta_outplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:43:13.4719860Z test_dispatch_meta_outplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:43:13.4720174Z test_dispatch_meta_outplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:43:13.4720503Z test_dispatch_meta_outplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:13.4720717Z test_dispatch_meta_outplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:43:13.4721038Z test_dispatch_meta_outplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4721266Z test_dispatch_meta_outplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4721493Z test_dispatch_meta_outplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4721710Z test_dispatch_meta_outplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4721932Z test_dispatch_meta_outplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4722149Z test_dispatch_meta_outplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4722366Z test_dispatch_meta_outplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4722580Z test_dispatch_meta_outplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4722799Z test_dispatch_meta_outplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4723013Z test_dispatch_meta_outplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4723301Z test_dispatch_meta_outplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4723522Z test_dispatch_meta_outplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.4723746Z test_dispatch_meta_outplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4723967Z test_dispatch_meta_outplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.4724183Z test_dispatch_meta_outplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.4724401Z test_dispatch_meta_outplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4724620Z test_dispatch_meta_outplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4724834Z test_dispatch_meta_outplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4725047Z test_dispatch_meta_outplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.4725258Z test_dispatch_meta_outplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4725469Z test_dispatch_meta_outplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4725863Z test_dispatch_meta_outplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.4726089Z test_dispatch_meta_outplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4726298Z test_dispatch_meta_outplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4726639Z test_dispatch_meta_outplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4726966Z test_dispatch_meta_outplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4727187Z test_dispatch_meta_outplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4727403Z test_dispatch_meta_outplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4727612Z test_dispatch_meta_outplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4727823Z test_dispatch_meta_outplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4728031Z test_dispatch_meta_outplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4728222Z test_dispatch_meta_outplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4728530Z test_dispatch_meta_outplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4728737Z test_dispatch_meta_outplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4728936Z test_dispatch_meta_outplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4729166Z test_dispatch_meta_outplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4729391Z test_dispatch_meta_outplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.4729610Z test_dispatch_meta_outplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.4729823Z test_dispatch_meta_outplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.4730050Z test_dispatch_meta_outplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.4730277Z test_dispatch_meta_outplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.4730492Z test_dispatch_meta_outplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4730711Z test_dispatch_meta_outplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.369s) 2022-11-23T02:43:13.4730998Z test_dispatch_meta_outplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.363s) 2022-11-23T02:43:13.4731228Z test_dispatch_meta_outplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.373s) 2022-11-23T02:43:13.4731439Z test_dispatch_meta_outplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.396s) 2022-11-23T02:43:13.4731657Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.316s) 2022-11-23T02:43:13.4731875Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.329s) 2022-11-23T02:43:13.4732267Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.330s) 2022-11-23T02:43:13.4732497Z test_dispatch_meta_outplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.317s) 2022-11-23T02:43:13.4732713Z test_dispatch_meta_outplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.323s) 2022-11-23T02:43:13.4733144Z test_dispatch_meta_outplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.603s) 2022-11-23T02:43:13.4733481Z test_dispatch_meta_outplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.458s) 2022-11-23T02:43:13.4733706Z test_dispatch_meta_outplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.436s) 2022-11-23T02:43:13.4733924Z test_dispatch_meta_outplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.476s) 2022-11-23T02:43:13.4734136Z test_dispatch_meta_outplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.583s) 2022-11-23T02:43:13.4734351Z test_dispatch_meta_outplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.559s) 2022-11-23T02:43:13.4734566Z test_dispatch_meta_outplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.538s) 2022-11-23T02:43:13.4734771Z test_dispatch_meta_outplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.476s) 2022-11-23T02:43:13.4734979Z test_dispatch_meta_outplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.447s) 2022-11-23T02:43:13.4735182Z test_dispatch_meta_outplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.454s) 2022-11-23T02:43:13.4735386Z test_dispatch_meta_outplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.457s) 2022-11-23T02:43:13.4735584Z test_dispatch_meta_outplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.496s) 2022-11-23T02:43:13.4735798Z test_dispatch_meta_outplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4736129Z test_dispatch_meta_outplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4736346Z test_dispatch_meta_outplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4736561Z test_dispatch_meta_outplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.431s) 2022-11-23T02:43:13.4736776Z test_dispatch_meta_outplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.462s) 2022-11-23T02:43:13.4736987Z test_dispatch_meta_outplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.406s) 2022-11-23T02:43:13.4737199Z test_dispatch_meta_outplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.337s) 2022-11-23T02:43:13.4737425Z test_dispatch_meta_outplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:43:13.4737655Z test_dispatch_meta_outplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:43:13.4737870Z test_dispatch_meta_outplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:43:13.4738090Z test_dispatch_meta_outplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:13.4738305Z test_dispatch_meta_outplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:43:13.4738747Z test_dispatch_meta_outplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:43:13.4738997Z test_dispatch_meta_outplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.303s) 2022-11-23T02:43:13.4739211Z test_dispatch_meta_outplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.251s) 2022-11-23T02:43:13.4739661Z test_dispatch_meta_outplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-11-23T02:43:13.4739890Z test_dispatch_meta_outplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-11-23T02:43:13.4740107Z test_dispatch_meta_outplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.306s) 2022-11-23T02:43:13.4740317Z test_dispatch_meta_outplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.268s) 2022-11-23T02:43:13.4740529Z test_dispatch_meta_outplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.265s) 2022-11-23T02:43:13.4740740Z test_dispatch_meta_outplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.235s) 2022-11-23T02:43:13.4740948Z test_dispatch_meta_outplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-11-23T02:43:13.4741150Z test_dispatch_meta_outplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.222s) 2022-11-23T02:43:13.4741356Z test_dispatch_meta_outplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-11-23T02:43:13.4741555Z test_dispatch_meta_outplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-11-23T02:43:13.4741781Z test_dispatch_meta_outplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4741996Z test_dispatch_meta_outplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4742225Z test_dispatch_meta_outplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4742451Z test_dispatch_meta_outplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4742669Z test_dispatch_meta_outplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4742873Z test_dispatch_meta_outplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4743093Z test_dispatch_meta_outplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4743306Z test_dispatch_meta_outplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4743629Z test_dispatch_meta_outplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4743844Z test_dispatch_meta_outplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4744063Z test_dispatch_meta_outplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4744278Z test_dispatch_meta_outplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4744492Z test_dispatch_meta_outplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4744703Z test_dispatch_meta_outplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4745085Z test_dispatch_meta_outplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4745314Z test_dispatch_meta_outplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4745528Z test_dispatch_meta_outplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4745989Z test_dispatch_meta_outplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4746211Z test_dispatch_meta_outplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4746511Z test_dispatch_meta_outplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4746742Z test_dispatch_meta_outplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4746954Z test_dispatch_meta_outplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4747163Z test_dispatch_meta_outplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4747368Z test_dispatch_meta_outplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4747588Z test_dispatch_meta_outplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.4747809Z test_dispatch_meta_outplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.4748011Z test_dispatch_meta_outplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.4748233Z test_dispatch_meta_outplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.4748455Z test_dispatch_meta_outplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.4748669Z test_dispatch_meta_outplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.4748881Z test_dispatch_meta_outplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.4749094Z test_dispatch_meta_outplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.4749308Z test_dispatch_meta_outplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.497s) 2022-11-23T02:43:13.4749529Z test_dispatch_meta_outplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.045s) 2022-11-23T02:43:13.4749745Z test_dispatch_meta_outplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.046s) 2022-11-23T02:43:13.4749959Z test_dispatch_meta_outplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.499s) 2022-11-23T02:43:13.4750175Z test_dispatch_meta_outplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.354s) 2022-11-23T02:43:13.4750380Z test_dispatch_meta_outplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.423s) 2022-11-23T02:43:13.4750583Z test_dispatch_meta_outplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.015s) 2022-11-23T02:43:13.4750788Z test_dispatch_meta_outplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.061s) 2022-11-23T02:43:13.4750987Z test_dispatch_meta_outplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.072s) 2022-11-23T02:43:13.4751438Z test_dispatch_meta_outplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.913s) 2022-11-23T02:43:13.4751639Z test_dispatch_meta_outplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.897s) 2022-11-23T02:43:13.4751853Z test_dispatch_meta_outplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.257s) 2022-11-23T02:43:13.4752288Z test_dispatch_meta_outplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.250s) 2022-11-23T02:43:13.4752517Z test_dispatch_meta_outplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-11-23T02:43:13.4752716Z test_dispatch_meta_outplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-11-23T02:43:13.4752925Z test_dispatch_meta_outplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.268s) 2022-11-23T02:43:13.4753134Z test_dispatch_meta_outplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.252s) 2022-11-23T02:43:13.4753344Z test_dispatch_meta_outplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.230s) 2022-11-23T02:43:13.4753551Z test_dispatch_meta_outplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-11-23T02:43:13.4753757Z test_dispatch_meta_outplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:43:13.4754047Z test_dispatch_meta_outplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.200s) 2022-11-23T02:43:13.4754316Z test_dispatch_meta_outplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.221s) 2022-11-23T02:43:13.4754519Z test_dispatch_meta_outplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-11-23T02:43:13.4754730Z test_dispatch_meta_outplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.430s) 2022-11-23T02:43:13.4754950Z test_dispatch_meta_outplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.980s) 2022-11-23T02:43:13.4755166Z test_dispatch_meta_outplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.943s) 2022-11-23T02:43:13.4755380Z test_dispatch_meta_outplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.416s) 2022-11-23T02:43:13.4755589Z test_dispatch_meta_outplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.241s) 2022-11-23T02:43:13.4755799Z test_dispatch_meta_outplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.230s) 2022-11-23T02:43:13.4756010Z test_dispatch_meta_outplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.820s) 2022-11-23T02:43:13.4756216Z test_dispatch_meta_outplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.858s) 2022-11-23T02:43:13.4756416Z test_dispatch_meta_outplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.905s) 2022-11-23T02:43:13.4756622Z test_dispatch_meta_outplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.952s) 2022-11-23T02:43:13.4756820Z test_dispatch_meta_outplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.897s) 2022-11-23T02:43:13.4757011Z test_dispatch_meta_outplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.4757222Z test_dispatch_meta_outplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.4757597Z test_dispatch_meta_outplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.4757816Z test_dispatch_meta_outplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.4758021Z test_dispatch_meta_outplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.4758347Z test_dispatch_meta_outplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.4758654Z test_dispatch_meta_outplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4758877Z test_dispatch_meta_outplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4759197Z test_dispatch_meta_outplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4759407Z test_dispatch_meta_outplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4759615Z test_dispatch_meta_outplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4759825Z test_dispatch_meta_outplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4760040Z test_dispatch_meta_outplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4760246Z test_dispatch_meta_outplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4760457Z test_dispatch_meta_outplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4760668Z test_dispatch_meta_outplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4760879Z test_dispatch_meta_outplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4761085Z test_dispatch_meta_outplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4761290Z test_dispatch_meta_outplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4761565Z test_dispatch_meta_outplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4761777Z test_dispatch_meta_outplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4761979Z test_dispatch_meta_outplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4762228Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (7.430s) 2022-11-23T02:43:13.4762476Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (7.959s) 2022-11-23T02:43:13.4762714Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.768s) 2022-11-23T02:43:13.4762945Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (7.849s) 2022-11-23T02:43:13.4763181Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4763409Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4763647Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4763994Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4764225Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4764450Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4764881Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4765100Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4765321Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4765537Z test_dispatch_meta_outplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4765769Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4765997Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4766228Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4766457Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4766791Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4767019Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4767248Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4767460Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4767685Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4767908Z test_dispatch_meta_outplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4768121Z test_dispatch_meta_outplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4768330Z test_dispatch_meta_outplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4768541Z test_dispatch_meta_outplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4768748Z test_dispatch_meta_outplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4769023Z test_dispatch_meta_outplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4769247Z test_dispatch_meta_outplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4769450Z test_dispatch_meta_outplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4769654Z test_dispatch_meta_outplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4769856Z test_dispatch_meta_outplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4770199Z test_dispatch_meta_outplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4770411Z test_dispatch_meta_outplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4770624Z test_dispatch_meta_outplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4770959Z test_dispatch_meta_outplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4771272Z test_dispatch_meta_outplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4771478Z test_dispatch_meta_outplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4771677Z test_dispatch_meta_outplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4771861Z test_dispatch_meta_outplace_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4772067Z test_dispatch_meta_outplace_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4772275Z test_dispatch_meta_outplace_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4772472Z test_dispatch_meta_outplace_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4772676Z test_dispatch_meta_outplace_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4772878Z test_dispatch_meta_outplace_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4773082Z test_dispatch_meta_outplace_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4773302Z test_dispatch_meta_outplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4773542Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4773775Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4774017Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4774370Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4774606Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4774841Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4775065Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4775293Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4775521Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4775747Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4775980Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4776207Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4776571Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4776907Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4777369Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4777626Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4777863Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4778101Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4778339Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4778574Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4778810Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4779037Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4779269Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4779501Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4779716Z test_dispatch_meta_outplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4779929Z test_dispatch_meta_outplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4780142Z test_dispatch_meta_outplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4780352Z test_dispatch_meta_outplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4780562Z test_dispatch_meta_outplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4780770Z test_dispatch_meta_outplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4780976Z test_dispatch_meta_outplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4781175Z test_dispatch_meta_outplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4781380Z test_dispatch_meta_outplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4781685Z test_dispatch_meta_outplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4781917Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4782144Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4782362Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4782761Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4783000Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4783222Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4783657Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4783887Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4784109Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4784325Z test_dispatch_meta_outplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4784643Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4784891Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4785122Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4785352Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4785582Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4785812Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4786038Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4786266Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4786493Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4786716Z test_dispatch_meta_outplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4786925Z test_dispatch_meta_outplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4787163Z test_dispatch_meta_outplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4787370Z test_dispatch_meta_outplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4787561Z test_dispatch_meta_outplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4787763Z test_dispatch_meta_outplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4787969Z test_dispatch_meta_outplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4788177Z test_dispatch_meta_outplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4788380Z test_dispatch_meta_outplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4788583Z test_dispatch_meta_outplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4788872Z test_dispatch_meta_outplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4789114Z test_dispatch_meta_outplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4790261Z test_dispatch_meta_outplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4790471Z test_dispatch_meta_outplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4790671Z test_dispatch_meta_outplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4790870Z test_dispatch_meta_outplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4791060Z test_dispatch_meta_outplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4791263Z test_dispatch_meta_outplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4791510Z test_dispatch_meta_outplace_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4791715Z test_dispatch_meta_outplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4791919Z test_dispatch_meta_outplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4792123Z test_dispatch_meta_outplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4792315Z test_dispatch_meta_outplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4792489Z test_dispatch_meta_outplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4792776Z test_dispatch_meta_outplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4792999Z test_dispatch_meta_outplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4793185Z test_dispatch_meta_outplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4793393Z test_dispatch_meta_outplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4793593Z test_dispatch_meta_outplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4793809Z test_dispatch_meta_outplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4794026Z test_dispatch_meta_outplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4794240Z test_dispatch_meta_outplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4794447Z test_dispatch_meta_outplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4794656Z test_dispatch_meta_outplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4794859Z test_dispatch_meta_outplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4795061Z test_dispatch_meta_outplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4795263Z test_dispatch_meta_outplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4795467Z test_dispatch_meta_outplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4795847Z test_dispatch_meta_outplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4796055Z test_dispatch_meta_outplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4796260Z test_dispatch_meta_outplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4796468Z test_dispatch_meta_outplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4796655Z test_dispatch_meta_outplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4796982Z test_dispatch_meta_outplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4797304Z test_dispatch_meta_outplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4797514Z test_dispatch_meta_outplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4797712Z test_dispatch_meta_outplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4798018Z test_dispatch_meta_outplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4798219Z test_dispatch_meta_outplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4798424Z test_dispatch_meta_outplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4798626Z test_dispatch_meta_outplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4798832Z test_dispatch_meta_outplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4799036Z test_dispatch_meta_outplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4799239Z test_dispatch_meta_outplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4799438Z test_dispatch_meta_outplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4799639Z test_dispatch_meta_outplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4799844Z test_dispatch_meta_outplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4800046Z test_dispatch_meta_outplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4800240Z test_dispatch_meta_outplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4800501Z test_dispatch_meta_outplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4800720Z test_dispatch_meta_outplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4800893Z test_dispatch_meta_outplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4801110Z test_dispatch_meta_outplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4801327Z test_dispatch_meta_outplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4801548Z test_dispatch_meta_outplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4801747Z test_dispatch_meta_outplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4801951Z test_dispatch_meta_outplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4802163Z test_dispatch_meta_outplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4802363Z test_dispatch_meta_outplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4802555Z test_dispatch_meta_outplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4802883Z test_dispatch_meta_outplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4803121Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4803352Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4803585Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4803909Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4804247Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.4810977Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4811413Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4811665Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.4811908Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4812328Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4812565Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4812790Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.4813025Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4813265Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4813495Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4813724Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.4813941Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.4814179Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.4814408Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.4814628Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.4814937Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4815186Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.4815415Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4815642Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4815858Z test_dispatch_meta_outplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4816073Z test_dispatch_meta_outplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4816287Z test_dispatch_meta_outplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4816500Z test_dispatch_meta_outplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4816876Z test_dispatch_meta_outplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4817096Z test_dispatch_meta_outplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4817303Z test_dispatch_meta_outplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4817503Z test_dispatch_meta_outplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4817712Z test_dispatch_meta_outplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4818038Z test_dispatch_meta_outplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4818383Z test_dispatch_meta_outplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.278s) 2022-11-23T02:43:13.4818598Z test_dispatch_meta_outplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-11-23T02:43:13.4818807Z test_dispatch_meta_outplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.243s) 2022-11-23T02:43:13.4818992Z test_dispatch_meta_outplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.286s) 2022-11-23T02:43:13.4819207Z test_dispatch_meta_outplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4819420Z test_dispatch_meta_outplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4819626Z test_dispatch_meta_outplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4819831Z test_dispatch_meta_outplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4820152Z test_dispatch_meta_outplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4820353Z test_dispatch_meta_outplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4820561Z test_dispatch_meta_outplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4820777Z test_dispatch_meta_outplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4820996Z test_dispatch_meta_outplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.810s) 2022-11-23T02:43:13.4821216Z test_dispatch_meta_outplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.855s) 2022-11-23T02:43:13.4821426Z test_dispatch_meta_outplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4821633Z test_dispatch_meta_outplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4821849Z test_dispatch_meta_outplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.4822055Z test_dispatch_meta_outplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4822263Z test_dispatch_meta_outplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.4822542Z test_dispatch_meta_outplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.4822768Z test_dispatch_meta_outplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4822972Z test_dispatch_meta_outplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4823159Z test_dispatch_meta_outplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4823360Z test_dispatch_meta_outplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4823630Z test_dispatch_meta_outplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.4824036Z test_dispatch_meta_outplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.4824307Z test_dispatch_meta_outplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.4824574Z test_dispatch_meta_outplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.4824912Z test_dispatch_meta_outplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:13.4825310Z test_dispatch_meta_outplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.4825581Z test_dispatch_meta_outplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.4825840Z test_dispatch_meta_outplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.4826096Z test_dispatch_meta_outplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.4826356Z test_dispatch_meta_outplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.4826609Z test_dispatch_meta_outplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.4826864Z test_dispatch_meta_outplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.4827114Z test_dispatch_meta_outplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.4827328Z test_dispatch_meta_outplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4827642Z test_dispatch_meta_outplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4827860Z test_dispatch_meta_outplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4828074Z test_dispatch_meta_outplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4828293Z test_dispatch_meta_outplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4828503Z test_dispatch_meta_outplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4828710Z test_dispatch_meta_outplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4828918Z test_dispatch_meta_outplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4829123Z test_dispatch_meta_outplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4829313Z test_dispatch_meta_outplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4829522Z test_dispatch_meta_outplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4829730Z test_dispatch_meta_outplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4829931Z test_dispatch_meta_outplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4830235Z test_dispatch_meta_outplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.4830485Z test_dispatch_meta_outplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4830865Z test_dispatch_meta_outplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.4831092Z test_dispatch_meta_outplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4831336Z test_dispatch_meta_outplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4831579Z test_dispatch_meta_outplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4831817Z test_dispatch_meta_outplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4832169Z test_dispatch_meta_outplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4832508Z test_dispatch_meta_outplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.4832732Z test_dispatch_meta_outplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.4832948Z test_dispatch_meta_outplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.4833161Z test_dispatch_meta_outplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.4833371Z test_dispatch_meta_outplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4833571Z test_dispatch_meta_outplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4833767Z test_dispatch_meta_outplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4833963Z test_dispatch_meta_outplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4834152Z test_dispatch_meta_outplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4834352Z test_dispatch_meta_outplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4834543Z test_dispatch_meta_outplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4834738Z test_dispatch_meta_outplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4834928Z test_dispatch_meta_outplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4835226Z test_dispatch_meta_outplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4835422Z test_dispatch_meta_outplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4835607Z test_dispatch_meta_outplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4835813Z test_dispatch_meta_outplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4836020Z test_dispatch_meta_outplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4836226Z test_dispatch_meta_outplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4836431Z test_dispatch_meta_outplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.4836632Z test_dispatch_meta_outplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4836834Z test_dispatch_meta_outplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4837038Z test_dispatch_meta_outplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4837219Z test_dispatch_meta_outplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4837414Z test_dispatch_meta_outplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4838294Z test_dispatch_meta_outplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4838570Z test_dispatch_meta_outplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4838762Z test_dispatch_meta_outplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4839117Z test_dispatch_meta_outplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4839447Z test_dispatch_meta_outplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4839673Z test_dispatch_meta_outplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4839893Z test_dispatch_meta_outplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4840108Z test_dispatch_meta_outplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4840316Z test_dispatch_meta_outplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4840527Z test_dispatch_meta_outplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4840731Z test_dispatch_meta_outplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4840937Z test_dispatch_meta_outplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4841142Z test_dispatch_meta_outplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4841341Z test_dispatch_meta_outplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4841548Z test_dispatch_meta_outplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4841753Z test_dispatch_meta_outplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4841981Z test_dispatch_meta_outplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4842205Z test_dispatch_meta_outplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4842423Z test_dispatch_meta_outplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4842649Z test_dispatch_meta_outplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4842877Z test_dispatch_meta_outplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4843104Z test_dispatch_meta_outplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4843455Z test_dispatch_meta_outplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4843670Z test_dispatch_meta_outplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4843890Z test_dispatch_meta_outplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4844104Z test_dispatch_meta_outplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4844312Z test_dispatch_meta_outplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4844528Z test_dispatch_meta_outplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4844886Z test_dispatch_meta_outplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4845106Z test_dispatch_meta_outplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4845316Z test_dispatch_meta_outplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4845531Z test_dispatch_meta_outplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4845746Z test_dispatch_meta_outplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4846161Z test_dispatch_meta_outplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4846525Z test_dispatch_meta_outplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4846739Z test_dispatch_meta_outplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4846938Z test_dispatch_meta_outplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4847139Z test_dispatch_meta_outplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4847331Z test_dispatch_meta_outplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4847533Z test_dispatch_meta_outplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4847737Z test_dispatch_meta_outplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4847939Z test_dispatch_meta_outplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4848151Z test_dispatch_meta_outplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4848350Z test_dispatch_meta_outplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4848564Z test_dispatch_meta_outplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4848776Z test_dispatch_meta_outplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4848988Z test_dispatch_meta_outplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4849198Z test_dispatch_meta_outplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4849402Z test_dispatch_meta_outplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4849602Z test_dispatch_meta_outplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4849805Z test_dispatch_meta_outplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4850006Z test_dispatch_meta_outplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4850206Z test_dispatch_meta_outplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4850409Z test_dispatch_meta_outplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4850607Z test_dispatch_meta_outplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4850925Z test_dispatch_meta_outplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4851128Z test_dispatch_meta_outplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4851344Z test_dispatch_meta_outplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4851545Z test_dispatch_meta_outplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4851906Z test_dispatch_meta_outplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4852130Z test_dispatch_meta_outplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4852338Z test_dispatch_meta_outplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4852540Z test_dispatch_meta_outplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4852744Z test_dispatch_meta_outplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4853079Z test_dispatch_meta_outplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4853298Z test_dispatch_meta_outplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4853676Z test_dispatch_meta_outplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4853899Z test_dispatch_meta_outplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4854115Z test_dispatch_meta_outplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4854365Z test_dispatch_meta_outplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4854578Z test_dispatch_meta_outplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4854866Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:43:13.4855155Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:43:13.4855434Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.4855713Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.4855968Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4856216Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4856454Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4856692Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4856935Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4857174Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4857392Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4857626Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4857864Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4858101Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4858442Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4858675Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4859079Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4859323Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4859556Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4859788Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4860132Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4860488Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4860730Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4861045Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4861303Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4861536Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4861768Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4861999Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4862247Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4862490Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4862734Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4862976Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4863210Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4863446Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4863678Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4863892Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4864125Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4864352Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4864582Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4864807Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4865037Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4865262Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4865487Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4865816Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4866170Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.4866398Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4866624Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (12.553s) 2022-11-23T02:43:13.4866847Z test_dispatch_meta_outplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4867207Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4867575Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4867841Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4868093Z test_dispatch_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4868412Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:43:13.4868665Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:13.4868898Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:43:13.4869132Z test_dispatch_meta_outplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:43:13.4869383Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.4869638Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4869880Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.4870120Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.4870373Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:43:13.4870634Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.152s) 2022-11-23T02:43:13.4870898Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:43:13.4871165Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-11-23T02:43:13.4871398Z test_dispatch_meta_outplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4871627Z test_dispatch_meta_outplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4871850Z test_dispatch_meta_outplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4872066Z test_dispatch_meta_outplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4872298Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4872534Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (21.606s) 2022-11-23T02:43:13.4872767Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.827s) 2022-11-23T02:43:13.4873310Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-11-23T02:43:13.4873541Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4873771Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4874108Z test_dispatch_meta_outplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4874479Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.4874725Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.600s) 2022-11-23T02:43:13.4874958Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.987s) 2022-11-23T02:43:13.4875187Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.619s) 2022-11-23T02:43:13.4875420Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.4875646Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:43:13.4875961Z test_dispatch_meta_outplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:13.4876236Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4876490Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.319s) 2022-11-23T02:43:13.4876724Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.299s) 2022-11-23T02:43:13.4876964Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-11-23T02:43:13.4877209Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4877452Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4877699Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4877949Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4878198Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.199s) 2022-11-23T02:43:13.4878444Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-11-23T02:43:13.4878686Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-11-23T02:43:13.4878932Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.4879172Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4879411Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4879664Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4880053Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:43:13.4880313Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:43:13.4880551Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-11-23T02:43:13.4880906Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4881371Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4881632Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4881890Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:43:13.4882143Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:43:13.4882392Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:43:13.4882643Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:13.4882898Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:13.4883146Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:43:13.4883383Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:43:13.4883685Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:43:13.4883954Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:43:13.4884189Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:43:13.4884428Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:43:13.4884677Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.144s) 2022-11-23T02:43:13.4884920Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:13.4885154Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:43:13.4885396Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.4885636Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:13.4885875Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.4886112Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:43:13.4886347Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.4886578Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4886953Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4887208Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4887442Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4887670Z test_dispatch_meta_outplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4887904Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4888237Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4888678Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4888904Z test_dispatch_meta_outplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.4889140Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4889373Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4889604Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4889822Z test_dispatch_meta_outplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4890048Z test_dispatch_meta_outplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4890277Z test_dispatch_meta_outplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4890492Z test_dispatch_meta_outplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4890705Z test_dispatch_meta_outplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4891029Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-11-23T02:43:13.4891292Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:43:13.4891531Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:43:13.4891773Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:43:13.4892008Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4892244Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4892474Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4892704Z test_dispatch_meta_outplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4892978Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4893247Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4893517Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4893892Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4894211Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4894480Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4894762Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4895135Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4895525Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4895797Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4896159Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4896423Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4896686Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4896923Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4897182Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4897449Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4897703Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4897953Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.4898206Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.4898532Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.4898801Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4899044Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.4899292Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.851s) 2022-11-23T02:43:13.4899540Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.794s) 2022-11-23T02:43:13.4899777Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.558s) 2022-11-23T02:43:13.4900011Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.500s) 2022-11-23T02:43:13.4900243Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4900472Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4900693Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4901048Z test_dispatch_meta_outplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.4901276Z test_dispatch_meta_outplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.4901505Z test_dispatch_meta_outplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.4901721Z test_dispatch_meta_outplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.4901938Z test_dispatch_meta_outplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.4902299Z test_dispatch_meta_outplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.972s) 2022-11-23T02:43:13.4902646Z test_dispatch_meta_outplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.968s) 2022-11-23T02:43:13.4902881Z test_dispatch_meta_outplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.896s) 2022-11-23T02:43:13.4903112Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.4903435Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:43:13.4903672Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.4903901Z test_dispatch_meta_outplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.4904140Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4904368Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4904600Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4904824Z test_dispatch_meta_outplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4905065Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4905304Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4905537Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4905841Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4906092Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4906325Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4906558Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4906784Z test_dispatch_meta_outplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4907019Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4907250Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4907483Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4907716Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4908097Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4908335Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4908565Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4908793Z test_dispatch_meta_outplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4909148Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.4909523Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:13.4909778Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.4910015Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:13.4910248Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.4910481Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.4910711Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4911042Z test_dispatch_meta_outplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.4911283Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:43:13.4911527Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:13.4911765Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.4912003Z test_dispatch_meta_outplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:13.4912250Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4912494Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4912743Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4912988Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4913315Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.020s) 2022-11-23T02:43:13.4913581Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.059s) 2022-11-23T02:43:13.4913821Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.071s) 2022-11-23T02:43:13.4914070Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:43:13.4914313Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:13.4914557Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:13.4914806Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4915217Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4915459Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4915688Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4915926Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4916276Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4916649Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4916914Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4917171Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4917429Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4917661Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.4917888Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.4918114Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4919064Z test_dispatch_meta_outplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4919294Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4919528Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4919764Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4919990Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4920218Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4920445Z test_dispatch_meta_outplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4920681Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4920917Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4921147Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4921463Z test_dispatch_meta_outplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4921719Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4922095Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4922332Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4922537Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4922770Z test_dispatch_meta_outplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.4923006Z test_dispatch_meta_outplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.4923359Z test_dispatch_meta_outplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4923695Z test_dispatch_meta_outplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.4923925Z test_dispatch_meta_outplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.4924151Z test_dispatch_meta_outplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.4924401Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.4924650Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.4924893Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.4925128Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.4925370Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4925608Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4925841Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4926070Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4926317Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.4926672Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:43:13.4926910Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:43:13.4927148Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:43:13.4927391Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:43:13.4927625Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:43:13.4927856Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:13.4928096Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:43:13.4928346Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:43:13.4928567Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.205s) 2022-11-23T02:43:13.4928965Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.195s) 2022-11-23T02:43:13.4929266Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.163s) 2022-11-23T02:43:13.4929496Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.193s) 2022-11-23T02:43:13.4929724Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.413s) 2022-11-23T02:43:13.4929948Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.387s) 2022-11-23T02:43:13.4930291Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.414s) 2022-11-23T02:43:13.4930629Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.420s) 2022-11-23T02:43:13.4930864Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.831s) 2022-11-23T02:43:13.4931092Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.799s) 2022-11-23T02:43:13.4931317Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.828s) 2022-11-23T02:43:13.4931539Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.817s) 2022-11-23T02:43:13.4931773Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.526s) 2022-11-23T02:43:13.4932007Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.543s) 2022-11-23T02:43:13.4932240Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.548s) 2022-11-23T02:43:13.4932489Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-11-23T02:43:13.4932729Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.146s) 2022-11-23T02:43:13.4932961Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:43:13.4933192Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.539s) 2022-11-23T02:43:13.4933422Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.556s) 2022-11-23T02:43:13.4933649Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.540s) 2022-11-23T02:43:13.4933996Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:43:13.4934234Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:43:13.4934471Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:43:13.4934685Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-11-23T02:43:13.4934912Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-11-23T02:43:13.4935139Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:43:13.4935379Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.4935619Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.4935861Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:13.4936302Z test_dispatch_meta_outplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4936551Z test_dispatch_meta_outplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4936770Z test_dispatch_meta_outplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4936987Z test_dispatch_meta_outplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4937345Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4937675Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4937920Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4938149Z test_dispatch_meta_outplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4938397Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4938639Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4938873Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4939102Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4939356Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4939616Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4939867Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4940121Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4940379Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.4940636Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.4940892Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.4941237Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.4941470Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:13.4941700Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:43:13.4941931Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:13.4942162Z test_dispatch_meta_outplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:13.4942399Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.4942638Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.4943005Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:13.4943265Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.4943496Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.4943812Z test_dispatch_meta_outplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.4944169Z test_dispatch_meta_outplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4944523Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.4944769Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4945014Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4945265Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4945505Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.4945743Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:43:13.4945976Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.4946210Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.4946444Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.4946673Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4946903Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4947134Z test_dispatch_meta_outplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4947360Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4947598Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4947845Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.4948089Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4948329Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.4948567Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.4948907Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4949143Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.4949380Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.4949606Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4949838Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4950200Z test_dispatch_meta_outplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.4950441Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4950692Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4950932Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4951280Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4951721Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4951980Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4952228Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4952478Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4952717Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4952964Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4953201Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4953453Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4953688Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4953937Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4954181Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4954469Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.4954715Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4954957Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4955202Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4955444Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4955687Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.4955927Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4956157Z test_dispatch_meta_outplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4956484Z test_dispatch_meta_outplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.4956722Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4957125Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4957383Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4957625Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4957862Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4958212Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4958575Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4958817Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4959050Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4959898Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4960197Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4960429Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4960657Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4960900Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4961150Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4961397Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4961642Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4961884Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4962125Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4962367Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4962603Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4962843Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4963081Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4963318Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4963561Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.563s) 2022-11-23T02:43:13.4963803Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.619s) 2022-11-23T02:43:13.4964205Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.509s) 2022-11-23T02:43:13.4964455Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.491s) 2022-11-23T02:43:13.4964816Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.502s) 2022-11-23T02:43:13.4965179Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.516s) 2022-11-23T02:43:13.4965568Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.521s) 2022-11-23T02:43:13.4965815Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.515s) 2022-11-23T02:43:13.4966050Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.507s) 2022-11-23T02:43:13.4966278Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.4966505Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.4966737Z test_dispatch_meta_outplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.4966951Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4967172Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4967485Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4967727Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4967953Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4968167Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4968378Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4968600Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4968815Z test_dispatch_meta_outplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4969040Z test_dispatch_meta_outplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4969268Z test_dispatch_meta_outplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4969486Z test_dispatch_meta_outplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4969701Z test_dispatch_meta_outplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4969921Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4970134Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4970349Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4970569Z test_dispatch_meta_outplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4970784Z test_dispatch_meta_outplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4971187Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4971423Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4971647Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4971872Z test_dispatch_meta_outplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4972323Z test_dispatch_meta_outplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4972667Z test_dispatch_meta_outplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4972896Z test_dispatch_meta_outplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4973116Z test_dispatch_meta_outplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4973340Z test_dispatch_meta_outplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4973564Z test_dispatch_meta_outplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4973782Z test_dispatch_meta_outplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4973996Z test_dispatch_meta_outplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4974239Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4974474Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4974711Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4975040Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4975305Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4975548Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4975788Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.4976025Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4976257Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4976486Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4976717Z test_dispatch_meta_outplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4976967Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4977216Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4977466Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4977710Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4977953Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4978310Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4978559Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4978797Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.4979036Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.4979382Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4979743Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4980094Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4980326Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4980565Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.4980796Z test_dispatch_meta_outplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4981035Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.4981273Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.4981510Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.4981741Z test_dispatch_meta_outplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.4981979Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.4982210Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.4982529Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4982786Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4983016Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4983249Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4983479Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4983711Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4983939Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.4984157Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4984385Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4984611Z test_dispatch_meta_outplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4984847Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4985228Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.4985485Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4985722Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4985956Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4986294Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4986662Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4986904Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4987134Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4987365Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4987701Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.4987939Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.4988180Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4988413Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.4988640Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.4988869Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4989098Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4989329Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.4989562Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4989791Z test_dispatch_meta_outplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.4990106Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.4990378Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.4990627Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.4990875Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:43:13.4991122Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.4991360Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.4991601Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.4991841Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.4992220Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.4992472Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.4992714Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.4992986Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.4993367Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.4993760Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.4994031Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.4994286Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.4994539Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.4994801Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.4995171Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.4995435Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:13.4995702Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.4995961Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:43:13.4996192Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.873s) 2022-11-23T02:43:13.4996426Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.859s) 2022-11-23T02:43:13.4996664Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.863s) 2022-11-23T02:43:13.4996893Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.865s) 2022-11-23T02:43:13.4997120Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.866s) 2022-11-23T02:43:13.4997409Z test_dispatch_meta_outplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.867s) 2022-11-23T02:43:13.4997680Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.4997919Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.4998152Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.4998397Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4998647Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4998890Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.4999291Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.4999510Z test_dispatch_meta_outplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.4999713Z test_dispatch_meta_outplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.4999928Z test_dispatch_meta_outplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5000140Z test_dispatch_meta_outplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.5000461Z test_dispatch_meta_outplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.5000787Z test_dispatch_meta_outplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.5000997Z test_dispatch_meta_outplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.5001197Z test_dispatch_meta_outplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5001406Z test_dispatch_meta_outplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.5001609Z test_dispatch_meta_outplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.5001812Z test_dispatch_meta_outplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5002016Z test_dispatch_meta_outplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.5002215Z test_dispatch_meta_outplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.5002553Z test_dispatch_meta_outplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:43:13.5002761Z test_dispatch_meta_outplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:43:13.5002968Z test_dispatch_meta_outplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:43:13.5003227Z test_dispatch_meta_outplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:13.5003431Z test_dispatch_meta_outplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:43:13.5003632Z test_dispatch_meta_outplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:43:13.5003843Z test_dispatch_meta_outplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5004058Z test_dispatch_meta_outplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5004273Z test_dispatch_meta_outplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5004483Z test_dispatch_meta_outplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5004693Z test_dispatch_meta_outplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5004896Z test_dispatch_meta_outplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5005175Z test_dispatch_meta_outplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5005410Z test_dispatch_meta_outplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5005623Z test_dispatch_meta_outplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5005830Z test_dispatch_meta_outplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5006176Z test_dispatch_meta_outplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5006395Z test_dispatch_meta_outplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5006607Z test_dispatch_meta_outplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5006817Z test_dispatch_meta_outplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5007008Z test_dispatch_meta_outplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5007325Z test_dispatch_meta_outplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5007651Z test_dispatch_meta_outplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5007863Z test_dispatch_meta_outplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5008068Z test_dispatch_meta_outplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5008278Z test_dispatch_meta_outplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5008507Z test_dispatch_meta_outplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5008733Z test_dispatch_meta_outplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5008955Z test_dispatch_meta_outplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5009168Z test_dispatch_meta_outplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5009375Z test_dispatch_meta_outplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5009575Z test_dispatch_meta_outplace_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5009782Z test_dispatch_meta_outplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5009988Z test_dispatch_meta_outplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5010295Z test_dispatch_meta_outplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5010500Z test_dispatch_meta_outplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5010701Z test_dispatch_meta_outplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5010908Z test_dispatch_meta_outplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5011107Z test_dispatch_meta_outplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5011299Z test_dispatch_meta_outplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5011471Z test_dispatch_meta_outplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5011668Z test_dispatch_meta_outplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5011862Z test_dispatch_meta_outplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5012074Z test_dispatch_meta_outplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5012278Z test_dispatch_meta_outplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5012573Z test_dispatch_meta_outplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5012807Z test_dispatch_meta_outplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5013158Z test_dispatch_meta_outplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5013375Z test_dispatch_meta_outplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5013581Z test_dispatch_meta_outplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5013784Z test_dispatch_meta_outplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5013993Z test_dispatch_meta_outplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5014333Z test_dispatch_meta_outplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5014649Z test_dispatch_meta_outplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5014864Z test_dispatch_meta_outplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5015068Z test_dispatch_meta_outplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5015277Z test_dispatch_meta_outplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.476s) 2022-11-23T02:43:13.5015480Z test_dispatch_meta_outplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.478s) 2022-11-23T02:43:13.5015684Z test_dispatch_meta_outplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.495s) 2022-11-23T02:43:13.5015875Z test_dispatch_meta_outplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.477s) 2022-11-23T02:43:13.5016081Z test_dispatch_meta_outplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5016283Z test_dispatch_meta_outplace_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5016494Z test_dispatch_meta_outplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5016701Z test_dispatch_meta_outplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5016904Z test_dispatch_meta_outplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5017105Z test_dispatch_meta_outplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5017305Z test_dispatch_meta_outplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5017508Z test_dispatch_meta_outplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5017821Z test_dispatch_meta_outplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5018025Z test_dispatch_meta_outplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5018224Z test_dispatch_meta_outplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5018426Z test_dispatch_meta_outplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5018642Z test_dispatch_meta_outplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.594s) 2022-11-23T02:43:13.5018855Z test_dispatch_meta_outplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (4.459s) 2022-11-23T02:43:13.5019065Z test_dispatch_meta_outplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5019270Z test_dispatch_meta_outplace_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5019489Z test_dispatch_meta_outplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5019702Z test_dispatch_meta_outplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5019914Z test_dispatch_meta_outplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5020358Z test_dispatch_meta_outplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5020594Z test_dispatch_meta_outplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5020793Z test_dispatch_meta_outplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5020996Z test_dispatch_meta_outplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5021325Z test_dispatch_meta_outplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5021651Z test_dispatch_meta_outplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5021870Z test_dispatch_meta_outplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5022074Z test_dispatch_meta_outplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5022294Z test_dispatch_meta_outplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5022510Z test_dispatch_meta_outplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5022718Z test_dispatch_meta_outplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5022928Z test_dispatch_meta_outplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5023131Z test_dispatch_meta_outplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5023336Z test_dispatch_meta_outplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5023574Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (1.666s) 2022-11-23T02:43:13.5023813Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5024049Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5024281Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5024513Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5024748Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5024963Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5025194Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5025544Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5025772Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5026011Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5026244Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5026469Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5026693Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5026920Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5027306Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5027547Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5027776Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5028088Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5028465Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5028806Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5029041Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5029265Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5029496Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5029722Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5029954Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5030179Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5030405Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5030635Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5030849Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5031080Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5031302Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5031527Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5031760Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5031985Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5032210Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5032435Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5032664Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5032999Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5033224Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5033450Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5033676Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5033902Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5034273Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5034506Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5034716Z test_dispatch_meta_outplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5034940Z test_dispatch_meta_outplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5035156Z test_dispatch_meta_outplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5035672Z test_dispatch_meta_outplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5035919Z test_dispatch_meta_outplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5036112Z test_dispatch_meta_outplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5036317Z test_dispatch_meta_outplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5036525Z test_dispatch_meta_outplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5036732Z test_dispatch_meta_outplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5036939Z test_dispatch_meta_outplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5037145Z test_dispatch_meta_outplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5037347Z test_dispatch_meta_outplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5037556Z test_dispatch_meta_outplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5037759Z test_dispatch_meta_outplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5037963Z test_dispatch_meta_outplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5038168Z test_dispatch_meta_outplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5038369Z test_dispatch_meta_outplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5038574Z test_dispatch_meta_outplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5038774Z test_dispatch_meta_outplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5038974Z test_dispatch_meta_outplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5039169Z test_dispatch_meta_outplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5039363Z test_dispatch_meta_outplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5039557Z test_dispatch_meta_outplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5039749Z test_dispatch_meta_outplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5039936Z test_dispatch_meta_outplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.5040138Z test_dispatch_meta_outplace_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.5041184Z test_dispatch_meta_outplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5041442Z test_dispatch_meta_outplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.5041651Z test_dispatch_meta_outplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5041859Z test_dispatch_meta_outplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.5042063Z test_dispatch_meta_outplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5042363Z test_dispatch_meta_outplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5042589Z test_dispatch_meta_outplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.5042913Z test_dispatch_meta_outplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5043108Z test_dispatch_meta_outplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5043438Z test_dispatch_meta_outplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5043678Z test_dispatch_meta_outplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5043880Z test_dispatch_meta_outplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.5044194Z test_dispatch_meta_outplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5044424Z test_dispatch_meta_outplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5044632Z test_dispatch_meta_outplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5044835Z test_dispatch_meta_outplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5045038Z test_dispatch_meta_outplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5045220Z test_dispatch_meta_outplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5045428Z test_dispatch_meta_outplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5045620Z test_dispatch_meta_outplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5045810Z test_dispatch_meta_outplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5046010Z test_dispatch_meta_outplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5046204Z test_dispatch_meta_outplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5046408Z test_dispatch_meta_outplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5046612Z test_dispatch_meta_outplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.5046808Z test_dispatch_meta_outplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.5047001Z test_dispatch_meta_outplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.5047217Z test_dispatch_meta_outplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.545s) 2022-11-23T02:43:13.5047426Z test_dispatch_meta_outplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.576s) 2022-11-23T02:43:13.5047632Z test_dispatch_meta_outplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5047839Z test_dispatch_meta_outplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5048047Z test_dispatch_meta_outplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5048402Z test_dispatch_meta_outplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5048614Z test_dispatch_meta_outplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5048818Z test_dispatch_meta_outplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5049131Z test_dispatch_meta_outplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5049328Z test_dispatch_meta_outplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5049657Z test_dispatch_meta_outplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5049964Z test_dispatch_meta_outplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5050182Z test_dispatch_meta_outplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5050398Z test_dispatch_meta_outplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5050612Z test_dispatch_meta_outplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5050828Z test_dispatch_meta_outplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5051039Z test_dispatch_meta_outplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5051249Z test_dispatch_meta_outplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5051450Z test_dispatch_meta_outplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5051747Z test_dispatch_meta_outplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5051973Z test_dispatch_meta_outplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5052177Z test_dispatch_meta_outplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5052376Z test_dispatch_meta_outplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5052579Z test_dispatch_meta_outplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5052783Z test_dispatch_meta_outplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5052989Z test_dispatch_meta_outplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5053192Z test_dispatch_meta_outplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5053392Z test_dispatch_meta_outplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5053616Z test_dispatch_meta_outplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5053816Z test_dispatch_meta_outplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5054032Z test_dispatch_meta_outplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5054247Z test_dispatch_meta_outplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5054508Z test_dispatch_meta_outplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5054727Z test_dispatch_meta_outplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5054934Z test_dispatch_meta_outplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5055142Z test_dispatch_meta_outplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5055521Z test_dispatch_meta_outplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5055733Z test_dispatch_meta_outplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5055942Z test_dispatch_meta_outplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5056149Z test_dispatch_meta_outplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5056437Z test_dispatch_meta_outplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5056675Z test_dispatch_meta_outplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5057088Z test_dispatch_meta_outplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5057290Z test_dispatch_meta_outplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5057508Z test_dispatch_meta_outplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5057731Z test_dispatch_meta_outplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5057946Z test_dispatch_meta_outplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5058162Z test_dispatch_meta_outplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5058372Z test_dispatch_meta_outplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5058567Z test_dispatch_meta_outplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5058775Z test_dispatch_meta_outplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5058980Z test_dispatch_meta_outplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5059180Z test_dispatch_meta_outplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5059467Z test_dispatch_meta_outplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5059697Z test_dispatch_meta_outplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5059903Z test_dispatch_meta_outplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5060106Z test_dispatch_meta_outplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5060310Z test_dispatch_meta_outplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5060516Z test_dispatch_meta_outplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5060718Z test_dispatch_meta_outplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5060916Z test_dispatch_meta_outplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5061119Z test_dispatch_meta_outplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5061322Z test_dispatch_meta_outplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5061525Z test_dispatch_meta_outplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5061729Z test_dispatch_meta_outplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5061928Z test_dispatch_meta_outplace_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5062134Z test_dispatch_meta_outplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5062474Z test_dispatch_meta_outplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5062677Z test_dispatch_meta_outplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5062877Z test_dispatch_meta_outplace_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5063084Z test_dispatch_meta_outplace_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5063287Z test_dispatch_meta_outplace_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5063598Z test_dispatch_meta_outplace_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5063912Z test_dispatch_meta_outplace_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5064109Z test_dispatch_meta_outplace_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5064309Z test_dispatch_meta_outplace_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5064606Z test_dispatch_meta_outplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5064826Z test_dispatch_meta_outplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5065040Z test_dispatch_meta_outplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5065270Z test_dispatch_meta_outplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5065491Z test_dispatch_meta_outplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5065707Z test_dispatch_meta_outplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5065921Z test_dispatch_meta_outplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5066129Z test_dispatch_meta_outplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5066343Z test_dispatch_meta_outplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5066552Z test_dispatch_meta_outplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5066758Z test_dispatch_meta_outplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5067040Z test_dispatch_meta_outplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5067246Z test_dispatch_meta_outplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5067458Z test_dispatch_meta_outplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5067669Z test_dispatch_meta_outplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5067878Z test_dispatch_meta_outplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5068082Z test_dispatch_meta_outplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5068289Z test_dispatch_meta_outplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5068495Z test_dispatch_meta_outplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5068696Z test_dispatch_meta_outplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5068904Z test_dispatch_meta_outplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5069112Z test_dispatch_meta_outplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5069512Z test_dispatch_meta_outplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5069744Z test_dispatch_meta_outplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5069954Z test_dispatch_meta_outplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5070165Z test_dispatch_meta_outplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5070369Z test_dispatch_meta_outplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5070684Z test_dispatch_meta_outplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5071016Z test_dispatch_meta_outplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.5071227Z test_dispatch_meta_outplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5071439Z test_dispatch_meta_outplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.5071633Z test_dispatch_meta_outplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5071841Z test_dispatch_meta_outplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5072045Z test_dispatch_meta_outplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5072359Z test_dispatch_meta_outplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5072562Z test_dispatch_meta_outplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5072766Z test_dispatch_meta_outplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5072971Z test_dispatch_meta_outplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5073175Z test_dispatch_meta_outplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5073375Z test_dispatch_meta_outplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.5073605Z test_dispatch_meta_outplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5073828Z test_dispatch_meta_outplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5074067Z test_dispatch_meta_outplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5074299Z test_dispatch_meta_outplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5074532Z test_dispatch_meta_outplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5074834Z test_dispatch_meta_outplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5075076Z test_dispatch_meta_outplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5075291Z test_dispatch_meta_outplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5075511Z test_dispatch_meta_outplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5075727Z test_dispatch_meta_outplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5075942Z test_dispatch_meta_outplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5076165Z test_dispatch_meta_outplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5076513Z test_dispatch_meta_outplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5076745Z test_dispatch_meta_outplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5076953Z test_dispatch_meta_outplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5077173Z test_dispatch_meta_outplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5077389Z test_dispatch_meta_outplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5077772Z test_dispatch_meta_outplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5078082Z test_dispatch_meta_outplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5078295Z test_dispatch_meta_outplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5078503Z test_dispatch_meta_outplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5078714Z test_dispatch_meta_outplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5078925Z test_dispatch_meta_outplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5079128Z test_dispatch_meta_outplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5079335Z test_dispatch_meta_outplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5079535Z test_dispatch_meta_outplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5079843Z test_dispatch_meta_outplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5080051Z test_dispatch_meta_outplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5080266Z test_dispatch_meta_outplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5080487Z test_dispatch_meta_outplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5080700Z test_dispatch_meta_outplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5080907Z test_dispatch_meta_outplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5081100Z test_dispatch_meta_outplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5081303Z test_dispatch_meta_outplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5081508Z test_dispatch_meta_outplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5081717Z test_dispatch_meta_outplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5081922Z test_dispatch_meta_outplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5082124Z test_dispatch_meta_outplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5082851Z test_dispatch_meta_outplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5083117Z test_dispatch_meta_outplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5083448Z test_dispatch_meta_outplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5083687Z test_dispatch_meta_outplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5083897Z test_dispatch_meta_outplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5084107Z test_dispatch_meta_outplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5084311Z test_dispatch_meta_outplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5084625Z test_dispatch_meta_outplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5084941Z test_dispatch_meta_outplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5085153Z test_dispatch_meta_outplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5085355Z test_dispatch_meta_outplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5085555Z test_dispatch_meta_outplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5085758Z test_dispatch_meta_outplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5085956Z test_dispatch_meta_outplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5086165Z test_dispatch_meta_outplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5086383Z test_dispatch_meta_outplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5086596Z test_dispatch_meta_outplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5086811Z test_dispatch_meta_outplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5087018Z test_dispatch_meta_outplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5087223Z test_dispatch_meta_outplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5087428Z test_dispatch_meta_outplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5087634Z test_dispatch_meta_outplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5087957Z test_dispatch_meta_outplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5088158Z test_dispatch_meta_outplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5088357Z test_dispatch_meta_outplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5088582Z test_dispatch_meta_outplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5088796Z test_dispatch_meta_outplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5089019Z test_dispatch_meta_outplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5089237Z test_dispatch_meta_outplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5089454Z test_dispatch_meta_outplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5089674Z test_dispatch_meta_outplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5089889Z test_dispatch_meta_outplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5090101Z test_dispatch_meta_outplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5090528Z test_dispatch_meta_outplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5090773Z test_dispatch_meta_outplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5090981Z test_dispatch_meta_outplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5091184Z test_dispatch_meta_outplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5091447Z test_dispatch_meta_outplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5091777Z test_dispatch_meta_outplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5092110Z test_dispatch_meta_outplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5092337Z test_dispatch_meta_outplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5092560Z test_dispatch_meta_outplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5092777Z test_dispatch_meta_outplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5092990Z test_dispatch_meta_outplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5093200Z test_dispatch_meta_outplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5093412Z test_dispatch_meta_outplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5093619Z test_dispatch_meta_outplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5093826Z test_dispatch_meta_outplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5094032Z test_dispatch_meta_outplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5094237Z test_dispatch_meta_outplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5094441Z test_dispatch_meta_outplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5094640Z test_dispatch_meta_outplace_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5094845Z test_dispatch_meta_outplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5095037Z test_dispatch_meta_outplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5095242Z test_dispatch_meta_outplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5095556Z test_dispatch_meta_outplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5095760Z test_dispatch_meta_outplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5095961Z test_dispatch_meta_outplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5096164Z test_dispatch_meta_outplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5096357Z test_dispatch_meta_outplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5096545Z test_dispatch_meta_outplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5096743Z test_dispatch_meta_outplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5096931Z test_dispatch_meta_outplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5097136Z test_dispatch_meta_outplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5097474Z test_dispatch_meta_outplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5097702Z test_dispatch_meta_outplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.5097908Z test_dispatch_meta_outplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5098193Z test_dispatch_meta_outplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5098417Z test_dispatch_meta_outplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5098765Z test_dispatch_meta_outplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5099088Z test_dispatch_meta_outplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.5099296Z test_dispatch_meta_outplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5099483Z test_dispatch_meta_outplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.5099679Z test_dispatch_meta_outplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5099874Z test_dispatch_meta_outplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5100079Z test_dispatch_meta_outplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5100286Z test_dispatch_meta_outplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5100490Z test_dispatch_meta_outplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5100691Z test_dispatch_meta_outplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5100890Z test_dispatch_meta_outplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5101090Z test_dispatch_meta_outplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5101293Z test_dispatch_meta_outplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5101492Z test_dispatch_meta_outplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5101690Z test_dispatch_meta_outplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5101918Z test_dispatch_meta_outplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5102140Z test_dispatch_meta_outplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5102352Z test_dispatch_meta_outplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5102564Z test_dispatch_meta_outplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5102780Z test_dispatch_meta_outplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5103097Z test_dispatch_meta_outplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5103306Z test_dispatch_meta_outplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5103512Z test_dispatch_meta_outplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5103727Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5103957Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5104184Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5104543Z test_dispatch_meta_outplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5104765Z test_dispatch_meta_outplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5104971Z test_dispatch_meta_outplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5105181Z test_dispatch_meta_outplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5105387Z test_dispatch_meta_outplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5105793Z test_dispatch_meta_outplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5106146Z test_dispatch_meta_outplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5106360Z test_dispatch_meta_outplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5106560Z test_dispatch_meta_outplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5106762Z test_dispatch_meta_outplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5106961Z test_dispatch_meta_outplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5107167Z test_dispatch_meta_outplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5107365Z test_dispatch_meta_outplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5107563Z test_dispatch_meta_outplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5107772Z test_dispatch_meta_outplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5107979Z test_dispatch_meta_outplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5108184Z test_dispatch_meta_outplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5108372Z test_dispatch_meta_outplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5108577Z test_dispatch_meta_outplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5108783Z test_dispatch_meta_outplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5108979Z test_dispatch_meta_outplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5109169Z test_dispatch_meta_outplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5109359Z test_dispatch_meta_outplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5109557Z test_dispatch_meta_outplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5109745Z test_dispatch_meta_outplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5109963Z test_dispatch_meta_outplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5110177Z test_dispatch_meta_outplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5110401Z test_dispatch_meta_outplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5110731Z test_dispatch_meta_outplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5110946Z test_dispatch_meta_outplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5111164Z test_dispatch_meta_outplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5111383Z test_dispatch_meta_outplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5111743Z test_dispatch_meta_outplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5111965Z test_dispatch_meta_outplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5112176Z test_dispatch_meta_outplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5112388Z test_dispatch_meta_outplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5112609Z test_dispatch_meta_outplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5113039Z test_dispatch_meta_outplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5113281Z test_dispatch_meta_outplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5113582Z test_dispatch_meta_outplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5113825Z test_dispatch_meta_outplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5114046Z test_dispatch_meta_outplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5114261Z test_dispatch_meta_outplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5114474Z test_dispatch_meta_outplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5114689Z test_dispatch_meta_outplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5114897Z test_dispatch_meta_outplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5115107Z test_dispatch_meta_outplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5115311Z test_dispatch_meta_outplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5115522Z test_dispatch_meta_outplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5115722Z test_dispatch_meta_outplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5115926Z test_dispatch_meta_outplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.5116130Z test_dispatch_meta_outplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.5116344Z test_dispatch_meta_outplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5116559Z test_dispatch_meta_outplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.5116765Z test_dispatch_meta_outplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.5116973Z test_dispatch_meta_outplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.5117177Z test_dispatch_meta_outplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.5117365Z test_dispatch_meta_outplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5117569Z test_dispatch_meta_outplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5117771Z test_dispatch_meta_outplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.5117974Z test_dispatch_meta_outplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5118271Z test_dispatch_meta_outplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.5118637Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5118879Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5119110Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.5119339Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.5119563Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5119906Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.5120226Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.5120457Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.5120673Z test_dispatch_meta_outplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.5120896Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.5121204Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.5121445Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5121670Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.5121885Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.5122096Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5122310Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5122510Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5122723Z test_dispatch_meta_outplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.5122946Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.5123169Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5123392Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.5123617Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.5123834Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.5124045Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5124253Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.5124473Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5124684Z test_dispatch_meta_outplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.5124909Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.5125133Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5125357Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.5125808Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5126024Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.5126235Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5126448Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5126790Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5127014Z test_dispatch_meta_outplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.5127239Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.5127541Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.5127806Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.5128024Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.5128240Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5128545Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5128780Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5128990Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5129204Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.5129415Z test_dispatch_meta_outplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.5129638Z test_dispatch_meta_outplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.602s) 2022-11-23T02:43:13.5129855Z test_dispatch_meta_outplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.585s) 2022-11-23T02:43:13.5130074Z test_dispatch_meta_outplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.605s) 2022-11-23T02:43:13.5130293Z test_dispatch_meta_outplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.585s) 2022-11-23T02:43:13.5130506Z test_dispatch_meta_outplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.597s) 2022-11-23T02:43:13.5130717Z test_dispatch_meta_outplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.599s) 2022-11-23T02:43:13.5130929Z test_dispatch_meta_outplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.585s) 2022-11-23T02:43:13.5131139Z test_dispatch_meta_outplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.578s) 2022-11-23T02:43:13.5131380Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:43:13.5131613Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:43:13.5131847Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.152s) 2022-11-23T02:43:13.5132080Z test_dispatch_meta_outplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-11-23T02:43:13.5132315Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-11-23T02:43:13.5132528Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:43:13.5132751Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-11-23T02:43:13.5133118Z test_dispatch_meta_outplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-11-23T02:43:13.5133443Z test_dispatch_meta_outplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5133646Z test_dispatch_meta_outplace_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5133869Z test_dispatch_meta_outplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5134207Z test_dispatch_meta_outplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5134455Z test_dispatch_meta_outplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5134768Z test_dispatch_meta_outplace_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5134972Z test_dispatch_meta_outplace_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5135178Z test_dispatch_meta_outplace_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5135385Z test_dispatch_meta_outplace_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5135588Z test_dispatch_meta_outplace_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5135788Z test_dispatch_meta_outplace_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5136074Z test_dispatch_meta_outplace_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5136295Z test_dispatch_meta_outplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5136517Z test_dispatch_meta_outplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5136731Z test_dispatch_meta_outplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5136952Z test_dispatch_meta_outplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5137178Z test_dispatch_meta_outplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5137379Z test_dispatch_meta_outplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5137594Z test_dispatch_meta_outplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5137813Z test_dispatch_meta_outplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5138027Z test_dispatch_meta_outplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5138241Z test_dispatch_meta_outplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5138451Z test_dispatch_meta_outplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5138653Z test_dispatch_meta_outplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5138849Z test_dispatch_meta_outplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5139063Z test_dispatch_meta_outplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5139269Z test_dispatch_meta_outplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5139473Z test_dispatch_meta_outplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5139676Z test_dispatch_meta_outplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5139879Z test_dispatch_meta_outplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5140242Z test_dispatch_meta_outplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5140449Z test_dispatch_meta_outplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5140640Z test_dispatch_meta_outplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5140927Z test_dispatch_meta_outplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5141242Z test_dispatch_meta_outplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5141541Z test_dispatch_meta_outplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5141759Z test_dispatch_meta_outplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5141961Z test_dispatch_meta_outplace_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5142171Z test_dispatch_meta_outplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5142378Z test_dispatch_meta_outplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5142579Z test_dispatch_meta_outplace_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5142783Z test_dispatch_meta_outplace_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5143000Z test_dispatch_meta_outplace_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5143201Z test_dispatch_meta_outplace_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5143397Z test_dispatch_meta_outplace_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5143681Z test_dispatch_meta_outplace_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5143900Z test_dispatch_meta_outplace_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5144098Z test_dispatch_meta_outplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5144308Z test_dispatch_meta_outplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5144513Z test_dispatch_meta_outplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5144725Z test_dispatch_meta_outplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5144940Z test_dispatch_meta_outplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5145150Z test_dispatch_meta_outplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5145357Z test_dispatch_meta_outplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5145566Z test_dispatch_meta_outplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5145751Z test_dispatch_meta_outplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5145954Z test_dispatch_meta_outplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5146157Z test_dispatch_meta_outplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5146361Z test_dispatch_meta_outplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5146566Z test_dispatch_meta_outplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5146766Z test_dispatch_meta_outplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5147119Z test_dispatch_meta_outplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5147335Z test_dispatch_meta_outplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5147535Z test_dispatch_meta_outplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5147733Z test_dispatch_meta_outplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5147932Z test_dispatch_meta_outplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5148235Z test_dispatch_meta_outplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5148543Z test_dispatch_meta_outplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5148848Z test_dispatch_meta_outplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5149044Z test_dispatch_meta_outplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5149235Z test_dispatch_meta_outplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5149472Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5149704Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5149935Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5150166Z test_dispatch_meta_outplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5150394Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5150641Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5150879Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5151183Z test_dispatch_meta_outplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5151445Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5151678Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5151910Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.5152136Z test_dispatch_meta_outplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5152370Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5152602Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5152829Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.5153063Z test_dispatch_meta_outplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.5153272Z test_dispatch_meta_outplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5153476Z test_dispatch_meta_outplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5153683Z test_dispatch_meta_outplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5154025Z test_dispatch_meta_outplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5154258Z test_dispatch_meta_outplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5154502Z test_dispatch_meta_outplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5154709Z test_dispatch_meta_outplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5154916Z test_dispatch_meta_outplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5155234Z test_dispatch_meta_outplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5155529Z test_dispatch_meta_outplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5155739Z test_dispatch_meta_outplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5155936Z test_dispatch_meta_outplace_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5156140Z test_dispatch_meta_outplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5156446Z test_dispatch_meta_outplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5156649Z test_dispatch_meta_outplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5156852Z test_dispatch_meta_outplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5157057Z test_dispatch_meta_outplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5157259Z test_dispatch_meta_outplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5157455Z test_dispatch_meta_outplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5157647Z test_dispatch_meta_outplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5157835Z test_dispatch_meta_outplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5158030Z test_dispatch_meta_outplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5158224Z test_dispatch_meta_outplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5158426Z test_dispatch_meta_outplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5158624Z test_dispatch_meta_outplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.466s) 2022-11-23T02:43:13.5158903Z test_dispatch_meta_outplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5159133Z test_dispatch_meta_outplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5159336Z test_dispatch_meta_outplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5159519Z test_dispatch_meta_outplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5159722Z test_dispatch_meta_outplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5159924Z test_dispatch_meta_outplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5160117Z test_dispatch_meta_outplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5160305Z test_dispatch_meta_outplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5160504Z test_dispatch_meta_outplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5160697Z test_dispatch_meta_outplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5161032Z test_dispatch_meta_outplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5161247Z test_dispatch_meta_outplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5161454Z test_dispatch_meta_outplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5161659Z test_dispatch_meta_outplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5161868Z test_dispatch_meta_outplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5162170Z test_dispatch_meta_outplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5162478Z test_dispatch_meta_outplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5162693Z test_dispatch_meta_outplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5162887Z test_dispatch_meta_outplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5163077Z test_dispatch_meta_outplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5163264Z test_dispatch_meta_outplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5163461Z test_dispatch_meta_outplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5163633Z test_dispatch_meta_outplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5164446Z test_dispatch_meta_outplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5164652Z test_dispatch_meta_outplace_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5164864Z test_dispatch_meta_outplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5165076Z test_dispatch_meta_outplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5165283Z test_dispatch_meta_outplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5165486Z test_dispatch_meta_outplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5165688Z test_dispatch_meta_outplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5165890Z test_dispatch_meta_outplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5166096Z test_dispatch_meta_outplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5166296Z test_dispatch_meta_outplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5166495Z test_dispatch_meta_outplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5166694Z test_dispatch_meta_outplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5166988Z test_dispatch_meta_outplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5167232Z test_dispatch_meta_outplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5167446Z test_dispatch_meta_outplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5167665Z test_dispatch_meta_outplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5168031Z test_dispatch_meta_outplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5168268Z test_dispatch_meta_outplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5168469Z test_dispatch_meta_outplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5168684Z test_dispatch_meta_outplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5168898Z test_dispatch_meta_outplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5169239Z test_dispatch_meta_outplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5169562Z test_dispatch_meta_outplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5169782Z test_dispatch_meta_outplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5169989Z test_dispatch_meta_outplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5170199Z test_dispatch_meta_outplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5170400Z test_dispatch_meta_outplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5170630Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5170855Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5171088Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5171319Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5171545Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5171764Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5172090Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5172310Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5172523Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5172736Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5172956Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5173166Z test_dispatch_meta_outplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5173355Z test_dispatch_meta_outplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5173557Z test_dispatch_meta_outplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5173763Z test_dispatch_meta_outplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5173966Z test_dispatch_meta_outplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5174164Z test_dispatch_meta_outplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.5174431Z test_dispatch_meta_outplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.5174640Z test_dispatch_meta_outplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.5174964Z test_dispatch_meta_outplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.5175165Z test_dispatch_meta_outplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5175404Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5175643Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5175880Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5176231Z test_dispatch_meta_outplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5176554Z test_dispatch_meta_outplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.701s) 2022-11-23T02:43:13.5176781Z test_dispatch_meta_outplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.861s) 2022-11-23T02:43:13.5176996Z test_dispatch_meta_outplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.926s) 2022-11-23T02:43:13.5177211Z test_dispatch_meta_outplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5177427Z test_dispatch_meta_outplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5177646Z test_dispatch_meta_outplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5177864Z test_dispatch_meta_outplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5178063Z test_dispatch_meta_outplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5178285Z test_dispatch_meta_outplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.604s) 2022-11-23T02:43:13.5178512Z test_dispatch_meta_outplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.709s) 2022-11-23T02:43:13.5178727Z test_dispatch_meta_outplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.661s) 2022-11-23T02:43:13.5178945Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5179153Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5179358Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5179680Z test_dispatch_meta_outplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5179905Z test_dispatch_meta_outplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5180124Z test_dispatch_meta_outplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.515s) 2022-11-23T02:43:13.5180348Z test_dispatch_meta_outplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.316s) 2022-11-23T02:43:13.5180563Z test_dispatch_meta_outplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.344s) 2022-11-23T02:43:13.5180779Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5180988Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5181198Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5181412Z test_dispatch_meta_outplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5181630Z test_dispatch_meta_outplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5182070Z test_dispatch_meta_outplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.830s) 2022-11-23T02:43:13.5182321Z test_dispatch_meta_outplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.150s) 2022-11-23T02:43:13.5182536Z test_dispatch_meta_outplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.036s) 2022-11-23T02:43:13.5182751Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5183085Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5183400Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5183624Z test_dispatch_meta_outplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5183840Z test_dispatch_meta_outplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5184059Z test_dispatch_meta_outplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.687s) 2022-11-23T02:43:13.5184280Z test_dispatch_meta_outplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.764s) 2022-11-23T02:43:13.5184497Z test_dispatch_meta_outplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.731s) 2022-11-23T02:43:13.5184710Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5184920Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5185132Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5185345Z test_dispatch_meta_outplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5185564Z test_dispatch_meta_outplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5185813Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (2.151s) 2022-11-23T02:43:13.5186063Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.329s) 2022-11-23T02:43:13.5186310Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.467s) 2022-11-23T02:43:13.5186554Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5186796Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5187142Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5187383Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5187629Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5187870Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (2.668s) 2022-11-23T02:43:13.5188113Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.003s) 2022-11-23T02:43:13.5188357Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.847s) 2022-11-23T02:43:13.5188594Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5188962Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5189215Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5189537Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5189798Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5190361Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5190707Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5191039Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5191363Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5191686Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5191999Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5192317Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5192629Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5192940Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5193267Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:13.5193595Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5193911Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5194324Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5194637Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:43:13.5194957Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5195265Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5195483Z test_dispatch_meta_outplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.298s) 2022-11-23T02:43:13.5195801Z test_dispatch_meta_outplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.384s) 2022-11-23T02:43:13.5196063Z test_dispatch_meta_outplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.300s) 2022-11-23T02:43:13.5196279Z test_dispatch_meta_outplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.278s) 2022-11-23T02:43:13.5196495Z test_dispatch_meta_outplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.307s) 2022-11-23T02:43:13.5196788Z test_dispatch_meta_outplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5197219Z test_dispatch_meta_outplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5197551Z test_dispatch_meta_outplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5197768Z test_dispatch_meta_outplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5197973Z test_dispatch_meta_outplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5198189Z test_dispatch_meta_outplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (1.722s) 2022-11-23T02:43:13.5198411Z test_dispatch_meta_outplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.178s) 2022-11-23T02:43:13.5198634Z test_dispatch_meta_outplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.949s) 2022-11-23T02:43:13.5198837Z test_dispatch_meta_outplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5199054Z test_dispatch_meta_outplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5199264Z test_dispatch_meta_outplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5199477Z test_dispatch_meta_outplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5199688Z test_dispatch_meta_outplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5199935Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (1.923s) 2022-11-23T02:43:13.5200183Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.057s) 2022-11-23T02:43:13.5200427Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.024s) 2022-11-23T02:43:13.5200669Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5200909Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5201140Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5201378Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5201608Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5201947Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (1.884s) 2022-11-23T02:43:13.5202191Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.012s) 2022-11-23T02:43:13.5202440Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.992s) 2022-11-23T02:43:13.5202679Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5203042Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5203289Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5203529Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5203768Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5204098Z test_dispatch_meta_outplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.378s) 2022-11-23T02:43:13.5204436Z test_dispatch_meta_outplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.454s) 2022-11-23T02:43:13.5205126Z test_dispatch_meta_outplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.364s) 2022-11-23T02:43:13.5205397Z test_dispatch_meta_outplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.359s) 2022-11-23T02:43:13.5205614Z test_dispatch_meta_outplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.374s) 2022-11-23T02:43:13.5205824Z test_dispatch_meta_outplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5206034Z test_dispatch_meta_outplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5206242Z test_dispatch_meta_outplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5206448Z test_dispatch_meta_outplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5206653Z test_dispatch_meta_outplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5206862Z test_dispatch_meta_outplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.461s) 2022-11-23T02:43:13.5207076Z test_dispatch_meta_outplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.373s) 2022-11-23T02:43:13.5207285Z test_dispatch_meta_outplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.444s) 2022-11-23T02:43:13.5207489Z test_dispatch_meta_outplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5207692Z test_dispatch_meta_outplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5207898Z test_dispatch_meta_outplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5208101Z test_dispatch_meta_outplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5208301Z test_dispatch_meta_outplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5208505Z test_dispatch_meta_outplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.446s) 2022-11-23T02:43:13.5208716Z test_dispatch_meta_outplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.327s) 2022-11-23T02:43:13.5208926Z test_dispatch_meta_outplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.423s) 2022-11-23T02:43:13.5209131Z test_dispatch_meta_outplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5209321Z test_dispatch_meta_outplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5209521Z test_dispatch_meta_outplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5210009Z test_dispatch_meta_outplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5210225Z test_dispatch_meta_outplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5210475Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (2.092s) 2022-11-23T02:43:13.5210719Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.171s) 2022-11-23T02:43:13.5211082Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.233s) 2022-11-23T02:43:13.5211434Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5211684Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5211927Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5212170Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5212408Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5212825Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5213181Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5213511Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5213835Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5214155Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5214469Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5214786Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5215094Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5215318Z test_dispatch_meta_outplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.459s) 2022-11-23T02:43:13.5215544Z test_dispatch_meta_outplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.395s) 2022-11-23T02:43:13.5215760Z test_dispatch_meta_outplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.668s) 2022-11-23T02:43:13.5215981Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5216199Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5216417Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5216637Z test_dispatch_meta_outplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5217004Z test_dispatch_meta_outplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5217327Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.483s) 2022-11-23T02:43:13.5217693Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.422s) 2022-11-23T02:43:13.5218047Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.495s) 2022-11-23T02:43:13.5218288Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5218518Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5218744Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5218973Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5219197Z test_dispatch_meta_outplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5219423Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.523s) 2022-11-23T02:43:13.5219656Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.413s) 2022-11-23T02:43:13.5219968Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.470s) 2022-11-23T02:43:13.5220212Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5220437Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5220658Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5220883Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5221108Z test_dispatch_meta_outplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5221331Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.571s) 2022-11-23T02:43:13.5221562Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.574s) 2022-11-23T02:43:13.5221795Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.698s) 2022-11-23T02:43:13.5222017Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5222242Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5222462Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5222690Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5222894Z test_dispatch_meta_outplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5223272Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.543s) 2022-11-23T02:43:13.5223517Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.529s) 2022-11-23T02:43:13.5223747Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.702s) 2022-11-23T02:43:13.5224240Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5224480Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5224700Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5225032Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5225254Z test_dispatch_meta_outplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5225477Z test_dispatch_meta_outplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5225691Z test_dispatch_meta_outplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5225910Z test_dispatch_meta_outplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5226125Z test_dispatch_meta_outplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5226341Z test_dispatch_meta_outplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5226551Z test_dispatch_meta_outplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5226768Z test_dispatch_meta_outplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5226976Z test_dispatch_meta_outplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5227187Z test_dispatch_meta_outplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5227462Z test_dispatch_meta_outplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5227693Z test_dispatch_meta_outplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.481s) 2022-11-23T02:43:13.5227913Z test_dispatch_meta_outplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.443s) 2022-11-23T02:43:13.5228133Z test_dispatch_meta_outplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.557s) 2022-11-23T02:43:13.5228328Z test_dispatch_meta_outplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5228546Z test_dispatch_meta_outplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5228756Z test_dispatch_meta_outplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5228967Z test_dispatch_meta_outplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5229181Z test_dispatch_meta_outplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5229598Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5229874Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5230246Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5230654Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5230921Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5231178Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5231436Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5231691Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5231943Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5232191Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.535s) 2022-11-23T02:43:13.5232545Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.537s) 2022-11-23T02:43:13.5232784Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.726s) 2022-11-23T02:43:13.5233025Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5233264Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5233496Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5233733Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5233976Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5234221Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.520s) 2022-11-23T02:43:13.5234468Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.529s) 2022-11-23T02:43:13.5234713Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.708s) 2022-11-23T02:43:13.5235013Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5235263Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5235490Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5235881Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5236144Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5236604Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5237072Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5237423Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5237756Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5238080Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5238400Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5238731Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5239048Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5239371Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5239810Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5240150Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5240485Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5240805Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5241121Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5241453Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.5241773Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5242324Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:13.5242685Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5243283Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5243622Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5243943Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:43:13.5244258Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5244584Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5244901Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5245225Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5245560Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5245898Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5246225Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5246540Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:43:13.5246955Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5247282Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5247598Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.5247834Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.461s) 2022-11-23T02:43:13.5248077Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.406s) 2022-11-23T02:43:13.5248453Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.407s) 2022-11-23T02:43:13.5248702Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5248935Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5249450Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5249719Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5249947Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5250173Z test_dispatch_meta_outplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.5250389Z test_dispatch_meta_outplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.5250616Z test_dispatch_meta_outplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5250833Z test_dispatch_meta_outplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.5251049Z test_dispatch_meta_outplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.5251252Z test_dispatch_meta_outplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5251470Z test_dispatch_meta_outplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.5251688Z test_dispatch_meta_outplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5251902Z test_dispatch_meta_outplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5252116Z test_dispatch_meta_outplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5252335Z test_dispatch_meta_outplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (2.895s) 2022-11-23T02:43:13.5252544Z test_dispatch_meta_outplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.254s) 2022-11-23T02:43:13.5252762Z test_dispatch_meta_outplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.719s) 2022-11-23T02:43:13.5252974Z test_dispatch_meta_outplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5253184Z test_dispatch_meta_outplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5253389Z test_dispatch_meta_outplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5253600Z test_dispatch_meta_outplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5253806Z test_dispatch_meta_outplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5254113Z test_dispatch_meta_outplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5254316Z test_dispatch_meta_outplace_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5254694Z test_dispatch_meta_outplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5254936Z test_dispatch_meta_outplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5255146Z test_dispatch_meta_outplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5255360Z test_dispatch_meta_outplace_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5255796Z test_dispatch_meta_outplace_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5255990Z test_dispatch_meta_outplace_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5256196Z test_dispatch_meta_outplace_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5256397Z test_dispatch_meta_outplace_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5256594Z test_dispatch_meta_outplace_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5256877Z test_dispatch_meta_outplace_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5257096Z test_dispatch_meta_outplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5257320Z test_dispatch_meta_outplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5257537Z test_dispatch_meta_outplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5257765Z test_dispatch_meta_outplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5257990Z test_dispatch_meta_outplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5258216Z test_dispatch_meta_outplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5258429Z test_dispatch_meta_outplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5258640Z test_dispatch_meta_outplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5258857Z test_dispatch_meta_outplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5259075Z test_dispatch_meta_outplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5259290Z test_dispatch_meta_outplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5259501Z test_dispatch_meta_outplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5259711Z test_dispatch_meta_outplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5259941Z test_dispatch_meta_outplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5260155Z test_dispatch_meta_outplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5260387Z test_dispatch_meta_outplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5260597Z test_dispatch_meta_outplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5260952Z test_dispatch_meta_outplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5261200Z test_dispatch_meta_outplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5261410Z test_dispatch_meta_outplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5261734Z test_dispatch_meta_outplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5262175Z test_dispatch_meta_outplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5262394Z test_dispatch_meta_outplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5262613Z test_dispatch_meta_outplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5262829Z test_dispatch_meta_outplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5263041Z test_dispatch_meta_outplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5263250Z test_dispatch_meta_outplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5263451Z test_dispatch_meta_outplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5263658Z test_dispatch_meta_outplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5263869Z test_dispatch_meta_outplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5264076Z test_dispatch_meta_outplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5264279Z test_dispatch_meta_outplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5264562Z test_dispatch_meta_outplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5264785Z test_dispatch_meta_outplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5264985Z test_dispatch_meta_outplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5265178Z test_dispatch_meta_outplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5265349Z test_dispatch_meta_outplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5265551Z test_dispatch_meta_outplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5265740Z test_dispatch_meta_outplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5265952Z test_dispatch_meta_outplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5266157Z test_dispatch_meta_outplace_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5266375Z test_dispatch_meta_outplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5266587Z test_dispatch_meta_outplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5266793Z test_dispatch_meta_outplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5266997Z test_dispatch_meta_outplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5267357Z test_dispatch_meta_outplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5267576Z test_dispatch_meta_outplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5267776Z test_dispatch_meta_outplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5268104Z test_dispatch_meta_outplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5268427Z test_dispatch_meta_outplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5268629Z test_dispatch_meta_outplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5268838Z test_dispatch_meta_outplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5269040Z test_dispatch_meta_outplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5269255Z test_dispatch_meta_outplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5269468Z test_dispatch_meta_outplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5269766Z test_dispatch_meta_outplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5269977Z test_dispatch_meta_outplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5270183Z test_dispatch_meta_outplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5270388Z test_dispatch_meta_outplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5270591Z test_dispatch_meta_outplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5270794Z test_dispatch_meta_outplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5270994Z test_dispatch_meta_outplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5271193Z test_dispatch_meta_outplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5271396Z test_dispatch_meta_outplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5271602Z test_dispatch_meta_outplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5271802Z test_dispatch_meta_outplace_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5272085Z test_dispatch_meta_outplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5272313Z test_dispatch_meta_outplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5272519Z test_dispatch_meta_outplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5272719Z test_dispatch_meta_outplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5272921Z test_dispatch_meta_outplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5273122Z test_dispatch_meta_outplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5273327Z test_dispatch_meta_outplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5273681Z test_dispatch_meta_outplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5273876Z test_dispatch_meta_outplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5274079Z test_dispatch_meta_outplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5274361Z test_dispatch_meta_outplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5274723Z test_dispatch_meta_outplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5274938Z test_dispatch_meta_outplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5275143Z test_dispatch_meta_outplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5275343Z test_dispatch_meta_outplace_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5275542Z test_dispatch_meta_outplace_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5275743Z test_dispatch_meta_outplace_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5275955Z test_dispatch_meta_outplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5276171Z test_dispatch_meta_outplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5276386Z test_dispatch_meta_outplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5276595Z test_dispatch_meta_outplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5276805Z test_dispatch_meta_outplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5277008Z test_dispatch_meta_outplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5277326Z test_dispatch_meta_outplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.5277533Z test_dispatch_meta_outplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5277734Z test_dispatch_meta_outplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.5277940Z test_dispatch_meta_outplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.5278124Z test_dispatch_meta_outplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5278329Z test_dispatch_meta_outplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5278532Z test_dispatch_meta_outplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5278736Z test_dispatch_meta_outplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5278937Z test_dispatch_meta_outplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5279140Z test_dispatch_meta_outplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5279338Z test_dispatch_meta_outplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5279535Z test_dispatch_meta_outplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5279939Z test_dispatch_meta_outplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5280165Z test_dispatch_meta_outplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5280359Z test_dispatch_meta_outplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5280548Z test_dispatch_meta_outplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5280884Z test_dispatch_meta_outplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5281211Z test_dispatch_meta_outplace_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5281424Z test_dispatch_meta_outplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5281629Z test_dispatch_meta_outplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5281837Z test_dispatch_meta_outplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5282038Z test_dispatch_meta_outplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5282238Z test_dispatch_meta_outplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5282421Z test_dispatch_meta_outplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5282617Z test_dispatch_meta_outplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5282810Z test_dispatch_meta_outplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5283001Z test_dispatch_meta_outplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5283196Z test_dispatch_meta_outplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5283386Z test_dispatch_meta_outplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5283604Z test_dispatch_meta_outplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5283811Z test_dispatch_meta_outplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5284028Z test_dispatch_meta_outplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5284246Z test_dispatch_meta_outplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5284457Z test_dispatch_meta_outplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5285252Z test_dispatch_meta_outplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5285464Z test_dispatch_meta_outplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5285668Z test_dispatch_meta_outplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5285878Z test_dispatch_meta_outplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5286079Z test_dispatch_meta_outplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5286406Z test_dispatch_meta_outplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5286660Z test_dispatch_meta_outplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5286866Z test_dispatch_meta_outplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.328s) 2022-11-23T02:43:13.5287076Z test_dispatch_meta_outplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.308s) 2022-11-23T02:43:13.5287387Z test_dispatch_meta_outplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.289s) 2022-11-23T02:43:13.5287721Z test_dispatch_meta_outplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.307s) 2022-11-23T02:43:13.5287944Z test_dispatch_meta_outplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.961s) 2022-11-23T02:43:13.5288261Z test_dispatch_meta_outplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.865s) 2022-11-23T02:43:13.5288491Z test_dispatch_meta_outplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5288700Z test_dispatch_meta_outplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.5288905Z test_dispatch_meta_outplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5289110Z test_dispatch_meta_outplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5289321Z test_dispatch_meta_outplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5289517Z test_dispatch_meta_outplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5289722Z test_dispatch_meta_outplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5289926Z test_dispatch_meta_outplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5290127Z test_dispatch_meta_outplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5290322Z test_dispatch_meta_outplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5290513Z test_dispatch_meta_outplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5290707Z test_dispatch_meta_outplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5290896Z test_dispatch_meta_outplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5291086Z test_dispatch_meta_outplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5291280Z test_dispatch_meta_outplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5291458Z test_dispatch_meta_outplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5291680Z test_dispatch_meta_outplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5291891Z test_dispatch_meta_outplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5292121Z test_dispatch_meta_outplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5292344Z test_dispatch_meta_outplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5292561Z test_dispatch_meta_outplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5292882Z test_dispatch_meta_outplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5293259Z test_dispatch_meta_outplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5293527Z test_dispatch_meta_outplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5293876Z test_dispatch_meta_outplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5294102Z test_dispatch_meta_outplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5294315Z test_dispatch_meta_outplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.5294523Z test_dispatch_meta_outplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5294760Z test_dispatch_meta_outplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5295042Z test_dispatch_meta_outplace_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5295260Z test_dispatch_meta_outplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5295467Z test_dispatch_meta_outplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5295670Z test_dispatch_meta_outplace_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5295956Z test_dispatch_meta_outplace_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5296180Z test_dispatch_meta_outplace_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5296363Z test_dispatch_meta_outplace_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5296555Z test_dispatch_meta_outplace_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.5296744Z test_dispatch_meta_outplace_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5296945Z test_dispatch_meta_outplace_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5297136Z test_dispatch_meta_outplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.5297337Z test_dispatch_meta_outplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5297534Z test_dispatch_meta_outplace_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5297747Z test_dispatch_meta_outplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5297952Z test_dispatch_meta_outplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5298158Z test_dispatch_meta_outplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5298357Z test_dispatch_meta_outplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5298557Z test_dispatch_meta_outplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5298760Z test_dispatch_meta_outplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5298957Z test_dispatch_meta_outplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5299149Z test_dispatch_meta_outplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5299339Z test_dispatch_meta_outplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5299535Z test_dispatch_meta_outplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5299724Z test_dispatch_meta_outplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5299910Z test_dispatch_meta_outplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5300291Z test_dispatch_meta_outplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5300515Z test_dispatch_meta_outplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5300828Z test_dispatch_meta_outplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5301264Z test_dispatch_meta_outplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5301473Z test_dispatch_meta_outplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5301680Z test_dispatch_meta_outplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5301881Z test_dispatch_meta_outplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5302079Z test_dispatch_meta_outplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5302271Z test_dispatch_meta_outplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5302462Z test_dispatch_meta_outplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5302661Z test_dispatch_meta_outplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5302858Z test_dispatch_meta_outplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5303079Z test_dispatch_meta_outplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5303291Z test_dispatch_meta_outplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5303595Z test_dispatch_meta_outplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5303836Z test_dispatch_meta_outplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5304052Z test_dispatch_meta_outplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5304270Z test_dispatch_meta_outplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5304486Z test_dispatch_meta_outplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5304686Z test_dispatch_meta_outplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5304899Z test_dispatch_meta_outplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5305104Z test_dispatch_meta_outplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5305316Z test_dispatch_meta_outplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5305518Z test_dispatch_meta_outplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5305727Z test_dispatch_meta_outplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5305944Z test_dispatch_meta_outplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5306162Z test_dispatch_meta_outplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5306521Z test_dispatch_meta_outplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5306760Z test_dispatch_meta_outplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5306963Z test_dispatch_meta_outplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5307175Z test_dispatch_meta_outplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5307579Z test_dispatch_meta_outplace_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5307797Z test_dispatch_meta_outplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5308003Z test_dispatch_meta_outplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.5308208Z test_dispatch_meta_outplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5308410Z test_dispatch_meta_outplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5308717Z test_dispatch_meta_outplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.5308917Z test_dispatch_meta_outplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5309093Z test_dispatch_meta_outplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5309286Z test_dispatch_meta_outplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.5309483Z test_dispatch_meta_outplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.5309673Z test_dispatch_meta_outplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5309872Z test_dispatch_meta_outplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5310068Z test_dispatch_meta_outplace_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5310276Z test_dispatch_meta_outplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5310479Z test_dispatch_meta_outplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5310675Z test_dispatch_meta_outplace_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5310867Z test_dispatch_meta_outplace_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5311124Z test_dispatch_meta_outplace_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5311340Z test_dispatch_meta_outplace_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5311528Z test_dispatch_meta_outplace_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5311714Z test_dispatch_meta_outplace_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5311910Z test_dispatch_meta_outplace_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5312100Z test_dispatch_meta_outplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5312312Z test_dispatch_meta_outplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5312517Z test_dispatch_meta_outplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5312896Z test_dispatch_meta_outplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5313109Z test_dispatch_meta_outplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5313321Z test_dispatch_meta_outplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5313639Z test_dispatch_meta_outplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5313967Z test_dispatch_meta_outplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5314180Z test_dispatch_meta_outplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5314389Z test_dispatch_meta_outplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5314588Z test_dispatch_meta_outplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5314791Z test_dispatch_meta_outplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5315001Z test_dispatch_meta_outplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5315208Z test_dispatch_meta_outplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5315410Z test_dispatch_meta_outplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5315617Z test_dispatch_meta_outplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5315818Z test_dispatch_meta_outplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5316128Z test_dispatch_meta_outplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5316319Z test_dispatch_meta_outplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5316507Z test_dispatch_meta_outplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5316708Z test_dispatch_meta_outplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5316896Z test_dispatch_meta_outplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5317101Z test_dispatch_meta_outplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5317303Z test_dispatch_meta_outplace_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5317496Z test_dispatch_meta_outplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5317704Z test_dispatch_meta_outplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5317916Z test_dispatch_meta_outplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5318121Z test_dispatch_meta_outplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5318322Z test_dispatch_meta_outplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5318599Z test_dispatch_meta_outplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5318820Z test_dispatch_meta_outplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5319170Z test_dispatch_meta_outplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5319381Z test_dispatch_meta_outplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5319580Z test_dispatch_meta_outplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5319882Z test_dispatch_meta_outplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5320229Z test_dispatch_meta_outplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5320444Z test_dispatch_meta_outplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5320664Z test_dispatch_meta_outplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5320884Z test_dispatch_meta_outplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5321101Z test_dispatch_meta_outplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5321314Z test_dispatch_meta_outplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5321524Z test_dispatch_meta_outplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5321731Z test_dispatch_meta_outplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5321924Z test_dispatch_meta_outplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5322129Z test_dispatch_meta_outplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5322327Z test_dispatch_meta_outplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5322535Z test_dispatch_meta_outplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5322743Z test_dispatch_meta_outplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5322958Z test_dispatch_meta_outplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.5323183Z test_dispatch_meta_outplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5323401Z test_dispatch_meta_outplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.5323716Z test_dispatch_meta_outplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.5323929Z test_dispatch_meta_outplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.5324134Z test_dispatch_meta_outplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.5324343Z test_dispatch_meta_outplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.5324550Z test_dispatch_meta_outplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.5324750Z test_dispatch_meta_outplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5324958Z test_dispatch_meta_outplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.5325164Z test_dispatch_meta_outplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.5325499Z test_dispatch_meta_outplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.5325724Z test_dispatch_meta_outplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5325926Z test_dispatch_meta_outplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.5326234Z test_dispatch_meta_outplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.5326998Z test_dispatch_meta_outplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.5327274Z test_dispatch_meta_outplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.5327479Z test_dispatch_meta_outplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.5327683Z test_dispatch_meta_outplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.5327883Z test_dispatch_meta_outplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5328090Z test_dispatch_meta_outplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5328290Z test_dispatch_meta_outplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.5328521Z test_dispatch_meta_outplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5328757Z test_dispatch_meta_outplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5328984Z test_dispatch_meta_outplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5329203Z test_dispatch_meta_outplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5329404Z test_dispatch_meta_outplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5329613Z test_dispatch_meta_outplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5329822Z test_dispatch_meta_outplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5330031Z test_dispatch_meta_outplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5330232Z test_dispatch_meta_outplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5330436Z test_dispatch_meta_outplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5330643Z test_dispatch_meta_outplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5330842Z test_dispatch_meta_outplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5331019Z test_dispatch_meta_outplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5331207Z test_dispatch_meta_outplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5331404Z test_dispatch_meta_outplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5331724Z test_dispatch_meta_outplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5332095Z test_dispatch_meta_outplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5332313Z test_dispatch_meta_outplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5332514Z test_dispatch_meta_outplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5332935Z test_dispatch_meta_outplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5333157Z test_dispatch_meta_outplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5333375Z test_dispatch_meta_outplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.5333577Z test_dispatch_meta_outplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5333779Z test_dispatch_meta_outplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5333986Z test_dispatch_meta_outplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5334186Z test_dispatch_meta_outplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5334379Z test_dispatch_meta_outplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5334652Z test_dispatch_meta_outplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5334875Z test_dispatch_meta_outplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5335067Z test_dispatch_meta_outplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5335283Z test_dispatch_meta_outplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5335478Z test_dispatch_meta_outplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5335694Z test_dispatch_meta_outplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5335907Z test_dispatch_meta_outplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5336127Z test_dispatch_meta_outplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5336350Z test_dispatch_meta_outplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5336572Z test_dispatch_meta_outplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5336784Z test_dispatch_meta_outplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5336997Z test_dispatch_meta_outplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.5337209Z test_dispatch_meta_outplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5337416Z test_dispatch_meta_outplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5337628Z test_dispatch_meta_outplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5337831Z test_dispatch_meta_outplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5338039Z test_dispatch_meta_outplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.5338370Z test_dispatch_meta_outplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5338585Z test_dispatch_meta_outplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5338793Z test_dispatch_meta_outplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5339114Z test_dispatch_meta_outplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5339439Z test_dispatch_meta_outplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5339756Z test_dispatch_meta_outplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5339958Z test_dispatch_meta_outplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5340141Z test_dispatch_meta_outplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5340343Z test_dispatch_meta_outplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5340541Z test_dispatch_meta_outplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5340747Z test_dispatch_meta_outplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5340946Z test_dispatch_meta_outplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5341160Z test_dispatch_meta_outplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5341370Z test_dispatch_meta_outplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5341586Z test_dispatch_meta_outplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5341795Z test_dispatch_meta_outplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5342000Z test_dispatch_meta_outplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5342276Z test_dispatch_meta_outplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5342498Z test_dispatch_meta_outplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5342702Z test_dispatch_meta_outplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5342902Z test_dispatch_meta_outplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5343105Z test_dispatch_meta_outplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5343308Z test_dispatch_meta_outplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5343522Z test_dispatch_meta_outplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5343727Z test_dispatch_meta_outplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5343947Z test_dispatch_meta_outplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5344163Z test_dispatch_meta_outplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5344361Z test_dispatch_meta_outplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5344751Z test_dispatch_meta_outplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5344979Z test_dispatch_meta_outplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5345185Z test_dispatch_meta_outplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5345407Z test_dispatch_meta_outplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5345729Z test_dispatch_meta_outplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5346037Z test_dispatch_meta_outplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5346250Z test_dispatch_meta_outplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5346460Z test_dispatch_meta_outplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5346677Z test_dispatch_meta_outplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5346888Z test_dispatch_meta_outplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5347108Z test_dispatch_meta_outplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5347433Z test_dispatch_meta_outplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5347653Z test_dispatch_meta_outplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5347867Z test_dispatch_meta_outplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5348084Z test_dispatch_meta_outplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5348295Z test_dispatch_meta_outplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5348501Z test_dispatch_meta_outplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5348710Z test_dispatch_meta_outplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5348912Z test_dispatch_meta_outplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.5349108Z test_dispatch_meta_outplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5349310Z test_dispatch_meta_outplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5349518Z test_dispatch_meta_outplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5349791Z test_dispatch_meta_outplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5350021Z test_dispatch_meta_outplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5350232Z test_dispatch_meta_outplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5350443Z test_dispatch_meta_outplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5350647Z test_dispatch_meta_outplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5350851Z test_dispatch_meta_outplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5351185Z test_dispatch_meta_outplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5351420Z test_dispatch_meta_outplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5351622Z test_dispatch_meta_outplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5351829Z test_dispatch_meta_outplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5352234Z test_dispatch_meta_outplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5352441Z test_dispatch_meta_outplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5352650Z test_dispatch_meta_outplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5352863Z test_dispatch_meta_outplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5353080Z test_dispatch_meta_outplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5353287Z test_dispatch_meta_outplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5353475Z test_dispatch_meta_outplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5353677Z test_dispatch_meta_outplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5353903Z test_dispatch_meta_outplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (0.359s) 2022-11-23T02:43:13.5354130Z test_dispatch_meta_outplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.392s) 2022-11-23T02:43:13.5354350Z test_dispatch_meta_outplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.386s) 2022-11-23T02:43:13.5354608Z test_dispatch_meta_outplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.377s) 2022-11-23T02:43:13.5354940Z test_dispatch_meta_outplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.450s) 2022-11-23T02:43:13.5355155Z test_dispatch_meta_outplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.392s) 2022-11-23T02:43:13.5355365Z test_dispatch_meta_outplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.404s) 2022-11-23T02:43:13.5355590Z test_dispatch_meta_outplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.386s) 2022-11-23T02:43:13.5355805Z test_dispatch_meta_outplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.381s) 2022-11-23T02:43:13.5356009Z test_dispatch_meta_outplace_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (0.753s) 2022-11-23T02:43:13.5356216Z test_dispatch_meta_outplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.756s) 2022-11-23T02:43:13.5356420Z test_dispatch_meta_outplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.775s) 2022-11-23T02:43:13.5356623Z test_dispatch_meta_outplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.757s) 2022-11-23T02:43:13.5356829Z test_dispatch_meta_outplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.756s) 2022-11-23T02:43:13.5357031Z test_dispatch_meta_outplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.799s) 2022-11-23T02:43:13.5357231Z test_dispatch_meta_outplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.768s) 2022-11-23T02:43:13.5357646Z test_dispatch_meta_outplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.749s) 2022-11-23T02:43:13.5357872Z test_dispatch_meta_outplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.753s) 2022-11-23T02:43:13.5358071Z test_dispatch_meta_outplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5358501Z test_dispatch_meta_outplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5358731Z test_dispatch_meta_outplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5358950Z test_dispatch_meta_outplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5359165Z test_dispatch_meta_outplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5359377Z test_dispatch_meta_outplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5359591Z test_dispatch_meta_outplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5359795Z test_dispatch_meta_outplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5360002Z test_dispatch_meta_outplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5360208Z test_dispatch_meta_outplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5360409Z test_dispatch_meta_outplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5360615Z test_dispatch_meta_outplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5360823Z test_dispatch_meta_outplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5361023Z test_dispatch_meta_outplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5361231Z test_dispatch_meta_outplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5361438Z test_dispatch_meta_outplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5361640Z test_dispatch_meta_outplace_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5361842Z test_dispatch_meta_outplace_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5362043Z test_dispatch_meta_outplace_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5362252Z test_dispatch_meta_outplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5362557Z test_dispatch_meta_outplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5362772Z test_dispatch_meta_outplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5362981Z test_dispatch_meta_outplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5363191Z test_dispatch_meta_outplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5363395Z test_dispatch_meta_outplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5363722Z test_dispatch_meta_outplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5363943Z test_dispatch_meta_outplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5364147Z test_dispatch_meta_outplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5364351Z test_dispatch_meta_outplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5364777Z test_dispatch_meta_outplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5364989Z test_dispatch_meta_outplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5365292Z test_dispatch_meta_outplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5365525Z test_dispatch_meta_outplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5365734Z test_dispatch_meta_outplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5365940Z test_dispatch_meta_outplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5366140Z test_dispatch_meta_outplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5366352Z test_dispatch_meta_outplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5366566Z test_dispatch_meta_outplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5366774Z test_dispatch_meta_outplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5366979Z test_dispatch_meta_outplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5367169Z test_dispatch_meta_outplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5367369Z test_dispatch_meta_outplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5367568Z test_dispatch_meta_outplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5367770Z test_dispatch_meta_outplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5367971Z test_dispatch_meta_outplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5368172Z test_dispatch_meta_outplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5368368Z test_dispatch_meta_outplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5368586Z test_dispatch_meta_outplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5368804Z test_dispatch_meta_outplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5369016Z test_dispatch_meta_outplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5369219Z test_dispatch_meta_outplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5369427Z test_dispatch_meta_outplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5369633Z test_dispatch_meta_outplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5369838Z test_dispatch_meta_outplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5370311Z test_dispatch_meta_outplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5370513Z test_dispatch_meta_outplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5370840Z test_dispatch_meta_outplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5371161Z test_dispatch_meta_outplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5371368Z test_dispatch_meta_outplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5371555Z test_dispatch_meta_outplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5371755Z test_dispatch_meta_outplace_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5371956Z test_dispatch_meta_outplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5372163Z test_dispatch_meta_outplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5372365Z test_dispatch_meta_outplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5372566Z test_dispatch_meta_outplace_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5372853Z test_dispatch_meta_outplace_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5373076Z test_dispatch_meta_outplace_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5373274Z test_dispatch_meta_outplace_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5373470Z test_dispatch_meta_outplace_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5373663Z test_dispatch_meta_outplace_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5373859Z test_dispatch_meta_outplace_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5374054Z test_dispatch_meta_outplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5374262Z test_dispatch_meta_outplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5374465Z test_dispatch_meta_outplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5374678Z test_dispatch_meta_outplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5374887Z test_dispatch_meta_outplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5375096Z test_dispatch_meta_outplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5375302Z test_dispatch_meta_outplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5375491Z test_dispatch_meta_outplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5375700Z test_dispatch_meta_outplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5375904Z test_dispatch_meta_outplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5376106Z test_dispatch_meta_outplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5376465Z test_dispatch_meta_outplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5376674Z test_dispatch_meta_outplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5376875Z test_dispatch_meta_outplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5377293Z test_dispatch_meta_outplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5377502Z test_dispatch_meta_outplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5377717Z test_dispatch_meta_outplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5378030Z test_dispatch_meta_outplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5378238Z test_dispatch_meta_outplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5378442Z test_dispatch_meta_outplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5378649Z test_dispatch_meta_outplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5378853Z test_dispatch_meta_outplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5379052Z test_dispatch_meta_outplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5379254Z test_dispatch_meta_outplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5379453Z test_dispatch_meta_outplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5379653Z test_dispatch_meta_outplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5379856Z test_dispatch_meta_outplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5380044Z test_dispatch_meta_outplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5380243Z test_dispatch_meta_outplace_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5380529Z test_dispatch_meta_outplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5380756Z test_dispatch_meta_outplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5380963Z test_dispatch_meta_outplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5381168Z test_dispatch_meta_outplace_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5381373Z test_dispatch_meta_outplace_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5381577Z test_dispatch_meta_outplace_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5381778Z test_dispatch_meta_outplace_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5381978Z test_dispatch_meta_outplace_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5382182Z test_dispatch_meta_outplace_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5382387Z test_dispatch_meta_outplace_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5382703Z test_dispatch_meta_outplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5382912Z test_dispatch_meta_outplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.5383111Z test_dispatch_meta_outplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.5383607Z test_dispatch_meta_outplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5383822Z test_dispatch_meta_outplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5384023Z test_dispatch_meta_outplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.5384223Z test_dispatch_meta_outplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.5384407Z test_dispatch_meta_outplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5384607Z test_dispatch_meta_outplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5384806Z test_dispatch_meta_outplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.5385006Z test_dispatch_meta_outplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5385211Z test_dispatch_meta_outplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5385408Z test_dispatch_meta_outplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5385724Z test_dispatch_meta_outplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5385931Z test_dispatch_meta_outplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5386132Z test_dispatch_meta_outplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5386336Z test_dispatch_meta_outplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5386536Z test_dispatch_meta_outplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5386734Z test_dispatch_meta_outplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5386934Z test_dispatch_meta_outplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5387132Z test_dispatch_meta_outplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5387334Z test_dispatch_meta_outplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5387531Z test_dispatch_meta_outplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5387737Z test_dispatch_meta_outplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5388012Z test_dispatch_meta_outplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5388242Z test_dispatch_meta_outplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5388433Z test_dispatch_meta_outplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5388637Z test_dispatch_meta_outplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5389007Z test_dispatch_meta_outplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5389224Z test_dispatch_meta_outplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5389428Z test_dispatch_meta_outplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5389748Z test_dispatch_meta_outplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5390054Z test_dispatch_meta_outplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5390272Z test_dispatch_meta_outplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5390470Z test_dispatch_meta_outplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5390669Z test_dispatch_meta_outplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5390885Z test_dispatch_meta_outplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5391090Z test_dispatch_meta_outplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5391314Z test_dispatch_meta_outplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5391575Z test_dispatch_meta_outplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5391794Z test_dispatch_meta_outplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5392009Z test_dispatch_meta_outplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5392221Z test_dispatch_meta_outplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5392429Z test_dispatch_meta_outplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5392635Z test_dispatch_meta_outplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5392824Z test_dispatch_meta_outplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5393024Z test_dispatch_meta_outplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5393339Z test_dispatch_meta_outplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5393540Z test_dispatch_meta_outplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5393815Z test_dispatch_symbolic_meta_inplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5394076Z test_dispatch_symbolic_meta_inplace_H_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5394349Z test_dispatch_symbolic_meta_inplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5394614Z test_dispatch_symbolic_meta_inplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5394880Z test_dispatch_symbolic_meta_inplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5395145Z test_dispatch_symbolic_meta_inplace_H_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5395583Z test_dispatch_symbolic_meta_inplace_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5395936Z test_dispatch_symbolic_meta_inplace_H_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5396448Z test_dispatch_symbolic_meta_inplace_H_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5396715Z test_dispatch_symbolic_meta_inplace_H_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5396966Z test_dispatch_symbolic_meta_inplace_H_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5397228Z test_dispatch_symbolic_meta_inplace_H_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5397477Z test_dispatch_symbolic_meta_inplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5397742Z test_dispatch_symbolic_meta_inplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5398001Z test_dispatch_symbolic_meta_inplace_T_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5398268Z test_dispatch_symbolic_meta_inplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5398532Z test_dispatch_symbolic_meta_inplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5398793Z test_dispatch_symbolic_meta_inplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5399055Z test_dispatch_symbolic_meta_inplace_T_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5399315Z test_dispatch_symbolic_meta_inplace_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5399578Z test_dispatch_symbolic_meta_inplace_T_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5399835Z test_dispatch_symbolic_meta_inplace_T_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5400085Z test_dispatch_symbolic_meta_inplace_T_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5400334Z test_dispatch_symbolic_meta_inplace_T_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5400700Z test_dispatch_symbolic_meta_inplace_T_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5400932Z test_dispatch_symbolic_meta_inplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5401208Z test_dispatch_symbolic_meta_inplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5401481Z test_dispatch_symbolic_meta_inplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5401921Z test_dispatch_symbolic_meta_inplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5402209Z test_dispatch_symbolic_meta_inplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5402701Z test_dispatch_symbolic_meta_inplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5402989Z test_dispatch_symbolic_meta_inplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5403349Z test_dispatch_symbolic_meta_inplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5403638Z test_dispatch_symbolic_meta_inplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5403909Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5404178Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5404443Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5404713Z test_dispatch_symbolic_meta_inplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5404977Z test_dispatch_symbolic_meta_inplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5405247Z test_dispatch_symbolic_meta_inplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5405510Z test_dispatch_symbolic_meta_inplace___radd___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5405780Z test_dispatch_symbolic_meta_inplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5406054Z test_dispatch_symbolic_meta_inplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5406324Z test_dispatch_symbolic_meta_inplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5406590Z test_dispatch_symbolic_meta_inplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5406857Z test_dispatch_symbolic_meta_inplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5407120Z test_dispatch_symbolic_meta_inplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5407372Z test_dispatch_symbolic_meta_inplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5407620Z test_dispatch_symbolic_meta_inplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5408547Z test_dispatch_symbolic_meta_inplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5409031Z test_dispatch_symbolic_meta_inplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5409299Z test_dispatch_symbolic_meta_inplace___rand___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5409549Z test_dispatch_symbolic_meta_inplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5409797Z test_dispatch_symbolic_meta_inplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5410041Z test_dispatch_symbolic_meta_inplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5410295Z test_dispatch_symbolic_meta_inplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5410545Z test_dispatch_symbolic_meta_inplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5410913Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5411184Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5411458Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5411731Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5411996Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5412267Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5412534Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5412798Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5413051Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5413302Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5413559Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5413814Z test_dispatch_symbolic_meta_inplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5414221Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5414543Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5414818Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5415357Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5415635Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5416005Z test_dispatch_symbolic_meta_inplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5416276Z test_dispatch_symbolic_meta_inplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5416547Z test_dispatch_symbolic_meta_inplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5416813Z test_dispatch_symbolic_meta_inplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5417075Z test_dispatch_symbolic_meta_inplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5417337Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5417596Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5417845Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5418178Z test_dispatch_symbolic_meta_inplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5418448Z test_dispatch_symbolic_meta_inplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5418710Z test_dispatch_symbolic_meta_inplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5418970Z test_dispatch_symbolic_meta_inplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5419245Z test_dispatch_symbolic_meta_inplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5419516Z test_dispatch_symbolic_meta_inplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5419785Z test_dispatch_symbolic_meta_inplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5420051Z test_dispatch_symbolic_meta_inplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5420312Z test_dispatch_symbolic_meta_inplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5420755Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5421006Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5421381Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5421739Z test_dispatch_symbolic_meta_inplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5421999Z test_dispatch_symbolic_meta_inplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5422260Z test_dispatch_symbolic_meta_inplace___ror___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5422517Z test_dispatch_symbolic_meta_inplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5422767Z test_dispatch_symbolic_meta_inplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5423121Z test_dispatch_symbolic_meta_inplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5423376Z test_dispatch_symbolic_meta_inplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5423631Z test_dispatch_symbolic_meta_inplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5423897Z test_dispatch_symbolic_meta_inplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5424169Z test_dispatch_symbolic_meta_inplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5424444Z test_dispatch_symbolic_meta_inplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5424712Z test_dispatch_symbolic_meta_inplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5424976Z test_dispatch_symbolic_meta_inplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5425309Z test_dispatch_symbolic_meta_inplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5425592Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5425849Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5426099Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5426361Z test_dispatch_symbolic_meta_inplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5426612Z test_dispatch_symbolic_meta_inplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5427008Z test_dispatch_symbolic_meta_inplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5427290Z test_dispatch_symbolic_meta_inplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5427770Z test_dispatch_symbolic_meta_inplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5428051Z test_dispatch_symbolic_meta_inplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5428314Z test_dispatch_symbolic_meta_inplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5428581Z test_dispatch_symbolic_meta_inplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5428844Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5429100Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5429350Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5429610Z test_dispatch_symbolic_meta_inplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5429861Z test_dispatch_symbolic_meta_inplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5430222Z test_dispatch_symbolic_meta_inplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5430457Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5430709Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5430956Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5431209Z test_dispatch_symbolic_meta_inplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5431457Z test_dispatch_symbolic_meta_inplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5431751Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5432041Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5432395Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5432695Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5432912Z test_dispatch_symbolic_meta_inplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5433280Z test_dispatch_symbolic_meta_inplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5433550Z test_dispatch_symbolic_meta_inplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:13.5433940Z test_dispatch_symbolic_meta_inplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5434309Z test_dispatch_symbolic_meta_inplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5434536Z test_dispatch_symbolic_meta_inplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5434750Z test_dispatch_symbolic_meta_inplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5434961Z test_dispatch_symbolic_meta_inplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5435171Z test_dispatch_symbolic_meta_inplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5435381Z test_dispatch_symbolic_meta_inplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5435589Z test_dispatch_symbolic_meta_inplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5435795Z test_dispatch_symbolic_meta_inplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5436000Z test_dispatch_symbolic_meta_inplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5436222Z test_dispatch_symbolic_meta_inplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5436479Z test_dispatch_symbolic_meta_inplace_acos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5436700Z test_dispatch_symbolic_meta_inplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5436903Z test_dispatch_symbolic_meta_inplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5437124Z test_dispatch_symbolic_meta_inplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5437448Z test_dispatch_symbolic_meta_inplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5437664Z test_dispatch_symbolic_meta_inplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5437876Z test_dispatch_symbolic_meta_inplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5438136Z test_dispatch_symbolic_meta_inplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5438388Z test_dispatch_symbolic_meta_inplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5438636Z test_dispatch_symbolic_meta_inplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:13.5438886Z test_dispatch_symbolic_meta_inplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5439143Z test_dispatch_symbolic_meta_inplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5439480Z test_dispatch_symbolic_meta_inplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5439742Z test_dispatch_symbolic_meta_inplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5440047Z test_dispatch_symbolic_meta_inplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5440402Z test_dispatch_symbolic_meta_inplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5440627Z test_dispatch_symbolic_meta_inplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5440946Z test_dispatch_symbolic_meta_inplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5441166Z test_dispatch_symbolic_meta_inplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5441389Z test_dispatch_symbolic_meta_inplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5441647Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.5441906Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5442154Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5442407Z test_dispatch_symbolic_meta_inplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.5442653Z test_dispatch_symbolic_meta_inplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5442867Z test_dispatch_symbolic_meta_inplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5443068Z test_dispatch_symbolic_meta_inplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5443291Z test_dispatch_symbolic_meta_inplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5443510Z test_dispatch_symbolic_meta_inplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5443732Z test_dispatch_symbolic_meta_inplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5443946Z test_dispatch_symbolic_meta_inplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5444158Z test_dispatch_symbolic_meta_inplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5444369Z test_dispatch_symbolic_meta_inplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5444578Z test_dispatch_symbolic_meta_inplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5444900Z test_dispatch_symbolic_meta_inplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5445104Z test_dispatch_symbolic_meta_inplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5445315Z test_dispatch_symbolic_meta_inplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5445524Z test_dispatch_symbolic_meta_inplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5445747Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5446120Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5446361Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5446577Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5446912Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5447266Z test_dispatch_symbolic_meta_inplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5447512Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5448233Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5448501Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5448723Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5448936Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5449144Z test_dispatch_symbolic_meta_inplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.5449368Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5449592Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5449814Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5450028Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5450236Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5450441Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5450655Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5450872Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5451090Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5451305Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5451519Z test_dispatch_symbolic_meta_inplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.5451742Z test_dispatch_symbolic_meta_inplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5451966Z test_dispatch_symbolic_meta_inplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5452184Z test_dispatch_symbolic_meta_inplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5452397Z test_dispatch_symbolic_meta_inplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5452802Z test_dispatch_symbolic_meta_inplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5453147Z test_dispatch_symbolic_meta_inplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5453594Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5453846Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5454091Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5454329Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5454600Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5454831Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5455051Z test_dispatch_symbolic_meta_inplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5455276Z test_dispatch_symbolic_meta_inplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5455497Z test_dispatch_symbolic_meta_inplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5455800Z test_dispatch_symbolic_meta_inplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5456037Z test_dispatch_symbolic_meta_inplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5456255Z test_dispatch_symbolic_meta_inplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5456474Z test_dispatch_symbolic_meta_inplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5456684Z test_dispatch_symbolic_meta_inplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5456909Z test_dispatch_symbolic_meta_inplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5457128Z test_dispatch_symbolic_meta_inplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5457346Z test_dispatch_symbolic_meta_inplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5457564Z test_dispatch_symbolic_meta_inplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5457778Z test_dispatch_symbolic_meta_inplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5457990Z test_dispatch_symbolic_meta_inplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5458201Z test_dispatch_symbolic_meta_inplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5458406Z test_dispatch_symbolic_meta_inplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5458600Z test_dispatch_symbolic_meta_inplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5458934Z test_dispatch_symbolic_meta_inplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5459219Z test_dispatch_symbolic_meta_inplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5459483Z test_dispatch_symbolic_meta_inplace_all_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5459980Z test_dispatch_symbolic_meta_inplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5460256Z test_dispatch_symbolic_meta_inplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5460519Z test_dispatch_symbolic_meta_inplace_all_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5460894Z test_dispatch_symbolic_meta_inplace_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5461160Z test_dispatch_symbolic_meta_inplace_all_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5461423Z test_dispatch_symbolic_meta_inplace_all_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5461681Z test_dispatch_symbolic_meta_inplace_all_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5461939Z test_dispatch_symbolic_meta_inplace_all_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5462198Z test_dispatch_symbolic_meta_inplace_all_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5462455Z test_dispatch_symbolic_meta_inplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5462735Z test_dispatch_symbolic_meta_inplace_all_strides_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5463012Z test_dispatch_symbolic_meta_inplace_all_strides_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5463375Z test_dispatch_symbolic_meta_inplace_all_strides___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5463681Z test_dispatch_symbolic_meta_inplace_all_strides___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5463959Z test_dispatch_symbolic_meta_inplace_all_strides___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5464242Z test_dispatch_symbolic_meta_inplace_all_strides___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5464533Z test_dispatch_symbolic_meta_inplace_all_strides___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5464809Z test_dispatch_symbolic_meta_inplace_all_strides___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5465251Z test_dispatch_symbolic_meta_inplace_all_strides___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5465542Z test_dispatch_symbolic_meta_inplace_all_strides___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5465833Z test_dispatch_symbolic_meta_inplace_all_strides___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5466311Z test_dispatch_symbolic_meta_inplace_all_strides___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5466602Z test_dispatch_symbolic_meta_inplace_all_strides___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5466915Z test_dispatch_symbolic_meta_inplace_all_strides__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5467150Z test_dispatch_symbolic_meta_inplace_all_strides_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5467384Z test_dispatch_symbolic_meta_inplace_all_strides_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5467621Z test_dispatch_symbolic_meta_inplace_all_strides_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5467852Z test_dispatch_symbolic_meta_inplace_all_strides_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.5468181Z test_dispatch_symbolic_meta_inplace_all_strides_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.5468420Z test_dispatch_symbolic_meta_inplace_all_strides_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-11-23T02:43:13.5468657Z test_dispatch_symbolic_meta_inplace_all_strides_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.301s) 2022-11-23T02:43:13.5468892Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5469146Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.5469382Z test_dispatch_symbolic_meta_inplace_all_strides_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.5469615Z test_dispatch_symbolic_meta_inplace_all_strides_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:43:13.5469902Z test_dispatch_symbolic_meta_inplace_all_strides_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5470193Z test_dispatch_symbolic_meta_inplace_all_strides_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5470549Z test_dispatch_symbolic_meta_inplace_all_strides_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5470847Z test_dispatch_symbolic_meta_inplace_all_strides_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5471131Z test_dispatch_symbolic_meta_inplace_all_strides_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5471576Z test_dispatch_symbolic_meta_inplace_all_strides_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5471867Z test_dispatch_symbolic_meta_inplace_all_strides_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5472261Z test_dispatch_symbolic_meta_inplace_all_strides_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5472667Z test_dispatch_symbolic_meta_inplace_all_strides_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5472954Z test_dispatch_symbolic_meta_inplace_all_strides_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5473239Z test_dispatch_symbolic_meta_inplace_all_strides_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5473528Z test_dispatch_symbolic_meta_inplace_all_strides_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5473778Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5474079Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5474316Z test_dispatch_symbolic_meta_inplace_all_strides_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5474556Z test_dispatch_symbolic_meta_inplace_all_strides_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5474792Z test_dispatch_symbolic_meta_inplace_all_strides_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.5475023Z test_dispatch_symbolic_meta_inplace_all_strides_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5475252Z test_dispatch_symbolic_meta_inplace_all_strides_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5475646Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5475927Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5476205Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5476442Z test_dispatch_symbolic_meta_inplace_all_strides_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:13.5476732Z test_dispatch_symbolic_meta_inplace_all_strides_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5477001Z test_dispatch_symbolic_meta_inplace_all_strides_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5477288Z test_dispatch_symbolic_meta_inplace_all_strides_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5477526Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5478029Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5478293Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5478754Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.5479022Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.5479259Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.5479550Z test_dispatch_symbolic_meta_inplace_all_strides_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5479827Z test_dispatch_symbolic_meta_inplace_all_strides_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5480107Z test_dispatch_symbolic_meta_inplace_all_strides_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5480407Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5480709Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5480999Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5481290Z test_dispatch_symbolic_meta_inplace_all_strides_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5481569Z test_dispatch_symbolic_meta_inplace_all_strides_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5481864Z test_dispatch_symbolic_meta_inplace_all_strides_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5482139Z test_dispatch_symbolic_meta_inplace_all_strides_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5482420Z test_dispatch_symbolic_meta_inplace_all_strides_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5482810Z test_dispatch_symbolic_meta_inplace_all_strides_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5483046Z test_dispatch_symbolic_meta_inplace_all_strides_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5483333Z test_dispatch_symbolic_meta_inplace_all_strides_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5483615Z test_dispatch_symbolic_meta_inplace_all_strides_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5483892Z test_dispatch_symbolic_meta_inplace_all_strides_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5484176Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5484475Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5484775Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5485129Z test_dispatch_symbolic_meta_inplace_all_strides_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5485390Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.281s) 2022-11-23T02:43:13.5485631Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.5485871Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.5486151Z test_dispatch_symbolic_meta_inplace_all_strides_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5486448Z test_dispatch_symbolic_meta_inplace_all_strides_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5486743Z test_dispatch_symbolic_meta_inplace_all_strides_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5487031Z test_dispatch_symbolic_meta_inplace_all_strides_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5487292Z test_dispatch_symbolic_meta_inplace_all_strides_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5487539Z test_dispatch_symbolic_meta_inplace_all_strides_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5487833Z test_dispatch_symbolic_meta_inplace_all_strides_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5488126Z test_dispatch_symbolic_meta_inplace_all_strides_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5488364Z test_dispatch_symbolic_meta_inplace_all_strides_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.5488650Z test_dispatch_symbolic_meta_inplace_all_strides_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5489027Z test_dispatch_symbolic_meta_inplace_all_strides_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5489290Z test_dispatch_symbolic_meta_inplace_all_strides_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5489580Z test_dispatch_symbolic_meta_inplace_all_strides_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5490208Z test_dispatch_symbolic_meta_inplace_all_strides_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5490503Z test_dispatch_symbolic_meta_inplace_all_strides_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5490790Z test_dispatch_symbolic_meta_inplace_all_strides_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5491070Z test_dispatch_symbolic_meta_inplace_all_strides_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5491306Z test_dispatch_symbolic_meta_inplace_all_strides_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5491597Z test_dispatch_symbolic_meta_inplace_all_strides_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:43:13.5491906Z test_dispatch_symbolic_meta_inplace_all_strides_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5492144Z test_dispatch_symbolic_meta_inplace_all_strides_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5492507Z test_dispatch_symbolic_meta_inplace_all_strides_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5492818Z test_dispatch_symbolic_meta_inplace_all_strides_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5493101Z test_dispatch_symbolic_meta_inplace_all_strides_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5493391Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5493682Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5493977Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5494263Z test_dispatch_symbolic_meta_inplace_all_strides_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5494500Z test_dispatch_symbolic_meta_inplace_all_strides_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5494776Z test_dispatch_symbolic_meta_inplace_all_strides_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5495027Z test_dispatch_symbolic_meta_inplace_all_strides_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-11-23T02:43:13.5495285Z test_dispatch_symbolic_meta_inplace_all_strides_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.5495537Z test_dispatch_symbolic_meta_inplace_all_strides_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.5495817Z test_dispatch_symbolic_meta_inplace_all_strides_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5496102Z test_dispatch_symbolic_meta_inplace_all_strides_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5496383Z test_dispatch_symbolic_meta_inplace_all_strides_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5496664Z test_dispatch_symbolic_meta_inplace_all_strides_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5497050Z test_dispatch_symbolic_meta_inplace_all_strides_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5497333Z test_dispatch_symbolic_meta_inplace_all_strides_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5497624Z test_dispatch_symbolic_meta_inplace_all_strides_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5497838Z test_dispatch_symbolic_meta_inplace_all_strides_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.5498113Z test_dispatch_symbolic_meta_inplace_all_strides_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5498346Z test_dispatch_symbolic_meta_inplace_all_strides_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5498582Z test_dispatch_symbolic_meta_inplace_all_strides_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5498821Z test_dispatch_symbolic_meta_inplace_all_strides_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5499053Z test_dispatch_symbolic_meta_inplace_all_strides_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5499358Z test_dispatch_symbolic_meta_inplace_all_strides_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5499664Z test_dispatch_symbolic_meta_inplace_all_strides_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5499948Z test_dispatch_symbolic_meta_inplace_all_strides_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5500184Z test_dispatch_symbolic_meta_inplace_all_strides_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5500461Z test_dispatch_symbolic_meta_inplace_all_strides_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5500747Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5501031Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5501315Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5501604Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5501889Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5502171Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5502449Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5502724Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5502998Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5503270Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5503561Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5503991Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5504276Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5504565Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5504840Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5505117Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5505587Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5505882Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5506362Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5506762Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5506997Z test_dispatch_symbolic_meta_inplace_all_strides_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5507282Z test_dispatch_symbolic_meta_inplace_all_strides_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5507561Z test_dispatch_symbolic_meta_inplace_all_strides_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5507849Z test_dispatch_symbolic_meta_inplace_all_strides_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5508114Z test_dispatch_symbolic_meta_inplace_all_strides_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5508402Z test_dispatch_symbolic_meta_inplace_all_strides_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5508702Z test_dispatch_symbolic_meta_inplace_all_strides_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.002s) 2022-11-23T02:43:13.5508937Z test_dispatch_symbolic_meta_inplace_all_strides_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5509181Z test_dispatch_symbolic_meta_inplace_all_strides_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-11-23T02:43:13.5509463Z test_dispatch_symbolic_meta_inplace_all_strides_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5509741Z test_dispatch_symbolic_meta_inplace_all_strides_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5509978Z test_dispatch_symbolic_meta_inplace_all_strides_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.5510210Z test_dispatch_symbolic_meta_inplace_all_strides_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5510495Z test_dispatch_symbolic_meta_inplace_all_strides_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5510772Z test_dispatch_symbolic_meta_inplace_all_strides_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5511164Z test_dispatch_symbolic_meta_inplace_all_strides_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5511446Z test_dispatch_symbolic_meta_inplace_all_strides_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5511680Z test_dispatch_symbolic_meta_inplace_all_strides_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.5511916Z test_dispatch_symbolic_meta_inplace_all_strides_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.5512196Z test_dispatch_symbolic_meta_inplace_all_strides_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5512480Z test_dispatch_symbolic_meta_inplace_all_strides_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5512774Z test_dispatch_symbolic_meta_inplace_all_strides_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5513009Z test_dispatch_symbolic_meta_inplace_all_strides_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.5513364Z test_dispatch_symbolic_meta_inplace_all_strides_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5513624Z test_dispatch_symbolic_meta_inplace_all_strides_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.5513903Z test_dispatch_symbolic_meta_inplace_all_strides_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5514187Z test_dispatch_symbolic_meta_inplace_all_strides_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5514470Z test_dispatch_symbolic_meta_inplace_all_strides_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5514708Z test_dispatch_symbolic_meta_inplace_all_strides_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.5514940Z test_dispatch_symbolic_meta_inplace_all_strides_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5515181Z test_dispatch_symbolic_meta_inplace_all_strides_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5515420Z test_dispatch_symbolic_meta_inplace_all_strides_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.5515704Z test_dispatch_symbolic_meta_inplace_all_strides_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5515943Z test_dispatch_symbolic_meta_inplace_all_strides_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.211s) 2022-11-23T02:43:13.5516184Z test_dispatch_symbolic_meta_inplace_all_strides_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5516413Z test_dispatch_symbolic_meta_inplace_all_strides_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.5516651Z test_dispatch_symbolic_meta_inplace_all_strides_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.5516899Z test_dispatch_symbolic_meta_inplace_all_strides_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.750s) 2022-11-23T02:43:13.5517193Z test_dispatch_symbolic_meta_inplace_all_strides_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5517474Z test_dispatch_symbolic_meta_inplace_all_strides_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5517752Z test_dispatch_symbolic_meta_inplace_all_strides_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5518133Z test_dispatch_symbolic_meta_inplace_all_strides_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5518417Z test_dispatch_symbolic_meta_inplace_all_strides_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5518697Z test_dispatch_symbolic_meta_inplace_all_strides_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5518976Z test_dispatch_symbolic_meta_inplace_all_strides_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5519257Z test_dispatch_symbolic_meta_inplace_all_strides_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5519545Z test_dispatch_symbolic_meta_inplace_all_strides_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5519826Z test_dispatch_symbolic_meta_inplace_all_strides_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5520108Z test_dispatch_symbolic_meta_inplace_all_strides_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5520460Z test_dispatch_symbolic_meta_inplace_all_strides_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5520789Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5521108Z 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) 2022-11-23T02:43:13.5521406Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5521722Z 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) 2022-11-23T02:43:13.5522022Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5522300Z test_dispatch_symbolic_meta_inplace_all_strides_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5522583Z test_dispatch_symbolic_meta_inplace_all_strides_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5522809Z test_dispatch_symbolic_meta_inplace_all_strides_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.5523051Z test_dispatch_symbolic_meta_inplace_all_strides_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.5523280Z test_dispatch_symbolic_meta_inplace_all_strides_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.5523516Z test_dispatch_symbolic_meta_inplace_all_strides_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-11-23T02:43:13.5523758Z test_dispatch_symbolic_meta_inplace_all_strides_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5524054Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5524354Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5524643Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5525503Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5525791Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5526096Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5526385Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5526674Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5526967Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5527266Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5527681Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5527990Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5528263Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5528561Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5528863Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5529157Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5529447Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5529758Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5530043Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5530337Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5530637Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5530933Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5531232Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5531530Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5531823Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5532234Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5532527Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5532819Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5533137Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5533445Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5533750Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5534096Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:13.5534458Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5534774Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5535063Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5535362Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5535674Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5535962Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5536256Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5536552Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.008s) 2022-11-23T02:43:13.5536854Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5537312Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5537634Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5537933Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5538345Z test_dispatch_symbolic_meta_inplace_all_strides_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5538700Z test_dispatch_symbolic_meta_inplace_all_strides_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5538944Z test_dispatch_symbolic_meta_inplace_all_strides_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5539178Z test_dispatch_symbolic_meta_inplace_all_strides_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5539518Z test_dispatch_symbolic_meta_inplace_all_strides_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5539809Z test_dispatch_symbolic_meta_inplace_all_strides_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5540118Z test_dispatch_symbolic_meta_inplace_all_strides_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5540430Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5540721Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5541013Z test_dispatch_symbolic_meta_inplace_all_strides_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5541300Z test_dispatch_symbolic_meta_inplace_all_strides_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5541544Z test_dispatch_symbolic_meta_inplace_all_strides_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5541861Z test_dispatch_symbolic_meta_inplace_all_strides_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5542104Z test_dispatch_symbolic_meta_inplace_all_strides_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5542350Z test_dispatch_symbolic_meta_inplace_all_strides_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.5542585Z test_dispatch_symbolic_meta_inplace_all_strides_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5542873Z test_dispatch_symbolic_meta_inplace_all_strides_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5543166Z test_dispatch_symbolic_meta_inplace_all_strides_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5543449Z test_dispatch_symbolic_meta_inplace_all_strides_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5543679Z test_dispatch_symbolic_meta_inplace_all_strides_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.5543957Z test_dispatch_symbolic_meta_inplace_all_strides_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5544242Z test_dispatch_symbolic_meta_inplace_all_strides_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5544531Z test_dispatch_symbolic_meta_inplace_all_strides_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5544811Z test_dispatch_symbolic_meta_inplace_all_strides_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5545088Z test_dispatch_symbolic_meta_inplace_all_strides_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5545378Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5545659Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5545952Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5546339Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5546636Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5546932Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5547174Z test_dispatch_symbolic_meta_inplace_all_strides_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.5547472Z test_dispatch_symbolic_meta_inplace_all_strides_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5547771Z test_dispatch_symbolic_meta_inplace_all_strides_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5548070Z test_dispatch_symbolic_meta_inplace_all_strides_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5548360Z test_dispatch_symbolic_meta_inplace_all_strides_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5548722Z test_dispatch_symbolic_meta_inplace_all_strides_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5549030Z test_dispatch_symbolic_meta_inplace_all_strides_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5549327Z test_dispatch_symbolic_meta_inplace_all_strides_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5549617Z test_dispatch_symbolic_meta_inplace_all_strides_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5549868Z test_dispatch_symbolic_meta_inplace_all_strides_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:13.5550158Z test_dispatch_symbolic_meta_inplace_all_strides_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5550454Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5550745Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5551187Z test_dispatch_symbolic_meta_inplace_all_strides_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5562922Z test_dispatch_symbolic_meta_inplace_all_strides_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5563684Z test_dispatch_symbolic_meta_inplace_all_strides_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5564264Z test_dispatch_symbolic_meta_inplace_all_strides_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5566055Z test_dispatch_symbolic_meta_inplace_all_strides_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5566398Z test_dispatch_symbolic_meta_inplace_all_strides_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5566719Z test_dispatch_symbolic_meta_inplace_all_strides_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5567249Z test_dispatch_symbolic_meta_inplace_all_strides_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5567541Z test_dispatch_symbolic_meta_inplace_all_strides_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5567831Z test_dispatch_symbolic_meta_inplace_all_strides_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5568112Z test_dispatch_symbolic_meta_inplace_all_strides_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5568396Z test_dispatch_symbolic_meta_inplace_all_strides_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5568703Z test_dispatch_symbolic_meta_inplace_all_strides_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5569019Z test_dispatch_symbolic_meta_inplace_all_strides_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5569400Z test_dispatch_symbolic_meta_inplace_all_strides_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5569724Z test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5570030Z test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5570314Z test_dispatch_symbolic_meta_inplace_all_strides_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5570594Z test_dispatch_symbolic_meta_inplace_all_strides_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5570874Z test_dispatch_symbolic_meta_inplace_all_strides_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5571161Z test_dispatch_symbolic_meta_inplace_all_strides_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5571441Z test_dispatch_symbolic_meta_inplace_all_strides_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5571676Z test_dispatch_symbolic_meta_inplace_all_strides_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.5571970Z test_dispatch_symbolic_meta_inplace_all_strides_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5572248Z test_dispatch_symbolic_meta_inplace_all_strides_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5572509Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.5572769Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.5573026Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5573269Z test_dispatch_symbolic_meta_inplace_all_strides_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5573554Z test_dispatch_symbolic_meta_inplace_all_strides_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5573844Z test_dispatch_symbolic_meta_inplace_all_strides_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5574232Z test_dispatch_symbolic_meta_inplace_all_strides_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5574517Z test_dispatch_symbolic_meta_inplace_all_strides_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5574808Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5575089Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5575388Z test_dispatch_symbolic_meta_inplace_all_strides_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5575691Z test_dispatch_symbolic_meta_inplace_all_strides_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5575989Z test_dispatch_symbolic_meta_inplace_all_strides_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5576835Z test_dispatch_symbolic_meta_inplace_all_strides_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.5577128Z test_dispatch_symbolic_meta_inplace_all_strides_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5577418Z test_dispatch_symbolic_meta_inplace_all_strides_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5577715Z test_dispatch_symbolic_meta_inplace_all_strides_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5578002Z test_dispatch_symbolic_meta_inplace_all_strides_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5578284Z test_dispatch_symbolic_meta_inplace_all_strides_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5578573Z test_dispatch_symbolic_meta_inplace_all_strides_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5578817Z test_dispatch_symbolic_meta_inplace_all_strides_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.5579125Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.5579447Z 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) 2022-11-23T02:43:13.5579754Z 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) 2022-11-23T02:43:13.5580064Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5580379Z 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) 2022-11-23T02:43:13.5580685Z 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) 2022-11-23T02:43:13.5580990Z 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) 2022-11-23T02:43:13.5589537Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.5589914Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5590218Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5590518Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5590811Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5591111Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5591441Z 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) 2022-11-23T02:43:13.5591901Z 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) 2022-11-23T02:43:13.5592175Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5592461Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5592754Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5593066Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5593372Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5593682Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5594220Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5594542Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5594970Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5595426Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5595696Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:43:13.5595961Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:43:13.5596224Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5596476Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5596901Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5597207Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5597507Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.5597805Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5598128Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5598450Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5598767Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5599143Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5599461Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5599771Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5600078Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5600383Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5600653Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5600963Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5601270Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5601592Z 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) 2022-11-23T02:43:13.5601898Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5602210Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5602529Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5602853Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5603177Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5603499Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5603914Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5604243Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5604545Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5604845Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5605151Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5605417Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.5605720Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5606111Z 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) 2022-11-23T02:43:13.5606435Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5606751Z 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) 2022-11-23T02:43:13.5607059Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5607355Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5607649Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5607956Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5608273Z 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) 2022-11-23T02:43:13.5608581Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5608897Z 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) 2022-11-23T02:43:13.5609208Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5609523Z 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) 2022-11-23T02:43:13.5609776Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5610079Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5610482Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5610816Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5611146Z 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.000s) 2022-11-23T02:43:13.5611429Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5611735Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5612034Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5612343Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5612713Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5613040Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5613352Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5613671Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5613971Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5614287Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5614601Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5614911Z 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) 2022-11-23T02:43:13.5615206Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5615508Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5615809Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5616066Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5616319Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5616570Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5616878Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5617276Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5617584Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5617899Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5618205Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5618514Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5618818Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5619188Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5619466Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5619791Z 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) 2022-11-23T02:43:13.5620129Z 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) 2022-11-23T02:43:13.5620435Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5620754Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5621079Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5621365Z test_dispatch_symbolic_meta_inplace_all_strides_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5621643Z test_dispatch_symbolic_meta_inplace_all_strides_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5621924Z test_dispatch_symbolic_meta_inplace_all_strides_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5622203Z test_dispatch_symbolic_meta_inplace_all_strides_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5622477Z test_dispatch_symbolic_meta_inplace_all_strides_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5622759Z test_dispatch_symbolic_meta_inplace_all_strides_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5623057Z test_dispatch_symbolic_meta_inplace_all_strides_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5623334Z test_dispatch_symbolic_meta_inplace_all_strides_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5623613Z test_dispatch_symbolic_meta_inplace_all_strides_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5623968Z test_dispatch_symbolic_meta_inplace_all_strides_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5624244Z test_dispatch_symbolic_meta_inplace_all_strides_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5624539Z test_dispatch_symbolic_meta_inplace_all_strides_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5624824Z test_dispatch_symbolic_meta_inplace_all_strides_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5625112Z test_dispatch_symbolic_meta_inplace_all_strides_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5625397Z test_dispatch_symbolic_meta_inplace_all_strides_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5625659Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5625989Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5626267Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5626527Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5626765Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.5627056Z test_dispatch_symbolic_meta_inplace_all_strides_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5627293Z test_dispatch_symbolic_meta_inplace_all_strides_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.5627573Z test_dispatch_symbolic_meta_inplace_all_strides_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5627809Z test_dispatch_symbolic_meta_inplace_all_strides_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:43:13.5628086Z test_dispatch_symbolic_meta_inplace_all_strides_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5628371Z test_dispatch_symbolic_meta_inplace_all_strides_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5628605Z test_dispatch_symbolic_meta_inplace_all_strides_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5628896Z test_dispatch_symbolic_meta_inplace_all_strides_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5629178Z test_dispatch_symbolic_meta_inplace_all_strides_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5629470Z test_dispatch_symbolic_meta_inplace_all_strides_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5629748Z test_dispatch_symbolic_meta_inplace_all_strides_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5630034Z test_dispatch_symbolic_meta_inplace_all_strides_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5630314Z test_dispatch_symbolic_meta_inplace_all_strides_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5630688Z test_dispatch_symbolic_meta_inplace_all_strides_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5630931Z test_dispatch_symbolic_meta_inplace_all_strides_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5631180Z test_dispatch_symbolic_meta_inplace_all_strides_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.5631414Z test_dispatch_symbolic_meta_inplace_all_strides_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5631698Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:13.5632001Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5632297Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5632580Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5632889Z test_dispatch_symbolic_meta_inplace_all_strides_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5633149Z test_dispatch_symbolic_meta_inplace_all_strides_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5633437Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5633726Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5634008Z test_dispatch_symbolic_meta_inplace_all_strides_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5634285Z test_dispatch_symbolic_meta_inplace_all_strides_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5634524Z test_dispatch_symbolic_meta_inplace_all_strides_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5634775Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5635024Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5635280Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5635516Z test_dispatch_symbolic_meta_inplace_all_strides_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5635782Z test_dispatch_symbolic_meta_inplace_all_strides_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5636074Z test_dispatch_symbolic_meta_inplace_all_strides_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5636320Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.298s) 2022-11-23T02:43:13.5636557Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.920s) 2022-11-23T02:43:13.5636813Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.918s) 2022-11-23T02:43:13.5637065Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.960s) 2022-11-23T02:43:13.5637311Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.237s) 2022-11-23T02:43:13.5637648Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.973s) 2022-11-23T02:43:13.5637899Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.034s) 2022-11-23T02:43:13.5638200Z test_dispatch_symbolic_meta_inplace_all_strides_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5638510Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5638816Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5639099Z test_dispatch_symbolic_meta_inplace_all_strides_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5639397Z test_dispatch_symbolic_meta_inplace_all_strides_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5639691Z test_dispatch_symbolic_meta_inplace_all_strides_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5639987Z test_dispatch_symbolic_meta_inplace_all_strides_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5640223Z test_dispatch_symbolic_meta_inplace_all_strides_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5640456Z test_dispatch_symbolic_meta_inplace_all_strides_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5640756Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5641075Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5641382Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5641686Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5641971Z test_dispatch_symbolic_meta_inplace_all_strides_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5642204Z test_dispatch_symbolic_meta_inplace_all_strides_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5642436Z test_dispatch_symbolic_meta_inplace_all_strides_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5642669Z test_dispatch_symbolic_meta_inplace_all_strides_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5642950Z test_dispatch_symbolic_meta_inplace_all_strides_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5643246Z test_dispatch_symbolic_meta_inplace_all_strides_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5643530Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5643828Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5644108Z test_dispatch_symbolic_meta_inplace_all_strides_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5644504Z test_dispatch_symbolic_meta_inplace_all_strides_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5644803Z test_dispatch_symbolic_meta_inplace_all_strides_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5645099Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5645391Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5645678Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5645951Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5646272Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5646657Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5647031Z 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) 2022-11-23T02:43:13.5647374Z 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) 2022-11-23T02:43:13.5647668Z test_dispatch_symbolic_meta_inplace_all_strides_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5647961Z test_dispatch_symbolic_meta_inplace_all_strides_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5648277Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5648592Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5648879Z test_dispatch_symbolic_meta_inplace_all_strides_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5649162Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5649445Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5649761Z test_dispatch_symbolic_meta_inplace_all_strides_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5650116Z 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) 2022-11-23T02:43:13.5650411Z test_dispatch_symbolic_meta_inplace_all_strides_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5650720Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5651106Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5651400Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5651696Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5651984Z test_dispatch_symbolic_meta_inplace_all_strides_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5652274Z test_dispatch_symbolic_meta_inplace_all_strides_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5652606Z 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) 2022-11-23T02:43:13.5652922Z 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) 2022-11-23T02:43:13.5653304Z 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) 2022-11-23T02:43:13.5653679Z 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.001s) 2022-11-23T02:43:13.5654041Z 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.001s) 2022-11-23T02:43:13.5654451Z 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.001s) 2022-11-23T02:43:13.5654807Z 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.002s) 2022-11-23T02:43:13.5655117Z test_dispatch_symbolic_meta_inplace_all_strides_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5655410Z test_dispatch_symbolic_meta_inplace_all_strides_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5655703Z test_dispatch_symbolic_meta_inplace_all_strides_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5655988Z test_dispatch_symbolic_meta_inplace_all_strides_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5656278Z test_dispatch_symbolic_meta_inplace_all_strides_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5656576Z test_dispatch_symbolic_meta_inplace_all_strides_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5656810Z test_dispatch_symbolic_meta_inplace_all_strides_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5657044Z test_dispatch_symbolic_meta_inplace_all_strides_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5657279Z test_dispatch_symbolic_meta_inplace_all_strides_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5658162Z test_dispatch_symbolic_meta_inplace_all_strides_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5658441Z test_dispatch_symbolic_meta_inplace_all_strides_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5658730Z test_dispatch_symbolic_meta_inplace_all_strides_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5659007Z test_dispatch_symbolic_meta_inplace_all_strides_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5659240Z test_dispatch_symbolic_meta_inplace_all_strides_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.5659518Z test_dispatch_symbolic_meta_inplace_all_strides_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5659804Z test_dispatch_symbolic_meta_inplace_all_strides_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5660082Z test_dispatch_symbolic_meta_inplace_all_strides_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5660457Z test_dispatch_symbolic_meta_inplace_all_strides_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5660762Z test_dispatch_symbolic_meta_inplace_all_strides_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5660992Z test_dispatch_symbolic_meta_inplace_all_strides_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5661285Z test_dispatch_symbolic_meta_inplace_all_strides_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5661566Z test_dispatch_symbolic_meta_inplace_all_strides_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5661803Z test_dispatch_symbolic_meta_inplace_all_strides_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5662021Z test_dispatch_symbolic_meta_inplace_all_strides_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5662314Z test_dispatch_symbolic_meta_inplace_all_strides_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5662601Z test_dispatch_symbolic_meta_inplace_all_strides_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5662879Z test_dispatch_symbolic_meta_inplace_all_strides_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5663156Z test_dispatch_symbolic_meta_inplace_all_strides_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5663449Z test_dispatch_symbolic_meta_inplace_all_strides_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5663728Z test_dispatch_symbolic_meta_inplace_all_strides_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5664013Z test_dispatch_symbolic_meta_inplace_all_strides_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5664256Z test_dispatch_symbolic_meta_inplace_all_strides_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5664547Z test_dispatch_symbolic_meta_inplace_all_strides_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5664830Z test_dispatch_symbolic_meta_inplace_all_strides_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5665218Z test_dispatch_symbolic_meta_inplace_all_strides_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5665452Z test_dispatch_symbolic_meta_inplace_all_strides_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.5665743Z test_dispatch_symbolic_meta_inplace_all_strides_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5665974Z test_dispatch_symbolic_meta_inplace_all_strides_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.5666260Z test_dispatch_symbolic_meta_inplace_all_strides_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5666502Z test_dispatch_symbolic_meta_inplace_all_strides_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.5666740Z test_dispatch_symbolic_meta_inplace_all_strides_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5667021Z test_dispatch_symbolic_meta_inplace_all_strides_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5667377Z test_dispatch_symbolic_meta_inplace_all_strides_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5667682Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5667964Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5668201Z test_dispatch_symbolic_meta_inplace_all_strides_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5668509Z test_dispatch_symbolic_meta_inplace_all_strides_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5668785Z test_dispatch_symbolic_meta_inplace_all_strides_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5669029Z test_dispatch_symbolic_meta_inplace_all_strides_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.5669306Z test_dispatch_symbolic_meta_inplace_all_strides_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5669589Z test_dispatch_symbolic_meta_inplace_all_strides_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5669865Z test_dispatch_symbolic_meta_inplace_all_strides_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5670160Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5670441Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5670740Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5671022Z test_dispatch_symbolic_meta_inplace_all_strides_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5671294Z test_dispatch_symbolic_meta_inplace_all_strides_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5671572Z test_dispatch_symbolic_meta_inplace_all_strides_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5671948Z test_dispatch_symbolic_meta_inplace_all_strides_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5672213Z test_dispatch_symbolic_meta_inplace_all_strides_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5672450Z test_dispatch_symbolic_meta_inplace_all_strides_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.5672685Z test_dispatch_symbolic_meta_inplace_all_strides_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5672966Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5673254Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5673529Z test_dispatch_symbolic_meta_inplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5673803Z test_dispatch_symbolic_meta_inplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5674150Z test_dispatch_symbolic_meta_inplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5674435Z test_dispatch_symbolic_meta_inplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5674705Z test_dispatch_symbolic_meta_inplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5674972Z test_dispatch_symbolic_meta_inplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5675239Z test_dispatch_symbolic_meta_inplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5675502Z test_dispatch_symbolic_meta_inplace_amax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5675767Z test_dispatch_symbolic_meta_inplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5676024Z test_dispatch_symbolic_meta_inplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5676277Z test_dispatch_symbolic_meta_inplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5676537Z test_dispatch_symbolic_meta_inplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5676799Z test_dispatch_symbolic_meta_inplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5677060Z test_dispatch_symbolic_meta_inplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5677317Z test_dispatch_symbolic_meta_inplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5677579Z test_dispatch_symbolic_meta_inplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5677845Z test_dispatch_symbolic_meta_inplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5678102Z test_dispatch_symbolic_meta_inplace_amin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5678363Z test_dispatch_symbolic_meta_inplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5678705Z test_dispatch_symbolic_meta_inplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5678953Z test_dispatch_symbolic_meta_inplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5679211Z test_dispatch_symbolic_meta_inplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5679470Z test_dispatch_symbolic_meta_inplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5679723Z test_dispatch_symbolic_meta_inplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5679978Z test_dispatch_symbolic_meta_inplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5680229Z test_dispatch_symbolic_meta_inplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5680504Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5680750Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5681083Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5681359Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5681611Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5681875Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5682133Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5682382Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5682640Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5682892Z test_dispatch_symbolic_meta_inplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5683150Z test_dispatch_symbolic_meta_inplace_angle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5683420Z test_dispatch_symbolic_meta_inplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5683685Z test_dispatch_symbolic_meta_inplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5683940Z test_dispatch_symbolic_meta_inplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5684199Z test_dispatch_symbolic_meta_inplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5684449Z test_dispatch_symbolic_meta_inplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5684706Z test_dispatch_symbolic_meta_inplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5684965Z test_dispatch_symbolic_meta_inplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5685224Z test_dispatch_symbolic_meta_inplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5685580Z test_dispatch_symbolic_meta_inplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5685834Z test_dispatch_symbolic_meta_inplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5686102Z test_dispatch_symbolic_meta_inplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5686360Z test_dispatch_symbolic_meta_inplace_any_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5686628Z test_dispatch_symbolic_meta_inplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5686892Z test_dispatch_symbolic_meta_inplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5687154Z test_dispatch_symbolic_meta_inplace_any_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5687416Z test_dispatch_symbolic_meta_inplace_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5687744Z test_dispatch_symbolic_meta_inplace_any_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5688019Z test_dispatch_symbolic_meta_inplace_any_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5688274Z test_dispatch_symbolic_meta_inplace_any_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5688531Z test_dispatch_symbolic_meta_inplace_any_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5688787Z test_dispatch_symbolic_meta_inplace_any_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5689042Z test_dispatch_symbolic_meta_inplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5689295Z test_dispatch_symbolic_meta_inplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5689564Z test_dispatch_symbolic_meta_inplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5689819Z test_dispatch_symbolic_meta_inplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5690072Z test_dispatch_symbolic_meta_inplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5690334Z test_dispatch_symbolic_meta_inplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5690592Z test_dispatch_symbolic_meta_inplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5690844Z test_dispatch_symbolic_meta_inplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5691105Z test_dispatch_symbolic_meta_inplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5691371Z test_dispatch_symbolic_meta_inplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5691639Z test_dispatch_symbolic_meta_inplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5691906Z test_dispatch_symbolic_meta_inplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5692252Z test_dispatch_symbolic_meta_inplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5692506Z test_dispatch_symbolic_meta_inplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5692768Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5693020Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5693268Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5693526Z test_dispatch_symbolic_meta_inplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5693787Z test_dispatch_symbolic_meta_inplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5694056Z test_dispatch_symbolic_meta_inplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5694318Z test_dispatch_symbolic_meta_inplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5695013Z test_dispatch_symbolic_meta_inplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5695319Z test_dispatch_symbolic_meta_inplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5695578Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5696034Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5696297Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5696561Z test_dispatch_symbolic_meta_inplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5697026Z test_dispatch_symbolic_meta_inplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5697330Z test_dispatch_symbolic_meta_inplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5697598Z test_dispatch_symbolic_meta_inplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5697855Z test_dispatch_symbolic_meta_inplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5698116Z test_dispatch_symbolic_meta_inplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5698379Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5698622Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5698870Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5699126Z test_dispatch_symbolic_meta_inplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5699376Z test_dispatch_symbolic_meta_inplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5699647Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5700042Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5700324Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5700603Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5700876Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5701146Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5701416Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5701685Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5701938Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5702279Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5702684Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5702956Z test_dispatch_symbolic_meta_inplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5703206Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5703623Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5703869Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5704099Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5704332Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5704559Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5704777Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5704991Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5705210Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5705425Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5705632Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5705834Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5706046Z test_dispatch_symbolic_meta_inplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5706332Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5706618Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5706911Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5707301Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5707580Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5707866Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5708147Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5708432Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5708711Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5709128Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5709496Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5709915Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5710307Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5710534Z test_dispatch_symbolic_meta_inplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5710789Z test_dispatch_symbolic_meta_inplace_asin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5711013Z test_dispatch_symbolic_meta_inplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5711229Z test_dispatch_symbolic_meta_inplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5711445Z test_dispatch_symbolic_meta_inplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5711663Z test_dispatch_symbolic_meta_inplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5711881Z test_dispatch_symbolic_meta_inplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5712094Z test_dispatch_symbolic_meta_inplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5712347Z test_dispatch_symbolic_meta_inplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5712599Z test_dispatch_symbolic_meta_inplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5712849Z test_dispatch_symbolic_meta_inplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5713099Z test_dispatch_symbolic_meta_inplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.5713349Z test_dispatch_symbolic_meta_inplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5713568Z test_dispatch_symbolic_meta_inplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5713808Z test_dispatch_symbolic_meta_inplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5714031Z test_dispatch_symbolic_meta_inplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5714250Z test_dispatch_symbolic_meta_inplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5714566Z test_dispatch_symbolic_meta_inplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5714782Z test_dispatch_symbolic_meta_inplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5715003Z test_dispatch_symbolic_meta_inplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5715216Z test_dispatch_symbolic_meta_inplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5715592Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5715857Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5716106Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.5716483Z test_dispatch_symbolic_meta_inplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5716849Z test_dispatch_symbolic_meta_inplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5717149Z test_dispatch_symbolic_meta_inplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5717418Z test_dispatch_symbolic_meta_inplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.5717631Z test_dispatch_symbolic_meta_inplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5717851Z test_dispatch_symbolic_meta_inplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5718068Z test_dispatch_symbolic_meta_inplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5718318Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5718574Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5718817Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5719069Z test_dispatch_symbolic_meta_inplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5719313Z test_dispatch_symbolic_meta_inplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5719528Z test_dispatch_symbolic_meta_inplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5719781Z test_dispatch_symbolic_meta_inplace_atan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5719991Z test_dispatch_symbolic_meta_inplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5720209Z test_dispatch_symbolic_meta_inplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5720426Z test_dispatch_symbolic_meta_inplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5720643Z test_dispatch_symbolic_meta_inplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5720858Z test_dispatch_symbolic_meta_inplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5721073Z test_dispatch_symbolic_meta_inplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5721327Z test_dispatch_symbolic_meta_inplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5721578Z test_dispatch_symbolic_meta_inplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5722032Z test_dispatch_symbolic_meta_inplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5722293Z test_dispatch_symbolic_meta_inplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5722554Z test_dispatch_symbolic_meta_inplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5722883Z test_dispatch_symbolic_meta_inplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5723243Z test_dispatch_symbolic_meta_inplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5723471Z test_dispatch_symbolic_meta_inplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5723691Z test_dispatch_symbolic_meta_inplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5723907Z test_dispatch_symbolic_meta_inplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5724121Z test_dispatch_symbolic_meta_inplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5724340Z test_dispatch_symbolic_meta_inplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5724633Z test_dispatch_symbolic_meta_inplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5724905Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5725158Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5725402Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.5725654Z test_dispatch_symbolic_meta_inplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5725901Z test_dispatch_symbolic_meta_inplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5726162Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5726434Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5726709Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5726987Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5727261Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5727536Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5727806Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5728079Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5728347Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5728743Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5729125Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5729613Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5729989Z test_dispatch_symbolic_meta_inplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5730272Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5730638Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5730919Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5731289Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5731570Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5731840Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5732195Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5732478Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5732745Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5733009Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5733281Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5733544Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5733811Z test_dispatch_symbolic_meta_inplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5734086Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5734351Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5734629Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5734903Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5735174Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5735443Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5735712Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5735978Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5736245Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5736616Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5736985Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5737369Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5737909Z test_dispatch_symbolic_meta_inplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5738268Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5738508Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5738922Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5739168Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5739500Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5739716Z test_dispatch_symbolic_meta_inplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5740285Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5740708Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5740991Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5741369Z test_dispatch_symbolic_meta_inplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5741649Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5741911Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5742185Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5742460Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5742732Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5743000Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5743270Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5743536Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5743803Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5744059Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5744310Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.5744569Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5744820Z test_dispatch_symbolic_meta_inplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5745178Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5745428Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5745681Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5745923Z test_dispatch_symbolic_meta_inplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5746172Z test_dispatch_symbolic_meta_inplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5746394Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5746737Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5746962Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5747172Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5747570Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5747923Z test_dispatch_symbolic_meta_inplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5748266Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5748506Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5748729Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5749072Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5749302Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5749639Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5749863Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5750184Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5750403Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5750735Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5750952Z test_dispatch_symbolic_meta_inplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5751174Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5751509Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5751725Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5751916Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5752128Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5752336Z test_dispatch_symbolic_meta_inplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5752576Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5752911Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5753141Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5753370Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5753602Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5753820Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5754042Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5754303Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5754516Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5754732Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5754942Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5755290Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5755579Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5755858Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5756137Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5756412Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5756824Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5757109Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5757404Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5757874Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5758146Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5758412Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5758681Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5758946Z test_dispatch_symbolic_meta_inplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5759198Z test_dispatch_symbolic_meta_inplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5759466Z test_dispatch_symbolic_meta_inplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5759729Z test_dispatch_symbolic_meta_inplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5759993Z test_dispatch_symbolic_meta_inplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5760348Z test_dispatch_symbolic_meta_inplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5760612Z test_dispatch_symbolic_meta_inplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5760884Z test_dispatch_symbolic_meta_inplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5761142Z test_dispatch_symbolic_meta_inplace_bool_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5761412Z test_dispatch_symbolic_meta_inplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5761680Z test_dispatch_symbolic_meta_inplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5761941Z test_dispatch_symbolic_meta_inplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5762202Z test_dispatch_symbolic_meta_inplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5762524Z test_dispatch_symbolic_meta_inplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5762790Z test_dispatch_symbolic_meta_inplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5763160Z test_dispatch_symbolic_meta_inplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5763444Z test_dispatch_symbolic_meta_inplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5763704Z test_dispatch_symbolic_meta_inplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5764090Z test_dispatch_symbolic_meta_inplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5764454Z test_dispatch_symbolic_meta_inplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5764754Z test_dispatch_symbolic_meta_inplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5765150Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5765440Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5765823Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5766115Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5766400Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5766686Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5766970Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5767246Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5767525Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5767893Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5768171Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5768445Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5768722Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5768993Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5769257Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5769541Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5769814Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5770159Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5770451Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5770725Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5771118Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5771400Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5771784Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5772161Z test_dispatch_symbolic_meta_inplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5772445Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5772718Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5772989Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5773260Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5773520Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5773778Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5774046Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5774302Z test_dispatch_symbolic_meta_inplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5774564Z test_dispatch_symbolic_meta_inplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5775436Z test_dispatch_symbolic_meta_inplace_byte_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5775706Z test_dispatch_symbolic_meta_inplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5775978Z test_dispatch_symbolic_meta_inplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5776239Z test_dispatch_symbolic_meta_inplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5776493Z test_dispatch_symbolic_meta_inplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5776744Z test_dispatch_symbolic_meta_inplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5777003Z test_dispatch_symbolic_meta_inplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5777268Z test_dispatch_symbolic_meta_inplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5777710Z test_dispatch_symbolic_meta_inplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5778075Z test_dispatch_symbolic_meta_inplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5778512Z test_dispatch_symbolic_meta_inplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5778999Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5779291Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5779698Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5779991Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5780297Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5780715Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5780998Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5781276Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5781552Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5781819Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5782094Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5782369Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5782633Z test_dispatch_symbolic_meta_inplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5782891Z test_dispatch_symbolic_meta_inplace_cat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5783266Z test_dispatch_symbolic_meta_inplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5783532Z test_dispatch_symbolic_meta_inplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5783787Z test_dispatch_symbolic_meta_inplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5784046Z test_dispatch_symbolic_meta_inplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5784307Z test_dispatch_symbolic_meta_inplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5784568Z test_dispatch_symbolic_meta_inplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5784830Z test_dispatch_symbolic_meta_inplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5785084Z test_dispatch_symbolic_meta_inplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5785413Z test_dispatch_symbolic_meta_inplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5785689Z test_dispatch_symbolic_meta_inplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5786063Z test_dispatch_symbolic_meta_inplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5786330Z test_dispatch_symbolic_meta_inplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5786698Z test_dispatch_symbolic_meta_inplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5787165Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5787440Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5787720Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5787991Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5788264Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5788529Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5788790Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5789042Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5789306Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5789559Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5789799Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5790060Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5790420Z test_dispatch_symbolic_meta_inplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5790642Z test_dispatch_symbolic_meta_inplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5790859Z test_dispatch_symbolic_meta_inplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5791078Z test_dispatch_symbolic_meta_inplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5791293Z test_dispatch_symbolic_meta_inplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5791504Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5791712Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5791915Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5792128Z test_dispatch_symbolic_meta_inplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5792464Z test_dispatch_symbolic_meta_inplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5792742Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5793089Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5793587Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5793868Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5794253Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5794532Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5794893Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5795158Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5795419Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5795673Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5795921Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5796183Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5796447Z test_dispatch_symbolic_meta_inplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5796718Z test_dispatch_symbolic_meta_inplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5796979Z test_dispatch_symbolic_meta_inplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5797231Z test_dispatch_symbolic_meta_inplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5797498Z test_dispatch_symbolic_meta_inplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5797759Z test_dispatch_symbolic_meta_inplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5798120Z test_dispatch_symbolic_meta_inplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5798374Z test_dispatch_symbolic_meta_inplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5798630Z test_dispatch_symbolic_meta_inplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5798889Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5799148Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5799408Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5799673Z test_dispatch_symbolic_meta_inplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5799930Z test_dispatch_symbolic_meta_inplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5800402Z test_dispatch_symbolic_meta_inplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5800683Z test_dispatch_symbolic_meta_inplace_char_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5801074Z test_dispatch_symbolic_meta_inplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5801462Z test_dispatch_symbolic_meta_inplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5801731Z test_dispatch_symbolic_meta_inplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5801993Z test_dispatch_symbolic_meta_inplace_char_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5802249Z test_dispatch_symbolic_meta_inplace_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5802500Z test_dispatch_symbolic_meta_inplace_char_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5802757Z test_dispatch_symbolic_meta_inplace_char_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5803015Z test_dispatch_symbolic_meta_inplace_char_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5803276Z test_dispatch_symbolic_meta_inplace_char_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5803538Z test_dispatch_symbolic_meta_inplace_char_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5803792Z test_dispatch_symbolic_meta_inplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5804069Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5804344Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5804613Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5804884Z test_dispatch_symbolic_meta_inplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5805270Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5805557Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5805842Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5806123Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5806402Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5806795Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5807084Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5807360Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5807908Z test_dispatch_symbolic_meta_inplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5808198Z test_dispatch_symbolic_meta_inplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5808470Z test_dispatch_symbolic_meta_inplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5808737Z test_dispatch_symbolic_meta_inplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5809000Z test_dispatch_symbolic_meta_inplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5809263Z test_dispatch_symbolic_meta_inplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5809521Z test_dispatch_symbolic_meta_inplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5809769Z test_dispatch_symbolic_meta_inplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5810025Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5810283Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5810546Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5810807Z test_dispatch_symbolic_meta_inplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5811065Z test_dispatch_symbolic_meta_inplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5811288Z test_dispatch_symbolic_meta_inplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5811508Z test_dispatch_symbolic_meta_inplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5811726Z test_dispatch_symbolic_meta_inplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5811943Z test_dispatch_symbolic_meta_inplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5812156Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5812455Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5812667Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5812879Z test_dispatch_symbolic_meta_inplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5813200Z test_dispatch_symbolic_meta_inplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5813442Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5813646Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5813869Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5814197Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5814526Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5814764Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5815696Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.5815971Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5816185Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5816406Z test_dispatch_symbolic_meta_inplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5816630Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.5816846Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5817076Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5817300Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.5817519Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5817738Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5817949Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5818157Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.5818370Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5818590Z test_dispatch_symbolic_meta_inplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5818866Z test_dispatch_symbolic_meta_inplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5819130Z test_dispatch_symbolic_meta_inplace_clone_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5819406Z test_dispatch_symbolic_meta_inplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5819676Z test_dispatch_symbolic_meta_inplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5819920Z test_dispatch_symbolic_meta_inplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5820184Z test_dispatch_symbolic_meta_inplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5820556Z test_dispatch_symbolic_meta_inplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5820942Z test_dispatch_symbolic_meta_inplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5821219Z test_dispatch_symbolic_meta_inplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5821477Z test_dispatch_symbolic_meta_inplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5821857Z test_dispatch_symbolic_meta_inplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5822234Z test_dispatch_symbolic_meta_inplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5822502Z test_dispatch_symbolic_meta_inplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5822781Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5823136Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5823435Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5823714Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5823993Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5824269Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5824541Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5824811Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5825080Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5825350Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5825618Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5825886Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5826158Z test_dispatch_symbolic_meta_inplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5826439Z test_dispatch_symbolic_meta_inplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5826710Z test_dispatch_symbolic_meta_inplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5826994Z test_dispatch_symbolic_meta_inplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5827275Z test_dispatch_symbolic_meta_inplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5827671Z test_dispatch_symbolic_meta_inplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5828044Z test_dispatch_symbolic_meta_inplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5828446Z test_dispatch_symbolic_meta_inplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5828837Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5829116Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5829385Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5829656Z test_dispatch_symbolic_meta_inplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5829930Z test_dispatch_symbolic_meta_inplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5830199Z test_dispatch_symbolic_meta_inplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5830522Z test_dispatch_symbolic_meta_inplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5830796Z test_dispatch_symbolic_meta_inplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5831062Z test_dispatch_symbolic_meta_inplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5831321Z test_dispatch_symbolic_meta_inplace_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5831592Z test_dispatch_symbolic_meta_inplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5831860Z test_dispatch_symbolic_meta_inplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5832121Z test_dispatch_symbolic_meta_inplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5832383Z test_dispatch_symbolic_meta_inplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5832638Z test_dispatch_symbolic_meta_inplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5832887Z test_dispatch_symbolic_meta_inplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5833150Z test_dispatch_symbolic_meta_inplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5833408Z test_dispatch_symbolic_meta_inplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5833669Z test_dispatch_symbolic_meta_inplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5834060Z test_dispatch_symbolic_meta_inplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5834338Z test_dispatch_symbolic_meta_inplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5834569Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5834901Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5835364Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5835605Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5835954Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5836195Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5836532Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5836766Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5836994Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5837214Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5837486Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5837710Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5837992Z test_dispatch_symbolic_meta_inplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5838293Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5838572Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5838858Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5839145Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5839423Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5839702Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5839971Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5840243Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5840516Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5840784Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5841055Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5841321Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5841595Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5842001Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5842291Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5842788Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5843175Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5843461Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5843733Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5844003Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5844272Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5844541Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5844812Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5845155Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5845444Z test_dispatch_symbolic_meta_inplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5845669Z test_dispatch_symbolic_meta_inplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5845930Z test_dispatch_symbolic_meta_inplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5846153Z test_dispatch_symbolic_meta_inplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.5846373Z test_dispatch_symbolic_meta_inplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5846586Z test_dispatch_symbolic_meta_inplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5846845Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.5847092Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5847349Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5847606Z test_dispatch_symbolic_meta_inplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5847861Z test_dispatch_symbolic_meta_inplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5848138Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5848555Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5848846Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5849233Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5849627Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5849906Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5850265Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5850522Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5850777Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5851039Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5851292Z test_dispatch_symbolic_meta_inplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5851508Z test_dispatch_symbolic_meta_inplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5851762Z test_dispatch_symbolic_meta_inplace_cos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5851984Z test_dispatch_symbolic_meta_inplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5852201Z test_dispatch_symbolic_meta_inplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5852488Z test_dispatch_symbolic_meta_inplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.5852718Z test_dispatch_symbolic_meta_inplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5852931Z test_dispatch_symbolic_meta_inplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5853143Z test_dispatch_symbolic_meta_inplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5853393Z test_dispatch_symbolic_meta_inplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5853645Z test_dispatch_symbolic_meta_inplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5853900Z test_dispatch_symbolic_meta_inplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.5854151Z test_dispatch_symbolic_meta_inplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5854425Z test_dispatch_symbolic_meta_inplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5854648Z test_dispatch_symbolic_meta_inplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5854895Z test_dispatch_symbolic_meta_inplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5855235Z test_dispatch_symbolic_meta_inplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5855461Z test_dispatch_symbolic_meta_inplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5855686Z test_dispatch_symbolic_meta_inplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5856011Z test_dispatch_symbolic_meta_inplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5856365Z test_dispatch_symbolic_meta_inplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5856586Z test_dispatch_symbolic_meta_inplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5856838Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.5857089Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5857337Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5857684Z test_dispatch_symbolic_meta_inplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5857938Z test_dispatch_symbolic_meta_inplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5858220Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5858495Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5858777Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5859059Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5859339Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5859613Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5859948Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5860237Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5860509Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5860823Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5861095Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5861365Z test_dispatch_symbolic_meta_inplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5861763Z test_dispatch_symbolic_meta_inplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5862038Z test_dispatch_symbolic_meta_inplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5862302Z test_dispatch_symbolic_meta_inplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5862668Z test_dispatch_symbolic_meta_inplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5863037Z test_dispatch_symbolic_meta_inplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5863303Z test_dispatch_symbolic_meta_inplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5863560Z test_dispatch_symbolic_meta_inplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5863817Z test_dispatch_symbolic_meta_inplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5864074Z test_dispatch_symbolic_meta_inplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5864331Z test_dispatch_symbolic_meta_inplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5864584Z test_dispatch_symbolic_meta_inplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5864955Z test_dispatch_symbolic_meta_inplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5865229Z test_dispatch_symbolic_meta_inplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5865496Z test_dispatch_symbolic_meta_inplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5865753Z test_dispatch_symbolic_meta_inplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5866007Z test_dispatch_symbolic_meta_inplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5866266Z test_dispatch_symbolic_meta_inplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5866526Z test_dispatch_symbolic_meta_inplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5866788Z test_dispatch_symbolic_meta_inplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5867050Z test_dispatch_symbolic_meta_inplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5867374Z test_dispatch_symbolic_meta_inplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5867657Z test_dispatch_symbolic_meta_inplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5867917Z test_dispatch_symbolic_meta_inplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5868313Z test_dispatch_symbolic_meta_inplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5868592Z test_dispatch_symbolic_meta_inplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5868853Z test_dispatch_symbolic_meta_inplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5869230Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5869617Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5869873Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5870131Z test_dispatch_symbolic_meta_inplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5870396Z test_dispatch_symbolic_meta_inplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:13.5870660Z test_dispatch_symbolic_meta_inplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5870922Z test_dispatch_symbolic_meta_inplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5871188Z test_dispatch_symbolic_meta_inplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5871448Z test_dispatch_symbolic_meta_inplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5871687Z test_dispatch_symbolic_meta_inplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5871948Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5872299Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5872548Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5872808Z test_dispatch_symbolic_meta_inplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5873071Z test_dispatch_symbolic_meta_inplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5873298Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5873526Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5873757Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.5873976Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5874194Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5874472Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5874823Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5875049Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5875262Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5875480Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5875820Z test_dispatch_symbolic_meta_inplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5876197Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5876485Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5876762Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5877034Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5877305Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5877576Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5877845Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5878111Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5878381Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5878650Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5878902Z test_dispatch_symbolic_meta_inplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.5879194Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5879594Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5879889Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5880176Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5880454Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5880728Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5881010Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5881444Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5881820Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5882217Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5882628Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5882865Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5883128Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5883356Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5883573Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.5883785Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5884044Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5884306Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5884557Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.5884812Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5885064Z test_dispatch_symbolic_meta_inplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5885330Z test_dispatch_symbolic_meta_inplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5885593Z test_dispatch_symbolic_meta_inplace_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5885863Z test_dispatch_symbolic_meta_inplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5886131Z test_dispatch_symbolic_meta_inplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5886389Z test_dispatch_symbolic_meta_inplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5886754Z test_dispatch_symbolic_meta_inplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5887007Z test_dispatch_symbolic_meta_inplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5887261Z test_dispatch_symbolic_meta_inplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5887519Z test_dispatch_symbolic_meta_inplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5887782Z test_dispatch_symbolic_meta_inplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5888152Z test_dispatch_symbolic_meta_inplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5888419Z test_dispatch_symbolic_meta_inplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5888687Z test_dispatch_symbolic_meta_inplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5889190Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5889546Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5889842Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5890122Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5890396Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5890672Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5890943Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5891214Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5891486Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5891752Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5892018Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5892285Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5892550Z test_dispatch_symbolic_meta_inplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5892827Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5893092Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5893364Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5893640Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5894588Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5894871Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5895144Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5895538Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5895916Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5896171Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5896439Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5896756Z test_dispatch_symbolic_meta_inplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5897129Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5897423Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5897704Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5897988Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5898272Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5898547Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5898810Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5899082Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5899355Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5899628Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5899897Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5900173Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5900446Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5900717Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5901118Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5901400Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5901672Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5902284Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5902562Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5902837Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5903107Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5903371Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5903629Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5903888Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5904150Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5904488Z test_dispatch_symbolic_meta_inplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5904788Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5905067Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5905346Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5905631Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5905912Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5906198Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5906473Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5906744Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5907021Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5907292Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5907691Z test_dispatch_symbolic_meta_inplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5907961Z test_dispatch_symbolic_meta_inplace_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5908230Z test_dispatch_symbolic_meta_inplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5908624Z test_dispatch_symbolic_meta_inplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5908964Z test_dispatch_symbolic_meta_inplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5909317Z test_dispatch_symbolic_meta_inplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5909569Z test_dispatch_symbolic_meta_inplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5909834Z test_dispatch_symbolic_meta_inplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5910094Z test_dispatch_symbolic_meta_inplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5910353Z test_dispatch_symbolic_meta_inplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5910609Z test_dispatch_symbolic_meta_inplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5910865Z test_dispatch_symbolic_meta_inplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5911130Z test_dispatch_symbolic_meta_inplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5911353Z test_dispatch_symbolic_meta_inplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5911638Z test_dispatch_symbolic_meta_inplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5911867Z test_dispatch_symbolic_meta_inplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5912124Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.5912379Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5912629Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5912888Z test_dispatch_symbolic_meta_inplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.5913136Z test_dispatch_symbolic_meta_inplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5913404Z test_dispatch_symbolic_meta_inplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5913674Z test_dispatch_symbolic_meta_inplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5914052Z test_dispatch_symbolic_meta_inplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5914339Z test_dispatch_symbolic_meta_inplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5914597Z test_dispatch_symbolic_meta_inplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5914965Z test_dispatch_symbolic_meta_inplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.5915325Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.5915570Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.5915804Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.5916035Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.5916267Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5916586Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.5916809Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5917039Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.5917265Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5917505Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5917784Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.5918029Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5918270Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5918511Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5918749Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.5919057Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5919311Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5919588Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.5919863Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.5920137Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5920408Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5920816Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5921062Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5921302Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5921643Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5921988Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5922231Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5922464Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.5922692Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5922924Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5923145Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.5923395Z test_dispatch_symbolic_meta_inplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5923670Z test_dispatch_symbolic_meta_inplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5924034Z test_dispatch_symbolic_meta_inplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5924295Z test_dispatch_symbolic_meta_inplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5924560Z test_dispatch_symbolic_meta_inplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5924822Z test_dispatch_symbolic_meta_inplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5925091Z test_dispatch_symbolic_meta_inplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5925353Z test_dispatch_symbolic_meta_inplace_double_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5925628Z test_dispatch_symbolic_meta_inplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5925906Z test_dispatch_symbolic_meta_inplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5926248Z test_dispatch_symbolic_meta_inplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5926534Z test_dispatch_symbolic_meta_inplace_double_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5926790Z test_dispatch_symbolic_meta_inplace_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5927178Z test_dispatch_symbolic_meta_inplace_double_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5927455Z test_dispatch_symbolic_meta_inplace_double_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5927708Z test_dispatch_symbolic_meta_inplace_double_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5928081Z test_dispatch_symbolic_meta_inplace_double_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5928349Z test_dispatch_symbolic_meta_inplace_double_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5928612Z test_dispatch_symbolic_meta_inplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5928992Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5929261Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5929539Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5929808Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5930086Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5930351Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5930615Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5930870Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5931227Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5931519Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5931774Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5932033Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5932296Z test_dispatch_symbolic_meta_inplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5932562Z test_dispatch_symbolic_meta_inplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5932806Z test_dispatch_symbolic_meta_inplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5933078Z test_dispatch_symbolic_meta_inplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5933865Z test_dispatch_symbolic_meta_inplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5934337Z test_dispatch_symbolic_meta_inplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5934621Z test_dispatch_symbolic_meta_inplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5934882Z test_dispatch_symbolic_meta_inplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5935402Z test_dispatch_symbolic_meta_inplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5935684Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5935938Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5936193Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5936455Z test_dispatch_symbolic_meta_inplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5936717Z test_dispatch_symbolic_meta_inplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5936983Z test_dispatch_symbolic_meta_inplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5937256Z test_dispatch_symbolic_meta_inplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5937526Z test_dispatch_symbolic_meta_inplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5937794Z test_dispatch_symbolic_meta_inplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5938053Z test_dispatch_symbolic_meta_inplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5938306Z test_dispatch_symbolic_meta_inplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5938559Z test_dispatch_symbolic_meta_inplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5938933Z test_dispatch_symbolic_meta_inplace_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5939202Z test_dispatch_symbolic_meta_inplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5939474Z test_dispatch_symbolic_meta_inplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5939732Z test_dispatch_symbolic_meta_inplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5939997Z test_dispatch_symbolic_meta_inplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5940252Z test_dispatch_symbolic_meta_inplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5940505Z test_dispatch_symbolic_meta_inplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5940935Z test_dispatch_symbolic_meta_inplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5941203Z test_dispatch_symbolic_meta_inplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5941635Z test_dispatch_symbolic_meta_inplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5942063Z test_dispatch_symbolic_meta_inplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5942326Z test_dispatch_symbolic_meta_inplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5942598Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5942853Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5943128Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5943406Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5943679Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5943948Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5944220Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5944495Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5944763Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5945031Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5945298Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5945561Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5945824Z test_dispatch_symbolic_meta_inplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5946137Z test_dispatch_symbolic_meta_inplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5946345Z test_dispatch_symbolic_meta_inplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5946562Z test_dispatch_symbolic_meta_inplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5946781Z test_dispatch_symbolic_meta_inplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.5946996Z test_dispatch_symbolic_meta_inplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5947343Z test_dispatch_symbolic_meta_inplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.5947559Z test_dispatch_symbolic_meta_inplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.5947765Z test_dispatch_symbolic_meta_inplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5948071Z test_dispatch_symbolic_meta_inplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5948406Z test_dispatch_symbolic_meta_inplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5948621Z test_dispatch_symbolic_meta_inplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.5948904Z test_dispatch_symbolic_meta_inplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.5949122Z test_dispatch_symbolic_meta_inplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5949377Z test_dispatch_symbolic_meta_inplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5949639Z test_dispatch_symbolic_meta_inplace_equal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5949913Z test_dispatch_symbolic_meta_inplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5950187Z test_dispatch_symbolic_meta_inplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5950449Z test_dispatch_symbolic_meta_inplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5950707Z test_dispatch_symbolic_meta_inplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.5950961Z test_dispatch_symbolic_meta_inplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5951221Z test_dispatch_symbolic_meta_inplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5951481Z test_dispatch_symbolic_meta_inplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5951746Z test_dispatch_symbolic_meta_inplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5952007Z test_dispatch_symbolic_meta_inplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5952268Z test_dispatch_symbolic_meta_inplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5952487Z test_dispatch_symbolic_meta_inplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5952742Z test_dispatch_symbolic_meta_inplace_erf_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.5952955Z test_dispatch_symbolic_meta_inplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5953170Z test_dispatch_symbolic_meta_inplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.5953470Z test_dispatch_symbolic_meta_inplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5953881Z test_dispatch_symbolic_meta_inplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.5954143Z test_dispatch_symbolic_meta_inplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.5954441Z test_dispatch_symbolic_meta_inplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.5954823Z test_dispatch_symbolic_meta_inplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5955179Z test_dispatch_symbolic_meta_inplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5955399Z test_dispatch_symbolic_meta_inplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5955652Z test_dispatch_symbolic_meta_inplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.5955866Z test_dispatch_symbolic_meta_inplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.5956080Z test_dispatch_symbolic_meta_inplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5956376Z test_dispatch_symbolic_meta_inplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.5956634Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.5956888Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.5957134Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.5957381Z test_dispatch_symbolic_meta_inplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5957641Z test_dispatch_symbolic_meta_inplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5957899Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5958121Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5958339Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.5958561Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5958818Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5959073Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.5959330Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5959584Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5959831Z test_dispatch_symbolic_meta_inplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.5960048Z test_dispatch_symbolic_meta_inplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5960434Z test_dispatch_symbolic_meta_inplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5960655Z test_dispatch_symbolic_meta_inplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5960870Z test_dispatch_symbolic_meta_inplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5961319Z test_dispatch_symbolic_meta_inplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5961678Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5961935Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5962183Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5962431Z test_dispatch_symbolic_meta_inplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5962682Z test_dispatch_symbolic_meta_inplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5962895Z test_dispatch_symbolic_meta_inplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5963136Z test_dispatch_symbolic_meta_inplace_exp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.5963354Z test_dispatch_symbolic_meta_inplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5963573Z test_dispatch_symbolic_meta_inplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5963872Z test_dispatch_symbolic_meta_inplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.5964106Z test_dispatch_symbolic_meta_inplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5964318Z test_dispatch_symbolic_meta_inplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.5964533Z test_dispatch_symbolic_meta_inplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5964783Z test_dispatch_symbolic_meta_inplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5965038Z test_dispatch_symbolic_meta_inplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5965289Z test_dispatch_symbolic_meta_inplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5965544Z test_dispatch_symbolic_meta_inplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5965793Z test_dispatch_symbolic_meta_inplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5966070Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5966341Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5966647Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5967028Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5967308Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5967690Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5968074Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5968345Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5968604Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5968952Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5969217Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5969474Z test_dispatch_symbolic_meta_inplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5969730Z test_dispatch_symbolic_meta_inplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5969992Z test_dispatch_symbolic_meta_inplace_expand_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5970261Z test_dispatch_symbolic_meta_inplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5970536Z test_dispatch_symbolic_meta_inplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.5970805Z test_dispatch_symbolic_meta_inplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5971120Z test_dispatch_symbolic_meta_inplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5971394Z test_dispatch_symbolic_meta_inplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.5971656Z test_dispatch_symbolic_meta_inplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5971910Z test_dispatch_symbolic_meta_inplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5972167Z test_dispatch_symbolic_meta_inplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5972430Z test_dispatch_symbolic_meta_inplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5972696Z test_dispatch_symbolic_meta_inplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5972914Z test_dispatch_symbolic_meta_inplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.5973306Z test_dispatch_symbolic_meta_inplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.5973533Z test_dispatch_symbolic_meta_inplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5973748Z test_dispatch_symbolic_meta_inplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.5974081Z test_dispatch_symbolic_meta_inplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.5974456Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5974720Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5974970Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5975233Z test_dispatch_symbolic_meta_inplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5975481Z test_dispatch_symbolic_meta_inplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.5975744Z test_dispatch_symbolic_meta_inplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5976102Z test_dispatch_symbolic_meta_inplace_eye_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5976373Z test_dispatch_symbolic_meta_inplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5976646Z test_dispatch_symbolic_meta_inplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5976907Z test_dispatch_symbolic_meta_inplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5977166Z test_dispatch_symbolic_meta_inplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5977426Z test_dispatch_symbolic_meta_inplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5977687Z test_dispatch_symbolic_meta_inplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.5977943Z test_dispatch_symbolic_meta_inplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5978269Z test_dispatch_symbolic_meta_inplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5978544Z test_dispatch_symbolic_meta_inplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5978798Z test_dispatch_symbolic_meta_inplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5979045Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5979318Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5979720Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5980006Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5980281Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5980666Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5981035Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5981301Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5981559Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5981810Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5982072Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5982325Z test_dispatch_symbolic_meta_inplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5982584Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5982853Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5983224Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5983494Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5983764Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5984021Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5984271Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5984534Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5984787Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5985043Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5985370Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5985637Z test_dispatch_symbolic_meta_inplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5985887Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5986288Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5986565Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5986862Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5987327Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5987603Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5987867Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5988129Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5988385Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5988626Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5988886Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5989139Z test_dispatch_symbolic_meta_inplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5989411Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5989680Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5989958Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5990336Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5990614Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5990893Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5991166Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5991434Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5991701Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5991972Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5992240Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5992700Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5992988Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5993252Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5993748Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5994029Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5994300Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5994570Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5994838Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.5995103Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5995366Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.5995624Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.5995879Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5996144Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5996396Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5996660Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5996928Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5997198Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5997570Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5997835Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5998103Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5998353Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5998617Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5999010Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5999289Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.5999553Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6000005Z test_dispatch_symbolic_meta_inplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6000392Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6000669Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6000941Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6001221Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6001488Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6001757Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6002024Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6002288Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6002547Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6002799Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6003061Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6003318Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6003579Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6003851Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6004120Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6004390Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6004754Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6005023Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6005287Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6005684Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6005946Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6006201Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6006682Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6006944Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6007291Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6007581Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6007853Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6008124Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6008378Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6008643Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6008911Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6009174Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6009428Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6009679Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6009944Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6010196Z test_dispatch_symbolic_meta_inplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6010454Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6010729Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6010999Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6011269Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6012217Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6012491Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6012884Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6013271Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6013539Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6013794Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6014058Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6014323Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6014696Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6014989Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6015273Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6015551Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6015830Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6016106Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6016382Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6016646Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6016917Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6017191Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6017458Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6017737Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6018002Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6018272Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6018673Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6018932Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6019313Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6019799Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6020075Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6020344Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6020609Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6020876Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6021141Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6021411Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6021682Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6022024Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6022303Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6022557Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6022809Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6023075Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6023326Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6023583Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6023849Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6024117Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6024385Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6024653Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6025042Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6025318Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6025585Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6025982Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6026355Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6026632Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6027002Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6027276Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6027547Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6027816Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6028083Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6028347Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6028614Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6028863Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6029195Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6029477Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6029743Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6030017Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6030295Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6030567Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6030838Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6031104Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6031507Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6031782Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6032054Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6032425Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6032804Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6033117Z test_dispatch_symbolic_meta_inplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6033377Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6033651Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6034029Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6034299Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6034572Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6034843Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6035108Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6035375Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6035644Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6035909Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6036245Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6036528Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6036796Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6037063Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6037330Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6037601Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6037988Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6038254Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6038504Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6038867Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6039229Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6039505Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6039768Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6040041Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6040306Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6040573Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6040830Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6041178Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6041441Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6041697Z test_dispatch_symbolic_meta_inplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6041950Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6042217Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6042486Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6042758Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6043021Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6043342Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6043611Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6043875Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6044129Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6044468Z test_dispatch_symbolic_meta_inplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6044692Z test_dispatch_symbolic_meta_inplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6044916Z test_dispatch_symbolic_meta_inplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6045313Z test_dispatch_symbolic_meta_inplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6045545Z test_dispatch_symbolic_meta_inplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6045856Z test_dispatch_symbolic_meta_inplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6046187Z test_dispatch_symbolic_meta_inplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6046405Z test_dispatch_symbolic_meta_inplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6046598Z test_dispatch_symbolic_meta_inplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6046810Z test_dispatch_symbolic_meta_inplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6047013Z test_dispatch_symbolic_meta_inplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6047223Z test_dispatch_symbolic_meta_inplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6047428Z test_dispatch_symbolic_meta_inplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6047703Z test_dispatch_symbolic_meta_inplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6047972Z test_dispatch_symbolic_meta_inplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6048251Z test_dispatch_symbolic_meta_inplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6048633Z test_dispatch_symbolic_meta_inplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6048908Z test_dispatch_symbolic_meta_inplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6049180Z test_dispatch_symbolic_meta_inplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6049438Z test_dispatch_symbolic_meta_inplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6049690Z test_dispatch_symbolic_meta_inplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6049952Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6050211Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6050464Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6051354Z test_dispatch_symbolic_meta_inplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6051680Z test_dispatch_symbolic_meta_inplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6051935Z test_dispatch_symbolic_meta_inplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6052364Z test_dispatch_symbolic_meta_inplace_flip_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6052786Z test_dispatch_symbolic_meta_inplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6053070Z test_dispatch_symbolic_meta_inplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6053334Z test_dispatch_symbolic_meta_inplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6053594Z test_dispatch_symbolic_meta_inplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6053846Z test_dispatch_symbolic_meta_inplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6054106Z test_dispatch_symbolic_meta_inplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6054405Z test_dispatch_symbolic_meta_inplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6054670Z test_dispatch_symbolic_meta_inplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6054931Z test_dispatch_symbolic_meta_inplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6055177Z test_dispatch_symbolic_meta_inplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6055447Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6055710Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6055985Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6056385Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6056653Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6056920Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6057178Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6057438Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6057692Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6058086Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6058361Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6058624Z test_dispatch_symbolic_meta_inplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6059267Z test_dispatch_symbolic_meta_inplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6059556Z test_dispatch_symbolic_meta_inplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6059828Z test_dispatch_symbolic_meta_inplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6060096Z test_dispatch_symbolic_meta_inplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6060366Z test_dispatch_symbolic_meta_inplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6060625Z test_dispatch_symbolic_meta_inplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6060883Z test_dispatch_symbolic_meta_inplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6061141Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6061393Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6061641Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6061904Z test_dispatch_symbolic_meta_inplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6062163Z test_dispatch_symbolic_meta_inplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6062430Z test_dispatch_symbolic_meta_inplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6062689Z test_dispatch_symbolic_meta_inplace_float_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6062962Z test_dispatch_symbolic_meta_inplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6063229Z test_dispatch_symbolic_meta_inplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6063487Z test_dispatch_symbolic_meta_inplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6063845Z test_dispatch_symbolic_meta_inplace_float_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6064113Z test_dispatch_symbolic_meta_inplace_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6064500Z test_dispatch_symbolic_meta_inplace_float_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6064752Z test_dispatch_symbolic_meta_inplace_float_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6065010Z test_dispatch_symbolic_meta_inplace_float_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6065390Z test_dispatch_symbolic_meta_inplace_float_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6065789Z test_dispatch_symbolic_meta_inplace_float_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6066053Z test_dispatch_symbolic_meta_inplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6066415Z test_dispatch_symbolic_meta_inplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.6066711Z test_dispatch_symbolic_meta_inplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.6067001Z test_dispatch_symbolic_meta_inplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.6067284Z test_dispatch_symbolic_meta_inplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.006s) 2022-11-23T02:43:13.6067568Z test_dispatch_symbolic_meta_inplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.6067845Z test_dispatch_symbolic_meta_inplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.6068119Z test_dispatch_symbolic_meta_inplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.6068392Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.6068664Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.6068930Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T02:43:13.6069205Z test_dispatch_symbolic_meta_inplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.010s) 2022-11-23T02:43:13.6069468Z test_dispatch_symbolic_meta_inplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Function is in dispatch early skips (0.001s) 2022-11-23T02:43:13.6069691Z test_dispatch_symbolic_meta_inplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6069909Z test_dispatch_symbolic_meta_inplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6070127Z test_dispatch_symbolic_meta_inplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6070343Z test_dispatch_symbolic_meta_inplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6070554Z test_dispatch_symbolic_meta_inplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6070947Z test_dispatch_symbolic_meta_inplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6071191Z test_dispatch_symbolic_meta_inplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6071404Z test_dispatch_symbolic_meta_inplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6071615Z test_dispatch_symbolic_meta_inplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6071965Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.6072315Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.6072534Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.6072760Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.6072988Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.6073201Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.6073410Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6073709Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6073941Z test_dispatch_symbolic_meta_inplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.6074209Z test_dispatch_symbolic_meta_inplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6074470Z test_dispatch_symbolic_meta_inplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6074735Z test_dispatch_symbolic_meta_inplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6075000Z test_dispatch_symbolic_meta_inplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6075252Z test_dispatch_symbolic_meta_inplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6075517Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6075777Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6076039Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6076294Z test_dispatch_symbolic_meta_inplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6076553Z test_dispatch_symbolic_meta_inplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6076818Z test_dispatch_symbolic_meta_inplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6077079Z test_dispatch_symbolic_meta_inplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6077440Z test_dispatch_symbolic_meta_inplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6077735Z test_dispatch_symbolic_meta_inplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6077987Z test_dispatch_symbolic_meta_inplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6078465Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6078825Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6079094Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6079353Z test_dispatch_symbolic_meta_inplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6079604Z test_dispatch_symbolic_meta_inplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6079806Z test_dispatch_symbolic_meta_inplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6080020Z test_dispatch_symbolic_meta_inplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6080239Z test_dispatch_symbolic_meta_inplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6080447Z test_dispatch_symbolic_meta_inplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6080657Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6080946Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6081171Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6081379Z test_dispatch_symbolic_meta_inplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6081583Z test_dispatch_symbolic_meta_inplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6081800Z test_dispatch_symbolic_meta_inplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6082015Z test_dispatch_symbolic_meta_inplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6082230Z test_dispatch_symbolic_meta_inplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6082444Z test_dispatch_symbolic_meta_inplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6082718Z test_dispatch_symbolic_meta_inplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6082979Z test_dispatch_symbolic_meta_inplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6083233Z test_dispatch_symbolic_meta_inplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6083485Z test_dispatch_symbolic_meta_inplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6083746Z test_dispatch_symbolic_meta_inplace_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6084015Z test_dispatch_symbolic_meta_inplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6084284Z test_dispatch_symbolic_meta_inplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6084543Z test_dispatch_symbolic_meta_inplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6084802Z test_dispatch_symbolic_meta_inplace_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6085056Z test_dispatch_symbolic_meta_inplace_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6085305Z test_dispatch_symbolic_meta_inplace_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6085655Z test_dispatch_symbolic_meta_inplace_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6085900Z test_dispatch_symbolic_meta_inplace_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6086162Z test_dispatch_symbolic_meta_inplace_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6086420Z test_dispatch_symbolic_meta_inplace_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6086676Z test_dispatch_symbolic_meta_inplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6086949Z test_dispatch_symbolic_meta_inplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6087217Z test_dispatch_symbolic_meta_inplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6087493Z test_dispatch_symbolic_meta_inplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6087832Z test_dispatch_symbolic_meta_inplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6088120Z test_dispatch_symbolic_meta_inplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6088385Z test_dispatch_symbolic_meta_inplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6088655Z test_dispatch_symbolic_meta_inplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6089054Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6089322Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6089579Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6089960Z test_dispatch_symbolic_meta_inplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6090328Z test_dispatch_symbolic_meta_inplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6090592Z test_dispatch_symbolic_meta_inplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6090855Z test_dispatch_symbolic_meta_inplace_gather_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6091133Z test_dispatch_symbolic_meta_inplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6091404Z test_dispatch_symbolic_meta_inplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6091674Z test_dispatch_symbolic_meta_inplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6091935Z test_dispatch_symbolic_meta_inplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6092188Z test_dispatch_symbolic_meta_inplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6092450Z test_dispatch_symbolic_meta_inplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6092800Z test_dispatch_symbolic_meta_inplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6093049Z test_dispatch_symbolic_meta_inplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6093312Z test_dispatch_symbolic_meta_inplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6093577Z test_dispatch_symbolic_meta_inplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6093785Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6093995Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6094199Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6094394Z test_dispatch_symbolic_meta_inplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6094595Z test_dispatch_symbolic_meta_inplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6094807Z test_dispatch_symbolic_meta_inplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6095086Z test_dispatch_symbolic_meta_inplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6095319Z test_dispatch_symbolic_meta_inplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6095530Z test_dispatch_symbolic_meta_inplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6095735Z test_dispatch_symbolic_meta_inplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6095941Z test_dispatch_symbolic_meta_inplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6096152Z test_dispatch_symbolic_meta_inplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6096351Z test_dispatch_symbolic_meta_inplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6096555Z test_dispatch_symbolic_meta_inplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6096761Z test_dispatch_symbolic_meta_inplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.6097038Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6097309Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6097576Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6097835Z test_dispatch_symbolic_meta_inplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6098108Z test_dispatch_symbolic_meta_inplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6098389Z test_dispatch_symbolic_meta_inplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6098668Z test_dispatch_symbolic_meta_inplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6098940Z test_dispatch_symbolic_meta_inplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6099208Z test_dispatch_symbolic_meta_inplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6099477Z test_dispatch_symbolic_meta_inplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6099833Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6100093Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6100347Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6100593Z test_dispatch_symbolic_meta_inplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6100874Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6101149Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6101430Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6101643Z test_dispatch_symbolic_meta_inplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6101920Z test_dispatch_symbolic_meta_inplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6102150Z test_dispatch_symbolic_meta_inplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6102360Z test_dispatch_symbolic_meta_inplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6102569Z test_dispatch_symbolic_meta_inplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6102775Z test_dispatch_symbolic_meta_inplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6102979Z test_dispatch_symbolic_meta_inplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6103184Z test_dispatch_symbolic_meta_inplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6103392Z test_dispatch_symbolic_meta_inplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6103594Z test_dispatch_symbolic_meta_inplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6103864Z test_dispatch_symbolic_meta_inplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6104124Z test_dispatch_symbolic_meta_inplace_half_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6104393Z test_dispatch_symbolic_meta_inplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6104660Z test_dispatch_symbolic_meta_inplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6104924Z test_dispatch_symbolic_meta_inplace_half_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6105177Z test_dispatch_symbolic_meta_inplace_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6105561Z test_dispatch_symbolic_meta_inplace_half_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6105831Z test_dispatch_symbolic_meta_inplace_half_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6106092Z test_dispatch_symbolic_meta_inplace_half_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6106474Z test_dispatch_symbolic_meta_inplace_half_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6106934Z test_dispatch_symbolic_meta_inplace_half_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6107195Z test_dispatch_symbolic_meta_inplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6107410Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.6107632Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6107857Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6108079Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.6108292Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6108512Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6108727Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6108937Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6109228Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.6109469Z test_dispatch_symbolic_meta_inplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6109735Z test_dispatch_symbolic_meta_inplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6109993Z test_dispatch_symbolic_meta_inplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6110257Z test_dispatch_symbolic_meta_inplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6110524Z test_dispatch_symbolic_meta_inplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6110784Z test_dispatch_symbolic_meta_inplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6111051Z test_dispatch_symbolic_meta_inplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6111318Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6111576Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6111850Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6112126Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6112395Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6112664Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6112924Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6113176Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6113438Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6113692Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6114031Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6114274Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6114539Z test_dispatch_symbolic_meta_inplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6114805Z test_dispatch_symbolic_meta_inplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6115066Z test_dispatch_symbolic_meta_inplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6115338Z test_dispatch_symbolic_meta_inplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6115610Z test_dispatch_symbolic_meta_inplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6115882Z test_dispatch_symbolic_meta_inplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6116216Z test_dispatch_symbolic_meta_inplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6116493Z test_dispatch_symbolic_meta_inplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6116747Z test_dispatch_symbolic_meta_inplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6117008Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6117263Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6117516Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6117777Z test_dispatch_symbolic_meta_inplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6118036Z test_dispatch_symbolic_meta_inplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6118254Z test_dispatch_symbolic_meta_inplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6118471Z test_dispatch_symbolic_meta_inplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6118688Z test_dispatch_symbolic_meta_inplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6118907Z test_dispatch_symbolic_meta_inplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6119119Z test_dispatch_symbolic_meta_inplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6119371Z test_dispatch_symbolic_meta_inplace_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6119586Z test_dispatch_symbolic_meta_inplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6119797Z test_dispatch_symbolic_meta_inplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6119998Z test_dispatch_symbolic_meta_inplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6120248Z test_dispatch_symbolic_meta_inplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6120498Z test_dispatch_symbolic_meta_inplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6120837Z test_dispatch_symbolic_meta_inplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6121067Z test_dispatch_symbolic_meta_inplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6121317Z test_dispatch_symbolic_meta_inplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6121537Z test_dispatch_symbolic_meta_inplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6121760Z test_dispatch_symbolic_meta_inplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6121983Z test_dispatch_symbolic_meta_inplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6122198Z test_dispatch_symbolic_meta_inplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6122475Z test_dispatch_symbolic_meta_inplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6122744Z test_dispatch_symbolic_meta_inplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6123067Z test_dispatch_symbolic_meta_inplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6123312Z test_dispatch_symbolic_meta_inplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6123528Z test_dispatch_symbolic_meta_inplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6123766Z test_dispatch_symbolic_meta_inplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6123997Z test_dispatch_symbolic_meta_inplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.6124228Z test_dispatch_symbolic_meta_inplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6124452Z test_dispatch_symbolic_meta_inplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6124677Z test_dispatch_symbolic_meta_inplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.6124896Z test_dispatch_symbolic_meta_inplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.6125114Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6125322Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.6125528Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.6125743Z test_dispatch_symbolic_meta_inplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.6125964Z test_dispatch_symbolic_meta_inplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.6126189Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6126385Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6126616Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6126844Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6127070Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6127289Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6127504Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6128288Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6128501Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6128712Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6128927Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6129136Z test_dispatch_symbolic_meta_inplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6129358Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6129575Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6129804Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6130036Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6130259Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6130562Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6130795Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6131012Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6131223Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6131431Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6131656Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6131850Z test_dispatch_symbolic_meta_inplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6132067Z test_dispatch_symbolic_meta_inplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6132285Z test_dispatch_symbolic_meta_inplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6132510Z test_dispatch_symbolic_meta_inplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6132737Z test_dispatch_symbolic_meta_inplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6132959Z test_dispatch_symbolic_meta_inplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6133181Z test_dispatch_symbolic_meta_inplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6133403Z test_dispatch_symbolic_meta_inplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6133617Z test_dispatch_symbolic_meta_inplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6133834Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6134048Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6134256Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6134469Z test_dispatch_symbolic_meta_inplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6134684Z test_dispatch_symbolic_meta_inplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6134914Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.6135232Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.6135455Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.6135682Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.6135907Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.6136125Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.6136335Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.6136555Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.6136753Z test_dispatch_symbolic_meta_inplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.6137241Z test_dispatch_symbolic_meta_inplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6137527Z test_dispatch_symbolic_meta_inplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6137993Z test_dispatch_symbolic_meta_inplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6138434Z test_dispatch_symbolic_meta_inplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6138723Z test_dispatch_symbolic_meta_inplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6138999Z test_dispatch_symbolic_meta_inplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6139279Z test_dispatch_symbolic_meta_inplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6139546Z test_dispatch_symbolic_meta_inplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6139819Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6140090Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6140360Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6140628Z test_dispatch_symbolic_meta_inplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6140899Z test_dispatch_symbolic_meta_inplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6141165Z test_dispatch_symbolic_meta_inplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6141437Z test_dispatch_symbolic_meta_inplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6141707Z test_dispatch_symbolic_meta_inplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6141970Z test_dispatch_symbolic_meta_inplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6142225Z test_dispatch_symbolic_meta_inplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6142572Z test_dispatch_symbolic_meta_inplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6142834Z test_dispatch_symbolic_meta_inplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6143096Z test_dispatch_symbolic_meta_inplace_int_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6143361Z test_dispatch_symbolic_meta_inplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6143762Z test_dispatch_symbolic_meta_inplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6144030Z test_dispatch_symbolic_meta_inplace_int_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6144292Z test_dispatch_symbolic_meta_inplace_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6144675Z test_dispatch_symbolic_meta_inplace_int_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6144939Z test_dispatch_symbolic_meta_inplace_int_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6145374Z test_dispatch_symbolic_meta_inplace_int_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6145664Z test_dispatch_symbolic_meta_inplace_int_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6145919Z test_dispatch_symbolic_meta_inplace_int_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6146173Z test_dispatch_symbolic_meta_inplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6146431Z test_dispatch_symbolic_meta_inplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6146695Z test_dispatch_symbolic_meta_inplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6146970Z test_dispatch_symbolic_meta_inplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6147242Z test_dispatch_symbolic_meta_inplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6147511Z test_dispatch_symbolic_meta_inplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6147774Z test_dispatch_symbolic_meta_inplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6148032Z test_dispatch_symbolic_meta_inplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6148296Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6148554Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6148804Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6149069Z test_dispatch_symbolic_meta_inplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6149332Z test_dispatch_symbolic_meta_inplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6149602Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6149953Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6150228Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6150508Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6150901Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6151170Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6151553Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6151936Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6152212Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6152549Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6152820Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6153082Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6153339Z test_dispatch_symbolic_meta_inplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6153606Z test_dispatch_symbolic_meta_inplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6153859Z test_dispatch_symbolic_meta_inplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6154112Z test_dispatch_symbolic_meta_inplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6154415Z test_dispatch_symbolic_meta_inplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6154675Z test_dispatch_symbolic_meta_inplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6154933Z test_dispatch_symbolic_meta_inplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6155189Z test_dispatch_symbolic_meta_inplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6155451Z test_dispatch_symbolic_meta_inplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6155700Z test_dispatch_symbolic_meta_inplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6155961Z test_dispatch_symbolic_meta_inplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6156232Z test_dispatch_symbolic_meta_inplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6156498Z test_dispatch_symbolic_meta_inplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6156754Z test_dispatch_symbolic_meta_inplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6157261Z test_dispatch_symbolic_meta_inplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6157546Z test_dispatch_symbolic_meta_inplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6157800Z test_dispatch_symbolic_meta_inplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6158205Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6158630Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6158896Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6159160Z test_dispatch_symbolic_meta_inplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6159416Z test_dispatch_symbolic_meta_inplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6159760Z test_dispatch_symbolic_meta_inplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6160038Z test_dispatch_symbolic_meta_inplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6160307Z test_dispatch_symbolic_meta_inplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6160615Z test_dispatch_symbolic_meta_inplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6160879Z test_dispatch_symbolic_meta_inplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6161136Z test_dispatch_symbolic_meta_inplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6161387Z test_dispatch_symbolic_meta_inplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6161650Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6161910Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6162170Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6162430Z test_dispatch_symbolic_meta_inplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6162688Z test_dispatch_symbolic_meta_inplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6162963Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6163228Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6163496Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6163901Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6164180Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6164660Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6165033Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6165281Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6165543Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6165798Z test_dispatch_symbolic_meta_inplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6166066Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6166332Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6166599Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6167347Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6167672Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6167934Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6168190Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6168441Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6168706Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6168959Z test_dispatch_symbolic_meta_inplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6169232Z test_dispatch_symbolic_meta_inplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6169494Z test_dispatch_symbolic_meta_inplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6169771Z test_dispatch_symbolic_meta_inplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6170041Z test_dispatch_symbolic_meta_inplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6170464Z test_dispatch_symbolic_meta_inplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6170737Z test_dispatch_symbolic_meta_inplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6171001Z test_dispatch_symbolic_meta_inplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6171473Z test_dispatch_symbolic_meta_inplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6171743Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6171997Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6172359Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6172617Z test_dispatch_symbolic_meta_inplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6172884Z test_dispatch_symbolic_meta_inplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6173152Z test_dispatch_symbolic_meta_inplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6173419Z test_dispatch_symbolic_meta_inplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6173712Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6174011Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6174311Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6175049Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6175400Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6175695Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6175965Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6176259Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6176549Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6176982Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6177281Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6177684Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6178109Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6178422Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6178736Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6179039Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6179342Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6179642Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6180063Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6180360Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6180660Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6180952Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6181253Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6181550Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6181835Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6182547Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6182886Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6183310Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6183604Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6183891Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6184314Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6184678Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6184957Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6185226Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6185504Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6185777Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6186074Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6186370Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6186675Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6186978Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6187280Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6187694Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6187993Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6188286Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6188579Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6188864Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6189164Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6189450Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6190296Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6190765Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6191155Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6191446Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6191729Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6191992Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6192266Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6192542Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6192813Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6193081Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6193358Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6193624Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6193892Z test_dispatch_symbolic_meta_inplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6194154Z test_dispatch_symbolic_meta_inplace_kron_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6194424Z test_dispatch_symbolic_meta_inplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6194692Z test_dispatch_symbolic_meta_inplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6195068Z test_dispatch_symbolic_meta_inplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6195323Z test_dispatch_symbolic_meta_inplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6195575Z test_dispatch_symbolic_meta_inplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6195837Z test_dispatch_symbolic_meta_inplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6196199Z test_dispatch_symbolic_meta_inplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6196488Z test_dispatch_symbolic_meta_inplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6196746Z test_dispatch_symbolic_meta_inplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6197121Z test_dispatch_symbolic_meta_inplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6197507Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6198216Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6198539Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6198807Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6199065Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6199324Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6199586Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6199844Z test_dispatch_symbolic_meta_inplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6200055Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6200265Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6200469Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6200661Z test_dispatch_symbolic_meta_inplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6200872Z test_dispatch_symbolic_meta_inplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6201090Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6201347Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2022-11-23T02:43:13.6201577Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6201799Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6202017Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6202232Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.6202450Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6202949Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6203212Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6203489Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6203935Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6204192Z test_dispatch_symbolic_meta_inplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.6204404Z test_dispatch_symbolic_meta_inplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6204611Z test_dispatch_symbolic_meta_inplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6204829Z test_dispatch_symbolic_meta_inplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6205038Z test_dispatch_symbolic_meta_inplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6205244Z test_dispatch_symbolic_meta_inplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6205886Z test_dispatch_symbolic_meta_inplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6206147Z test_dispatch_symbolic_meta_inplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6206349Z test_dispatch_symbolic_meta_inplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6206537Z test_dispatch_symbolic_meta_inplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6206738Z test_dispatch_symbolic_meta_inplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6206959Z test_dispatch_symbolic_meta_inplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.6207186Z test_dispatch_symbolic_meta_inplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.6207404Z test_dispatch_symbolic_meta_inplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.6207624Z test_dispatch_symbolic_meta_inplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.6207838Z test_dispatch_symbolic_meta_inplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.6208051Z test_dispatch_symbolic_meta_inplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.6208309Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6208525Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6208746Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6208966Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6209357Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6209626Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6209884Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6210267Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6210626Z test_dispatch_symbolic_meta_inplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.6211036Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6211322Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6211606Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6211888Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6212177Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6212460Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6212747Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6213030Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6213740Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6214069Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6214342Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6214597Z test_dispatch_symbolic_meta_inplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6214882Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6215159Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6215435Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6215856Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6216136Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6216406Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6216811Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6217192Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6217473Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6217740Z test_dispatch_symbolic_meta_inplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6218019Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6218297Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6218681Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6218951Z test_dispatch_symbolic_meta_inplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6219244Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6219530Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6219810Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6220093Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6220373Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6220651Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6220992Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6221278Z test_dispatch_symbolic_meta_inplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6221564Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6221837Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6222113Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6222510Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6222798Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6223190Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6223590Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6223980Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6224274Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6224666Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6224961Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6225342Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6225863Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6226183Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6226570Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6226871Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6227149Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6227423Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6227692Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6227960Z test_dispatch_symbolic_meta_inplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6228241Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6228518Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6228866Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6229159Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6229446Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6229731Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6230014Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6230296Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6230587Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6230876Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6231289Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6231572Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6231857Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6232373Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6232660Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6232938Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6233215Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6233489Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6233854Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6234133Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6234433Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6234734Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6235025Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6235324Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6235597Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6235939Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6236230Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6236500Z test_dispatch_symbolic_meta_inplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6236788Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6237073Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6237352Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6237768Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6238067Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6238352Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6238824Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6239125Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6239411Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6239693Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6239967Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6240242Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6240523Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6240913Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6241201Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6241483Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6241762Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6242043Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6242332Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6242622Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6242900Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6243251Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6243557Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6243841Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6244246Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6244539Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6244843Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6245347Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6245653Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6245946Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6246228Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6246507Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6246792Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6247068Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6247343Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6247616Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6248594Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6248873Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6249155Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6249426Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6249698Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6249963Z test_dispatch_symbolic_meta_inplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6250274Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6250710Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6251138Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6251583Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6252003Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6252313Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6252595Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6252861Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6253130Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6253401Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6253694Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6253992Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6254279Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6254607Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6254941Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:43:13.6255268Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:43:13.6255592Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:43:13.6256014Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:43:13.6256295Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6256571Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6256843Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6257252Z test_dispatch_symbolic_meta_inplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6257548Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6257834Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6258404Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6258710Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6258991Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6259260Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6259535Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6259807Z test_dispatch_symbolic_meta_inplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6260090Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6260373Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6260649Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6260922Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6261223Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6261519Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6261811Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6262090Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6262365Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6262638Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6263002Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6263273Z test_dispatch_symbolic_meta_inplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6263647Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6263967Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6264241Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6264655Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6265071Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6265365Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6265708Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6266005Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6266297Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6266584Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6266871Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6267154Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6267439Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6267720Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6267994Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6268267Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6268542Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6268812Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6269084Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6269358Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6269623Z test_dispatch_symbolic_meta_inplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6269902Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6270400Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6270688Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6270991Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6271460Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6271738Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6272022Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6272316Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6272601Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6272959Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6273259Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6273540Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6273811Z test_dispatch_symbolic_meta_inplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6274091Z test_dispatch_symbolic_meta_inplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6274366Z test_dispatch_symbolic_meta_inplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6274640Z test_dispatch_symbolic_meta_inplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6274908Z test_dispatch_symbolic_meta_inplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6275178Z test_dispatch_symbolic_meta_inplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6275451Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6275711Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6275968Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6276239Z test_dispatch_symbolic_meta_inplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6276477Z test_dispatch_symbolic_meta_inplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6276823Z test_dispatch_symbolic_meta_inplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6277086Z test_dispatch_symbolic_meta_inplace_log10_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6277308Z test_dispatch_symbolic_meta_inplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6277753Z test_dispatch_symbolic_meta_inplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6278071Z test_dispatch_symbolic_meta_inplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6278297Z test_dispatch_symbolic_meta_inplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6278512Z test_dispatch_symbolic_meta_inplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6278769Z test_dispatch_symbolic_meta_inplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6279022Z test_dispatch_symbolic_meta_inplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6279273Z test_dispatch_symbolic_meta_inplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6279530Z test_dispatch_symbolic_meta_inplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6279776Z test_dispatch_symbolic_meta_inplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6280077Z test_dispatch_symbolic_meta_inplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6280352Z test_dispatch_symbolic_meta_inplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6280570Z test_dispatch_symbolic_meta_inplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6280788Z test_dispatch_symbolic_meta_inplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6281004Z test_dispatch_symbolic_meta_inplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6281255Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6281505Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6281747Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:13.6282001Z test_dispatch_symbolic_meta_inplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6282242Z test_dispatch_symbolic_meta_inplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6282453Z test_dispatch_symbolic_meta_inplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6282694Z test_dispatch_symbolic_meta_inplace_log2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6282917Z test_dispatch_symbolic_meta_inplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6283260Z test_dispatch_symbolic_meta_inplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6283490Z test_dispatch_symbolic_meta_inplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6283708Z test_dispatch_symbolic_meta_inplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6283921Z test_dispatch_symbolic_meta_inplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6284277Z test_dispatch_symbolic_meta_inplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6284640Z test_dispatch_symbolic_meta_inplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.6284890Z test_dispatch_symbolic_meta_inplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6285238Z test_dispatch_symbolic_meta_inplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6285493Z test_dispatch_symbolic_meta_inplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:13.6285711Z test_dispatch_symbolic_meta_inplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6285963Z test_dispatch_symbolic_meta_inplace_log_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6286184Z test_dispatch_symbolic_meta_inplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6286400Z test_dispatch_symbolic_meta_inplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6286618Z test_dispatch_symbolic_meta_inplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6286837Z test_dispatch_symbolic_meta_inplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6287050Z test_dispatch_symbolic_meta_inplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6287262Z test_dispatch_symbolic_meta_inplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6287587Z test_dispatch_symbolic_meta_inplace_log_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6287857Z test_dispatch_symbolic_meta_inplace_log_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6288107Z test_dispatch_symbolic_meta_inplace_log_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6288356Z test_dispatch_symbolic_meta_inplace_log_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6288606Z test_dispatch_symbolic_meta_inplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.6288870Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6289146Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6289422Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6289819Z test_dispatch_symbolic_meta_inplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6290119Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6290402Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6290809Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6291208Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6291505Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6291794Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6292068Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6292434Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6292713Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6292991Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6293264Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6293541Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6293825Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6294105Z test_dispatch_symbolic_meta_inplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6294379Z test_dispatch_symbolic_meta_inplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6294723Z test_dispatch_symbolic_meta_inplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6295012Z test_dispatch_symbolic_meta_inplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6295286Z test_dispatch_symbolic_meta_inplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6295557Z test_dispatch_symbolic_meta_inplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6295843Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6296128Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6296524Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6296803Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6297189Z test_dispatch_symbolic_meta_inplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6297579Z test_dispatch_symbolic_meta_inplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6297857Z test_dispatch_symbolic_meta_inplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6298117Z test_dispatch_symbolic_meta_inplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6298349Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6298574Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6298807Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6299041Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6299252Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6299476Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6299797Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6300024Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.6300244Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6300455Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6300675Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6300887Z test_dispatch_symbolic_meta_inplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6301113Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6301337Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6301568Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6301799Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6302091Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6302337Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6302559Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6302907Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6303135Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6303350Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6303679Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6304007Z test_dispatch_symbolic_meta_inplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6304242Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6304463Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6304678Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6304907Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6305128Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6305351Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6305563Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6305786Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6305996Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6306205Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6306419Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6306627Z test_dispatch_symbolic_meta_inplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6306850Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6307167Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6307398Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6307631Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6307856Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6308078Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6308299Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6308521Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6308740Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6308951Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6309303Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6309607Z test_dispatch_symbolic_meta_inplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6309824Z test_dispatch_symbolic_meta_inplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6310206Z test_dispatch_symbolic_meta_inplace_logit_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6310434Z test_dispatch_symbolic_meta_inplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6310649Z test_dispatch_symbolic_meta_inplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6310969Z test_dispatch_symbolic_meta_inplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6311232Z test_dispatch_symbolic_meta_inplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6311490Z test_dispatch_symbolic_meta_inplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6311736Z test_dispatch_symbolic_meta_inplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6311989Z test_dispatch_symbolic_meta_inplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6312232Z test_dispatch_symbolic_meta_inplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6312505Z test_dispatch_symbolic_meta_inplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6312787Z test_dispatch_symbolic_meta_inplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6313064Z test_dispatch_symbolic_meta_inplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6313339Z test_dispatch_symbolic_meta_inplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6313608Z test_dispatch_symbolic_meta_inplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6313878Z test_dispatch_symbolic_meta_inplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6314143Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6314501Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6314755Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6315021Z test_dispatch_symbolic_meta_inplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6315279Z test_dispatch_symbolic_meta_inplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6315548Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6315818Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6316203Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6316508Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6316860Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6317297Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6317648Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6317901Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6318163Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6318407Z test_dispatch_symbolic_meta_inplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6318673Z test_dispatch_symbolic_meta_inplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6318932Z test_dispatch_symbolic_meta_inplace_long_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6319200Z test_dispatch_symbolic_meta_inplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6319466Z test_dispatch_symbolic_meta_inplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6319726Z test_dispatch_symbolic_meta_inplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6319992Z test_dispatch_symbolic_meta_inplace_long_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6320246Z test_dispatch_symbolic_meta_inplace_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6320498Z test_dispatch_symbolic_meta_inplace_long_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6320759Z test_dispatch_symbolic_meta_inplace_long_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6321018Z test_dispatch_symbolic_meta_inplace_long_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6321277Z test_dispatch_symbolic_meta_inplace_long_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6321630Z test_dispatch_symbolic_meta_inplace_long_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6321886Z test_dispatch_symbolic_meta_inplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6322102Z test_dispatch_symbolic_meta_inplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6322312Z test_dispatch_symbolic_meta_inplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.6322525Z test_dispatch_symbolic_meta_inplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6322857Z test_dispatch_symbolic_meta_inplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6323070Z test_dispatch_symbolic_meta_inplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6323279Z test_dispatch_symbolic_meta_inplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6323597Z test_dispatch_symbolic_meta_inplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6323811Z test_dispatch_symbolic_meta_inplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6324016Z test_dispatch_symbolic_meta_inplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6324293Z test_dispatch_symbolic_meta_inplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6324691Z test_dispatch_symbolic_meta_inplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6324950Z test_dispatch_symbolic_meta_inplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6325213Z test_dispatch_symbolic_meta_inplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6325478Z test_dispatch_symbolic_meta_inplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6325748Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6326022Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6326289Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6326559Z test_dispatch_symbolic_meta_inplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6326833Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6327105Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6327384Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6327657Z test_dispatch_symbolic_meta_inplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6327918Z test_dispatch_symbolic_meta_inplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6328174Z test_dispatch_symbolic_meta_inplace_mH_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6328436Z test_dispatch_symbolic_meta_inplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6328697Z test_dispatch_symbolic_meta_inplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6329050Z test_dispatch_symbolic_meta_inplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6329309Z test_dispatch_symbolic_meta_inplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6329574Z test_dispatch_symbolic_meta_inplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6329957Z test_dispatch_symbolic_meta_inplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6330221Z test_dispatch_symbolic_meta_inplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6330475Z test_dispatch_symbolic_meta_inplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6330843Z test_dispatch_symbolic_meta_inplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6331213Z test_dispatch_symbolic_meta_inplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6331551Z test_dispatch_symbolic_meta_inplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6331828Z test_dispatch_symbolic_meta_inplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6332080Z test_dispatch_symbolic_meta_inplace_mT_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6332346Z test_dispatch_symbolic_meta_inplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6332606Z test_dispatch_symbolic_meta_inplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6332862Z test_dispatch_symbolic_meta_inplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6333122Z test_dispatch_symbolic_meta_inplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6333384Z test_dispatch_symbolic_meta_inplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6333642Z test_dispatch_symbolic_meta_inplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6333880Z test_dispatch_symbolic_meta_inplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6334131Z test_dispatch_symbolic_meta_inplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6334433Z test_dispatch_symbolic_meta_inplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6334684Z test_dispatch_symbolic_meta_inplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6334937Z test_dispatch_symbolic_meta_inplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6335213Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6335487Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6335761Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6336036Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6336524Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6336806Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6337078Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6337483Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6337857Z test_dispatch_symbolic_meta_inplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6338134Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6338408Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6338677Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6339028Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6339314Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6339582Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6339844Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6340118Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6340385Z test_dispatch_symbolic_meta_inplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6340669Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6340947Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6341222Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6341493Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6341769Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6342038Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6342309Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6342583Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6342995Z test_dispatch_symbolic_meta_inplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6343286Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6343740Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6344138Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6344424Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6344694Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6344963Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6345231Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6345509Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6345775Z test_dispatch_symbolic_meta_inplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6346137Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6346441Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6346724Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6347003Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6347284Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6347557Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6347832Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6348105Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6348373Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6348646Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6348925Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6349200Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6349624Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6349912Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6350215Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6350722Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6351107Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6351377Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6351649Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6351919Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6352189Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6352456Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6352690Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6352914Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6353149Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6353449Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6353704Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6353916Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6354138Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.6354408Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6354636Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6354852Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6355066Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6355285Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6355498Z test_dispatch_symbolic_meta_inplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6355785Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6356190Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6356482Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6356874Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6357278Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6357566Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6357847Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6358131Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6358514Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6358792Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6359070Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6359350Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6359629Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6359898Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6360178Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6360449Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6360788Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6361074Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6361353Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6361629Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6361906Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6362177Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6362586Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6362864Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6363115Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6363498Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6363886Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6364152Z test_dispatch_symbolic_meta_inplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6364430Z test_dispatch_symbolic_meta_inplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6364705Z test_dispatch_symbolic_meta_inplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6364973Z test_dispatch_symbolic_meta_inplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6365246Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6366109Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6366384Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6366658Z test_dispatch_symbolic_meta_inplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6366945Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6367230Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6367519Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6367802Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6368082Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6368446Z test_dispatch_symbolic_meta_inplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6368738Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6369150Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6369439Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6369828Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6370213Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6370494Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6370766Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6371034Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6371303Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6371575Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6371841Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6372110Z test_dispatch_symbolic_meta_inplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6372346Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6372573Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6372814Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6373051Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6373369Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6373601Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6373835Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6374062Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6374288Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6374515Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6374742Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6374967Z test_dispatch_symbolic_meta_inplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6375253Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6375659Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6376026Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6376446Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6376830Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6377110Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6377384Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6377653Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6377927Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6378198Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6378470Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6378736Z test_dispatch_symbolic_meta_inplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6379019Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6379297Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6379573Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6379844Z test_dispatch_symbolic_meta_inplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6380113Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6380380Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6380742Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6381012Z test_dispatch_symbolic_meta_inplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6381288Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6381566Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6381970Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6382250Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6382507Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6382897Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6383366Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6383656Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6383920Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6384184Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6384451Z test_dispatch_symbolic_meta_inplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6384722Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6384992Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6385267Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6385544Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6385814Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6386086Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6386356Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6386622Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6386885Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6387148Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6387412Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6387766Z test_dispatch_symbolic_meta_inplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6388036Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6388320Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6388706Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6388978Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6389357Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6389769Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6390042Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6390389Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6390672Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6390936Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6391199Z test_dispatch_symbolic_meta_inplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6391465Z test_dispatch_symbolic_meta_inplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6391741Z test_dispatch_symbolic_meta_inplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6392008Z test_dispatch_symbolic_meta_inplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6392276Z test_dispatch_symbolic_meta_inplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6392518Z test_dispatch_symbolic_meta_inplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6392772Z test_dispatch_symbolic_meta_inplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6393044Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6393325Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6393599Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6393871Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6394141Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6394412Z test_dispatch_symbolic_meta_inplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6394680Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6395168Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6395449Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6395831Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6396202Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6396476Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6396740Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6397010Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6397276Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6397619Z test_dispatch_symbolic_meta_inplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6397941Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6398241Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6398539Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6398841Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6399128Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6399411Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6399694Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6399969Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6400240Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6400522Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6400808Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6401088Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6401392Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6401774Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6402063Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6402569Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6402963Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6403252Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6403529Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6403809Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6404092Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6404350Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6405284Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6405627Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6405895Z test_dispatch_symbolic_meta_inplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6406161Z test_dispatch_symbolic_meta_inplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6406431Z test_dispatch_symbolic_meta_inplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6406688Z test_dispatch_symbolic_meta_inplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6406946Z test_dispatch_symbolic_meta_inplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6407211Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6407470Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6407724Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6408123Z test_dispatch_symbolic_meta_inplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6408389Z test_dispatch_symbolic_meta_inplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6408647Z test_dispatch_symbolic_meta_inplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6409042Z test_dispatch_symbolic_meta_inplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6409442Z test_dispatch_symbolic_meta_inplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6409706Z test_dispatch_symbolic_meta_inplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6409959Z test_dispatch_symbolic_meta_inplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6410331Z test_dispatch_symbolic_meta_inplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6410593Z test_dispatch_symbolic_meta_inplace_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6410853Z test_dispatch_symbolic_meta_inplace_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6411105Z test_dispatch_symbolic_meta_inplace_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6411361Z test_dispatch_symbolic_meta_inplace_median_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6411613Z test_dispatch_symbolic_meta_inplace_median_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6411865Z test_dispatch_symbolic_meta_inplace_median_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6412123Z test_dispatch_symbolic_meta_inplace_median_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6412454Z test_dispatch_symbolic_meta_inplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6412767Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6413057Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6413352Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6413652Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6413942Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6414233Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6414639Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6414940Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6415222Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6415610Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6416016Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6416308Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6416604Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6416891Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6417186Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6417594Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6417896Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6418194Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6418489Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6418778Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6419062Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6419338Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6419692Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6419988Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6420262Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6420532Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6420807Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6421200Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6421482Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6421749Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6422134Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6422525Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6422800Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6423067Z test_dispatch_symbolic_meta_inplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6423358Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6423638Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6423922Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6424199Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6424565Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6424845Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6425131Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6425411Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6425688Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6425965Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6426257Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6426541Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6426898Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6427196Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6427469Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6427885Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6428156Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6428542Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6428955Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6429248Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6429518Z test_dispatch_symbolic_meta_inplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6429782Z test_dispatch_symbolic_meta_inplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6430053Z test_dispatch_symbolic_meta_inplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6430314Z test_dispatch_symbolic_meta_inplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6430568Z test_dispatch_symbolic_meta_inplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6430829Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6431082Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6431333Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6431690Z test_dispatch_symbolic_meta_inplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6431943Z test_dispatch_symbolic_meta_inplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6432205Z test_dispatch_symbolic_meta_inplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6432471Z test_dispatch_symbolic_meta_inplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6432740Z test_dispatch_symbolic_meta_inplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6433002Z test_dispatch_symbolic_meta_inplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6433266Z test_dispatch_symbolic_meta_inplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6433525Z test_dispatch_symbolic_meta_inplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6433854Z test_dispatch_symbolic_meta_inplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6434250Z test_dispatch_symbolic_meta_inplace_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6434524Z test_dispatch_symbolic_meta_inplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6434778Z test_dispatch_symbolic_meta_inplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6435150Z test_dispatch_symbolic_meta_inplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6435554Z test_dispatch_symbolic_meta_inplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6435821Z test_dispatch_symbolic_meta_inplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6436082Z test_dispatch_symbolic_meta_inplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6436336Z test_dispatch_symbolic_meta_inplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6436591Z test_dispatch_symbolic_meta_inplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6436861Z test_dispatch_symbolic_meta_inplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6437124Z test_dispatch_symbolic_meta_inplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6437382Z test_dispatch_symbolic_meta_inplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6437657Z test_dispatch_symbolic_meta_inplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6437931Z test_dispatch_symbolic_meta_inplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6438197Z test_dispatch_symbolic_meta_inplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6438453Z test_dispatch_symbolic_meta_inplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6438812Z test_dispatch_symbolic_meta_inplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6439076Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6439332Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6439580Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6439840Z test_dispatch_symbolic_meta_inplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6440092Z test_dispatch_symbolic_meta_inplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6440356Z test_dispatch_symbolic_meta_inplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6440613Z test_dispatch_symbolic_meta_inplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6441062Z test_dispatch_symbolic_meta_inplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6441330Z test_dispatch_symbolic_meta_inplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6441703Z test_dispatch_symbolic_meta_inplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6442086Z test_dispatch_symbolic_meta_inplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6448141Z test_dispatch_symbolic_meta_inplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6448618Z test_dispatch_symbolic_meta_inplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6448902Z test_dispatch_symbolic_meta_inplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6449131Z test_dispatch_symbolic_meta_inplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.6449346Z test_dispatch_symbolic_meta_inplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6449572Z test_dispatch_symbolic_meta_inplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6449795Z test_dispatch_symbolic_meta_inplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6450017Z test_dispatch_symbolic_meta_inplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6450236Z test_dispatch_symbolic_meta_inplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6450449Z test_dispatch_symbolic_meta_inplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6450646Z test_dispatch_symbolic_meta_inplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6450860Z test_dispatch_symbolic_meta_inplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6451069Z test_dispatch_symbolic_meta_inplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6451273Z test_dispatch_symbolic_meta_inplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6451482Z test_dispatch_symbolic_meta_inplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6451683Z test_dispatch_symbolic_meta_inplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6451962Z test_dispatch_symbolic_meta_inplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6452396Z test_dispatch_symbolic_meta_inplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6452680Z test_dispatch_symbolic_meta_inplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6452947Z test_dispatch_symbolic_meta_inplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6453216Z test_dispatch_symbolic_meta_inplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6453480Z test_dispatch_symbolic_meta_inplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6453750Z test_dispatch_symbolic_meta_inplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6454134Z test_dispatch_symbolic_meta_inplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6454436Z test_dispatch_symbolic_meta_inplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6454868Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.6455267Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.6455516Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.6455796Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6456077Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6456351Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6456627Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6456895Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6457134Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.6457373Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.6457612Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.6457895Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.6458172Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6458434Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6458710Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.6458976Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6459214Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.6459560Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.6459803Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.6460080Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6460472Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6460788Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6461062Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6461447Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6461793Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6462019Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6462325Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6462558Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6462770Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6462989Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6463200Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6463412Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6463626Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6463837Z test_dispatch_symbolic_meta_inplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6464118Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6464391Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6464652Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6464908Z test_dispatch_symbolic_meta_inplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6465184Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6465459Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6465738Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6465993Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6466256Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6466512Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6466981Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6467267Z test_dispatch_symbolic_meta_inplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6467545Z test_dispatch_symbolic_meta_inplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6467934Z test_dispatch_symbolic_meta_inplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6468332Z test_dispatch_symbolic_meta_inplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6468605Z test_dispatch_symbolic_meta_inplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6468876Z test_dispatch_symbolic_meta_inplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6469136Z test_dispatch_symbolic_meta_inplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6469470Z test_dispatch_symbolic_meta_inplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6469749Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6470005Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6470256Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6470515Z test_dispatch_symbolic_meta_inplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6470786Z test_dispatch_symbolic_meta_inplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6471061Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6471338Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6471619Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6471899Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6472177Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6472454Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6472730Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6473004Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6473275Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6473676Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6473956Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6474450Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6474729Z test_dispatch_symbolic_meta_inplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6475009Z test_dispatch_symbolic_meta_inplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6475378Z test_dispatch_symbolic_meta_inplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6475648Z test_dispatch_symbolic_meta_inplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6475919Z test_dispatch_symbolic_meta_inplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6476177Z test_dispatch_symbolic_meta_inplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6476446Z test_dispatch_symbolic_meta_inplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6476783Z test_dispatch_symbolic_meta_inplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6477055Z test_dispatch_symbolic_meta_inplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6477316Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6477573Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6477824Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6478087Z test_dispatch_symbolic_meta_inplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6478354Z test_dispatch_symbolic_meta_inplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6478638Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6478920Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6479193Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6479466Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6479769Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6480064Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6480372Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6480752Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6481036Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6481543Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6481921Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6482208Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6482423Z test_dispatch_symbolic_meta_inplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6482633Z test_dispatch_symbolic_meta_inplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6482854Z test_dispatch_symbolic_meta_inplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6483072Z test_dispatch_symbolic_meta_inplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.6483287Z test_dispatch_symbolic_meta_inplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6483502Z test_dispatch_symbolic_meta_inplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6483707Z test_dispatch_symbolic_meta_inplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6483991Z test_dispatch_symbolic_meta_inplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6484217Z test_dispatch_symbolic_meta_inplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6484417Z test_dispatch_symbolic_meta_inplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6484605Z test_dispatch_symbolic_meta_inplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6484803Z test_dispatch_symbolic_meta_inplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6485020Z test_dispatch_symbolic_meta_inplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6485244Z test_dispatch_symbolic_meta_inplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6485464Z test_dispatch_symbolic_meta_inplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6485686Z test_dispatch_symbolic_meta_inplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6485900Z test_dispatch_symbolic_meta_inplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6486109Z test_dispatch_symbolic_meta_inplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6486319Z test_dispatch_symbolic_meta_inplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6486527Z test_dispatch_symbolic_meta_inplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6486736Z test_dispatch_symbolic_meta_inplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6487064Z test_dispatch_symbolic_meta_inplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.6487284Z test_dispatch_symbolic_meta_inplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.6487484Z test_dispatch_symbolic_meta_inplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6487766Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6488259Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6488545Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6488819Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6489774Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6490047Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6490322Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6490594Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6490860Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6491117Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6491357Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6491621Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6491985Z test_dispatch_symbolic_meta_inplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6492295Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6492576Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6492867Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6493156Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6493442Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6493727Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6494009Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6494289Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6494569Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6494849Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6495119Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6495397Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6495666Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6495934Z test_dispatch_symbolic_meta_inplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6496198Z test_dispatch_symbolic_meta_inplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6496560Z test_dispatch_symbolic_meta_inplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6496837Z test_dispatch_symbolic_meta_inplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6497110Z test_dispatch_symbolic_meta_inplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6497379Z test_dispatch_symbolic_meta_inplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6497644Z test_dispatch_symbolic_meta_inplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6497910Z test_dispatch_symbolic_meta_inplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6498179Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6498442Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6498909Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6499187Z test_dispatch_symbolic_meta_inplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6499573Z test_dispatch_symbolic_meta_inplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6499955Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6500230Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6500509Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6500786Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6501057Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6501324Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6501593Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6501840Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6502106Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6502361Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6502614Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6502876Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6503128Z test_dispatch_symbolic_meta_inplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6503396Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6503758Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6504036Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6504314Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6504586Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6504852Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6505121Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6505394Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6505657Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6505981Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6506250Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6506513Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6506766Z test_dispatch_symbolic_meta_inplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6506996Z test_dispatch_symbolic_meta_inplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6507223Z test_dispatch_symbolic_meta_inplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6507442Z test_dispatch_symbolic_meta_inplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6507740Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:43:13.6508030Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:43:13.6508309Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.6508585Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.6508895Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6509203Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6509508Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6509809Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6510110Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6510501Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6510800Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6511103Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6511402Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6511697Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6511992Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6512277Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6512645Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6512958Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6513254Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6513549Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6513848Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6514140Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6514438Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6514732Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6515151Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6515464Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6515765Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6516176Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6516555Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.6516815Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.6517066Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.6517413Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.6517704Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6518002Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6518294Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6518582Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6518874Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6519161Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6519448Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6519807Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6520111Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6520394Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6520676Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6520958Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6521249Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6521535Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6521814Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6522099Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6522409Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6522721Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6523024Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6523322Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6523614Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6523904Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6524275Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6524551Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6524859Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6525164Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6525466Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6525775Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6526097Z 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) 2022-11-23T02:43:13.6526927Z 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) 2022-11-23T02:43:13.6527301Z 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) 2022-11-23T02:43:13.6527611Z 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) 2022-11-23T02:43:13.6527837Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6528081Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6528319Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6528554Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6528845Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6529135Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:43:13.6529424Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6529706Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6529989Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6530267Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6530536Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6530816Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6531104Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6531498Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6531776Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6532055Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6532329Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6532600Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6532904Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6533218Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6533591Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6533912Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6534210Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6534507Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6534804Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6535104Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6535407Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6535712Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6536012Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6536312Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6536614Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6536911Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6537213Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6537516Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6537818Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6538209Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6538505Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6538803Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6539093Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6539402Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6539707Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6540012Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6540388Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6540712Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6541012Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6541313Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6541620Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6541909Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6542208Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6542510Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6542809Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6543114Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6543406Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6543704Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6543998Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6544293Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6544587Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6544963Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6545253Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6545500Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6545746Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6545980Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6546211Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6546454Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.6546824Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.6547174Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.6547418Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6547783Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.6548149Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.6548402Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.6548651Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.6548887Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6549121Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6549359Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6549586Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6549891Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6550188Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6550488Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6550785Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6551083Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6551373Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6551648Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6551925Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6552309Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.6552591Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.6552867Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.6553143Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.6553426Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6553700Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6553991Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6554345Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6554690Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6554971Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6555242Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6555518Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6555794Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6556062Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6556333Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6556611Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6556919Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6557225Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6557531Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6557836Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6558138Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6558437Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6558738Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6559128Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6559428Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6559717Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6560002Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6560284Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6560571Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6560854Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6561206Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6561501Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6561779Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6562061Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6562360Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6562654Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6562949Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6563235Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6563528Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6563818Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6564112Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6564428Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6564701Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6564990Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6565280Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6565534Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6565883Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6566125Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6566363Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6566654Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6566942Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6567222Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6567502Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6567777Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6568128Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6568424Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6568700Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6568982Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6569259Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6569533Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6569814Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6570123Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6570427Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6570733Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6571038Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6571330Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6571616Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6571904Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6572191Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6572575Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6572868Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6573167Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6573453Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6573755Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6574065Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6574366Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6574726Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6575050Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6575356Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6575660Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6575973Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6576284Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6576592Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6576894Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6577198Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6577502Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6577806Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6578112Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6578400Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6578702Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6579010Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6579405Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6579720Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6580002Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6580283Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6580554Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6580826Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6581113Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6581464Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6581769Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6582057Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6582334Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6582608Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6582899Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6583191Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6583480Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6583765Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6584014Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.6584261Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.6584496Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6584731Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6585014Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6585303Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6585591Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6585964Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6586238Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6586514Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6586821Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6587126Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6587428Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6587734Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6588094Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6588402Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6588695Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6588985Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6589292Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6589597Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6589900Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6590201Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6590499Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6590797Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6591090Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6591391Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6591666Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6591956Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6592246Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6592624Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6592911Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6593206Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6593489Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6593777Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6594067Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6594362Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6594712Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6595015Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6595299Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6595592Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6595890Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6596184Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6596485Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6596784Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6597074Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6597362Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6597654Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6597946Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6598247Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6598546Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6598844Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6599734Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6600021Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6600314Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6600606Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6600902Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6601195Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6601438Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6601676Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6602000Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6602251Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6602538Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6602826Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6603107Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6603518Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6603850Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6604147Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6604577Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6604982Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6605302Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6605607Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6605906Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6606181Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6606494Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6606912Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6607229Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6607544Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6607830Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6608116Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6608396Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6608675Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6609043Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6609363Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6609661Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6609951Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6610233Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6610512Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6610797Z test_dispatch_symbolic_meta_inplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6611091Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6611382Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6611681Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6611987Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6612282Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6612578Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6612871Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6613157Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6613446Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6613812Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6614104Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6614390Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6614685Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6614973Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6615274Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6615570Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6615925Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6616233Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6616519Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6616806Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6617096Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6617381Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6617670Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6617955Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6618249Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6618547Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6618846Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6619143Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6619435Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6619725Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6620030Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6620421Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6620714Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6621000Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6621294Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6621601Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6621907Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6622216Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6622585Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6622898Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6623202Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6623498Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6623798Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6624088Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6624388Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6624672Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6624955Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6625238Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6625536Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6625828Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6626129Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6626431Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6626726Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6627107Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6627399Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6627692Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6627982Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6628273Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6628564Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6628852Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6629216Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6629533Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6629833Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6630135Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6630436Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6630731Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6631023Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6631317Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6631609Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6631906Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6632206Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6632494Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6632792Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6633088Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6633385Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6633765Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6634057Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6634350Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6634636Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6634925Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6635217Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6635504Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6635789Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6636545Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6636888Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6637361Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6637644Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6637930Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6638211Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6638490Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6638770Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6639050Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6639323Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6639609Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6639894Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6640177Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6640457Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6640734Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6641127Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6641407Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6641688Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6641961Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6642204Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6642444Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6642682Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6642923Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6643157Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6643469Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6643719Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6643947Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6644183Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6644414Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6644651Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6644881Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6645177Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6645474Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6645743Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6646039Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6646341Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6646637Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6646928Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6647216Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6647501Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6647778Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6648145Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6648449Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6648755Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6649062Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6649366Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6649666Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6649965Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6650328Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6650637Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6650928Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6651224Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6651519Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6651811Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6652099Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6652377Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6652652Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6652947Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6653236Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6653527Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6653818Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6654104Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6654387Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6654820Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6655108Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6655399Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6655680Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6655954Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6656237Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6656515Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6656855Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6657150Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6657436Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6657729Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6658026Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6658327Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6658621Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6658911Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6659197Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6659482Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6659748Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6660021Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6660307Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6660584Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6660830Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6661076Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6661400Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6661633Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6661876Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6662122Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6662365Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6662608Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6662845Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6663157Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6663468Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6663840Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6664164Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6664466Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6664767Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6665067Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6665367Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6665657Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6665956Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6666245Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6666569Z 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) 2022-11-23T02:43:13.6666897Z 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) 2022-11-23T02:43:13.6667226Z 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) 2022-11-23T02:43:13.6667551Z 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) 2022-11-23T02:43:13.6667870Z 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) 2022-11-23T02:43:13.6668276Z 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) 2022-11-23T02:43:13.6668591Z 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) 2022-11-23T02:43:13.6668911Z 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) 2022-11-23T02:43:13.6669219Z 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) 2022-11-23T02:43:13.6669536Z 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) 2022-11-23T02:43:13.6669845Z 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) 2022-11-23T02:43:13.6670132Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6670488Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6670794Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6671077Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6671352Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6671627Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6671932Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6672235Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6672529Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6672832Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6673137Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6673415Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6673717Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6673988Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6674253Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6674530Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6674895Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6675170Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6675440Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6675704Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6675961Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6676223Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6676479Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6676729Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6677060Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6677328Z test_dispatch_symbolic_meta_inplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6677578Z test_dispatch_symbolic_meta_inplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6677841Z test_dispatch_symbolic_meta_inplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6678107Z test_dispatch_symbolic_meta_inplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6678370Z test_dispatch_symbolic_meta_inplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6678623Z test_dispatch_symbolic_meta_inplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6678874Z test_dispatch_symbolic_meta_inplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6679143Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6679418Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6679689Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6679961Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6680228Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6680499Z test_dispatch_symbolic_meta_inplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6680770Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6681096Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6681366Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6681725Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6681992Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6682260Z test_dispatch_symbolic_meta_inplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6682531Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6682790Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6683051Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6683315Z test_dispatch_symbolic_meta_inplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6683582Z test_dispatch_symbolic_meta_inplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6683915Z test_dispatch_symbolic_meta_inplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6684193Z test_dispatch_symbolic_meta_inplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6684445Z test_dispatch_symbolic_meta_inplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6684731Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6685016Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6685301Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6685586Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6685851Z test_dispatch_symbolic_meta_inplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6686109Z test_dispatch_symbolic_meta_inplace_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6686378Z test_dispatch_symbolic_meta_inplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6686647Z test_dispatch_symbolic_meta_inplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6686908Z test_dispatch_symbolic_meta_inplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6687172Z test_dispatch_symbolic_meta_inplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6687431Z test_dispatch_symbolic_meta_inplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6687683Z test_dispatch_symbolic_meta_inplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6687943Z test_dispatch_symbolic_meta_inplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6688204Z test_dispatch_symbolic_meta_inplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6688554Z test_dispatch_symbolic_meta_inplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6688811Z test_dispatch_symbolic_meta_inplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6689075Z test_dispatch_symbolic_meta_inplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6689345Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6689608Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6689881Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6690162Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6690433Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6690770Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6691057Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6691326Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6691589Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6691847Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6692095Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6692358Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6692623Z test_dispatch_symbolic_meta_inplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6692893Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6693156Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6693419Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6693676Z test_dispatch_symbolic_meta_inplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6693939Z test_dispatch_symbolic_meta_inplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6694203Z test_dispatch_symbolic_meta_inplace_outer_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6694477Z test_dispatch_symbolic_meta_inplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6694739Z test_dispatch_symbolic_meta_inplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6694994Z test_dispatch_symbolic_meta_inplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6695334Z test_dispatch_symbolic_meta_inplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6695584Z test_dispatch_symbolic_meta_inplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6695845Z test_dispatch_symbolic_meta_inplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6696104Z test_dispatch_symbolic_meta_inplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6696362Z test_dispatch_symbolic_meta_inplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6696623Z test_dispatch_symbolic_meta_inplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6696880Z test_dispatch_symbolic_meta_inplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6697154Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6697497Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6697786Z test_dispatch_symbolic_meta_inplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6698055Z test_dispatch_symbolic_meta_inplace_permute_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6698329Z test_dispatch_symbolic_meta_inplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6698604Z test_dispatch_symbolic_meta_inplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6698878Z test_dispatch_symbolic_meta_inplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6699147Z test_dispatch_symbolic_meta_inplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6699408Z test_dispatch_symbolic_meta_inplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6699662Z test_dispatch_symbolic_meta_inplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6699926Z test_dispatch_symbolic_meta_inplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6700181Z test_dispatch_symbolic_meta_inplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6700436Z test_dispatch_symbolic_meta_inplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6700683Z test_dispatch_symbolic_meta_inplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6700940Z test_dispatch_symbolic_meta_inplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6701215Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6701489Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6701761Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6702121Z test_dispatch_symbolic_meta_inplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6702380Z test_dispatch_symbolic_meta_inplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6702637Z test_dispatch_symbolic_meta_inplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6702919Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6703166Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6703404Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6703638Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6703923Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.6704267Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.6704556Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6704832Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6705297Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6705581Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6705827Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.6706163Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6706495Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6706928Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.6707216Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6707486Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6707765Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6708031Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6708302Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6708542Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6708776Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6709012Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6709912Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6710187Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6710461Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6710718Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6710984Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6711257Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6711499Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6711734Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6711967Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.6712475Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6712774Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6713173Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6713547Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6713824Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6714097Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6714336Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6714571Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6714803Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6715074Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6715348Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6715617Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6715889Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6716156Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6716428Z test_dispatch_symbolic_meta_inplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6716706Z test_dispatch_symbolic_meta_inplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6717087Z test_dispatch_symbolic_meta_inplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6717363Z test_dispatch_symbolic_meta_inplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6717639Z test_dispatch_symbolic_meta_inplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6717909Z test_dispatch_symbolic_meta_inplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6718176Z test_dispatch_symbolic_meta_inplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6718443Z test_dispatch_symbolic_meta_inplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6718838Z test_dispatch_symbolic_meta_inplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6719105Z test_dispatch_symbolic_meta_inplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6719559Z test_dispatch_symbolic_meta_inplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.6719956Z test_dispatch_symbolic_meta_inplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6720179Z test_dispatch_symbolic_meta_inplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6720386Z test_dispatch_symbolic_meta_inplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.6720603Z test_dispatch_symbolic_meta_inplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6720827Z test_dispatch_symbolic_meta_inplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6721039Z test_dispatch_symbolic_meta_inplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6721253Z test_dispatch_symbolic_meta_inplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6721467Z test_dispatch_symbolic_meta_inplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6721678Z test_dispatch_symbolic_meta_inplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6721892Z test_dispatch_symbolic_meta_inplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6722094Z test_dispatch_symbolic_meta_inplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6722299Z test_dispatch_symbolic_meta_inplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6722498Z test_dispatch_symbolic_meta_inplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6722772Z test_dispatch_symbolic_meta_inplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6723033Z test_dispatch_symbolic_meta_inplace_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6723307Z test_dispatch_symbolic_meta_inplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6723579Z test_dispatch_symbolic_meta_inplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6723841Z test_dispatch_symbolic_meta_inplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6724105Z test_dispatch_symbolic_meta_inplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6724468Z test_dispatch_symbolic_meta_inplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6724725Z test_dispatch_symbolic_meta_inplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6724986Z test_dispatch_symbolic_meta_inplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6725373Z test_dispatch_symbolic_meta_inplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6725637Z test_dispatch_symbolic_meta_inplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6725904Z test_dispatch_symbolic_meta_inplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6726368Z test_dispatch_symbolic_meta_inplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6726600Z test_dispatch_symbolic_meta_inplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.6726794Z test_dispatch_symbolic_meta_inplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.6727096Z test_dispatch_symbolic_meta_inplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.6727333Z test_dispatch_symbolic_meta_inplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.6727549Z test_dispatch_symbolic_meta_inplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.6727761Z test_dispatch_symbolic_meta_inplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.6727975Z test_dispatch_symbolic_meta_inplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.6728181Z test_dispatch_symbolic_meta_inplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.6728393Z test_dispatch_symbolic_meta_inplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.6728594Z test_dispatch_symbolic_meta_inplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.6728805Z test_dispatch_symbolic_meta_inplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.6729006Z test_dispatch_symbolic_meta_inplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.6729278Z test_dispatch_symbolic_meta_inplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6729543Z test_dispatch_symbolic_meta_inplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6729804Z test_dispatch_symbolic_meta_inplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6730067Z test_dispatch_symbolic_meta_inplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6730339Z test_dispatch_symbolic_meta_inplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6730612Z test_dispatch_symbolic_meta_inplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6730835Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6731095Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6731316Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6731649Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6731985Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6732246Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6732614Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.6732980Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6733242Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6733493Z test_dispatch_symbolic_meta_inplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.6733769Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6734050Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6734325Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6734679Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6734970Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6735242Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6735510Z test_dispatch_symbolic_meta_inplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6735784Z test_dispatch_symbolic_meta_inplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6736050Z test_dispatch_symbolic_meta_inplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6736313Z test_dispatch_symbolic_meta_inplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6736567Z test_dispatch_symbolic_meta_inplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6736831Z test_dispatch_symbolic_meta_inplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6737085Z test_dispatch_symbolic_meta_inplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6737338Z test_dispatch_symbolic_meta_inplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6737599Z test_dispatch_symbolic_meta_inplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6737856Z test_dispatch_symbolic_meta_inplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6738261Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6738543Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6738813Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6739398Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6739674Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6739950Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6740219Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6740490Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6740756Z test_dispatch_symbolic_meta_inplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6741029Z test_dispatch_symbolic_meta_inplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6741298Z test_dispatch_symbolic_meta_inplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6741646Z test_dispatch_symbolic_meta_inplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6741931Z test_dispatch_symbolic_meta_inplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6742179Z test_dispatch_symbolic_meta_inplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6742442Z test_dispatch_symbolic_meta_inplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6742695Z test_dispatch_symbolic_meta_inplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6742971Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6743251Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6743529Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6743802Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6744073Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6744343Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6744753Z test_dispatch_symbolic_meta_inplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6745030Z test_dispatch_symbolic_meta_inplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6745296Z test_dispatch_symbolic_meta_inplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6745678Z test_dispatch_symbolic_meta_inplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6745951Z test_dispatch_symbolic_meta_inplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6746211Z test_dispatch_symbolic_meta_inplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6746700Z test_dispatch_symbolic_meta_inplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6746959Z test_dispatch_symbolic_meta_inplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6747216Z test_dispatch_symbolic_meta_inplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6747474Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6747739Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6747996Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6748264Z test_dispatch_symbolic_meta_inplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6748522Z test_dispatch_symbolic_meta_inplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6749281Z test_dispatch_symbolic_meta_inplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6749598Z test_dispatch_symbolic_meta_inplace_real_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6749870Z test_dispatch_symbolic_meta_inplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6750138Z test_dispatch_symbolic_meta_inplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6750398Z test_dispatch_symbolic_meta_inplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6750664Z test_dispatch_symbolic_meta_inplace_real_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6750916Z test_dispatch_symbolic_meta_inplace_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6751168Z test_dispatch_symbolic_meta_inplace_real_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6751426Z test_dispatch_symbolic_meta_inplace_real_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6751820Z test_dispatch_symbolic_meta_inplace_real_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6752076Z test_dispatch_symbolic_meta_inplace_real_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6752340Z test_dispatch_symbolic_meta_inplace_real_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6752708Z test_dispatch_symbolic_meta_inplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6753061Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6753335Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6753574Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6753808Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6754044Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6754381Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6754647Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6754918Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6755185Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6755450Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T02:43:13.6755715Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6755978Z test_dispatch_symbolic_meta_inplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6756209Z test_dispatch_symbolic_meta_inplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6756434Z test_dispatch_symbolic_meta_inplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6756651Z test_dispatch_symbolic_meta_inplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6756935Z test_dispatch_symbolic_meta_inplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6757176Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6757388Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6757597Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.6757811Z test_dispatch_symbolic_meta_inplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6758036Z test_dispatch_symbolic_meta_inplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.6758365Z test_dispatch_symbolic_meta_inplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6758602Z test_dispatch_symbolic_meta_inplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6758830Z test_dispatch_symbolic_meta_inplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6759158Z test_dispatch_symbolic_meta_inplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6759484Z test_dispatch_symbolic_meta_inplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6759714Z test_dispatch_symbolic_meta_inplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6759988Z test_dispatch_symbolic_meta_inplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6760256Z test_dispatch_symbolic_meta_inplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6760533Z test_dispatch_symbolic_meta_inplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6760844Z test_dispatch_symbolic_meta_inplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6761120Z test_dispatch_symbolic_meta_inplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6761381Z test_dispatch_symbolic_meta_inplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6761637Z test_dispatch_symbolic_meta_inplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6761999Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6762255Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6762510Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6762770Z test_dispatch_symbolic_meta_inplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6763032Z test_dispatch_symbolic_meta_inplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6763322Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6763613Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6763904Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6764266Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6764573Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6764984Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6765277Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6765679Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6765967Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6766250Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6766523Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6766804Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6767075Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6767336Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6767605Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6767886Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6768164Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6768444Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6768716Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6769085Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6769360Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6769633Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6769903Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6770170Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6770441Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6770857Z test_dispatch_symbolic_meta_inplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6771137Z test_dispatch_symbolic_meta_inplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6771487Z test_dispatch_symbolic_meta_inplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6771925Z test_dispatch_symbolic_meta_inplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6772296Z test_dispatch_symbolic_meta_inplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6772571Z test_dispatch_symbolic_meta_inplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6772838Z test_dispatch_symbolic_meta_inplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6773101Z test_dispatch_symbolic_meta_inplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6773360Z test_dispatch_symbolic_meta_inplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6773623Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6773879Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6774132Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6774394Z test_dispatch_symbolic_meta_inplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6774651Z test_dispatch_symbolic_meta_inplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6774874Z test_dispatch_symbolic_meta_inplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6775089Z test_dispatch_symbolic_meta_inplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6775317Z test_dispatch_symbolic_meta_inplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6775542Z test_dispatch_symbolic_meta_inplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6775759Z test_dispatch_symbolic_meta_inplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6775956Z test_dispatch_symbolic_meta_inplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6776265Z test_dispatch_symbolic_meta_inplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6776483Z test_dispatch_symbolic_meta_inplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6776698Z test_dispatch_symbolic_meta_inplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6776920Z test_dispatch_symbolic_meta_inplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6777132Z test_dispatch_symbolic_meta_inplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6777475Z test_dispatch_symbolic_meta_inplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6777712Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6777924Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6778157Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6778504Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6778732Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6779133Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6779375Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6779595Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6779807Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6780023Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6780243Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6780457Z test_dispatch_symbolic_meta_inplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6780738Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6781012Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6781295Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6781578Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6781835Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6782113Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6782382Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6782658Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6782931Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6783200Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6783469Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6783843Z test_dispatch_symbolic_meta_inplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6784119Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6784525Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6784815Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6785094Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6785547Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6785967Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6786248Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6786606Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6786894Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6787164Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6787432Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6787705Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6787971Z test_dispatch_symbolic_meta_inplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6788242Z test_dispatch_symbolic_meta_inplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6788501Z test_dispatch_symbolic_meta_inplace_roll_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6788769Z test_dispatch_symbolic_meta_inplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6789037Z test_dispatch_symbolic_meta_inplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6789298Z test_dispatch_symbolic_meta_inplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6789558Z test_dispatch_symbolic_meta_inplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6789815Z test_dispatch_symbolic_meta_inplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6790064Z test_dispatch_symbolic_meta_inplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6790326Z test_dispatch_symbolic_meta_inplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6790622Z test_dispatch_symbolic_meta_inplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6791442Z test_dispatch_symbolic_meta_inplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6792111Z test_dispatch_symbolic_meta_inplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6792486Z test_dispatch_symbolic_meta_inplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6792748Z test_dispatch_symbolic_meta_inplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6793005Z test_dispatch_symbolic_meta_inplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6793275Z test_dispatch_symbolic_meta_inplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6793539Z test_dispatch_symbolic_meta_inplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6793803Z test_dispatch_symbolic_meta_inplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6794056Z test_dispatch_symbolic_meta_inplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6794394Z test_dispatch_symbolic_meta_inplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6794670Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6794927Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6795185Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6795449Z test_dispatch_symbolic_meta_inplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6795706Z test_dispatch_symbolic_meta_inplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6795926Z test_dispatch_symbolic_meta_inplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6796148Z test_dispatch_symbolic_meta_inplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6796365Z test_dispatch_symbolic_meta_inplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6796584Z test_dispatch_symbolic_meta_inplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6796796Z test_dispatch_symbolic_meta_inplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6797006Z test_dispatch_symbolic_meta_inplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6797219Z test_dispatch_symbolic_meta_inplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.6797432Z test_dispatch_symbolic_meta_inplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6797646Z test_dispatch_symbolic_meta_inplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6798058Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6798295Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6798618Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6798876Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6799199Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6799526Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6799755Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6799979Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6800218Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6800462Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6800702Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6800938Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.6801159Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6801414Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6801708Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6801947Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6802158Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6802373Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6802589Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6802806Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6803067Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.6803322Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6803573Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6803829Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6804075Z test_dispatch_symbolic_meta_inplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.6804488Z test_dispatch_symbolic_meta_inplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6804771Z test_dispatch_symbolic_meta_inplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6805041Z test_dispatch_symbolic_meta_inplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6805437Z test_dispatch_symbolic_meta_inplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6805799Z test_dispatch_symbolic_meta_inplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6806058Z test_dispatch_symbolic_meta_inplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6806319Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6806581Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6806941Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6807202Z test_dispatch_symbolic_meta_inplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6807460Z test_dispatch_symbolic_meta_inplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6807739Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6808015Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6808300Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6808583Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6808863Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6809208Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6809499Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6809764Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6810036Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6810313Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6810583Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6810860Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6811270Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6811507Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.6811731Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.6812088Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.6812437Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.6812666Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6812898Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6813122Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6813346Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6813557Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6813750Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.6814067Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.6814280Z test_dispatch_symbolic_meta_inplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.6814504Z test_dispatch_symbolic_meta_inplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.6814721Z test_dispatch_symbolic_meta_inplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.6814948Z test_dispatch_symbolic_meta_inplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.6815174Z test_dispatch_symbolic_meta_inplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.6815392Z test_dispatch_symbolic_meta_inplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.6815603Z test_dispatch_symbolic_meta_inplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.6815813Z test_dispatch_symbolic_meta_inplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.6816028Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.6816247Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.6816533Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.6816762Z test_dispatch_symbolic_meta_inplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.6816972Z test_dispatch_symbolic_meta_inplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.6817216Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.6817547Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.6817830Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.6818066Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.6818306Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.6818663Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.6818995Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.6819213Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.6819443Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.6819684Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.6819919Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.6820157Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.6820391Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.6820625Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.6820858Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.6821087Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.6821317Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.6821645Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.6821882Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.6822118Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.6822350Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.6822586Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.6822818Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.6823046Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.6823276Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.6823510Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.6823807Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.6824203Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.6824448Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.6824683Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.6825036Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.6825382Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.6825620Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.6825849Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.6826086Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.6826312Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.6826546Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.6826780Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.6827017Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.6827256Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.6827484Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.6827719Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.6827950Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.6828175Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.6828403Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.6828627Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.6829597Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6829883Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6830161Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6830438Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6830880Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6831163Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6831572Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6831976Z test_dispatch_symbolic_meta_inplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6832380Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6832691Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6832973Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6833246Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6833533Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6833793Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6834069Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6834340Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6834605Z test_dispatch_symbolic_meta_inplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6834869Z test_dispatch_symbolic_meta_inplace_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6835146Z test_dispatch_symbolic_meta_inplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6835417Z test_dispatch_symbolic_meta_inplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6835695Z test_dispatch_symbolic_meta_inplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6835965Z test_dispatch_symbolic_meta_inplace_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6836225Z test_dispatch_symbolic_meta_inplace_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6836480Z test_dispatch_symbolic_meta_inplace_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6836834Z test_dispatch_symbolic_meta_inplace_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6837234Z test_dispatch_symbolic_meta_inplace_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6837499Z test_dispatch_symbolic_meta_inplace_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6837756Z test_dispatch_symbolic_meta_inplace_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6838143Z test_dispatch_symbolic_meta_inplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6838540Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6838823Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6839108Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6839466Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6839752Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6840026Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6840292Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6840563Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6840838Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6841117Z test_dispatch_symbolic_meta_inplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6841336Z test_dispatch_symbolic_meta_inplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6841547Z test_dispatch_symbolic_meta_inplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6841768Z test_dispatch_symbolic_meta_inplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.6841987Z test_dispatch_symbolic_meta_inplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6842206Z test_dispatch_symbolic_meta_inplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6842407Z test_dispatch_symbolic_meta_inplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6842616Z test_dispatch_symbolic_meta_inplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6842826Z test_dispatch_symbolic_meta_inplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6843041Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6843247Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.6843447Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6843812Z test_dispatch_symbolic_meta_inplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6844025Z test_dispatch_symbolic_meta_inplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6844402Z test_dispatch_symbolic_meta_inplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6844799Z test_dispatch_symbolic_meta_inplace_short_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6845164Z test_dispatch_symbolic_meta_inplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6845433Z test_dispatch_symbolic_meta_inplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6845696Z test_dispatch_symbolic_meta_inplace_short_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6845949Z test_dispatch_symbolic_meta_inplace_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6846204Z test_dispatch_symbolic_meta_inplace_short_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6846461Z test_dispatch_symbolic_meta_inplace_short_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6846803Z test_dispatch_symbolic_meta_inplace_short_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6847083Z test_dispatch_symbolic_meta_inplace_short_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6847347Z test_dispatch_symbolic_meta_inplace_short_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6847601Z test_dispatch_symbolic_meta_inplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6847826Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6848089Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6848318Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.6848546Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.6848766Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6848970Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6849178Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6849387Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6849645Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.6849906Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6850266Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6850559Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:13.6850809Z test_dispatch_symbolic_meta_inplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6851140Z test_dispatch_symbolic_meta_inplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6851472Z test_dispatch_symbolic_meta_inplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6851795Z test_dispatch_symbolic_meta_inplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6852008Z test_dispatch_symbolic_meta_inplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6852221Z test_dispatch_symbolic_meta_inplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6852434Z test_dispatch_symbolic_meta_inplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6852643Z test_dispatch_symbolic_meta_inplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6852847Z test_dispatch_symbolic_meta_inplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6853053Z test_dispatch_symbolic_meta_inplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6853253Z test_dispatch_symbolic_meta_inplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6853542Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6853833Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6854226Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6854520Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6854815Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6855114Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6855412Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6855701Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6856001Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6856287Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6856548Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6856961Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6857267Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6857658Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6858201Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6858490Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6858762Z test_dispatch_symbolic_meta_inplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6859027Z test_dispatch_symbolic_meta_inplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6859393Z test_dispatch_symbolic_meta_inplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6859652Z test_dispatch_symbolic_meta_inplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6859908Z test_dispatch_symbolic_meta_inplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6860170Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6860424Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6860674Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6860935Z test_dispatch_symbolic_meta_inplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6861190Z test_dispatch_symbolic_meta_inplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6861472Z test_dispatch_symbolic_meta_inplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6861743Z test_dispatch_symbolic_meta_inplace_sin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6861961Z test_dispatch_symbolic_meta_inplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.6862178Z test_dispatch_symbolic_meta_inplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.6862398Z test_dispatch_symbolic_meta_inplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6862615Z test_dispatch_symbolic_meta_inplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6862827Z test_dispatch_symbolic_meta_inplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6863038Z test_dispatch_symbolic_meta_inplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6863296Z test_dispatch_symbolic_meta_inplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6863697Z test_dispatch_symbolic_meta_inplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6863957Z test_dispatch_symbolic_meta_inplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6864354Z test_dispatch_symbolic_meta_inplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6864925Z test_dispatch_symbolic_meta_inplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6865155Z test_dispatch_symbolic_meta_inplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6865403Z test_dispatch_symbolic_meta_inplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6865628Z test_dispatch_symbolic_meta_inplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6865845Z test_dispatch_symbolic_meta_inplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6866062Z test_dispatch_symbolic_meta_inplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.6866279Z test_dispatch_symbolic_meta_inplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.6866491Z test_dispatch_symbolic_meta_inplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.6866868Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6867121Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.6867372Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6867625Z test_dispatch_symbolic_meta_inplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6867877Z test_dispatch_symbolic_meta_inplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.6868093Z test_dispatch_symbolic_meta_inplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6868344Z test_dispatch_symbolic_meta_inplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6868566Z test_dispatch_symbolic_meta_inplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6868784Z test_dispatch_symbolic_meta_inplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6869003Z test_dispatch_symbolic_meta_inplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6869759Z test_dispatch_symbolic_meta_inplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6870032Z test_dispatch_symbolic_meta_inplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.6870336Z test_dispatch_symbolic_meta_inplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.6870650Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6870907Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6871158Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.6871412Z test_dispatch_symbolic_meta_inplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.6871788Z test_dispatch_symbolic_meta_inplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.6872186Z test_dispatch_symbolic_meta_inplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6872452Z test_dispatch_symbolic_meta_inplace_slice_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6872726Z test_dispatch_symbolic_meta_inplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6872999Z test_dispatch_symbolic_meta_inplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6873256Z test_dispatch_symbolic_meta_inplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6873522Z test_dispatch_symbolic_meta_inplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6873777Z test_dispatch_symbolic_meta_inplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6874031Z test_dispatch_symbolic_meta_inplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6874290Z test_dispatch_symbolic_meta_inplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6874551Z test_dispatch_symbolic_meta_inplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6874932Z test_dispatch_symbolic_meta_inplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6875193Z test_dispatch_symbolic_meta_inplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6875452Z test_dispatch_symbolic_meta_inplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6875734Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6876008Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6876285Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6876565Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6876831Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6877173Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6877600Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6877879Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6878250Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6878652Z test_dispatch_symbolic_meta_inplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6878946Z test_dispatch_symbolic_meta_inplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.6879216Z test_dispatch_symbolic_meta_inplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6879473Z test_dispatch_symbolic_meta_inplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6879725Z test_dispatch_symbolic_meta_inplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6880005Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6880289Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6880580Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6880868Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6881147Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6881428Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6881693Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6882068Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6882345Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6882624Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6882901Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6883173Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6883439Z test_dispatch_symbolic_meta_inplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6883702Z test_dispatch_symbolic_meta_inplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6884123Z test_dispatch_symbolic_meta_inplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6884455Z test_dispatch_symbolic_meta_inplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6884828Z test_dispatch_symbolic_meta_inplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6885217Z test_dispatch_symbolic_meta_inplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6885485Z test_dispatch_symbolic_meta_inplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6885748Z test_dispatch_symbolic_meta_inplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6886002Z test_dispatch_symbolic_meta_inplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6886300Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6886590Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6886874Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6887151Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6887430Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6887710Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6887989Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6888265Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6888541Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6888806Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6889173Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6889438Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6889719Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6890001Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6890282Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6890703Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6890993Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6891261Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6891820Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6892120Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6892389Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6892669Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6892937Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6893209Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6893482Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6893749Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6894024Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6894290Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6894562Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6894841Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6895122Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6895390Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6895657Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6895923Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6896287Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6896552Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6896823Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6897223Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6897535Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6897807Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6898219Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6898492Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6898847Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6899255Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6899559Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6899864Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6900171Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6900471Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6900769Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6901058Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6901355Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6901653Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6901956Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6902257Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6902557Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6902851Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6903142Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6903524Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6903818Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6904121Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6904681Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.6905025Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.6905602Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.6905972Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:43:13.6906375Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6906708Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6907037Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6907360Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6907685Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6908017Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6908355Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6908685Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6909008Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6909326Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6909654Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6909987Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6910250Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6910615Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6910980Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6911301Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6911579Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6911983Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6912378Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6912663Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6912934Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6913279Z test_dispatch_symbolic_meta_inplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6913566Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6913848Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6914124Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6914398Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6914670Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6914944Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6915212Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6915479Z test_dispatch_symbolic_meta_inplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6915776Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6916077Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6916379Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6916677Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6916972Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6917268Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6917661Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6918083Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6918386Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6919019Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6919334Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6919626Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6919929Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6920241Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6920800Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6921128Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6921402Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6921674Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6921948Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6922219Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6922493Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6922765Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6923019Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6923377Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6923722Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6924032Z test_dispatch_symbolic_meta_inplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6924552Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6924939Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6925219Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6925752Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6926156Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6926420Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6926695Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6926961Z test_dispatch_symbolic_meta_inplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6927228Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6927503Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6927778Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6928046Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6928383Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6928671Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6928938Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6929202Z test_dispatch_symbolic_meta_inplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6929504Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6929809Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6930112Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6930409Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6930707Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6930994Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6931513Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6931859Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6932445Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6932795Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6933304Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6951745Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6952218Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6952817Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6954414Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6956960Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6958040Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6958639Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6959430Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6959989Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6960480Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6961011Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6961606Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6962117Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6962612Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6963279Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6963976Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6964675Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6965275Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6965882Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6966478Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6967081Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6967673Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6968277Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6969050Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6969753Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6970360Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6971384Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6972332Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6973037Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6973567Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6974342Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6974956Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6975862Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6976683Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6977281Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6977933Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6978584Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6979097Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6979620Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6980088Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6980529Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6981084Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6981651Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6982153Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6982456Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.6983874Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6984166Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6984451Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6984965Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6985420Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6985698Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6985977Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6986249Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6986651Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6986950Z test_dispatch_symbolic_meta_inplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6987206Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6987483Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6987763Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6988034Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6988310Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6988580Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6988853Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6989122Z test_dispatch_symbolic_meta_inplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6989441Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6989755Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6990059Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6990359Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6991015Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6991585Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6992444Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6992779Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6993077Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6993379Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6993686Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6993997Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6994622Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6994969Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6995260Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6995558Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.6995852Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.6996144Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.6996548Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6996972Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6997359Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6997726Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6998166Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6998466Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.6998935Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.6999460Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.6999820Z 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) 2022-11-23T02:43:13.7000297Z 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) 2022-11-23T02:43:13.7000646Z 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) 2022-11-23T02:43:13.7000989Z 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) 2022-11-23T02:43:13.7001321Z 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) 2022-11-23T02:43:13.7001664Z 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) 2022-11-23T02:43:13.7001999Z 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) 2022-11-23T02:43:13.7002413Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:43:13.7002777Z 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) 2022-11-23T02:43:13.7003126Z 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) 2022-11-23T02:43:13.7003469Z 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) 2022-11-23T02:43:13.7003807Z 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) 2022-11-23T02:43:13.7004140Z 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) 2022-11-23T02:43:13.7004480Z 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) 2022-11-23T02:43:13.7004962Z 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) 2022-11-23T02:43:13.7005313Z 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) 2022-11-23T02:43:13.7005658Z 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) 2022-11-23T02:43:13.7006352Z 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) 2022-11-23T02:43:13.7006710Z 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) 2022-11-23T02:43:13.7007042Z 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) 2022-11-23T02:43:13.7007490Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:43:13.7007833Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7008163Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7008494Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7008839Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7009256Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7009610Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7009940Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7010266Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7010608Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7010940Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.7011236Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7011535Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7012005Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7012317Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7012610Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7013132Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7013650Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7013945Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7014226Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7014713Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7015139Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7015432Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7015688Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7015962Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7016237Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7016507Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7016942Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7017306Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7017633Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7017983Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7018266Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7018549Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7019068Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7019355Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7019629Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.7020308Z test_dispatch_symbolic_meta_inplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7020594Z test_dispatch_symbolic_meta_inplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7020860Z test_dispatch_symbolic_meta_inplace_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7021132Z test_dispatch_symbolic_meta_inplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.7021403Z test_dispatch_symbolic_meta_inplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7021661Z test_dispatch_symbolic_meta_inplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7021924Z test_dispatch_symbolic_meta_inplace_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7022179Z test_dispatch_symbolic_meta_inplace_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7022664Z test_dispatch_symbolic_meta_inplace_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7022930Z test_dispatch_symbolic_meta_inplace_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7023195Z test_dispatch_symbolic_meta_inplace_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7023455Z test_dispatch_symbolic_meta_inplace_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.7023719Z test_dispatch_symbolic_meta_inplace_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7023976Z test_dispatch_symbolic_meta_inplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7024264Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7024541Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7025388Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7025915Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7026209Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7026486Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7026762Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7027321Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7027595Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7027860Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7028133Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7028395Z test_dispatch_symbolic_meta_inplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7028708Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7029178Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7029491Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7029776Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7030066Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7030400Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7030943Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7031228Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7031510Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7031788Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7032117Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7032498Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7032958Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7033186Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7033540Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7034144Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7034834Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7035286Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7035725Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7036165Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7036608Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7037105Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7037616Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7038120Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7038632Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7039139Z test_dispatch_symbolic_meta_inplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7039556Z test_dispatch_symbolic_meta_inplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7040182Z test_dispatch_symbolic_meta_inplace_square_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7040636Z test_dispatch_symbolic_meta_inplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7041306Z test_dispatch_symbolic_meta_inplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7041752Z test_dispatch_symbolic_meta_inplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7042183Z test_dispatch_symbolic_meta_inplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7042621Z test_dispatch_symbolic_meta_inplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7043033Z test_dispatch_symbolic_meta_inplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7043449Z test_dispatch_symbolic_meta_inplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7044086Z test_dispatch_symbolic_meta_inplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7044513Z test_dispatch_symbolic_meta_inplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7044934Z test_dispatch_symbolic_meta_inplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7045373Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7045802Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7046253Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7046825Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7047263Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7047699Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7048308Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7048900Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7049350Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7049757Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7050186Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7050609Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7051035Z test_dispatch_symbolic_meta_inplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7051582Z test_dispatch_symbolic_meta_inplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7052121Z test_dispatch_symbolic_meta_inplace_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7052662Z test_dispatch_symbolic_meta_inplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7053193Z test_dispatch_symbolic_meta_inplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7053716Z test_dispatch_symbolic_meta_inplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7054404Z test_dispatch_symbolic_meta_inplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7055012Z test_dispatch_symbolic_meta_inplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7055600Z test_dispatch_symbolic_meta_inplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7056123Z test_dispatch_symbolic_meta_inplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7056644Z test_dispatch_symbolic_meta_inplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7057166Z test_dispatch_symbolic_meta_inplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7057688Z test_dispatch_symbolic_meta_inplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7058382Z test_dispatch_symbolic_meta_inplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7058920Z test_dispatch_symbolic_meta_inplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7059462Z test_dispatch_symbolic_meta_inplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7059987Z test_dispatch_symbolic_meta_inplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7060500Z test_dispatch_symbolic_meta_inplace_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7061125Z test_dispatch_symbolic_meta_inplace_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7061739Z test_dispatch_symbolic_meta_inplace_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7062413Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7062956Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7063662Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7064211Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7064749Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7065274Z test_dispatch_symbolic_meta_inplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7065819Z test_dispatch_symbolic_meta_inplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7066352Z test_dispatch_symbolic_meta_inplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7066872Z test_dispatch_symbolic_meta_inplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7067529Z test_dispatch_symbolic_meta_inplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7068050Z test_dispatch_symbolic_meta_inplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7068563Z test_dispatch_symbolic_meta_inplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7069007Z test_dispatch_symbolic_meta_inplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7069448Z test_dispatch_symbolic_meta_inplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7069879Z test_dispatch_symbolic_meta_inplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7070310Z test_dispatch_symbolic_meta_inplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7070732Z test_dispatch_symbolic_meta_inplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7071147Z test_dispatch_symbolic_meta_inplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7071557Z test_dispatch_symbolic_meta_inplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7071953Z test_dispatch_symbolic_meta_inplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7072357Z test_dispatch_symbolic_meta_inplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7072949Z test_dispatch_symbolic_meta_inplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7073471Z test_dispatch_symbolic_meta_inplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7074116Z test_dispatch_symbolic_meta_inplace_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7074796Z test_dispatch_symbolic_meta_inplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7075337Z test_dispatch_symbolic_meta_inplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7075853Z test_dispatch_symbolic_meta_inplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7076409Z test_dispatch_symbolic_meta_inplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7076944Z test_dispatch_symbolic_meta_inplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7077463Z test_dispatch_symbolic_meta_inplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.7078135Z test_dispatch_symbolic_meta_inplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7078667Z test_dispatch_symbolic_meta_inplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7079157Z test_dispatch_symbolic_meta_inplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7079678Z test_dispatch_symbolic_meta_inplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7080302Z test_dispatch_symbolic_meta_inplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7080859Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7081425Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7081893Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.7082182Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7082456Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7082729Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7083002Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7083272Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7083543Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7083812Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7084079Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7084500Z test_dispatch_symbolic_meta_inplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7084770Z test_dispatch_symbolic_meta_inplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7085041Z test_dispatch_symbolic_meta_inplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7085484Z test_dispatch_symbolic_meta_inplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7085971Z test_dispatch_symbolic_meta_inplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7086626Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7087303Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7087610Z test_dispatch_symbolic_meta_inplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7087883Z test_dispatch_symbolic_meta_inplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7088412Z test_dispatch_symbolic_meta_inplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7088943Z test_dispatch_symbolic_meta_inplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7089169Z test_dispatch_symbolic_meta_inplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7089377Z test_dispatch_symbolic_meta_inplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7089601Z test_dispatch_symbolic_meta_inplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7089818Z test_dispatch_symbolic_meta_inplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7090031Z test_dispatch_symbolic_meta_inplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7090229Z test_dispatch_symbolic_meta_inplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7090433Z test_dispatch_symbolic_meta_inplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7090636Z test_dispatch_symbolic_meta_inplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7090838Z test_dispatch_symbolic_meta_inplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7091034Z test_dispatch_symbolic_meta_inplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7091235Z test_dispatch_symbolic_meta_inplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7091443Z test_dispatch_symbolic_meta_inplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7091724Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7092039Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7092324Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7092605Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7092882Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7093275Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7093546Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7093819Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7094091Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7094567Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7095022Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7095669Z test_dispatch_symbolic_meta_inplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7096296Z test_dispatch_symbolic_meta_inplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7096951Z test_dispatch_symbolic_meta_inplace_take_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7097501Z test_dispatch_symbolic_meta_inplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7098037Z test_dispatch_symbolic_meta_inplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7098549Z test_dispatch_symbolic_meta_inplace_take_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7099013Z test_dispatch_symbolic_meta_inplace_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.7099705Z test_dispatch_symbolic_meta_inplace_take_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7100597Z test_dispatch_symbolic_meta_inplace_take_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7102476Z test_dispatch_symbolic_meta_inplace_take_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7103105Z test_dispatch_symbolic_meta_inplace_take_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.7103932Z test_dispatch_symbolic_meta_inplace_take_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7105502Z test_dispatch_symbolic_meta_inplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7106000Z test_dispatch_symbolic_meta_inplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7106512Z test_dispatch_symbolic_meta_inplace_tan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.7106923Z test_dispatch_symbolic_meta_inplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7107342Z test_dispatch_symbolic_meta_inplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7108079Z test_dispatch_symbolic_meta_inplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7108556Z test_dispatch_symbolic_meta_inplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7109139Z test_dispatch_symbolic_meta_inplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7109580Z test_dispatch_symbolic_meta_inplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7110431Z test_dispatch_symbolic_meta_inplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.7111026Z test_dispatch_symbolic_meta_inplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:13.7111521Z test_dispatch_symbolic_meta_inplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7112013Z test_dispatch_symbolic_meta_inplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7112517Z test_dispatch_symbolic_meta_inplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7112945Z test_dispatch_symbolic_meta_inplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7113434Z test_dispatch_symbolic_meta_inplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7113882Z test_dispatch_symbolic_meta_inplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7114320Z test_dispatch_symbolic_meta_inplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7114919Z test_dispatch_symbolic_meta_inplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7115373Z test_dispatch_symbolic_meta_inplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7115800Z test_dispatch_symbolic_meta_inplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7116318Z test_dispatch_symbolic_meta_inplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7116838Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.7117402Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.7118032Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7118522Z test_dispatch_symbolic_meta_inplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.7119028Z test_dispatch_symbolic_meta_inplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.009s) 2022-11-23T02:43:13.7119579Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7120112Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7120670Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7121234Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7121789Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7122338Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7122878Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7123539Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7124098Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7125030Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7125563Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7126103Z test_dispatch_symbolic_meta_inplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7126635Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7127194Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7127791Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7128342Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7128880Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7129566Z test_dispatch_symbolic_meta_inplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7130107Z test_dispatch_symbolic_meta_inplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7130740Z test_dispatch_symbolic_meta_inplace_tile_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7131290Z test_dispatch_symbolic_meta_inplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7131978Z test_dispatch_symbolic_meta_inplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7132500Z test_dispatch_symbolic_meta_inplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7133017Z test_dispatch_symbolic_meta_inplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7133522Z test_dispatch_symbolic_meta_inplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7134043Z test_dispatch_symbolic_meta_inplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7134551Z test_dispatch_symbolic_meta_inplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7135065Z test_dispatch_symbolic_meta_inplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.7135570Z test_dispatch_symbolic_meta_inplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7136074Z test_dispatch_symbolic_meta_inplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7136595Z test_dispatch_symbolic_meta_inplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7137098Z test_dispatch_symbolic_meta_inplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.7137753Z test_dispatch_symbolic_meta_inplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7138298Z test_dispatch_symbolic_meta_inplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7139161Z test_dispatch_symbolic_meta_inplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7139672Z test_dispatch_symbolic_meta_inplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7140189Z test_dispatch_symbolic_meta_inplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7140717Z test_dispatch_symbolic_meta_inplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7141219Z test_dispatch_symbolic_meta_inplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7141724Z test_dispatch_symbolic_meta_inplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.7142221Z test_dispatch_symbolic_meta_inplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7142730Z test_dispatch_symbolic_meta_inplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7143267Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7143950Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7144621Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7145179Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7145782Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7146415Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7146936Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7147465Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7147982Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7148487Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7149013Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7149540Z test_dispatch_symbolic_meta_inplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7150056Z test_dispatch_symbolic_meta_inplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7150571Z test_dispatch_symbolic_meta_inplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7151084Z test_dispatch_symbolic_meta_inplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7151718Z test_dispatch_symbolic_meta_inplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7152245Z test_dispatch_symbolic_meta_inplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7152868Z test_dispatch_symbolic_meta_inplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7153721Z test_dispatch_symbolic_meta_inplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7154289Z test_dispatch_symbolic_meta_inplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7154814Z test_dispatch_symbolic_meta_inplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7155343Z test_dispatch_symbolic_meta_inplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7155861Z test_dispatch_symbolic_meta_inplace_trace_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7156398Z test_dispatch_symbolic_meta_inplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7156946Z test_dispatch_symbolic_meta_inplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7157470Z test_dispatch_symbolic_meta_inplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7158160Z test_dispatch_symbolic_meta_inplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7158849Z test_dispatch_symbolic_meta_inplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7159377Z test_dispatch_symbolic_meta_inplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7159991Z test_dispatch_symbolic_meta_inplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7160527Z test_dispatch_symbolic_meta_inplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7161024Z test_dispatch_symbolic_meta_inplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.7161551Z test_dispatch_symbolic_meta_inplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7162073Z test_dispatch_symbolic_meta_inplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7162520Z test_dispatch_symbolic_meta_inplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7162956Z test_dispatch_symbolic_meta_inplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7163409Z test_dispatch_symbolic_meta_inplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7163873Z test_dispatch_symbolic_meta_inplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7164322Z test_dispatch_symbolic_meta_inplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7164759Z test_dispatch_symbolic_meta_inplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7165200Z test_dispatch_symbolic_meta_inplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7165761Z test_dispatch_symbolic_meta_inplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7166205Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7166696Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7167221Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7168606Z test_dispatch_symbolic_meta_inplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7169049Z test_dispatch_symbolic_meta_inplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7169603Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7170161Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7170720Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7171281Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7171814Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7172367Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7173052Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7173842Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7174484Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7174993Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7175516Z test_dispatch_symbolic_meta_inplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7176059Z test_dispatch_symbolic_meta_inplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7176612Z test_dispatch_symbolic_meta_inplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.7177147Z test_dispatch_symbolic_meta_inplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7177673Z test_dispatch_symbolic_meta_inplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7178186Z test_dispatch_symbolic_meta_inplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7178701Z test_dispatch_symbolic_meta_inplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.7179229Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7179867Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7180410Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7181017Z test_dispatch_symbolic_meta_inplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7181626Z test_dispatch_symbolic_meta_inplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7182167Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7182913Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7183475Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.7184037Z test_dispatch_symbolic_meta_inplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7184459Z test_dispatch_symbolic_meta_inplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7184894Z test_dispatch_symbolic_meta_inplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7185327Z test_dispatch_symbolic_meta_inplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7185740Z test_dispatch_symbolic_meta_inplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7186174Z test_dispatch_symbolic_meta_inplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7186699Z test_dispatch_symbolic_meta_inplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7187138Z test_dispatch_symbolic_meta_inplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7187897Z test_dispatch_symbolic_meta_inplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7188418Z test_dispatch_symbolic_meta_inplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7188812Z test_dispatch_symbolic_meta_inplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7189218Z test_dispatch_symbolic_meta_inplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7189621Z test_dispatch_symbolic_meta_inplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7190149Z test_dispatch_symbolic_meta_inplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7190693Z test_dispatch_symbolic_meta_inplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7191112Z test_dispatch_symbolic_meta_inplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7191556Z test_dispatch_symbolic_meta_inplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7191991Z test_dispatch_symbolic_meta_inplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7192421Z test_dispatch_symbolic_meta_inplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7192841Z test_dispatch_symbolic_meta_inplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7193263Z test_dispatch_symbolic_meta_inplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7193793Z test_dispatch_symbolic_meta_inplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7194216Z test_dispatch_symbolic_meta_inplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7194623Z test_dispatch_symbolic_meta_inplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7195182Z test_dispatch_symbolic_meta_inplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7195581Z test_dispatch_symbolic_meta_inplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7195964Z test_dispatch_symbolic_meta_inplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7196503Z test_dispatch_symbolic_meta_inplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7197041Z test_dispatch_symbolic_meta_inplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7197670Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7198193Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.7198891Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7201235Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7201858Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7202439Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7202888Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7203331Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7203699Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.7204267Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7204815Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7205337Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.7209181Z test_dispatch_symbolic_meta_inplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.7209487Z test_dispatch_symbolic_meta_inplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7209723Z test_dispatch_symbolic_meta_inplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7210081Z test_dispatch_symbolic_meta_inplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7210494Z test_dispatch_symbolic_meta_inplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7211020Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7211695Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7212247Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7213543Z test_dispatch_symbolic_meta_inplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7214068Z test_dispatch_symbolic_meta_inplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7214786Z test_dispatch_symbolic_meta_inplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7215324Z test_dispatch_symbolic_meta_inplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7216743Z test_dispatch_symbolic_meta_inplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7217325Z test_dispatch_symbolic_meta_inplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7217800Z test_dispatch_symbolic_meta_inplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7218281Z test_dispatch_symbolic_meta_inplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7218971Z test_dispatch_symbolic_meta_inplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7219411Z test_dispatch_symbolic_meta_inplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7219877Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7220342Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7220793Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7221270Z test_dispatch_symbolic_meta_inplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7221863Z test_dispatch_symbolic_meta_inplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7222368Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7222959Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7223751Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7224158Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7224439Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7224715Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7224995Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7225316Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7225839Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7226372Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7226883Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7227414Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7227737Z test_dispatch_symbolic_meta_inplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7228014Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7228507Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7229201Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7229762Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7230471Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7231240Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7231774Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7235384Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7236069Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7236624Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7237219Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7237862Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7238403Z test_dispatch_symbolic_meta_inplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7239151Z test_dispatch_symbolic_meta_inplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7239717Z test_dispatch_symbolic_meta_inplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7240264Z test_dispatch_symbolic_meta_inplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7240796Z test_dispatch_symbolic_meta_inplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7241336Z test_dispatch_symbolic_meta_inplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7241868Z test_dispatch_symbolic_meta_inplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7242395Z test_dispatch_symbolic_meta_inplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7242982Z test_dispatch_symbolic_meta_inplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7243802Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7244647Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7245185Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7245731Z test_dispatch_symbolic_meta_inplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7246257Z test_dispatch_symbolic_meta_inplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7246711Z test_dispatch_symbolic_meta_inplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7247171Z test_dispatch_symbolic_meta_inplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7247631Z test_dispatch_symbolic_meta_inplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7248066Z test_dispatch_symbolic_meta_inplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7248491Z test_dispatch_symbolic_meta_inplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7249138Z test_dispatch_symbolic_meta_inplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7249703Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7250400Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7251075Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7251700Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7252275Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7252846Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7253409Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7254907Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7255521Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7256050Z test_dispatch_symbolic_meta_inplace_unique_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7256719Z test_dispatch_symbolic_meta_inplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7257264Z test_dispatch_symbolic_meta_inplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7257925Z test_dispatch_symbolic_meta_inplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7258457Z test_dispatch_symbolic_meta_inplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7258981Z test_dispatch_symbolic_meta_inplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7259505Z test_dispatch_symbolic_meta_inplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7260016Z test_dispatch_symbolic_meta_inplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7260549Z test_dispatch_symbolic_meta_inplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7261014Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7261455Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7261931Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7262392Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7262848Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7263433Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7263969Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7264675Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7265116Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7265545Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7265976Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7266499Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7266930Z test_dispatch_symbolic_meta_inplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7267671Z test_dispatch_symbolic_meta_inplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.7268223Z test_dispatch_symbolic_meta_inplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7268766Z test_dispatch_symbolic_meta_inplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7269283Z test_dispatch_symbolic_meta_inplace_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7270115Z test_dispatch_symbolic_meta_inplace_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7271060Z test_dispatch_symbolic_meta_inplace_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7271627Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7272175Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7272734Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7273285Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7273821Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7274362Z test_dispatch_symbolic_meta_inplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7274896Z test_dispatch_symbolic_meta_inplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7275430Z test_dispatch_symbolic_meta_inplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7276008Z test_dispatch_symbolic_meta_inplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7276674Z test_dispatch_symbolic_meta_inplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7277297Z test_dispatch_symbolic_meta_inplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7277888Z test_dispatch_symbolic_meta_inplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7278446Z test_dispatch_symbolic_meta_inplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7279014Z test_dispatch_symbolic_meta_inplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7279558Z test_dispatch_symbolic_meta_inplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7280294Z test_dispatch_symbolic_meta_inplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7280820Z test_dispatch_symbolic_meta_inplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7281359Z test_dispatch_symbolic_meta_inplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7281899Z test_dispatch_symbolic_meta_inplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7282538Z test_dispatch_symbolic_meta_inplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7283195Z test_dispatch_symbolic_meta_inplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7283737Z test_dispatch_symbolic_meta_inplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7284436Z test_dispatch_symbolic_meta_inplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7285147Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.7285686Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7286209Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7286700Z test_dispatch_symbolic_meta_inplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7287232Z test_dispatch_symbolic_meta_inplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7287783Z test_dispatch_symbolic_meta_inplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.7288338Z test_dispatch_symbolic_meta_inplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7288884Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7289423Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7290108Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7290883Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7291421Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7291957Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7292293Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7292551Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7292818Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7293255Z test_dispatch_symbolic_meta_inplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7293522Z test_dispatch_symbolic_meta_inplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7293785Z test_dispatch_symbolic_meta_inplace_view_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7294056Z test_dispatch_symbolic_meta_inplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7294325Z test_dispatch_symbolic_meta_inplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7294582Z test_dispatch_symbolic_meta_inplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7294844Z test_dispatch_symbolic_meta_inplace_view_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7295102Z test_dispatch_symbolic_meta_inplace_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7295352Z test_dispatch_symbolic_meta_inplace_view_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7295696Z test_dispatch_symbolic_meta_inplace_view_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7295981Z test_dispatch_symbolic_meta_inplace_view_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7296439Z test_dispatch_symbolic_meta_inplace_view_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7296707Z test_dispatch_symbolic_meta_inplace_view_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7296967Z test_dispatch_symbolic_meta_inplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7297398Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7297818Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7298104Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7298378Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7298650Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7298923Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7299165Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7299423Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7299685Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7299940Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7300192Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7300455Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7300833Z test_dispatch_symbolic_meta_inplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7301101Z test_dispatch_symbolic_meta_inplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7301368Z test_dispatch_symbolic_meta_inplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7301641Z test_dispatch_symbolic_meta_inplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7301911Z test_dispatch_symbolic_meta_inplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7302181Z test_dispatch_symbolic_meta_inplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7302451Z test_dispatch_symbolic_meta_inplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7302711Z test_dispatch_symbolic_meta_inplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7303200Z test_dispatch_symbolic_meta_inplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7303491Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7303744Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7304129Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7304521Z test_dispatch_symbolic_meta_inplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7304788Z test_dispatch_symbolic_meta_inplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7305058Z test_dispatch_symbolic_meta_inplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7305322Z test_dispatch_symbolic_meta_inplace_where_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7305593Z test_dispatch_symbolic_meta_inplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7305861Z test_dispatch_symbolic_meta_inplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7306122Z test_dispatch_symbolic_meta_inplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7306390Z test_dispatch_symbolic_meta_inplace_where_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7306647Z test_dispatch_symbolic_meta_inplace_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7306906Z test_dispatch_symbolic_meta_inplace_where_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7307166Z test_dispatch_symbolic_meta_inplace_where_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7307426Z test_dispatch_symbolic_meta_inplace_where_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7307688Z test_dispatch_symbolic_meta_inplace_where_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7308061Z test_dispatch_symbolic_meta_inplace_where_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7308301Z test_dispatch_symbolic_meta_inplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7308524Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7308781Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.014s) 2022-11-23T02:43:13.7308999Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7309216Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7309434Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7309848Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.7310115Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.7310451Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.7310866Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:43:13.7311222Z test_dispatch_symbolic_meta_inplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.7311443Z test_dispatch_symbolic_meta_inplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7311658Z test_dispatch_symbolic_meta_inplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7311888Z test_dispatch_symbolic_meta_inplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7312112Z test_dispatch_symbolic_meta_inplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7312329Z test_dispatch_symbolic_meta_inplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7312547Z test_dispatch_symbolic_meta_inplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7312764Z test_dispatch_symbolic_meta_inplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7312975Z test_dispatch_symbolic_meta_inplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7313185Z test_dispatch_symbolic_meta_inplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7313394Z test_dispatch_symbolic_meta_inplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7313608Z test_dispatch_symbolic_meta_inplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7313815Z test_dispatch_symbolic_meta_inplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7314069Z test_dispatch_symbolic_meta_inplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.7314335Z test_dispatch_symbolic_meta_inplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7314612Z test_dispatch_symbolic_meta_inplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7314880Z test_dispatch_symbolic_meta_inplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7315140Z test_dispatch_symbolic_meta_inplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7315517Z test_dispatch_symbolic_meta_inplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7315774Z test_dispatch_symbolic_meta_inplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7316032Z test_dispatch_symbolic_meta_inplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7316408Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7316773Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7317038Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7317446Z test_dispatch_symbolic_meta_inplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7317835Z test_dispatch_symbolic_meta_inplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7318206Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7318492Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.7318768Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.7319046Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7319318Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7319593Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7319870Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7320139Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7320408Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7320673Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7320940Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7321208Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.7321472Z test_dispatch_symbolic_meta_inplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.7321688Z test_dispatch_symbolic_meta_outplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7321896Z test_dispatch_symbolic_meta_outplace_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7322115Z test_dispatch_symbolic_meta_outplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7322334Z test_dispatch_symbolic_meta_outplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7322536Z test_dispatch_symbolic_meta_outplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7322849Z test_dispatch_symbolic_meta_outplace_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7323204Z test_dispatch_symbolic_meta_outplace_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7323419Z test_dispatch_symbolic_meta_outplace_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7323629Z test_dispatch_symbolic_meta_outplace_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7323951Z test_dispatch_symbolic_meta_outplace_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7324274Z test_dispatch_symbolic_meta_outplace_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7324504Z test_dispatch_symbolic_meta_outplace_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7324703Z test_dispatch_symbolic_meta_outplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7324922Z test_dispatch_symbolic_meta_outplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7325126Z test_dispatch_symbolic_meta_outplace_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7325344Z test_dispatch_symbolic_meta_outplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7325645Z test_dispatch_symbolic_meta_outplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7325881Z test_dispatch_symbolic_meta_outplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7326091Z test_dispatch_symbolic_meta_outplace_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7326301Z test_dispatch_symbolic_meta_outplace_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7326505Z test_dispatch_symbolic_meta_outplace_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7326711Z test_dispatch_symbolic_meta_outplace_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7326919Z test_dispatch_symbolic_meta_outplace_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7327121Z test_dispatch_symbolic_meta_outplace_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7327311Z test_dispatch_symbolic_meta_outplace_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7327515Z test_dispatch_symbolic_meta_outplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7327745Z test_dispatch_symbolic_meta_outplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7327967Z test_dispatch_symbolic_meta_outplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7328199Z test_dispatch_symbolic_meta_outplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7328431Z test_dispatch_symbolic_meta_outplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7328663Z test_dispatch_symbolic_meta_outplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7328887Z test_dispatch_symbolic_meta_outplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7329115Z test_dispatch_symbolic_meta_outplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7329341Z test_dispatch_symbolic_meta_outplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7329695Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7329949Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7330159Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7330615Z test_dispatch_symbolic_meta_outplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7330948Z test_dispatch_symbolic_meta_outplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7331170Z test_dispatch_symbolic_meta_outplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7331390Z test_dispatch_symbolic_meta_outplace___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7331613Z test_dispatch_symbolic_meta_outplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7331838Z test_dispatch_symbolic_meta_outplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7332056Z test_dispatch_symbolic_meta_outplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7332272Z test_dispatch_symbolic_meta_outplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7332486Z test_dispatch_symbolic_meta_outplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7332684Z test_dispatch_symbolic_meta_outplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7332891Z test_dispatch_symbolic_meta_outplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7333184Z test_dispatch_symbolic_meta_outplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7333483Z test_dispatch_symbolic_meta_outplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7333700Z test_dispatch_symbolic_meta_outplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7333913Z test_dispatch_symbolic_meta_outplace___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7334127Z test_dispatch_symbolic_meta_outplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7334340Z test_dispatch_symbolic_meta_outplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7334542Z test_dispatch_symbolic_meta_outplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7346766Z test_dispatch_symbolic_meta_outplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7346994Z test_dispatch_symbolic_meta_outplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7347217Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7347436Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7347668Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7347894Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7348118Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7348334Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7348544Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7348760Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7348966Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7349169Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7349380Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7349748Z test_dispatch_symbolic_meta_outplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7350109Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7350438Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7350825Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7351060Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7351284Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7351511Z test_dispatch_symbolic_meta_outplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7351735Z test_dispatch_symbolic_meta_outplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7351957Z test_dispatch_symbolic_meta_outplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7352173Z test_dispatch_symbolic_meta_outplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7352382Z test_dispatch_symbolic_meta_outplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7352686Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7352915Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7353120Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7353332Z test_dispatch_symbolic_meta_outplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7353549Z test_dispatch_symbolic_meta_outplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7353775Z test_dispatch_symbolic_meta_outplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7353989Z test_dispatch_symbolic_meta_outplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7354263Z test_dispatch_symbolic_meta_outplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7354495Z test_dispatch_symbolic_meta_outplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7354709Z test_dispatch_symbolic_meta_outplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7354921Z test_dispatch_symbolic_meta_outplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7355112Z test_dispatch_symbolic_meta_outplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7355322Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7355532Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7355735Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7355942Z test_dispatch_symbolic_meta_outplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7356310Z test_dispatch_symbolic_meta_outplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7356537Z test_dispatch_symbolic_meta_outplace___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7356749Z test_dispatch_symbolic_meta_outplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7357083Z test_dispatch_symbolic_meta_outplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7357426Z test_dispatch_symbolic_meta_outplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7357767Z test_dispatch_symbolic_meta_outplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7357978Z test_dispatch_symbolic_meta_outplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7358202Z test_dispatch_symbolic_meta_outplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7358434Z test_dispatch_symbolic_meta_outplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7358657Z test_dispatch_symbolic_meta_outplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7358877Z test_dispatch_symbolic_meta_outplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7359092Z test_dispatch_symbolic_meta_outplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7359301Z test_dispatch_symbolic_meta_outplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7359520Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7359728Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7359935Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7360225Z test_dispatch_symbolic_meta_outplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7360444Z test_dispatch_symbolic_meta_outplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7360664Z test_dispatch_symbolic_meta_outplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7360887Z test_dispatch_symbolic_meta_outplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7361108Z test_dispatch_symbolic_meta_outplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7361330Z test_dispatch_symbolic_meta_outplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7361544Z test_dispatch_symbolic_meta_outplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7361752Z test_dispatch_symbolic_meta_outplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7361968Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7362175Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7362381Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7362589Z test_dispatch_symbolic_meta_outplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7362949Z test_dispatch_symbolic_meta_outplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7363176Z test_dispatch_symbolic_meta_outplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7363391Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7363721Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7364057Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7364276Z test_dispatch_symbolic_meta_outplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7364487Z test_dispatch_symbolic_meta_outplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7364736Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7364981Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7366008Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7366255Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7366463Z test_dispatch_symbolic_meta_outplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7366675Z test_dispatch_symbolic_meta_outplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7366893Z test_dispatch_symbolic_meta_outplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7367109Z test_dispatch_symbolic_meta_outplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7367331Z test_dispatch_symbolic_meta_outplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7367550Z test_dispatch_symbolic_meta_outplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7367765Z test_dispatch_symbolic_meta_outplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7367979Z test_dispatch_symbolic_meta_outplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7368291Z test_dispatch_symbolic_meta_outplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7368526Z test_dispatch_symbolic_meta_outplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7368730Z test_dispatch_symbolic_meta_outplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7368937Z test_dispatch_symbolic_meta_outplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7369138Z test_dispatch_symbolic_meta_outplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7369525Z test_dispatch_symbolic_meta_outplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7369745Z test_dispatch_symbolic_meta_outplace_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7369967Z test_dispatch_symbolic_meta_outplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7370319Z test_dispatch_symbolic_meta_outplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7370672Z test_dispatch_symbolic_meta_outplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7370896Z test_dispatch_symbolic_meta_outplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7371120Z test_dispatch_symbolic_meta_outplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7371322Z test_dispatch_symbolic_meta_outplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7371542Z test_dispatch_symbolic_meta_outplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7371751Z test_dispatch_symbolic_meta_outplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7371962Z test_dispatch_symbolic_meta_outplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7372173Z test_dispatch_symbolic_meta_outplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7372380Z test_dispatch_symbolic_meta_outplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7372600Z test_dispatch_symbolic_meta_outplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7372809Z test_dispatch_symbolic_meta_outplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7373034Z test_dispatch_symbolic_meta_outplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7373257Z test_dispatch_symbolic_meta_outplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7373581Z test_dispatch_symbolic_meta_outplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7373798Z test_dispatch_symbolic_meta_outplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7374022Z test_dispatch_symbolic_meta_outplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7374239Z test_dispatch_symbolic_meta_outplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7374454Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7374667Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7374881Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7375093Z test_dispatch_symbolic_meta_outplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7375309Z test_dispatch_symbolic_meta_outplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7375525Z test_dispatch_symbolic_meta_outplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7375820Z test_dispatch_symbolic_meta_outplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7376198Z test_dispatch_symbolic_meta_outplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7376420Z test_dispatch_symbolic_meta_outplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7376637Z test_dispatch_symbolic_meta_outplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7376982Z test_dispatch_symbolic_meta_outplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7377322Z test_dispatch_symbolic_meta_outplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7377545Z test_dispatch_symbolic_meta_outplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7377755Z test_dispatch_symbolic_meta_outplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7377963Z test_dispatch_symbolic_meta_outplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7378171Z test_dispatch_symbolic_meta_outplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7378383Z test_dispatch_symbolic_meta_outplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7378588Z test_dispatch_symbolic_meta_outplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7378808Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7379035Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7379266Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7379485Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7379697Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7379907Z test_dispatch_symbolic_meta_outplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7380129Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.7380358Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.7380587Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.7380811Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.7381121Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.7381334Z test_dispatch_symbolic_meta_outplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.7381561Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7381789Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.7382014Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.7382237Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.7382597Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.7382831Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.7383095Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.7383313Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.7383911Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.7384171Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.7384387Z test_dispatch_symbolic_meta_outplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.7384610Z test_dispatch_symbolic_meta_outplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7384838Z test_dispatch_symbolic_meta_outplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7385059Z test_dispatch_symbolic_meta_outplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7385278Z test_dispatch_symbolic_meta_outplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7385492Z test_dispatch_symbolic_meta_outplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7385713Z test_dispatch_symbolic_meta_outplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7385953Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7386197Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7386445Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7386667Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7386909Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7387140Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7387359Z test_dispatch_symbolic_meta_outplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7387584Z test_dispatch_symbolic_meta_outplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7387804Z test_dispatch_symbolic_meta_outplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7388018Z test_dispatch_symbolic_meta_outplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7388234Z test_dispatch_symbolic_meta_outplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7388451Z test_dispatch_symbolic_meta_outplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7388770Z test_dispatch_symbolic_meta_outplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7388982Z test_dispatch_symbolic_meta_outplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7389347Z test_dispatch_symbolic_meta_outplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7389581Z test_dispatch_symbolic_meta_outplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7389797Z test_dispatch_symbolic_meta_outplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7390115Z test_dispatch_symbolic_meta_outplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7390468Z test_dispatch_symbolic_meta_outplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7390692Z test_dispatch_symbolic_meta_outplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7390907Z test_dispatch_symbolic_meta_outplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7391118Z test_dispatch_symbolic_meta_outplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7391328Z test_dispatch_symbolic_meta_outplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7391624Z test_dispatch_symbolic_meta_outplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7391842Z test_dispatch_symbolic_meta_outplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.7392052Z test_dispatch_symbolic_meta_outplace_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7392271Z test_dispatch_symbolic_meta_outplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.7392486Z test_dispatch_symbolic_meta_outplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.7392703Z test_dispatch_symbolic_meta_outplace_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7392917Z test_dispatch_symbolic_meta_outplace_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7393131Z test_dispatch_symbolic_meta_outplace_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7393343Z test_dispatch_symbolic_meta_outplace_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7393550Z test_dispatch_symbolic_meta_outplace_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.7393754Z test_dispatch_symbolic_meta_outplace_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7393962Z test_dispatch_symbolic_meta_outplace_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.7394165Z test_dispatch_symbolic_meta_outplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7394400Z test_dispatch_symbolic_meta_outplace_all_strides_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7394631Z test_dispatch_symbolic_meta_outplace_all_strides_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7394876Z test_dispatch_symbolic_meta_outplace_all_strides___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:43:13.7395163Z test_dispatch_symbolic_meta_outplace_all_strides___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:43:13.7395398Z test_dispatch_symbolic_meta_outplace_all_strides___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:43:13.7395634Z test_dispatch_symbolic_meta_outplace_all_strides___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:13.7396021Z test_dispatch_symbolic_meta_outplace_all_strides___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.386s) 2022-11-23T02:43:13.7396267Z test_dispatch_symbolic_meta_outplace_all_strides___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.7396706Z test_dispatch_symbolic_meta_outplace_all_strides___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.7397077Z test_dispatch_symbolic_meta_outplace_all_strides___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.7397312Z test_dispatch_symbolic_meta_outplace_all_strides___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:43:13.7397547Z test_dispatch_symbolic_meta_outplace_all_strides___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:13.7397777Z test_dispatch_symbolic_meta_outplace_all_strides___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.7398039Z test_dispatch_symbolic_meta_outplace_all_strides__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.7398272Z test_dispatch_symbolic_meta_outplace_all_strides_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7398511Z test_dispatch_symbolic_meta_outplace_all_strides_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7398744Z test_dispatch_symbolic_meta_outplace_all_strides_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7399064Z test_dispatch_symbolic_meta_outplace_all_strides_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-11-23T02:43:13.7399322Z test_dispatch_symbolic_meta_outplace_all_strides_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.379s) 2022-11-23T02:43:13.7399563Z test_dispatch_symbolic_meta_outplace_all_strides_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.759s) 2022-11-23T02:43:13.7399801Z test_dispatch_symbolic_meta_outplace_all_strides_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.733s) 2022-11-23T02:43:13.7400035Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-11-23T02:43:13.7400297Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.258s) 2022-11-23T02:43:13.7400530Z test_dispatch_symbolic_meta_outplace_all_strides_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:43:13.7400766Z test_dispatch_symbolic_meta_outplace_all_strides_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.253s) 2022-11-23T02:43:13.7400999Z test_dispatch_symbolic_meta_outplace_all_strides_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:13.7401238Z test_dispatch_symbolic_meta_outplace_all_strides_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.450s) 2022-11-23T02:43:13.7401471Z test_dispatch_symbolic_meta_outplace_all_strides_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:13.7401703Z test_dispatch_symbolic_meta_outplace_all_strides_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:43:13.7401945Z test_dispatch_symbolic_meta_outplace_all_strides_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7402178Z test_dispatch_symbolic_meta_outplace_all_strides_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7402563Z test_dispatch_symbolic_meta_outplace_all_strides_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:13.7402816Z test_dispatch_symbolic_meta_outplace_all_strides_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7403050Z test_dispatch_symbolic_meta_outplace_all_strides_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.7403405Z test_dispatch_symbolic_meta_outplace_all_strides_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.7403769Z test_dispatch_symbolic_meta_outplace_all_strides_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.7404124Z test_dispatch_symbolic_meta_outplace_all_strides_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7404365Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7404617Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.7404853Z test_dispatch_symbolic_meta_outplace_all_strides_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7405088Z test_dispatch_symbolic_meta_outplace_all_strides_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7405324Z test_dispatch_symbolic_meta_outplace_all_strides_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-11-23T02:43:13.7405559Z test_dispatch_symbolic_meta_outplace_all_strides_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7405786Z test_dispatch_symbolic_meta_outplace_all_strides_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7406031Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7406272Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7407038Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7407340Z test_dispatch_symbolic_meta_outplace_all_strides_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.305s) 2022-11-23T02:43:13.7407588Z test_dispatch_symbolic_meta_outplace_all_strides_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7407827Z test_dispatch_symbolic_meta_outplace_all_strides_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7408066Z test_dispatch_symbolic_meta_outplace_all_strides_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.7408312Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:43:13.7408564Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:43:13.7408801Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7409194Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:43:13.7409460Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.159s) 2022-11-23T02:43:13.7409699Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.146s) 2022-11-23T02:43:13.7410164Z test_dispatch_symbolic_meta_outplace_all_strides_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:13.7410428Z test_dispatch_symbolic_meta_outplace_all_strides_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7410647Z test_dispatch_symbolic_meta_outplace_all_strides_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7410902Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7411159Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-11-23T02:43:13.7411404Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7411641Z test_dispatch_symbolic_meta_outplace_all_strides_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7411875Z test_dispatch_symbolic_meta_outplace_all_strides_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7412259Z test_dispatch_symbolic_meta_outplace_all_strides_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:43:13.7412492Z test_dispatch_symbolic_meta_outplace_all_strides_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7412736Z test_dispatch_symbolic_meta_outplace_all_strides_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.809s) 2022-11-23T02:43:13.7412974Z test_dispatch_symbolic_meta_outplace_all_strides_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7413207Z test_dispatch_symbolic_meta_outplace_all_strides_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7413444Z test_dispatch_symbolic_meta_outplace_all_strides_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7413679Z test_dispatch_symbolic_meta_outplace_all_strides_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7413915Z test_dispatch_symbolic_meta_outplace_all_strides_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7414157Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:13.7414482Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.7414751Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.203s) 2022-11-23T02:43:13.7414985Z test_dispatch_symbolic_meta_outplace_all_strides_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7415219Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.449s) 2022-11-23T02:43:13.7415578Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.245s) 2022-11-23T02:43:13.7415853Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-11-23T02:43:13.7416086Z test_dispatch_symbolic_meta_outplace_all_strides_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7416330Z test_dispatch_symbolic_meta_outplace_all_strides_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7416805Z test_dispatch_symbolic_meta_outplace_all_strides_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.493s) 2022-11-23T02:43:13.7417062Z test_dispatch_symbolic_meta_outplace_all_strides_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:43:13.7417280Z test_dispatch_symbolic_meta_outplace_all_strides_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7417529Z test_dispatch_symbolic_meta_outplace_all_strides_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7417781Z test_dispatch_symbolic_meta_outplace_all_strides_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.210s) 2022-11-23T02:43:13.7418025Z test_dispatch_symbolic_meta_outplace_all_strides_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7418266Z test_dispatch_symbolic_meta_outplace_all_strides_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.259s) 2022-11-23T02:43:13.7418510Z test_dispatch_symbolic_meta_outplace_all_strides_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-11-23T02:43:13.7418743Z test_dispatch_symbolic_meta_outplace_all_strides_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7418975Z test_dispatch_symbolic_meta_outplace_all_strides_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7419226Z test_dispatch_symbolic_meta_outplace_all_strides_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.7419455Z test_dispatch_symbolic_meta_outplace_all_strides_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.921s) 2022-11-23T02:43:13.7419804Z test_dispatch_symbolic_meta_outplace_all_strides_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7420038Z test_dispatch_symbolic_meta_outplace_all_strides_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7420278Z test_dispatch_symbolic_meta_outplace_all_strides_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7420518Z test_dispatch_symbolic_meta_outplace_all_strides_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7420749Z test_dispatch_symbolic_meta_outplace_all_strides_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.7421011Z test_dispatch_symbolic_meta_outplace_all_strides_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.434s) 2022-11-23T02:43:13.7421251Z test_dispatch_symbolic_meta_outplace_all_strides_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7421490Z test_dispatch_symbolic_meta_outplace_all_strides_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.7421735Z test_dispatch_symbolic_meta_outplace_all_strides_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:43:13.7422049Z test_dispatch_symbolic_meta_outplace_all_strides_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7422477Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:13.7422725Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7422979Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-11-23T02:43:13.7423348Z test_dispatch_symbolic_meta_outplace_all_strides_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (15.196s) 2022-11-23T02:43:13.7423712Z test_dispatch_symbolic_meta_outplace_all_strides_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.789s) 2022-11-23T02:43:13.7423933Z test_dispatch_symbolic_meta_outplace_all_strides_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.587s) 2022-11-23T02:43:13.7424191Z test_dispatch_symbolic_meta_outplace_all_strides_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.760s) 2022-11-23T02:43:13.7424448Z test_dispatch_symbolic_meta_outplace_all_strides_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:43:13.7424696Z test_dispatch_symbolic_meta_outplace_all_strides_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-11-23T02:43:13.7424933Z test_dispatch_symbolic_meta_outplace_all_strides_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7425170Z test_dispatch_symbolic_meta_outplace_all_strides_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7425410Z test_dispatch_symbolic_meta_outplace_all_strides_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7425644Z test_dispatch_symbolic_meta_outplace_all_strides_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7425884Z test_dispatch_symbolic_meta_outplace_all_strides_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.7426119Z test_dispatch_symbolic_meta_outplace_all_strides_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7426359Z test_dispatch_symbolic_meta_outplace_all_strides_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7426588Z test_dispatch_symbolic_meta_outplace_all_strides_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.184s) 2022-11-23T02:43:13.7426819Z test_dispatch_symbolic_meta_outplace_all_strides_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7427154Z test_dispatch_symbolic_meta_outplace_all_strides_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7427391Z test_dispatch_symbolic_meta_outplace_all_strides_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.567s) 2022-11-23T02:43:13.7427625Z test_dispatch_symbolic_meta_outplace_all_strides_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.607s) 2022-11-23T02:43:13.7427862Z test_dispatch_symbolic_meta_outplace_all_strides_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.539s) 2022-11-23T02:43:13.7428096Z test_dispatch_symbolic_meta_outplace_all_strides_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7428338Z test_dispatch_symbolic_meta_outplace_all_strides_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7428570Z test_dispatch_symbolic_meta_outplace_all_strides_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7428901Z test_dispatch_symbolic_meta_outplace_all_strides_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7429177Z test_dispatch_symbolic_meta_outplace_all_strides_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-11-23T02:43:13.7429417Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.7429838Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.7430214Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.7430474Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7430714Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:43:13.7430948Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.7431191Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:13.7431431Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.7431671Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.7431910Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.7432156Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7432397Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:43:13.7432631Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.7432876Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:43:13.7433109Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.7433348Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.7433589Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7433825Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.7434064Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.7434299Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.7434637Z test_dispatch_symbolic_meta_outplace_all_strides_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7434875Z test_dispatch_symbolic_meta_outplace_all_strides_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7435116Z test_dispatch_symbolic_meta_outplace_all_strides_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7435354Z test_dispatch_symbolic_meta_outplace_all_strides_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7435740Z test_dispatch_symbolic_meta_outplace_all_strides_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7435984Z test_dispatch_symbolic_meta_outplace_all_strides_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7436231Z test_dispatch_symbolic_meta_outplace_all_strides_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:43:13.7436592Z test_dispatch_symbolic_meta_outplace_all_strides_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7436967Z test_dispatch_symbolic_meta_outplace_all_strides_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.767s) 2022-11-23T02:43:13.7437289Z test_dispatch_symbolic_meta_outplace_all_strides_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:43:13.7437543Z test_dispatch_symbolic_meta_outplace_all_strides_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.152s) 2022-11-23T02:43:13.7437767Z test_dispatch_symbolic_meta_outplace_all_strides_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:43:13.7437992Z test_dispatch_symbolic_meta_outplace_all_strides_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7438227Z test_dispatch_symbolic_meta_outplace_all_strides_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7438453Z test_dispatch_symbolic_meta_outplace_all_strides_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7438694Z test_dispatch_symbolic_meta_outplace_all_strides_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7438935Z test_dispatch_symbolic_meta_outplace_all_strides_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7439167Z test_dispatch_symbolic_meta_outplace_all_strides_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.158s) 2022-11-23T02:43:13.7439401Z test_dispatch_symbolic_meta_outplace_all_strides_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:43:13.7439636Z test_dispatch_symbolic_meta_outplace_all_strides_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:43:13.7439875Z test_dispatch_symbolic_meta_outplace_all_strides_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.062s) 2022-11-23T02:43:13.7440125Z test_dispatch_symbolic_meta_outplace_all_strides_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (19.178s) 2022-11-23T02:43:13.7440356Z test_dispatch_symbolic_meta_outplace_all_strides_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-11-23T02:43:13.7440590Z test_dispatch_symbolic_meta_outplace_all_strides_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7440834Z test_dispatch_symbolic_meta_outplace_all_strides_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.292s) 2022-11-23T02:43:13.7441069Z test_dispatch_symbolic_meta_outplace_all_strides_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.499s) 2022-11-23T02:43:13.7441309Z test_dispatch_symbolic_meta_outplace_all_strides_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7441543Z test_dispatch_symbolic_meta_outplace_all_strides_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7441777Z test_dispatch_symbolic_meta_outplace_all_strides_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-11-23T02:43:13.7442240Z test_dispatch_symbolic_meta_outplace_all_strides_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.677s) 2022-11-23T02:43:13.7442487Z test_dispatch_symbolic_meta_outplace_all_strides_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-11-23T02:43:13.7442713Z test_dispatch_symbolic_meta_outplace_all_strides_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-11-23T02:43:13.7443033Z test_dispatch_symbolic_meta_outplace_all_strides_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7443329Z test_dispatch_symbolic_meta_outplace_all_strides_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.300s) 2022-11-23T02:43:13.7443672Z test_dispatch_symbolic_meta_outplace_all_strides_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:43:13.7443914Z test_dispatch_symbolic_meta_outplace_all_strides_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7444155Z test_dispatch_symbolic_meta_outplace_all_strides_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7444400Z test_dispatch_symbolic_meta_outplace_all_strides_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.028s) 2022-11-23T02:43:13.7444724Z test_dispatch_symbolic_meta_outplace_all_strides_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7444978Z test_dispatch_symbolic_meta_outplace_all_strides_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.7445209Z test_dispatch_symbolic_meta_outplace_all_strides_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7445449Z test_dispatch_symbolic_meta_outplace_all_strides_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.337s) 2022-11-23T02:43:13.7445689Z test_dispatch_symbolic_meta_outplace_all_strides_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7445925Z test_dispatch_symbolic_meta_outplace_all_strides_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7446161Z test_dispatch_symbolic_meta_outplace_all_strides_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7446395Z test_dispatch_symbolic_meta_outplace_all_strides_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7446634Z test_dispatch_symbolic_meta_outplace_all_strides_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7446875Z test_dispatch_symbolic_meta_outplace_all_strides_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7447110Z test_dispatch_symbolic_meta_outplace_all_strides_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7447350Z test_dispatch_symbolic_meta_outplace_all_strides_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.536s) 2022-11-23T02:43:13.7447623Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7447900Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.7448159Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7448429Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7448683Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.577s) 2022-11-23T02:43:13.7449105Z test_dispatch_symbolic_meta_outplace_all_strides_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.017s) 2022-11-23T02:43:13.7449357Z test_dispatch_symbolic_meta_outplace_all_strides_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7449786Z test_dispatch_symbolic_meta_outplace_all_strides_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.291s) 2022-11-23T02:43:13.7450163Z test_dispatch_symbolic_meta_outplace_all_strides_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-11-23T02:43:13.7450407Z test_dispatch_symbolic_meta_outplace_all_strides_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.150s) 2022-11-23T02:43:13.7450639Z test_dispatch_symbolic_meta_outplace_all_strides_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.226s) 2022-11-23T02:43:13.7450875Z test_dispatch_symbolic_meta_outplace_all_strides_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.715s) 2022-11-23T02:43:13.7451127Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.208s) 2022-11-23T02:43:13.7451380Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7451627Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.7451872Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.7452199Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.7452476Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-11-23T02:43:13.7452716Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7452964Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7453211Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-11-23T02:43:13.7453468Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.7453741Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-11-23T02:43:13.7453982Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:43:13.7454268Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7454525Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7454784Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7455036Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.672s) 2022-11-23T02:43:13.7455285Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-11-23T02:43:13.7455692Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-11-23T02:43:13.7455945Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:43:13.7456195Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-11-23T02:43:13.7456644Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:43:13.7456936Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.912s) 2022-11-23T02:43:13.7457175Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.146s) 2022-11-23T02:43:13.7457538Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.586s) 2022-11-23T02:43:13.7457786Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.709s) 2022-11-23T02:43:13.7458058Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.202s) 2022-11-23T02:43:13.7458308Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7458552Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.196s) 2022-11-23T02:43:13.7458832Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.857s) 2022-11-23T02:43:13.7459078Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.7459337Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7459754Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T02:43:13.7460016Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:43:13.7460264Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7460508Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.019s) 2022-11-23T02:43:13.7460752Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.202s) 2022-11-23T02:43:13.7461020Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.997s) 2022-11-23T02:43:13.7461263Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.612s) 2022-11-23T02:43:13.7461510Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.260s) 2022-11-23T02:43:13.7461762Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.7462151Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.462s) 2022-11-23T02:43:13.7462408Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.7462649Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.286s) 2022-11-23T02:43:13.7463021Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.430s) 2022-11-23T02:43:13.7463388Z test_dispatch_symbolic_meta_outplace_all_strides_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.7463635Z test_dispatch_symbolic_meta_outplace_all_strides_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7463870Z test_dispatch_symbolic_meta_outplace_all_strides_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7464104Z test_dispatch_symbolic_meta_outplace_all_strides_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7464337Z test_dispatch_symbolic_meta_outplace_all_strides_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7464566Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.7464930Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:43:13.7465177Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7465424Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7465675Z test_dispatch_symbolic_meta_outplace_all_strides_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7473318Z test_dispatch_symbolic_meta_outplace_all_strides_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:43:13.7473695Z test_dispatch_symbolic_meta_outplace_all_strides_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-11-23T02:43:13.7473952Z test_dispatch_symbolic_meta_outplace_all_strides_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7474210Z test_dispatch_symbolic_meta_outplace_all_strides_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.210s) 2022-11-23T02:43:13.7474450Z test_dispatch_symbolic_meta_outplace_all_strides_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-11-23T02:43:13.7474837Z test_dispatch_symbolic_meta_outplace_all_strides_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.7475116Z test_dispatch_symbolic_meta_outplace_all_strides_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.895s) 2022-11-23T02:43:13.7475526Z test_dispatch_symbolic_meta_outplace_all_strides_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-11-23T02:43:13.7475772Z test_dispatch_symbolic_meta_outplace_all_strides_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7476007Z test_dispatch_symbolic_meta_outplace_all_strides_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:43:13.7476382Z test_dispatch_symbolic_meta_outplace_all_strides_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:43:13.7476755Z test_dispatch_symbolic_meta_outplace_all_strides_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.393s) 2022-11-23T02:43:13.7477015Z test_dispatch_symbolic_meta_outplace_all_strides_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:43:13.7477252Z test_dispatch_symbolic_meta_outplace_all_strides_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7477487Z test_dispatch_symbolic_meta_outplace_all_strides_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7477736Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.982s) 2022-11-23T02:43:13.7477978Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.999s) 2022-11-23T02:43:13.7478235Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.626s) 2022-11-23T02:43:13.7478478Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.558s) 2022-11-23T02:43:13.7478715Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-11-23T02:43:13.7478964Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:43:13.7479204Z test_dispatch_symbolic_meta_outplace_all_strides_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.7479463Z test_dispatch_symbolic_meta_outplace_all_strides_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.184s) 2022-11-23T02:43:13.7479725Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.479s) 2022-11-23T02:43:13.7480103Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.556s) 2022-11-23T02:43:13.7480346Z test_dispatch_symbolic_meta_outplace_all_strides_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.190s) 2022-11-23T02:43:13.7480597Z test_dispatch_symbolic_meta_outplace_all_strides_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.7480837Z test_dispatch_symbolic_meta_outplace_all_strides_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.371s) 2022-11-23T02:43:13.7481092Z test_dispatch_symbolic_meta_outplace_all_strides_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.362s) 2022-11-23T02:43:13.7481342Z test_dispatch_symbolic_meta_outplace_all_strides_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.117s) 2022-11-23T02:43:13.7481593Z test_dispatch_symbolic_meta_outplace_all_strides_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:43:13.7481963Z test_dispatch_symbolic_meta_outplace_all_strides_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.7482251Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-11-23T02:43:13.7482592Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.199s) 2022-11-23T02:43:13.7482992Z test_dispatch_symbolic_meta_outplace_all_strides_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (8.852s) 2022-11-23T02:43:13.7483352Z test_dispatch_symbolic_meta_outplace_all_strides_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.944s) 2022-11-23T02:43:13.7483594Z test_dispatch_symbolic_meta_outplace_all_strides_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (8.563s) 2022-11-23T02:43:13.7483835Z test_dispatch_symbolic_meta_outplace_all_strides_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.770s) 2022-11-23T02:43:13.7484082Z test_dispatch_symbolic_meta_outplace_all_strides_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7484318Z test_dispatch_symbolic_meta_outplace_all_strides_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:43:13.7484601Z test_dispatch_symbolic_meta_outplace_all_strides_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (21.968s) 2022-11-23T02:43:13.7484862Z test_dispatch_symbolic_meta_outplace_all_strides_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7485123Z test_dispatch_symbolic_meta_outplace_all_strides_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7485367Z test_dispatch_symbolic_meta_outplace_all_strides_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:43:13.7485604Z test_dispatch_symbolic_meta_outplace_all_strides_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.7485850Z test_dispatch_symbolic_meta_outplace_all_strides_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7486098Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7486370Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:43:13.7486667Z test_dispatch_symbolic_meta_outplace_all_strides_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-11-23T02:43:13.7486924Z test_dispatch_symbolic_meta_outplace_all_strides_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7487184Z test_dispatch_symbolic_meta_outplace_all_strides_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7487539Z test_dispatch_symbolic_meta_outplace_all_strides_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-11-23T02:43:13.7487773Z test_dispatch_symbolic_meta_outplace_all_strides_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7488011Z test_dispatch_symbolic_meta_outplace_all_strides_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7488255Z test_dispatch_symbolic_meta_outplace_all_strides_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7488630Z test_dispatch_symbolic_meta_outplace_all_strides_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7488878Z test_dispatch_symbolic_meta_outplace_all_strides_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:43:13.7489130Z test_dispatch_symbolic_meta_outplace_all_strides_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.7489453Z test_dispatch_symbolic_meta_outplace_all_strides_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7489872Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:13.7490146Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:13.7490494Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:13.7490758Z test_dispatch_symbolic_meta_outplace_all_strides_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.7490998Z test_dispatch_symbolic_meta_outplace_all_strides_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.808s) 2022-11-23T02:43:13.7491245Z test_dispatch_symbolic_meta_outplace_all_strides_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7491493Z test_dispatch_symbolic_meta_outplace_all_strides_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.513s) 2022-11-23T02:43:13.7491734Z test_dispatch_symbolic_meta_outplace_all_strides_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-11-23T02:43:13.7492029Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.7492274Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7492527Z test_dispatch_symbolic_meta_outplace_all_strides_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.375s) 2022-11-23T02:43:13.7492793Z test_dispatch_symbolic_meta_outplace_all_strides_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:13.7493041Z test_dispatch_symbolic_meta_outplace_all_strides_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.563s) 2022-11-23T02:43:13.7493259Z test_dispatch_symbolic_meta_outplace_all_strides_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-11-23T02:43:13.7493494Z test_dispatch_symbolic_meta_outplace_all_strides_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7493738Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7493990Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7494233Z test_dispatch_symbolic_meta_outplace_all_strides_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7494475Z test_dispatch_symbolic_meta_outplace_all_strides_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7494719Z test_dispatch_symbolic_meta_outplace_all_strides_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7495794Z test_dispatch_symbolic_meta_outplace_all_strides_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-11-23T02:43:13.7496243Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:13.7496661Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.7496950Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.7497229Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7497501Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.7497780Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.7498059Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.7498443Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.7498736Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.7499004Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7499269Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.7499535Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.715s) 2022-11-23T02:43:13.7499804Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.775s) 2022-11-23T02:43:13.7500085Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.360s) 2022-11-23T02:43:13.7500382Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.138s) 2022-11-23T02:43:13.7500639Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7500898Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.539s) 2022-11-23T02:43:13.7501157Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.723s) 2022-11-23T02:43:13.7501434Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.327s) 2022-11-23T02:43:13.7501791Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.539s) 2022-11-23T02:43:13.7502130Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.584s) 2022-11-23T02:43:13.7502418Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.321s) 2022-11-23T02:43:13.7502815Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.886s) 2022-11-23T02:43:13.7503193Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.931s) 2022-11-23T02:43:13.7503572Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.171s) 2022-11-23T02:43:13.7503838Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.7504108Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:43:13.7504370Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7504619Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7504886Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.024s) 2022-11-23T02:43:13.7505156Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:43:13.7505455Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.7505754Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7506112Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.199s) 2022-11-23T02:43:13.7506412Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.265s) 2022-11-23T02:43:13.7506690Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (64.998s) 2022-11-23T02:43:13.7506944Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:43:13.7507202Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.313s) 2022-11-23T02:43:13.7507467Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (19.450s) 2022-11-23T02:43:13.7507733Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-11-23T02:43:13.7507998Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7508266Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7508676Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7508949Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.7509309Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.651s) 2022-11-23T02:43:13.7509737Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-11-23T02:43:13.7509996Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.366s) 2022-11-23T02:43:13.7510268Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7510545Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.390s) 2022-11-23T02:43:13.7510826Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.541s) 2022-11-23T02:43:13.7511212Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7511491Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7511773Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.7512028Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.461s) 2022-11-23T02:43:13.7512284Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:13.7512542Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.325s) 2022-11-23T02:43:13.7512805Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7513061Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.051s) 2022-11-23T02:43:13.7513408Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.229s) 2022-11-23T02:43:13.7513691Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7513957Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.145s) 2022-11-23T02:43:13.7514213Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (8.127s) 2022-11-23T02:43:13.7514469Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.234s) 2022-11-23T02:43:13.7514730Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.295s) 2022-11-23T02:43:13.7515138Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.410s) 2022-11-23T02:43:13.7515423Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.629s) 2022-11-23T02:43:13.7515688Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.076s) 2022-11-23T02:43:13.7516131Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.335s) 2022-11-23T02:43:13.7516532Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.866s) 2022-11-23T02:43:13.7516815Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.335s) 2022-11-23T02:43:13.7517070Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7517329Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.7517598Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7517875Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7518161Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.324s) 2022-11-23T02:43:13.7518522Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.683s) 2022-11-23T02:43:13.7518785Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-11-23T02:43:13.7519040Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.7519289Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-11-23T02:43:13.7519548Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-11-23T02:43:13.7519810Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7520081Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7520354Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:43:13.7520681Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7520965Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7521234Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7521503Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.285s) 2022-11-23T02:43:13.7521922Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:13.7522189Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7522444Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7522908Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7523189Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7523442Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7523708Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.7523980Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.7524238Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.7524513Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7524771Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7525034Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.7525294Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7525557Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7525925Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7526197Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.093s) 2022-11-23T02:43:13.7526495Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.052s) 2022-11-23T02:43:13.7526751Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.049s) 2022-11-23T02:43:13.7527022Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-11-23T02:43:13.7527296Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.7527538Z test_dispatch_symbolic_meta_outplace_all_strides_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:13.7527773Z test_dispatch_symbolic_meta_outplace_all_strides_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.369s) 2022-11-23T02:43:13.7528069Z test_dispatch_symbolic_meta_outplace_all_strides_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7528483Z test_dispatch_symbolic_meta_outplace_all_strides_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7528734Z test_dispatch_symbolic_meta_outplace_all_strides_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.7528973Z test_dispatch_symbolic_meta_outplace_all_strides_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.7529364Z test_dispatch_symbolic_meta_outplace_all_strides_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7529729Z test_dispatch_symbolic_meta_outplace_all_strides_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7529975Z test_dispatch_symbolic_meta_outplace_all_strides_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7530218Z test_dispatch_symbolic_meta_outplace_all_strides_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (8.981s) 2022-11-23T02:43:13.7530454Z test_dispatch_symbolic_meta_outplace_all_strides_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7530699Z test_dispatch_symbolic_meta_outplace_all_strides_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (56.940s) 2022-11-23T02:43:13.7530933Z test_dispatch_symbolic_meta_outplace_all_strides_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7531173Z test_dispatch_symbolic_meta_outplace_all_strides_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7531407Z test_dispatch_symbolic_meta_outplace_all_strides_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:43:13.7531669Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.157s) 2022-11-23T02:43:13.7531932Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7532194Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7532456Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7532712Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7532949Z test_dispatch_symbolic_meta_outplace_all_strides_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7533295Z test_dispatch_symbolic_meta_outplace_all_strides_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-11-23T02:43:13.7533530Z test_dispatch_symbolic_meta_outplace_all_strides_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:43:13.7533763Z test_dispatch_symbolic_meta_outplace_all_strides_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-11-23T02:43:13.7533994Z test_dispatch_symbolic_meta_outplace_all_strides_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:43:13.7534234Z test_dispatch_symbolic_meta_outplace_all_strides_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.192s) 2022-11-23T02:43:13.7534473Z test_dispatch_symbolic_meta_outplace_all_strides_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7534696Z test_dispatch_symbolic_meta_outplace_all_strides_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7535105Z test_dispatch_symbolic_meta_outplace_all_strides_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7535363Z test_dispatch_symbolic_meta_outplace_all_strides_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.7536368Z test_dispatch_symbolic_meta_outplace_all_strides_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7536687Z test_dispatch_symbolic_meta_outplace_all_strides_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7536926Z test_dispatch_symbolic_meta_outplace_all_strides_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7537159Z test_dispatch_symbolic_meta_outplace_all_strides_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7537406Z test_dispatch_symbolic_meta_outplace_all_strides_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7537654Z test_dispatch_symbolic_meta_outplace_all_strides_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:43:13.7537888Z test_dispatch_symbolic_meta_outplace_all_strides_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7538125Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.7538385Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.7538626Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7538861Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7539098Z test_dispatch_symbolic_meta_outplace_all_strides_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7539341Z test_dispatch_symbolic_meta_outplace_all_strides_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7539585Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7539826Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7540119Z test_dispatch_symbolic_meta_outplace_all_strides_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.7540354Z test_dispatch_symbolic_meta_outplace_all_strides_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:43:13.7540588Z test_dispatch_symbolic_meta_outplace_all_strides_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7540838Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7541214Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7541612Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7541857Z test_dispatch_symbolic_meta_outplace_all_strides_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7542076Z test_dispatch_symbolic_meta_outplace_all_strides_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-11-23T02:43:13.7542448Z test_dispatch_symbolic_meta_outplace_all_strides_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7542816Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.448s) 2022-11-23T02:43:13.7543062Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.495s) 2022-11-23T02:43:13.7543324Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.489s) 2022-11-23T02:43:13.7543579Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.469s) 2022-11-23T02:43:13.7543831Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.606s) 2022-11-23T02:43:13.7544171Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.484s) 2022-11-23T02:43:13.7544444Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.808s) 2022-11-23T02:43:13.7544694Z test_dispatch_symbolic_meta_outplace_all_strides_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.813s) 2022-11-23T02:43:13.7544954Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.305s) 2022-11-23T02:43:13.7545217Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.282s) 2022-11-23T02:43:13.7545455Z test_dispatch_symbolic_meta_outplace_all_strides_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7545708Z test_dispatch_symbolic_meta_outplace_all_strides_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7545943Z test_dispatch_symbolic_meta_outplace_all_strides_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7546181Z test_dispatch_symbolic_meta_outplace_all_strides_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7546419Z test_dispatch_symbolic_meta_outplace_all_strides_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7546654Z test_dispatch_symbolic_meta_outplace_all_strides_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7546916Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7547185Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7547451Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7547711Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7547949Z test_dispatch_symbolic_meta_outplace_all_strides_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7548336Z test_dispatch_symbolic_meta_outplace_all_strides_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7548575Z test_dispatch_symbolic_meta_outplace_all_strides_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.742s) 2022-11-23T02:43:13.7549049Z test_dispatch_symbolic_meta_outplace_all_strides_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7549409Z test_dispatch_symbolic_meta_outplace_all_strides_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7549671Z test_dispatch_symbolic_meta_outplace_all_strides_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:13.7549909Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.7550165Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.7550394Z test_dispatch_symbolic_meta_outplace_all_strides_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:13.7550651Z test_dispatch_symbolic_meta_outplace_all_strides_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:43:13.7550906Z test_dispatch_symbolic_meta_outplace_all_strides_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.974s) 2022-11-23T02:43:13.7551158Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.841s) 2022-11-23T02:43:13.7551495Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.658s) 2022-11-23T02:43:13.7551768Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.096s) 2022-11-23T02:43:13.7552015Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.915s) 2022-11-23T02:43:13.7552293Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:43:13.7552569Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-11-23T02:43:13.7552938Z 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.000s) 2022-11-23T02:43:13.7553291Z 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) 2022-11-23T02:43:13.7553539Z test_dispatch_symbolic_meta_outplace_all_strides_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.588s) 2022-11-23T02:43:13.7553788Z test_dispatch_symbolic_meta_outplace_all_strides_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.936s) 2022-11-23T02:43:13.7554060Z test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:43:13.7554387Z test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:13.7554634Z test_dispatch_symbolic_meta_outplace_all_strides_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.641s) 2022-11-23T02:43:13.7554876Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.652s) 2022-11-23T02:43:13.7555257Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.621s) 2022-11-23T02:43:13.7555545Z test_dispatch_symbolic_meta_outplace_all_strides_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:43:13.7555904Z 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) 2022-11-23T02:43:13.7556373Z test_dispatch_symbolic_meta_outplace_all_strides_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.739s) 2022-11-23T02:43:13.7556786Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.667s) 2022-11-23T02:43:13.7557044Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.648s) 2022-11-23T02:43:13.7557299Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.775s) 2022-11-23T02:43:13.7557553Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.752s) 2022-11-23T02:43:13.7557798Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7558045Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.710s) 2022-11-23T02:43:13.7558338Z test_dispatch_symbolic_meta_outplace_all_strides_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7558597Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.737s) 2022-11-23T02:43:13.7558947Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.781s) 2022-11-23T02:43:13.7559339Z 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.000s) 2022-11-23T02:43:13.7559708Z 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) 2022-11-23T02:43:13.7560067Z 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) 2022-11-23T02:43:13.7560414Z 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) 2022-11-23T02:43:13.7560688Z test_dispatch_symbolic_meta_outplace_all_strides_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.701s) 2022-11-23T02:43:13.7560939Z test_dispatch_symbolic_meta_outplace_all_strides_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.298s) 2022-11-23T02:43:13.7561184Z test_dispatch_symbolic_meta_outplace_all_strides_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-11-23T02:43:13.7561419Z test_dispatch_symbolic_meta_outplace_all_strides_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7561804Z test_dispatch_symbolic_meta_outplace_all_strides_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7562088Z test_dispatch_symbolic_meta_outplace_all_strides_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7562325Z test_dispatch_symbolic_meta_outplace_all_strides_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7562650Z test_dispatch_symbolic_meta_outplace_all_strides_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7563015Z test_dispatch_symbolic_meta_outplace_all_strides_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7563279Z test_dispatch_symbolic_meta_outplace_all_strides_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7563512Z test_dispatch_symbolic_meta_outplace_all_strides_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7563859Z test_dispatch_symbolic_meta_outplace_all_strides_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7564092Z test_dispatch_symbolic_meta_outplace_all_strides_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:43:13.7564325Z test_dispatch_symbolic_meta_outplace_all_strides_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-11-23T02:43:13.7564559Z test_dispatch_symbolic_meta_outplace_all_strides_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.7564801Z test_dispatch_symbolic_meta_outplace_all_strides_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7565029Z test_dispatch_symbolic_meta_outplace_all_strides_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.045s) 2022-11-23T02:43:13.7565361Z 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.000s) 2022-11-23T02:43:13.7565603Z test_dispatch_symbolic_meta_outplace_all_strides_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.7565831Z test_dispatch_symbolic_meta_outplace_all_strides_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7566197Z test_dispatch_symbolic_meta_outplace_all_strides_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.171s) 2022-11-23T02:43:13.7566450Z test_dispatch_symbolic_meta_outplace_all_strides_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:43:13.7566678Z test_dispatch_symbolic_meta_outplace_all_strides_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7566906Z test_dispatch_symbolic_meta_outplace_all_strides_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7567153Z test_dispatch_symbolic_meta_outplace_all_strides_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:13.7567381Z test_dispatch_symbolic_meta_outplace_all_strides_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:43:13.7567613Z test_dispatch_symbolic_meta_outplace_all_strides_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:43:13.7567843Z test_dispatch_symbolic_meta_outplace_all_strides_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7568082Z test_dispatch_symbolic_meta_outplace_all_strides_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7568427Z test_dispatch_symbolic_meta_outplace_all_strides_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7568706Z test_dispatch_symbolic_meta_outplace_all_strides_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7568952Z test_dispatch_symbolic_meta_outplace_all_strides_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7569308Z test_dispatch_symbolic_meta_outplace_all_strides_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.391s) 2022-11-23T02:43:13.7569576Z test_dispatch_symbolic_meta_outplace_all_strides_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.402s) 2022-11-23T02:43:13.7569828Z test_dispatch_symbolic_meta_outplace_all_strides_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:13.7570062Z test_dispatch_symbolic_meta_outplace_all_strides_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:43:13.7570425Z test_dispatch_symbolic_meta_outplace_all_strides_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7570666Z test_dispatch_symbolic_meta_outplace_all_strides_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:43:13.7570905Z test_dispatch_symbolic_meta_outplace_all_strides_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7571145Z test_dispatch_symbolic_meta_outplace_all_strides_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-11-23T02:43:13.7571490Z test_dispatch_symbolic_meta_outplace_all_strides_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7571726Z test_dispatch_symbolic_meta_outplace_all_strides_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7571973Z test_dispatch_symbolic_meta_outplace_all_strides_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7572214Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.7572449Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.7572686Z test_dispatch_symbolic_meta_outplace_all_strides_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7572940Z test_dispatch_symbolic_meta_outplace_all_strides_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.782s) 2022-11-23T02:43:13.7573177Z test_dispatch_symbolic_meta_outplace_all_strides_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.670s) 2022-11-23T02:43:13.7573415Z test_dispatch_symbolic_meta_outplace_all_strides_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7573710Z test_dispatch_symbolic_meta_outplace_all_strides_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7573971Z test_dispatch_symbolic_meta_outplace_all_strides_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7574206Z test_dispatch_symbolic_meta_outplace_all_strides_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7574499Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.7574777Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.7575032Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7575318Z test_dispatch_symbolic_meta_outplace_all_strides_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.015s) 2022-11-23T02:43:13.7575598Z test_dispatch_symbolic_meta_outplace_all_strides_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.7575987Z test_dispatch_symbolic_meta_outplace_all_strides_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7576234Z test_dispatch_symbolic_meta_outplace_all_strides_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7576468Z test_dispatch_symbolic_meta_outplace_all_strides_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:13.7576845Z test_dispatch_symbolic_meta_outplace_all_strides_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.309s) 2022-11-23T02:43:13.7577202Z test_dispatch_symbolic_meta_outplace_all_strides_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7577436Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7577685Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7577910Z test_dispatch_symbolic_meta_outplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:13.7578138Z test_dispatch_symbolic_meta_outplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:43:13.7578367Z test_dispatch_symbolic_meta_outplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:13.7578593Z test_dispatch_symbolic_meta_outplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:43:13.7578918Z test_dispatch_symbolic_meta_outplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:13.7579130Z test_dispatch_symbolic_meta_outplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:13.7579349Z test_dispatch_symbolic_meta_outplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7579564Z test_dispatch_symbolic_meta_outplace_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7579782Z test_dispatch_symbolic_meta_outplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7579997Z test_dispatch_symbolic_meta_outplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7580197Z test_dispatch_symbolic_meta_outplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7580410Z test_dispatch_symbolic_meta_outplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7580628Z test_dispatch_symbolic_meta_outplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7580837Z test_dispatch_symbolic_meta_outplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7581120Z test_dispatch_symbolic_meta_outplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7581347Z test_dispatch_symbolic_meta_outplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7581561Z test_dispatch_symbolic_meta_outplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7581767Z test_dispatch_symbolic_meta_outplace_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7581982Z test_dispatch_symbolic_meta_outplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7582194Z test_dispatch_symbolic_meta_outplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7582560Z test_dispatch_symbolic_meta_outplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7582782Z test_dispatch_symbolic_meta_outplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7582991Z test_dispatch_symbolic_meta_outplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7583293Z test_dispatch_symbolic_meta_outplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7583648Z test_dispatch_symbolic_meta_outplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7583880Z test_dispatch_symbolic_meta_outplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.7584103Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7584318Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7584546Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7584761Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7584956Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7585177Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7585395Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7585615Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7585827Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7586038Z test_dispatch_symbolic_meta_outplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7586363Z test_dispatch_symbolic_meta_outplace_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7586591Z test_dispatch_symbolic_meta_outplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7586814Z test_dispatch_symbolic_meta_outplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7587033Z test_dispatch_symbolic_meta_outplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7587249Z test_dispatch_symbolic_meta_outplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7587465Z test_dispatch_symbolic_meta_outplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7587678Z test_dispatch_symbolic_meta_outplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7587892Z test_dispatch_symbolic_meta_outplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7588109Z test_dispatch_symbolic_meta_outplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7588321Z test_dispatch_symbolic_meta_outplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7588533Z test_dispatch_symbolic_meta_outplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7588823Z test_dispatch_symbolic_meta_outplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7589207Z test_dispatch_symbolic_meta_outplace_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7589438Z test_dispatch_symbolic_meta_outplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7589655Z test_dispatch_symbolic_meta_outplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7589969Z test_dispatch_symbolic_meta_outplace_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7590317Z test_dispatch_symbolic_meta_outplace_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7590541Z test_dispatch_symbolic_meta_outplace_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7590752Z test_dispatch_symbolic_meta_outplace_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7590964Z test_dispatch_symbolic_meta_outplace_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7591170Z test_dispatch_symbolic_meta_outplace_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7591376Z test_dispatch_symbolic_meta_outplace_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7591579Z test_dispatch_symbolic_meta_outplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.7591800Z test_dispatch_symbolic_meta_outplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7592024Z test_dispatch_symbolic_meta_outplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7592236Z test_dispatch_symbolic_meta_outplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7592446Z test_dispatch_symbolic_meta_outplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7592665Z test_dispatch_symbolic_meta_outplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7592880Z test_dispatch_symbolic_meta_outplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7593096Z test_dispatch_symbolic_meta_outplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7593309Z test_dispatch_symbolic_meta_outplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7593522Z test_dispatch_symbolic_meta_outplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7593856Z test_dispatch_symbolic_meta_outplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7594076Z test_dispatch_symbolic_meta_outplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7594290Z test_dispatch_symbolic_meta_outplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7594502Z test_dispatch_symbolic_meta_outplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7594700Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7594915Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7595130Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7595343Z test_dispatch_symbolic_meta_outplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7595683Z test_dispatch_symbolic_meta_outplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7595935Z test_dispatch_symbolic_meta_outplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7596155Z test_dispatch_symbolic_meta_outplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7596544Z test_dispatch_symbolic_meta_outplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7596918Z test_dispatch_symbolic_meta_outplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7597142Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7597355Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7597568Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7597786Z test_dispatch_symbolic_meta_outplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7597996Z test_dispatch_symbolic_meta_outplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7598221Z test_dispatch_symbolic_meta_outplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7598447Z test_dispatch_symbolic_meta_outplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7598662Z test_dispatch_symbolic_meta_outplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7598873Z test_dispatch_symbolic_meta_outplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7599087Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7599305Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7599525Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7599723Z test_dispatch_symbolic_meta_outplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7599936Z test_dispatch_symbolic_meta_outplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7600167Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7600385Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7600618Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7600847Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7601071Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7601392Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7601605Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7601823Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7602042Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7602402Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7602626Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7602844Z test_dispatch_symbolic_meta_outplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7603186Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7603545Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7603782Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7604098Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7604349Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7604574Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7604799Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7605025Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7605233Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7605454Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7605665Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7605892Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7606106Z test_dispatch_symbolic_meta_outplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7606346Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7606582Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7606827Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7607072Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7607316Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7607554Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7607794Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7608032Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7608267Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7608500Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7608974Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7609216Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7609440Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7609772Z test_dispatch_symbolic_meta_outplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7610120Z test_dispatch_symbolic_meta_outplace_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7610355Z test_dispatch_symbolic_meta_outplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7610574Z test_dispatch_symbolic_meta_outplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7610770Z test_dispatch_symbolic_meta_outplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7610989Z test_dispatch_symbolic_meta_outplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7611205Z test_dispatch_symbolic_meta_outplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7611420Z test_dispatch_symbolic_meta_outplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7611717Z test_dispatch_symbolic_meta_outplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7611952Z test_dispatch_symbolic_meta_outplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7612169Z test_dispatch_symbolic_meta_outplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7612379Z test_dispatch_symbolic_meta_outplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7612587Z test_dispatch_symbolic_meta_outplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7612812Z test_dispatch_symbolic_meta_outplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7613024Z test_dispatch_symbolic_meta_outplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7613249Z test_dispatch_symbolic_meta_outplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7613475Z test_dispatch_symbolic_meta_outplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7613690Z test_dispatch_symbolic_meta_outplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7613907Z test_dispatch_symbolic_meta_outplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7614124Z test_dispatch_symbolic_meta_outplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7614341Z test_dispatch_symbolic_meta_outplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7614559Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7614772Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7614983Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7615196Z test_dispatch_symbolic_meta_outplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7615529Z test_dispatch_symbolic_meta_outplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7615760Z test_dispatch_symbolic_meta_outplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7615973Z test_dispatch_symbolic_meta_outplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7616256Z test_dispatch_symbolic_meta_outplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7617322Z test_dispatch_symbolic_meta_outplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7617541Z test_dispatch_symbolic_meta_outplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7617756Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7617970Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7618182Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7618394Z test_dispatch_symbolic_meta_outplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7618602Z test_dispatch_symbolic_meta_outplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7618819Z test_dispatch_symbolic_meta_outplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7619030Z test_dispatch_symbolic_meta_outplace_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7619259Z test_dispatch_symbolic_meta_outplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7619478Z test_dispatch_symbolic_meta_outplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7619787Z test_dispatch_symbolic_meta_outplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7620028Z test_dispatch_symbolic_meta_outplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7620246Z test_dispatch_symbolic_meta_outplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7620460Z test_dispatch_symbolic_meta_outplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7620672Z test_dispatch_symbolic_meta_outplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7620885Z test_dispatch_symbolic_meta_outplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7621083Z test_dispatch_symbolic_meta_outplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7621296Z test_dispatch_symbolic_meta_outplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7621507Z test_dispatch_symbolic_meta_outplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7621727Z test_dispatch_symbolic_meta_outplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7622072Z test_dispatch_symbolic_meta_outplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7622324Z test_dispatch_symbolic_meta_outplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7622546Z test_dispatch_symbolic_meta_outplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7622761Z test_dispatch_symbolic_meta_outplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7623197Z test_dispatch_symbolic_meta_outplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7623451Z test_dispatch_symbolic_meta_outplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7623674Z test_dispatch_symbolic_meta_outplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7623888Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7624101Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7624314Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7624526Z test_dispatch_symbolic_meta_outplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7624735Z test_dispatch_symbolic_meta_outplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7625074Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7625298Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7625532Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7625765Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7625996Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7626205Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7626432Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7626660Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7626880Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7627094Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7627380Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7627617Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7627830Z test_dispatch_symbolic_meta_outplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7628054Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7628276Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7628625Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7628886Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7629117Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7629345Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7629701Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7630044Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7630273Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7630488Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7630705Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7630927Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7631142Z test_dispatch_symbolic_meta_outplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7631371Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7631576Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7631806Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7632036Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7632264Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7632593Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7632809Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7633037Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7633257Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7633473Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7633683Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7633899Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7634114Z test_dispatch_symbolic_meta_outplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7634327Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7634553Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7634856Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7635098Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7635457Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7635674Z test_dispatch_symbolic_meta_outplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7635903Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7636261Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7636623Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7636830Z test_dispatch_symbolic_meta_outplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7637046Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7637262Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7637488Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7637713Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7637936Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7638162Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7638375Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7638584Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7638804Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7639015Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7639222Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7639435Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7639653Z test_dispatch_symbolic_meta_outplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7639975Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7640185Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7640398Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7640614Z test_dispatch_symbolic_meta_outplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7640832Z test_dispatch_symbolic_meta_outplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7641053Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7641274Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7641490Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7641689Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7642063Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7642368Z test_dispatch_symbolic_meta_outplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7642725Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7643099Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7643337Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7643568Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7643800Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7644021Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7644240Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7644456Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7644666Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7644881Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7645093Z test_dispatch_symbolic_meta_outplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7645311Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7645528Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7645738Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7645946Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7646161Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7646372Z test_dispatch_symbolic_meta_outplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7646610Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7646846Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7647059Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7647399Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7647628Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7647854Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7648073Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7648378Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7648636Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7648855Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7649071Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7649425Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7649776Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7650099Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7650346Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7650576Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7650800Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7651024Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7651252Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7651473Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7651690Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7651906Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7652125Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7652337Z test_dispatch_symbolic_meta_outplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7652536Z test_dispatch_symbolic_meta_outplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7652754Z test_dispatch_symbolic_meta_outplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7652975Z test_dispatch_symbolic_meta_outplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7653211Z test_dispatch_symbolic_meta_outplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7653430Z test_dispatch_symbolic_meta_outplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7653649Z test_dispatch_symbolic_meta_outplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7653860Z test_dispatch_symbolic_meta_outplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7654071Z test_dispatch_symbolic_meta_outplace_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7654335Z test_dispatch_symbolic_meta_outplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7654559Z test_dispatch_symbolic_meta_outplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7654876Z test_dispatch_symbolic_meta_outplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7655231Z test_dispatch_symbolic_meta_outplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7655456Z test_dispatch_symbolic_meta_outplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7655677Z test_dispatch_symbolic_meta_outplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7656012Z test_dispatch_symbolic_meta_outplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7656349Z test_dispatch_symbolic_meta_outplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7656568Z test_dispatch_symbolic_meta_outplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7656778Z test_dispatch_symbolic_meta_outplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7656994Z test_dispatch_symbolic_meta_outplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7657233Z test_dispatch_symbolic_meta_outplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7657474Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7658256Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7658567Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7658812Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7659050Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7659292Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7659531Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7659765Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7660002Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7660231Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7660463Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7660689Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7660920Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7661150Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7661387Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7661778Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7662020Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7662249Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7662609Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7662977Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7663338Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7663563Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7663788Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7664018Z test_dispatch_symbolic_meta_outplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7664227Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7664448Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7664663Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7664885Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7665102Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7665315Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7665533Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7665821Z test_dispatch_symbolic_meta_outplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7666057Z test_dispatch_symbolic_meta_outplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7666267Z test_dispatch_symbolic_meta_outplace_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7666489Z test_dispatch_symbolic_meta_outplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7666709Z test_dispatch_symbolic_meta_outplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7666930Z test_dispatch_symbolic_meta_outplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7667146Z test_dispatch_symbolic_meta_outplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7667361Z test_dispatch_symbolic_meta_outplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7667576Z test_dispatch_symbolic_meta_outplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7667788Z test_dispatch_symbolic_meta_outplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7667998Z test_dispatch_symbolic_meta_outplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7668359Z test_dispatch_symbolic_meta_outplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7668578Z test_dispatch_symbolic_meta_outplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7668821Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7669164Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7669537Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7669791Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7670025Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7670257Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7670484Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7670713Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7671051Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7671281Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7671515Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7671740Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7671960Z test_dispatch_symbolic_meta_outplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7672169Z test_dispatch_symbolic_meta_outplace_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7672389Z test_dispatch_symbolic_meta_outplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7672609Z test_dispatch_symbolic_meta_outplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7672832Z test_dispatch_symbolic_meta_outplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7673047Z test_dispatch_symbolic_meta_outplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7673334Z test_dispatch_symbolic_meta_outplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7673567Z test_dispatch_symbolic_meta_outplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7673777Z test_dispatch_symbolic_meta_outplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7673990Z test_dispatch_symbolic_meta_outplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7674194Z test_dispatch_symbolic_meta_outplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7674386Z test_dispatch_symbolic_meta_outplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7674594Z test_dispatch_symbolic_meta_outplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7674963Z test_dispatch_symbolic_meta_outplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.325s) 2022-11-23T02:43:13.7675194Z test_dispatch_symbolic_meta_outplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.345s) 2022-11-23T02:43:13.7675419Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7675771Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7676125Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7676360Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7676581Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7676808Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7677030Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7677249Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7677467Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7677684Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7677897Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7678116Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7678335Z test_dispatch_symbolic_meta_outplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7678659Z test_dispatch_symbolic_meta_outplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7678875Z test_dispatch_symbolic_meta_outplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7679093Z test_dispatch_symbolic_meta_outplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7679312Z test_dispatch_symbolic_meta_outplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7679505Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7679717Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7679930Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7680140Z test_dispatch_symbolic_meta_outplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7680352Z test_dispatch_symbolic_meta_outplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7680575Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7680867Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7681114Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7681482Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7681712Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7681930Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7682267Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7682491Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7682708Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7682929Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7683283Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7683651Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7684026Z test_dispatch_symbolic_meta_outplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7684404Z test_dispatch_symbolic_meta_outplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7684630Z test_dispatch_symbolic_meta_outplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7684865Z test_dispatch_symbolic_meta_outplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7685071Z test_dispatch_symbolic_meta_outplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7685292Z test_dispatch_symbolic_meta_outplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7685508Z test_dispatch_symbolic_meta_outplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7685725Z test_dispatch_symbolic_meta_outplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7685943Z test_dispatch_symbolic_meta_outplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7686158Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7686393Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7686745Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7686962Z test_dispatch_symbolic_meta_outplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7687178Z test_dispatch_symbolic_meta_outplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7687401Z test_dispatch_symbolic_meta_outplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7687620Z test_dispatch_symbolic_meta_outplace_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7687850Z test_dispatch_symbolic_meta_outplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7688068Z test_dispatch_symbolic_meta_outplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7688287Z test_dispatch_symbolic_meta_outplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7688513Z test_dispatch_symbolic_meta_outplace_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7688886Z test_dispatch_symbolic_meta_outplace_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7689204Z test_dispatch_symbolic_meta_outplace_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7689523Z test_dispatch_symbolic_meta_outplace_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7690163Z test_dispatch_symbolic_meta_outplace_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7690664Z test_dispatch_symbolic_meta_outplace_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7691172Z test_dispatch_symbolic_meta_outplace_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7691829Z test_dispatch_symbolic_meta_outplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7692398Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7692910Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7693491Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7693906Z test_dispatch_symbolic_meta_outplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7694347Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7694778Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7695288Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7695715Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7696144Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7696718Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7697139Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7697724Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7698124Z test_dispatch_symbolic_meta_outplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7698496Z test_dispatch_symbolic_meta_outplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7698894Z test_dispatch_symbolic_meta_outplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7699475Z test_dispatch_symbolic_meta_outplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7699858Z test_dispatch_symbolic_meta_outplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7700240Z test_dispatch_symbolic_meta_outplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7700633Z test_dispatch_symbolic_meta_outplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7701021Z test_dispatch_symbolic_meta_outplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7701401Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7701774Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7702217Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7702590Z test_dispatch_symbolic_meta_outplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7703038Z test_dispatch_symbolic_meta_outplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7703517Z test_dispatch_symbolic_meta_outplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7704038Z test_dispatch_symbolic_meta_outplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7704453Z test_dispatch_symbolic_meta_outplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7704840Z test_dispatch_symbolic_meta_outplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7705214Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7705591Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7705977Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7706480Z test_dispatch_symbolic_meta_outplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7706946Z test_dispatch_symbolic_meta_outplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7708005Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.7708849Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.7709268Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.7709716Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.7710174Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7710682Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7711143Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7711535Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7711928Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.7712313Z test_dispatch_symbolic_meta_outplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7712751Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7713141Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7713538Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.7714093Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7714484Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.7714878Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7715436Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7715828Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7716268Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7716710Z test_dispatch_symbolic_meta_outplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7717087Z test_dispatch_symbolic_meta_outplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7717468Z test_dispatch_symbolic_meta_outplace_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7717855Z test_dispatch_symbolic_meta_outplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7718364Z test_dispatch_symbolic_meta_outplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7718776Z test_dispatch_symbolic_meta_outplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7719156Z test_dispatch_symbolic_meta_outplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7719538Z test_dispatch_symbolic_meta_outplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7719918Z test_dispatch_symbolic_meta_outplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7720289Z test_dispatch_symbolic_meta_outplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7720672Z test_dispatch_symbolic_meta_outplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7721039Z test_dispatch_symbolic_meta_outplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7721417Z test_dispatch_symbolic_meta_outplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7721826Z test_dispatch_symbolic_meta_outplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7722252Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7722640Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7723234Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7723656Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7724077Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7724481Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7724897Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7725308Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7725712Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7726102Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7726495Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7727048Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7727441Z test_dispatch_symbolic_meta_outplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7727859Z test_dispatch_symbolic_meta_outplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.229s) 2022-11-23T02:43:13.7728266Z test_dispatch_symbolic_meta_outplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.233s) 2022-11-23T02:43:13.7728808Z test_dispatch_symbolic_meta_outplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.233s) 2022-11-23T02:43:13.7729308Z test_dispatch_symbolic_meta_outplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-11-23T02:43:13.7729796Z test_dispatch_symbolic_meta_outplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-11-23T02:43:13.7730206Z test_dispatch_symbolic_meta_outplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-11-23T02:43:13.7730621Z test_dispatch_symbolic_meta_outplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-11-23T02:43:13.7731019Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-11-23T02:43:13.7731516Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-11-23T02:43:13.7731949Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:43:13.7732352Z test_dispatch_symbolic_meta_outplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-11-23T02:43:13.7732752Z test_dispatch_symbolic_meta_outplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.252s) 2022-11-23T02:43:13.7733149Z test_dispatch_symbolic_meta_outplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7733544Z test_dispatch_symbolic_meta_outplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7733926Z test_dispatch_symbolic_meta_outplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7734307Z test_dispatch_symbolic_meta_outplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7734686Z test_dispatch_symbolic_meta_outplace_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7735150Z test_dispatch_symbolic_meta_outplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7735548Z test_dispatch_symbolic_meta_outplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7735976Z test_dispatch_symbolic_meta_outplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7736436Z test_dispatch_symbolic_meta_outplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7736832Z test_dispatch_symbolic_meta_outplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7737213Z test_dispatch_symbolic_meta_outplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7737586Z test_dispatch_symbolic_meta_outplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7737961Z test_dispatch_symbolic_meta_outplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7738326Z test_dispatch_symbolic_meta_outplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7738703Z test_dispatch_symbolic_meta_outplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7739074Z test_dispatch_symbolic_meta_outplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7739489Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7739872Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7740432Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7740840Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7741260Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7741738Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7742157Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7742628Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7743122Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7743535Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7743932Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7744334Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7744905Z test_dispatch_symbolic_meta_outplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7745357Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.7745759Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.7746182Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.7746597Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.7747024Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.7747437Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.7747841Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.7748312Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.7748721Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.7749173Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.7749662Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.7750058Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.7750464Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7750849Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7751258Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7751675Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7752084Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7752485Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7752879Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7753433Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7753825Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7754217Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7754651Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7755124Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7755516Z test_dispatch_symbolic_meta_outplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7755979Z test_dispatch_symbolic_meta_outplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.7756436Z test_dispatch_symbolic_meta_outplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7756835Z test_dispatch_symbolic_meta_outplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7757224Z test_dispatch_symbolic_meta_outplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7757726Z test_dispatch_symbolic_meta_outplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7758150Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.7758537Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7758917Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7759287Z test_dispatch_symbolic_meta_outplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7759681Z test_dispatch_symbolic_meta_outplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7760078Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.7760478Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.7760883Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.7761281Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.7761729Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.7762120Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7762563Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.7763013Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.7763383Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.7763759Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.7764149Z test_dispatch_symbolic_meta_outplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.7764536Z test_dispatch_symbolic_meta_outplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7764903Z test_dispatch_symbolic_meta_outplace_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7765280Z test_dispatch_symbolic_meta_outplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7765699Z test_dispatch_symbolic_meta_outplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7766224Z test_dispatch_symbolic_meta_outplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7766598Z test_dispatch_symbolic_meta_outplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7766976Z test_dispatch_symbolic_meta_outplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7767359Z test_dispatch_symbolic_meta_outplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7767717Z test_dispatch_symbolic_meta_outplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7768088Z test_dispatch_symbolic_meta_outplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7768513Z test_dispatch_symbolic_meta_outplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7768892Z test_dispatch_symbolic_meta_outplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7769350Z test_dispatch_symbolic_meta_outplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7769819Z test_dispatch_symbolic_meta_outplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7770189Z test_dispatch_symbolic_meta_outplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7770696Z test_dispatch_symbolic_meta_outplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7771118Z test_dispatch_symbolic_meta_outplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7771501Z test_dispatch_symbolic_meta_outplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7771877Z test_dispatch_symbolic_meta_outplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7772261Z test_dispatch_symbolic_meta_outplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7772651Z test_dispatch_symbolic_meta_outplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7773027Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7773397Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7773780Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7774143Z test_dispatch_symbolic_meta_outplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7774513Z test_dispatch_symbolic_meta_outplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7775001Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7775412Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7775904Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7776382Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7776783Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7777196Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7777598Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7777996Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7778394Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7778794Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7780212Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7780614Z test_dispatch_symbolic_meta_outplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7780990Z test_dispatch_symbolic_meta_outplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.695s) 2022-11-23T02:43:13.7781461Z test_dispatch_symbolic_meta_outplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.665s) 2022-11-23T02:43:13.7781865Z test_dispatch_symbolic_meta_outplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.666s) 2022-11-23T02:43:13.7782304Z test_dispatch_symbolic_meta_outplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.684s) 2022-11-23T02:43:13.7782763Z test_dispatch_symbolic_meta_outplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.632s) 2022-11-23T02:43:13.7783152Z test_dispatch_symbolic_meta_outplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.660s) 2022-11-23T02:43:13.7783579Z test_dispatch_symbolic_meta_outplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.645s) 2022-11-23T02:43:13.7783949Z test_dispatch_symbolic_meta_outplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.694s) 2022-11-23T02:43:13.7784322Z test_dispatch_symbolic_meta_outplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.651s) 2022-11-23T02:43:13.7784832Z test_dispatch_symbolic_meta_outplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.689s) 2022-11-23T02:43:13.7785236Z test_dispatch_symbolic_meta_outplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.679s) 2022-11-23T02:43:13.7785632Z test_dispatch_symbolic_meta_outplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7786009Z test_dispatch_symbolic_meta_outplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7786396Z test_dispatch_symbolic_meta_outplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7786786Z test_dispatch_symbolic_meta_outplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7787167Z test_dispatch_symbolic_meta_outplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7787536Z test_dispatch_symbolic_meta_outplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7787991Z test_dispatch_symbolic_meta_outplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7788373Z test_dispatch_symbolic_meta_outplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7788822Z test_dispatch_symbolic_meta_outplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7789264Z test_dispatch_symbolic_meta_outplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7789663Z test_dispatch_symbolic_meta_outplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7790049Z test_dispatch_symbolic_meta_outplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.7790438Z test_dispatch_symbolic_meta_outplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7790818Z test_dispatch_symbolic_meta_outplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7791206Z test_dispatch_symbolic_meta_outplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7791585Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7791966Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7792344Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7792715Z test_dispatch_symbolic_meta_outplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7793250Z test_dispatch_symbolic_meta_outplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7793650Z test_dispatch_symbolic_meta_outplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7794029Z test_dispatch_symbolic_meta_outplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7794467Z test_dispatch_symbolic_meta_outplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7794862Z test_dispatch_symbolic_meta_outplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7795241Z test_dispatch_symbolic_meta_outplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7795748Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7796136Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7796522Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7796894Z test_dispatch_symbolic_meta_outplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7797266Z test_dispatch_symbolic_meta_outplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7797773Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7798216Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7798613Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7799002Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7799380Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7799765Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7800147Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7800531Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7800917Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7801408Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7801792Z test_dispatch_symbolic_meta_outplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7802240Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7802711Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7803106Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7803494Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7803875Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7804252Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7804626Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7805004Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7805380Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7805757Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7806284Z test_dispatch_symbolic_meta_outplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7806719Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.7807168Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:43:13.7807613Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.7808141Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.7808650Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.7809163Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.7809606Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.7810030Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.7810457Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.7811009Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.7811469Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.7811858Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7812241Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7812631Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7813009Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7813393Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7813790Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7814178Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7814652Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7815042Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7815486Z test_dispatch_symbolic_meta_outplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7815951Z test_dispatch_symbolic_meta_outplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7816340Z test_dispatch_symbolic_meta_outplace_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7816728Z test_dispatch_symbolic_meta_outplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7817128Z test_dispatch_symbolic_meta_outplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7817514Z test_dispatch_symbolic_meta_outplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7817889Z test_dispatch_symbolic_meta_outplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7818271Z test_dispatch_symbolic_meta_outplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7818648Z test_dispatch_symbolic_meta_outplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7819017Z test_dispatch_symbolic_meta_outplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7819538Z test_dispatch_symbolic_meta_outplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7819917Z test_dispatch_symbolic_meta_outplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7820293Z test_dispatch_symbolic_meta_outplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7820666Z test_dispatch_symbolic_meta_outplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7821112Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7821516Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7821996Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7822490Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7822923Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7823325Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7823833Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7824266Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7824663Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.7825047Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7825434Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7825829Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.7826213Z test_dispatch_symbolic_meta_outplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7826609Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7827001Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7827408Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7827887Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7828287Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7828787Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7829185Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7829575Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7829955Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7830326Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7830706Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7831104Z test_dispatch_symbolic_meta_outplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7831520Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7831927Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7832503Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7832918Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7833318Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7833730Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7834204Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7834620Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7835082Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7835549Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7835969Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7836372Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7836897Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7837329Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7837715Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7838116Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7838522Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7838938Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7839334Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7839713Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7840165Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7840566Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7841001Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7841380Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7841836Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7842309Z test_dispatch_symbolic_meta_outplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7842730Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7843144Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7843564Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7843985Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7844392Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7844804Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7845217Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7845771Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7846177Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7846594Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7846986Z test_dispatch_symbolic_meta_outplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.876s) 2022-11-23T02:43:13.7847424Z test_dispatch_symbolic_meta_outplace_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.839s) 2022-11-23T02:43:13.7847819Z test_dispatch_symbolic_meta_outplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.818s) 2022-11-23T02:43:13.7848281Z test_dispatch_symbolic_meta_outplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.814s) 2022-11-23T02:43:13.7848746Z test_dispatch_symbolic_meta_outplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.872s) 2022-11-23T02:43:13.7849111Z test_dispatch_symbolic_meta_outplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.827s) 2022-11-23T02:43:13.7849491Z test_dispatch_symbolic_meta_outplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.839s) 2022-11-23T02:43:13.7850657Z test_dispatch_symbolic_meta_outplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.886s) 2022-11-23T02:43:13.7851112Z test_dispatch_symbolic_meta_outplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.828s) 2022-11-23T02:43:13.7851488Z test_dispatch_symbolic_meta_outplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.824s) 2022-11-23T02:43:13.7851860Z test_dispatch_symbolic_meta_outplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.815s) 2022-11-23T02:43:13.7852226Z test_dispatch_symbolic_meta_outplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.816s) 2022-11-23T02:43:13.7852618Z test_dispatch_symbolic_meta_outplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7853010Z test_dispatch_symbolic_meta_outplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7853397Z test_dispatch_symbolic_meta_outplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7853782Z test_dispatch_symbolic_meta_outplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7854247Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7854682Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7855196Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7855595Z test_dispatch_symbolic_meta_outplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7855979Z test_dispatch_symbolic_meta_outplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7856357Z test_dispatch_symbolic_meta_outplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:43:13.7856746Z test_dispatch_symbolic_meta_outplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:43:13.7857136Z test_dispatch_symbolic_meta_outplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:43:13.7857517Z test_dispatch_symbolic_meta_outplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:43:13.7857896Z test_dispatch_symbolic_meta_outplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.7858256Z test_dispatch_symbolic_meta_outplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.7858679Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:13.7859274Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:13.7859685Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:43:13.7860099Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.7860613Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.7861037Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7861511Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.7861994Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.7862406Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7862838Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7863255Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7863806Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7864272Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7864685Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7865106Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7865529Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7865966Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7866379Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7866794Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7867293Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7867725Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7868307Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7868743Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7869164Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7869585Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.7870004Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7870422Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7870834Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7871248Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7871664Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7872221Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7872600Z test_dispatch_symbolic_meta_outplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7872991Z test_dispatch_symbolic_meta_outplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7873475Z test_dispatch_symbolic_meta_outplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7873865Z test_dispatch_symbolic_meta_outplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7874296Z test_dispatch_symbolic_meta_outplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7874775Z test_dispatch_symbolic_meta_outplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7875177Z test_dispatch_symbolic_meta_outplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7875547Z test_dispatch_symbolic_meta_outplace_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7875948Z test_dispatch_symbolic_meta_outplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7876349Z test_dispatch_symbolic_meta_outplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7876842Z test_dispatch_symbolic_meta_outplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7877261Z test_dispatch_symbolic_meta_outplace_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7877644Z test_dispatch_symbolic_meta_outplace_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7878022Z test_dispatch_symbolic_meta_outplace_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7878384Z test_dispatch_symbolic_meta_outplace_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7878777Z test_dispatch_symbolic_meta_outplace_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7879151Z test_dispatch_symbolic_meta_outplace_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7879524Z test_dispatch_symbolic_meta_outplace_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.7879987Z test_dispatch_symbolic_meta_outplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7880394Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7880963Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7881369Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7881767Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7882167Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7882562Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7882945Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7883326Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7883708Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7884083Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7884461Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7884843Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7885379Z test_dispatch_symbolic_meta_outplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7885771Z test_dispatch_symbolic_meta_outplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7886218Z test_dispatch_symbolic_meta_outplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7886628Z test_dispatch_symbolic_meta_outplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7887091Z test_dispatch_symbolic_meta_outplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7887581Z test_dispatch_symbolic_meta_outplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7887971Z test_dispatch_symbolic_meta_outplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7888346Z test_dispatch_symbolic_meta_outplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7888743Z test_dispatch_symbolic_meta_outplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7889124Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7889504Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7889989Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7890404Z test_dispatch_symbolic_meta_outplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7890773Z test_dispatch_symbolic_meta_outplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7891159Z test_dispatch_symbolic_meta_outplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.7891558Z test_dispatch_symbolic_meta_outplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.7891965Z test_dispatch_symbolic_meta_outplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.7892355Z test_dispatch_symbolic_meta_outplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.7892820Z test_dispatch_symbolic_meta_outplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.7893202Z test_dispatch_symbolic_meta_outplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.7893739Z test_dispatch_symbolic_meta_outplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7894117Z test_dispatch_symbolic_meta_outplace_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7894508Z test_dispatch_symbolic_meta_outplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7894900Z test_dispatch_symbolic_meta_outplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7895291Z test_dispatch_symbolic_meta_outplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7895654Z test_dispatch_symbolic_meta_outplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7896047Z test_dispatch_symbolic_meta_outplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7896439Z test_dispatch_symbolic_meta_outplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7896817Z test_dispatch_symbolic_meta_outplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7897188Z test_dispatch_symbolic_meta_outplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7897561Z test_dispatch_symbolic_meta_outplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7897943Z test_dispatch_symbolic_meta_outplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7898465Z test_dispatch_symbolic_meta_outplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7898950Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7899357Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7899861Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7900275Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7900777Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7901182Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7901579Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7901983Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7902378Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7902881Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7903297Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7903682Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7904064Z test_dispatch_symbolic_meta_outplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7904444Z test_dispatch_symbolic_meta_outplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7904791Z test_dispatch_symbolic_meta_outplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7905186Z test_dispatch_symbolic_meta_outplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7905567Z test_dispatch_symbolic_meta_outplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7906037Z test_dispatch_symbolic_meta_outplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7906416Z test_dispatch_symbolic_meta_outplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7906986Z test_dispatch_symbolic_meta_outplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7907365Z test_dispatch_symbolic_meta_outplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.7907730Z test_dispatch_symbolic_meta_outplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7908087Z test_dispatch_symbolic_meta_outplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7908452Z test_dispatch_symbolic_meta_outplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7908816Z test_dispatch_symbolic_meta_outplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7909176Z test_dispatch_symbolic_meta_outplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7909569Z test_dispatch_symbolic_meta_outplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7909945Z test_dispatch_symbolic_meta_outplace_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7910337Z test_dispatch_symbolic_meta_outplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7910726Z test_dispatch_symbolic_meta_outplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7911110Z test_dispatch_symbolic_meta_outplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7911642Z test_dispatch_symbolic_meta_outplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7912090Z test_dispatch_symbolic_meta_outplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7912471Z test_dispatch_symbolic_meta_outplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7912891Z test_dispatch_symbolic_meta_outplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7913350Z test_dispatch_symbolic_meta_outplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7913728Z test_dispatch_symbolic_meta_outplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7914100Z test_dispatch_symbolic_meta_outplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7914482Z test_dispatch_symbolic_meta_outplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7914864Z test_dispatch_symbolic_meta_outplace_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7915234Z test_dispatch_symbolic_meta_outplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7915611Z test_dispatch_symbolic_meta_outplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7916090Z test_dispatch_symbolic_meta_outplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7916503Z test_dispatch_symbolic_meta_outplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7916874Z test_dispatch_symbolic_meta_outplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7917243Z test_dispatch_symbolic_meta_outplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7917616Z test_dispatch_symbolic_meta_outplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7917990Z test_dispatch_symbolic_meta_outplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7918435Z test_dispatch_symbolic_meta_outplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7918814Z test_dispatch_symbolic_meta_outplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7919284Z test_dispatch_symbolic_meta_outplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7919755Z test_dispatch_symbolic_meta_outplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7920141Z test_dispatch_symbolic_meta_outplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7920516Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7920873Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7921256Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7921628Z test_dispatch_symbolic_meta_outplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7921999Z test_dispatch_symbolic_meta_outplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7922386Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7922785Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7923164Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7923541Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7923918Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7924303Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7924827Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7925207Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7925590Z test_dispatch_symbolic_meta_outplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7925980Z test_dispatch_symbolic_meta_outplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7926355Z test_dispatch_symbolic_meta_outplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7926732Z test_dispatch_symbolic_meta_outplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7927107Z test_dispatch_symbolic_meta_outplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7927482Z test_dispatch_symbolic_meta_outplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7927859Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7928228Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7928707Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7929091Z test_dispatch_symbolic_meta_outplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7929471Z test_dispatch_symbolic_meta_outplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7929930Z test_dispatch_symbolic_meta_outplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7930318Z test_dispatch_symbolic_meta_outplace_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7930850Z test_dispatch_symbolic_meta_outplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7931254Z test_dispatch_symbolic_meta_outplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7931648Z test_dispatch_symbolic_meta_outplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7932019Z test_dispatch_symbolic_meta_outplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7932405Z test_dispatch_symbolic_meta_outplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7932783Z test_dispatch_symbolic_meta_outplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.7933160Z test_dispatch_symbolic_meta_outplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7933530Z test_dispatch_symbolic_meta_outplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7933894Z test_dispatch_symbolic_meta_outplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7934271Z test_dispatch_symbolic_meta_outplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7934634Z test_dispatch_symbolic_meta_outplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7935033Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7935436Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7935846Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7936252Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7936648Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7937037Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7937549Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7937943Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7938336Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7938710Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7939090Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7939471Z test_dispatch_symbolic_meta_outplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.7939846Z test_dispatch_symbolic_meta_outplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7940224Z test_dispatch_symbolic_meta_outplace_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7940632Z test_dispatch_symbolic_meta_outplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7941030Z test_dispatch_symbolic_meta_outplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7941519Z test_dispatch_symbolic_meta_outplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7941934Z test_dispatch_symbolic_meta_outplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7942313Z test_dispatch_symbolic_meta_outplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7942696Z test_dispatch_symbolic_meta_outplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7943077Z test_dispatch_symbolic_meta_outplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7943459Z test_dispatch_symbolic_meta_outplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7943838Z test_dispatch_symbolic_meta_outplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.7944216Z test_dispatch_symbolic_meta_outplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7944609Z test_dispatch_symbolic_meta_outplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.7944983Z test_dispatch_symbolic_meta_outplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7945369Z test_dispatch_symbolic_meta_outplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7945740Z test_dispatch_symbolic_meta_outplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7946212Z test_dispatch_symbolic_meta_outplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7946596Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7947066Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7947540Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7947930Z test_dispatch_symbolic_meta_outplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.7948304Z test_dispatch_symbolic_meta_outplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7948689Z test_dispatch_symbolic_meta_outplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-11-23T02:43:13.7949063Z test_dispatch_symbolic_meta_outplace_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:43:13.7949450Z test_dispatch_symbolic_meta_outplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-11-23T02:43:13.7949836Z test_dispatch_symbolic_meta_outplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-11-23T02:43:13.7950355Z test_dispatch_symbolic_meta_outplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-11-23T02:43:13.7950729Z test_dispatch_symbolic_meta_outplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.202s) 2022-11-23T02:43:13.7951103Z test_dispatch_symbolic_meta_outplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:43:13.7951479Z test_dispatch_symbolic_meta_outplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:43:13.7951848Z test_dispatch_symbolic_meta_outplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-11-23T02:43:13.7952210Z test_dispatch_symbolic_meta_outplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-11-23T02:43:13.7952582Z test_dispatch_symbolic_meta_outplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-11-23T02:43:13.7952948Z test_dispatch_symbolic_meta_outplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-11-23T02:43:13.7953343Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7953743Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7954129Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7954682Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7955112Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7955495Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7955875Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7956261Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7956641Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7957015Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7957392Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7957778Z test_dispatch_symbolic_meta_outplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7958156Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7958556Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7958960Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7959349Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7959745Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7960119Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7960501Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7960889Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7961268Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7961646Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.7962030Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7962391Z test_dispatch_symbolic_meta_outplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7962913Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7963321Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7963731Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7964133Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7964523Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7964896Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7965275Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7965667Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7966043Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.7966416Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7966900Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7967315Z test_dispatch_symbolic_meta_outplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7967729Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7968124Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7968538Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.7968960Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.7969376Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7969786Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7970194Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7970604Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7971005Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.7971385Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7971766Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7972172Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.7972572Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7972961Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7973366Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7973771Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7974172Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7974556Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7974946Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.7975470Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7975849Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7976237Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7976611Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7976995Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.7977372Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7977831Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7978295Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7978794Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.7979187Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.7979703Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7980131Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7980495Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7980882Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7981257Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7981636Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7982016Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.7982401Z test_dispatch_symbolic_meta_outplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.7982794Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.7983210Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7983610Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7984013Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7984404Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.7984798Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.7985184Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7985571Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7985951Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.7986329Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.7986718Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.7987091Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.7987470Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7988794Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.7989191Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.7989577Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.7989968Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7990353Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7990735Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7991127Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7991506Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7991891Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.7992266Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7992772Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.7993189Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7993596Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7993990Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7994396Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.7994800Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.7995189Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7995570Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7995955Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.7996329Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.7996695Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.7997071Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.7997467Z test_dispatch_symbolic_meta_outplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.7997860Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.7998247Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.7998651Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.7999063Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.7999466Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.7999842Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8000226Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8000610Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8001134Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8001512Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8001889Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8002271Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8002685Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8003084Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8003505Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8003925Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8004353Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8004761Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8005283Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8005728Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8006125Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8006520Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8006917Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8007307Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8007703Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8008099Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8008504Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8008896Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8009286Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8009680Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8010057Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8010445Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8010833Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8011217Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8011601Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8011997Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8012389Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8012773Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8013156Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8013680Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8014055Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8014433Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8014812Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8015188Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8015585Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8015958Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8016345Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8016742Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8017123Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8017617Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8018042Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8018426Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8018805Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8019205Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8019605Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8020024Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8020414Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8020810Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8021206Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8021596Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8021980Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8022359Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8022751Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8023136Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8023518Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8023928Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8024315Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8024725Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8025118Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8025501Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8026029Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8026418Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8026795Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8027173Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8027560Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8027938Z test_dispatch_symbolic_meta_outplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8028311Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8028715Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8029130Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8029537Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8030038Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8030458Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8030855Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8031251Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8031635Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8032012Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8032407Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8032798Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8033174Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8033570Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8034047Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8034441Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8034915Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8035409Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8035786Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8036170Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8036556Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8036933Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8037327Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8037717Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8038098Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8038643Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8039023Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8039399Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8039784Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8040172Z test_dispatch_symbolic_meta_outplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8040550Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8040943Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8041327Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8041709Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8042070Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8042447Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8042940Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8043356Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8043729Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8044102Z test_dispatch_symbolic_meta_outplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8044475Z test_dispatch_symbolic_meta_outplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8044877Z test_dispatch_symbolic_meta_outplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8045265Z test_dispatch_symbolic_meta_outplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8045653Z test_dispatch_symbolic_meta_outplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8046045Z test_dispatch_symbolic_meta_outplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8046422Z test_dispatch_symbolic_meta_outplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8046801Z test_dispatch_symbolic_meta_outplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8047172Z test_dispatch_symbolic_meta_outplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8047544Z test_dispatch_symbolic_meta_outplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8047922Z test_dispatch_symbolic_meta_outplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8048292Z test_dispatch_symbolic_meta_outplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8048655Z test_dispatch_symbolic_meta_outplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8049062Z test_dispatch_symbolic_meta_outplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8049418Z test_dispatch_symbolic_meta_outplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8049809Z test_dispatch_symbolic_meta_outplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8050182Z test_dispatch_symbolic_meta_outplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8050607Z test_dispatch_symbolic_meta_outplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8051172Z test_dispatch_symbolic_meta_outplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8051541Z test_dispatch_symbolic_meta_outplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8051905Z test_dispatch_symbolic_meta_outplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8052285Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8052699Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8053097Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8053478Z test_dispatch_symbolic_meta_outplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8053850Z test_dispatch_symbolic_meta_outplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8054227Z test_dispatch_symbolic_meta_outplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8054648Z test_dispatch_symbolic_meta_outplace_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8055027Z test_dispatch_symbolic_meta_outplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8056177Z test_dispatch_symbolic_meta_outplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8056644Z test_dispatch_symbolic_meta_outplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8057029Z test_dispatch_symbolic_meta_outplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8057418Z test_dispatch_symbolic_meta_outplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8057794Z test_dispatch_symbolic_meta_outplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8058180Z test_dispatch_symbolic_meta_outplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8058544Z test_dispatch_symbolic_meta_outplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8058929Z test_dispatch_symbolic_meta_outplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8059320Z test_dispatch_symbolic_meta_outplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8059755Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8060138Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8060557Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8060962Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8061379Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8061781Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8062147Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8062536Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8062911Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8063278Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8063639Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8064000Z test_dispatch_symbolic_meta_outplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8064561Z test_dispatch_symbolic_meta_outplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8064935Z test_dispatch_symbolic_meta_outplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8065335Z test_dispatch_symbolic_meta_outplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8065755Z test_dispatch_symbolic_meta_outplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8066144Z test_dispatch_symbolic_meta_outplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8066535Z test_dispatch_symbolic_meta_outplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8066910Z test_dispatch_symbolic_meta_outplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8067310Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8067680Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8068077Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8068459Z test_dispatch_symbolic_meta_outplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8068975Z test_dispatch_symbolic_meta_outplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8069395Z test_dispatch_symbolic_meta_outplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8069784Z test_dispatch_symbolic_meta_outplace_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8070182Z test_dispatch_symbolic_meta_outplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8070592Z test_dispatch_symbolic_meta_outplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8070995Z test_dispatch_symbolic_meta_outplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8071365Z test_dispatch_symbolic_meta_outplace_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8071737Z test_dispatch_symbolic_meta_outplace_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8072121Z test_dispatch_symbolic_meta_outplace_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8072494Z test_dispatch_symbolic_meta_outplace_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8072859Z test_dispatch_symbolic_meta_outplace_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8073218Z test_dispatch_symbolic_meta_outplace_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8073583Z test_dispatch_symbolic_meta_outplace_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8073950Z test_dispatch_symbolic_meta_outplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8074343Z test_dispatch_symbolic_meta_outplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8074724Z test_dispatch_symbolic_meta_outplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8075132Z test_dispatch_symbolic_meta_outplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8075533Z test_dispatch_symbolic_meta_outplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8075913Z test_dispatch_symbolic_meta_outplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8076309Z test_dispatch_symbolic_meta_outplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8076712Z test_dispatch_symbolic_meta_outplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8077274Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8077663Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8078049Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8078464Z test_dispatch_symbolic_meta_outplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8078839Z test_dispatch_symbolic_meta_outplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8079213Z test_dispatch_symbolic_meta_outplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8079579Z test_dispatch_symbolic_meta_outplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8079952Z test_dispatch_symbolic_meta_outplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8080321Z test_dispatch_symbolic_meta_outplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8080693Z test_dispatch_symbolic_meta_outplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8081187Z test_dispatch_symbolic_meta_outplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8081586Z test_dispatch_symbolic_meta_outplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8081971Z test_dispatch_symbolic_meta_outplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8082358Z test_dispatch_symbolic_meta_outplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8082762Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:43:13.8083150Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:43:13.8083547Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:43:13.8083938Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:43:13.8084309Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.8084696Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.8085077Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8085475Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.8085882Z test_dispatch_symbolic_meta_outplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8086276Z test_dispatch_symbolic_meta_outplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8086665Z test_dispatch_symbolic_meta_outplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8087050Z test_dispatch_symbolic_meta_outplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8087436Z test_dispatch_symbolic_meta_outplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8087946Z test_dispatch_symbolic_meta_outplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8088316Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8088701Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8089087Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8089716Z test_dispatch_symbolic_meta_outplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8090096Z test_dispatch_symbolic_meta_outplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8090496Z test_dispatch_symbolic_meta_outplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8090964Z test_dispatch_symbolic_meta_outplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8091351Z test_dispatch_symbolic_meta_outplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8091743Z test_dispatch_symbolic_meta_outplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8092129Z test_dispatch_symbolic_meta_outplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8092513Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8092870Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8093257Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8093624Z test_dispatch_symbolic_meta_outplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8094199Z test_dispatch_symbolic_meta_outplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8094632Z test_dispatch_symbolic_meta_outplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8095029Z test_dispatch_symbolic_meta_outplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8095477Z test_dispatch_symbolic_meta_outplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8095868Z test_dispatch_symbolic_meta_outplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8096273Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8096667Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8097053Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8097434Z test_dispatch_symbolic_meta_outplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8097812Z test_dispatch_symbolic_meta_outplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8098278Z test_dispatch_symbolic_meta_outplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8098665Z test_dispatch_symbolic_meta_outplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8099061Z test_dispatch_symbolic_meta_outplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8099437Z test_dispatch_symbolic_meta_outplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8099838Z test_dispatch_symbolic_meta_outplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8100229Z test_dispatch_symbolic_meta_outplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8100622Z test_dispatch_symbolic_meta_outplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8101015Z test_dispatch_symbolic_meta_outplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8101384Z test_dispatch_symbolic_meta_outplace_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8101779Z test_dispatch_symbolic_meta_outplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8102182Z test_dispatch_symbolic_meta_outplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8102564Z test_dispatch_symbolic_meta_outplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8103106Z test_dispatch_symbolic_meta_outplace_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8103482Z test_dispatch_symbolic_meta_outplace_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8103958Z test_dispatch_symbolic_meta_outplace_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8104353Z test_dispatch_symbolic_meta_outplace_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8104744Z test_dispatch_symbolic_meta_outplace_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8105114Z test_dispatch_symbolic_meta_outplace_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8105507Z test_dispatch_symbolic_meta_outplace_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8105957Z test_dispatch_symbolic_meta_outplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8106375Z test_dispatch_symbolic_meta_outplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8106766Z test_dispatch_symbolic_meta_outplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8107172Z test_dispatch_symbolic_meta_outplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8107705Z test_dispatch_symbolic_meta_outplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8108151Z test_dispatch_symbolic_meta_outplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8108543Z test_dispatch_symbolic_meta_outplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8108944Z test_dispatch_symbolic_meta_outplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8109335Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8109732Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8110098Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8110505Z test_dispatch_symbolic_meta_outplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8110890Z test_dispatch_symbolic_meta_outplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8111297Z test_dispatch_symbolic_meta_outplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8111766Z test_dispatch_symbolic_meta_outplace_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8112178Z test_dispatch_symbolic_meta_outplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8112594Z test_dispatch_symbolic_meta_outplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8112995Z test_dispatch_symbolic_meta_outplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8113389Z test_dispatch_symbolic_meta_outplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8113774Z test_dispatch_symbolic_meta_outplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8114238Z test_dispatch_symbolic_meta_outplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8114625Z test_dispatch_symbolic_meta_outplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8115024Z test_dispatch_symbolic_meta_outplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8115402Z test_dispatch_symbolic_meta_outplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8115792Z test_dispatch_symbolic_meta_outplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8116328Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8116693Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8117063Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8117455Z test_dispatch_symbolic_meta_outplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8117817Z test_dispatch_symbolic_meta_outplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8118209Z test_dispatch_symbolic_meta_outplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8118637Z test_dispatch_symbolic_meta_outplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8119029Z test_dispatch_symbolic_meta_outplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8119414Z test_dispatch_symbolic_meta_outplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8119804Z test_dispatch_symbolic_meta_outplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8120173Z test_dispatch_symbolic_meta_outplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8120677Z test_dispatch_symbolic_meta_outplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8121072Z test_dispatch_symbolic_meta_outplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8121455Z test_dispatch_symbolic_meta_outplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8121815Z test_dispatch_symbolic_meta_outplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8122228Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8122633Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8123022Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8123409Z test_dispatch_symbolic_meta_outplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8123829Z test_dispatch_symbolic_meta_outplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.392s) 2022-11-23T02:43:13.8124248Z test_dispatch_symbolic_meta_outplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.378s) 2022-11-23T02:43:13.8124672Z test_dispatch_symbolic_meta_outplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.394s) 2022-11-23T02:43:13.8125064Z test_dispatch_symbolic_meta_outplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.434s) 2022-11-23T02:43:13.8125460Z test_dispatch_symbolic_meta_outplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.352s) 2022-11-23T02:43:13.8125861Z test_dispatch_symbolic_meta_outplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.336s) 2022-11-23T02:43:13.8126238Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.363s) 2022-11-23T02:43:13.8126584Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.373s) 2022-11-23T02:43:13.8126951Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.348s) 2022-11-23T02:43:13.8127321Z test_dispatch_symbolic_meta_outplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.346s) 2022-11-23T02:43:13.8127713Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.222s) 2022-11-23T02:43:13.8128119Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.197s) 2022-11-23T02:43:13.8128553Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.254s) 2022-11-23T02:43:13.8129098Z test_dispatch_symbolic_meta_outplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8129493Z test_dispatch_symbolic_meta_outplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8129875Z test_dispatch_symbolic_meta_outplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8130254Z test_dispatch_symbolic_meta_outplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8130656Z test_dispatch_symbolic_meta_outplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8131046Z test_dispatch_symbolic_meta_outplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8131436Z test_dispatch_symbolic_meta_outplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8131813Z test_dispatch_symbolic_meta_outplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8132212Z test_dispatch_symbolic_meta_outplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8132592Z test_dispatch_symbolic_meta_outplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8133005Z test_dispatch_symbolic_meta_outplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8133517Z test_dispatch_symbolic_meta_outplace_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8133935Z test_dispatch_symbolic_meta_outplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8134354Z test_dispatch_symbolic_meta_outplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8134749Z test_dispatch_symbolic_meta_outplace_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8135115Z test_dispatch_symbolic_meta_outplace_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8135622Z test_dispatch_symbolic_meta_outplace_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8136027Z test_dispatch_symbolic_meta_outplace_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8136421Z test_dispatch_symbolic_meta_outplace_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8136927Z test_dispatch_symbolic_meta_outplace_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8137380Z test_dispatch_symbolic_meta_outplace_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8137821Z test_dispatch_symbolic_meta_outplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8138240Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.8138649Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.8139054Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.8139466Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8139962Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8140435Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8140837Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8141293Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8141694Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.8142100Z test_dispatch_symbolic_meta_outplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8142767Z test_dispatch_symbolic_meta_outplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-11-23T02:43:13.8143221Z test_dispatch_symbolic_meta_outplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-11-23T02:43:13.8143681Z test_dispatch_symbolic_meta_outplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:43:13.8144149Z test_dispatch_symbolic_meta_outplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-11-23T02:43:13.8144518Z test_dispatch_symbolic_meta_outplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-11-23T02:43:13.8144897Z test_dispatch_symbolic_meta_outplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:43:13.8145335Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8145746Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8146173Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8146583Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8147009Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8147555Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8147987Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8148382Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8148781Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8149261Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8149676Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8150139Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8150612Z test_dispatch_symbolic_meta_outplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8151043Z test_dispatch_symbolic_meta_outplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8151439Z test_dispatch_symbolic_meta_outplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8151863Z test_dispatch_symbolic_meta_outplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8152289Z test_dispatch_symbolic_meta_outplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8152671Z test_dispatch_symbolic_meta_outplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8153099Z test_dispatch_symbolic_meta_outplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8153491Z test_dispatch_symbolic_meta_outplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8153894Z test_dispatch_symbolic_meta_outplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8154302Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8154762Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8155140Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8155516Z test_dispatch_symbolic_meta_outplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8155977Z test_dispatch_symbolic_meta_outplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8156515Z test_dispatch_symbolic_meta_outplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8156970Z test_dispatch_symbolic_meta_outplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8157414Z test_dispatch_symbolic_meta_outplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8157805Z test_dispatch_symbolic_meta_outplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8158183Z test_dispatch_symbolic_meta_outplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8158554Z test_dispatch_symbolic_meta_outplace_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8158951Z test_dispatch_symbolic_meta_outplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8159340Z test_dispatch_symbolic_meta_outplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8159738Z test_dispatch_symbolic_meta_outplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8160121Z test_dispatch_symbolic_meta_outplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8160512Z test_dispatch_symbolic_meta_outplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8161015Z test_dispatch_symbolic_meta_outplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8161420Z test_dispatch_symbolic_meta_outplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8161788Z test_dispatch_symbolic_meta_outplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8162169Z test_dispatch_symbolic_meta_outplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8162667Z test_dispatch_symbolic_meta_outplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8163108Z test_dispatch_symbolic_meta_outplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8163583Z test_dispatch_symbolic_meta_outplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8164091Z test_dispatch_symbolic_meta_outplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8164517Z test_dispatch_symbolic_meta_outplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8164923Z test_dispatch_symbolic_meta_outplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8165339Z test_dispatch_symbolic_meta_outplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8165746Z test_dispatch_symbolic_meta_outplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8166136Z test_dispatch_symbolic_meta_outplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8166546Z test_dispatch_symbolic_meta_outplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8166974Z test_dispatch_symbolic_meta_outplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8167392Z test_dispatch_symbolic_meta_outplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8167810Z test_dispatch_symbolic_meta_outplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8168174Z test_dispatch_symbolic_meta_outplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8168550Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8168918Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8169300Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8169958Z test_dispatch_symbolic_meta_outplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8170349Z test_dispatch_symbolic_meta_outplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8170926Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8171310Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8171729Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8172129Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8172553Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8172968Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8173383Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8173779Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8174279Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8174682Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8175058Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8175432Z test_dispatch_symbolic_meta_outplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8175834Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8176345Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8176749Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8177232Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8177734Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8178160Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8178576Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8178967Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8179379Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8179800Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8180215Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8180581Z test_dispatch_symbolic_meta_outplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8180989Z test_dispatch_symbolic_meta_outplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8181408Z test_dispatch_symbolic_meta_outplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8181843Z test_dispatch_symbolic_meta_outplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8182273Z test_dispatch_symbolic_meta_outplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8182689Z test_dispatch_symbolic_meta_outplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8183348Z test_dispatch_symbolic_meta_outplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8183843Z test_dispatch_symbolic_meta_outplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8184307Z test_dispatch_symbolic_meta_outplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8184705Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8185083Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8185482Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8185840Z test_dispatch_symbolic_meta_outplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8186207Z test_dispatch_symbolic_meta_outplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8186604Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.8186995Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.8187505Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.8187923Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.8188309Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.8188693Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.8189068Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.8189556Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.8189932Z test_dispatch_symbolic_meta_outplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.8190324Z test_dispatch_symbolic_meta_outplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8190888Z test_dispatch_symbolic_meta_outplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8191305Z test_dispatch_symbolic_meta_outplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8191706Z test_dispatch_symbolic_meta_outplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8192103Z test_dispatch_symbolic_meta_outplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8192503Z test_dispatch_symbolic_meta_outplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8192926Z test_dispatch_symbolic_meta_outplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8193316Z test_dispatch_symbolic_meta_outplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8193701Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8194100Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8194483Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8194870Z test_dispatch_symbolic_meta_outplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8195249Z test_dispatch_symbolic_meta_outplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8195626Z test_dispatch_symbolic_meta_outplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8197035Z test_dispatch_symbolic_meta_outplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8197635Z test_dispatch_symbolic_meta_outplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8198061Z test_dispatch_symbolic_meta_outplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8198468Z test_dispatch_symbolic_meta_outplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8198875Z test_dispatch_symbolic_meta_outplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8199279Z test_dispatch_symbolic_meta_outplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8199669Z test_dispatch_symbolic_meta_outplace_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8200052Z test_dispatch_symbolic_meta_outplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8200443Z test_dispatch_symbolic_meta_outplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8200810Z test_dispatch_symbolic_meta_outplace_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8201315Z test_dispatch_symbolic_meta_outplace_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8201720Z test_dispatch_symbolic_meta_outplace_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8202092Z test_dispatch_symbolic_meta_outplace_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8202469Z test_dispatch_symbolic_meta_outplace_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8202999Z test_dispatch_symbolic_meta_outplace_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8203354Z test_dispatch_symbolic_meta_outplace_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8203718Z test_dispatch_symbolic_meta_outplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8204204Z test_dispatch_symbolic_meta_outplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:43:13.8204705Z test_dispatch_symbolic_meta_outplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.158s) 2022-11-23T02:43:13.8205116Z test_dispatch_symbolic_meta_outplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-11-23T02:43:13.8205488Z test_dispatch_symbolic_meta_outplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-11-23T02:43:13.8205861Z test_dispatch_symbolic_meta_outplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:43:13.8206232Z test_dispatch_symbolic_meta_outplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-11-23T02:43:13.8206600Z test_dispatch_symbolic_meta_outplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-11-23T02:43:13.8206984Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-11-23T02:43:13.8207352Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:43:13.8207726Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:43:13.8208115Z test_dispatch_symbolic_meta_outplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.152s) 2022-11-23T02:43:13.8208474Z test_dispatch_symbolic_meta_outplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-11-23T02:43:13.8208855Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8209219Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8209615Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8210267Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8210661Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8211238Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8211625Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8212010Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8212414Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8212797Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8213172Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8213553Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8213919Z test_dispatch_symbolic_meta_outplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8214403Z test_dispatch_symbolic_meta_outplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8214817Z test_dispatch_symbolic_meta_outplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8215189Z test_dispatch_symbolic_meta_outplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8215551Z test_dispatch_symbolic_meta_outplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8215915Z test_dispatch_symbolic_meta_outplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8216295Z test_dispatch_symbolic_meta_outplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8216771Z test_dispatch_symbolic_meta_outplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8217131Z test_dispatch_symbolic_meta_outplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8217637Z test_dispatch_symbolic_meta_outplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8218146Z test_dispatch_symbolic_meta_outplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8218575Z test_dispatch_symbolic_meta_outplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8218969Z test_dispatch_symbolic_meta_outplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8219373Z test_dispatch_symbolic_meta_outplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8219767Z test_dispatch_symbolic_meta_outplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8220163Z test_dispatch_symbolic_meta_outplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8220575Z test_dispatch_symbolic_meta_outplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8220988Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8221389Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8221787Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8222161Z test_dispatch_symbolic_meta_outplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8222557Z test_dispatch_symbolic_meta_outplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8222978Z test_dispatch_symbolic_meta_outplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8223613Z test_dispatch_symbolic_meta_outplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8224118Z test_dispatch_symbolic_meta_outplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8224632Z test_dispatch_symbolic_meta_outplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8225048Z test_dispatch_symbolic_meta_outplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8225457Z test_dispatch_symbolic_meta_outplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8225866Z test_dispatch_symbolic_meta_outplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8226251Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8226649Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8227035Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8227429Z test_dispatch_symbolic_meta_outplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8227937Z test_dispatch_symbolic_meta_outplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8228383Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8228790Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8229191Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8229597Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8230083Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8230497Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8230950Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8231440Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8231838Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8232223Z test_dispatch_symbolic_meta_outplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8232715Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8233110Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8233527Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8233916Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8234376Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8234784Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8235245Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8235703Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8236096Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8236588Z test_dispatch_symbolic_meta_outplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8237169Z test_dispatch_symbolic_meta_outplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8237645Z test_dispatch_symbolic_meta_outplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8238159Z test_dispatch_symbolic_meta_outplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8238578Z test_dispatch_symbolic_meta_outplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8238975Z test_dispatch_symbolic_meta_outplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8239371Z test_dispatch_symbolic_meta_outplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8239762Z test_dispatch_symbolic_meta_outplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8240150Z test_dispatch_symbolic_meta_outplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8240540Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8240941Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8241331Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8241833Z test_dispatch_symbolic_meta_outplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8242234Z test_dispatch_symbolic_meta_outplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8242615Z test_dispatch_symbolic_meta_outplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-11-23T02:43:13.8243000Z test_dispatch_symbolic_meta_outplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:43:13.8243556Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8244011Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8244548Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8245094Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8245535Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8245968Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8246409Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8246833Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8247270Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8247683Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8248111Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8248530Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8248997Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8249439Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8249897Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8250607Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8251144Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8251704Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8252150Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8252585Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8253026Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8253486Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8253933Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8254380Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8254952Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8255386Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8255806Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8256218Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8256638Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8257154Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8257548Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8258082Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8258512Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8258916Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8259334Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8259739Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8260189Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8260621Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8261077Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8261526Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8262013Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8262445Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8262878Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8263581Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8264035Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8264558Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8265107Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8265566Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8265963Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8266371Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8266784Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8267192Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8268415Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8268902Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8269306Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8269690Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8270199Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.8270624Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8271031Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8271567Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8271970Z test_dispatch_symbolic_meta_outplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8272341Z test_dispatch_symbolic_meta_outplace_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8272719Z test_dispatch_symbolic_meta_outplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8273100Z test_dispatch_symbolic_meta_outplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8273468Z test_dispatch_symbolic_meta_outplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8273853Z test_dispatch_symbolic_meta_outplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8274225Z test_dispatch_symbolic_meta_outplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8274598Z test_dispatch_symbolic_meta_outplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8274961Z test_dispatch_symbolic_meta_outplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8275322Z test_dispatch_symbolic_meta_outplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8275682Z test_dispatch_symbolic_meta_outplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8276043Z test_dispatch_symbolic_meta_outplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8276430Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8277077Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8277465Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8277855Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8278355Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8278738Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8279110Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8279491Z test_dispatch_symbolic_meta_outplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8279851Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8280228Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8280571Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8280933Z test_dispatch_symbolic_meta_outplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8281408Z test_dispatch_symbolic_meta_outplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8281827Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.8282217Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8282611Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8283009Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8283401Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.8283898Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8284300Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8284793Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8285303Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8285703Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8286085Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.8286473Z test_dispatch_symbolic_meta_outplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.8286850Z test_dispatch_symbolic_meta_outplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8287238Z test_dispatch_symbolic_meta_outplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8287609Z test_dispatch_symbolic_meta_outplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8288007Z test_dispatch_symbolic_meta_outplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8288387Z test_dispatch_symbolic_meta_outplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8288772Z test_dispatch_symbolic_meta_outplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8289149Z test_dispatch_symbolic_meta_outplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8289508Z test_dispatch_symbolic_meta_outplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8290031Z test_dispatch_symbolic_meta_outplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8290492Z test_dispatch_symbolic_meta_outplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8290902Z test_dispatch_symbolic_meta_outplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:13.8291315Z test_dispatch_symbolic_meta_outplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-11-23T02:43:13.8291908Z test_dispatch_symbolic_meta_outplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:43:13.8292316Z test_dispatch_symbolic_meta_outplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:43:13.8292704Z test_dispatch_symbolic_meta_outplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.8293087Z test_dispatch_symbolic_meta_outplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.8293485Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8293885Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8294281Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8294785Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8295192Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8295576Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8295975Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8296349Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8296755Z test_dispatch_symbolic_meta_outplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8297274Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8297721Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.8298164Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.8298683Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8299246Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8299684Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8300114Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8300534Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8300964Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8301392Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8301795Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8302200Z test_dispatch_symbolic_meta_outplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8302627Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8303061Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8303623Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8304038Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8304550Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8304984Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8305427Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8305940Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8306356Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8306772Z test_dispatch_symbolic_meta_outplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8307277Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8307710Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8308244Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8308750Z test_dispatch_symbolic_meta_outplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8309196Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:13.8309643Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:13.8310070Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.8310597Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:43:13.8311014Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8311533Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8311940Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8312496Z test_dispatch_symbolic_meta_outplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8313011Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8313444Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8313855Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8314286Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8314709Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8315154Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8315571Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.8315973Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.8316403Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8316853Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8317446Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8317959Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8318530Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8319019Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8319661Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8320129Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8320550Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8320968Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8321383Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8321764Z test_dispatch_symbolic_meta_outplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8322322Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8322774Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8323181Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8323598Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8324035Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8324490Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8325003Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8325454Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8325892Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8326488Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8326930Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8327414Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8327859Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8328299Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8328721Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8329155Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8329578Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8329995Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8330347Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8330920Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8331386Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8331888Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8332334Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8332872Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8333359Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8333850Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.8334268Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8334672Z test_dispatch_symbolic_meta_outplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8335116Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.8335699Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.8336161Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.8336594Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.8337027Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8337559Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8338007Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8338505Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8338954Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8339380Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8339938Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-11-23T02:43:13.8340376Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.211s) 2022-11-23T02:43:13.8340897Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.202s) 2022-11-23T02:43:13.8341347Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.322s) 2022-11-23T02:43:13.8341779Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.318s) 2022-11-23T02:43:13.8342219Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-11-23T02:43:13.8342730Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.346s) 2022-11-23T02:43:13.8343162Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.341s) 2022-11-23T02:43:13.8343600Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-11-23T02:43:13.8344060Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.220s) 2022-11-23T02:43:13.8344666Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:43:13.8345076Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:43:13.8345607Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.512s) 2022-11-23T02:43:13.8346041Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.514s) 2022-11-23T02:43:13.8346581Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.533s) 2022-11-23T02:43:13.8347065Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.524s) 2022-11-23T02:43:13.8347651Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.8348167Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.8348791Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.8349267Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.8349829Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8350272Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8350666Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8351086Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.8351494Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8352065Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8352565Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.297s) 2022-11-23T02:43:13.8353015Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.438s) 2022-11-23T02:43:13.8353573Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.408s) 2022-11-23T02:43:13.8353997Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-11-23T02:43:13.8354402Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.407s) 2022-11-23T02:43:13.8354862Z test_dispatch_symbolic_meta_outplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.419s) 2022-11-23T02:43:13.8355455Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.242s) 2022-11-23T02:43:13.8355957Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.293s) 2022-11-23T02:43:13.8356440Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.291s) 2022-11-23T02:43:13.8356903Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-11-23T02:43:13.8357363Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.314s) 2022-11-23T02:43:13.8357885Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.308s) 2022-11-23T02:43:13.8358350Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:43:13.8359213Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.186s) 2022-11-23T02:43:13.8359748Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8360424Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8360890Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.8361411Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.8361973Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8362448Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8363074Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:13.8363997Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:13.8364612Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:13.8365202Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:13.8365697Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8366190Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.8366708Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8367111Z test_dispatch_symbolic_meta_outplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8367557Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8367989Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8368407Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8368844Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8369260Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-11-23T02:43:13.8369748Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:43:13.8370164Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:43:13.8370595Z test_dispatch_symbolic_meta_outplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:13.8371028Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8371465Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8371954Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8372401Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8373182Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.278s) 2022-11-23T02:43:13.8373650Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.300s) 2022-11-23T02:43:13.8374102Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.282s) 2022-11-23T02:43:13.8374544Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-11-23T02:43:13.8374954Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-11-23T02:43:13.8375376Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:43:13.8375786Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.208s) 2022-11-23T02:43:13.8376235Z test_dispatch_symbolic_meta_outplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.230s) 2022-11-23T02:43:13.8376672Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.8377112Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.8377648Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.8378093Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.8378640Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8379071Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8379660Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8380101Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8380537Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8380992Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8381416Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8381853Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8382273Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.8382761Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8383192Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8383619Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8384020Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8384440Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.8384907Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8385325Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.8385819Z test_dispatch_symbolic_meta_outplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8386327Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-11-23T02:43:13.8386886Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-11-23T02:43:13.8387302Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-11-23T02:43:13.8387703Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-11-23T02:43:13.8388103Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-11-23T02:43:13.8388498Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:43:13.8388903Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.525s) 2022-11-23T02:43:13.8389322Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.479s) 2022-11-23T02:43:13.8389745Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.455s) 2022-11-23T02:43:13.8390152Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.542s) 2022-11-23T02:43:13.8390554Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.462s) 2022-11-23T02:43:13.8391088Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.499s) 2022-11-23T02:43:13.8391594Z test_dispatch_symbolic_meta_outplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.8392004Z test_dispatch_symbolic_meta_outplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.8392557Z test_dispatch_symbolic_meta_outplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:43:13.8392966Z test_dispatch_symbolic_meta_outplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.8393356Z test_dispatch_symbolic_meta_outplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:13.8393727Z test_dispatch_symbolic_meta_outplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.8394110Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.8394479Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.8394850Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.8395214Z test_dispatch_symbolic_meta_outplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:13.8395586Z test_dispatch_symbolic_meta_outplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.8395959Z test_dispatch_symbolic_meta_outplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8396322Z test_dispatch_symbolic_meta_outplace_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8396699Z test_dispatch_symbolic_meta_outplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8397089Z test_dispatch_symbolic_meta_outplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8397457Z test_dispatch_symbolic_meta_outplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8397915Z test_dispatch_symbolic_meta_outplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8398294Z test_dispatch_symbolic_meta_outplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8398746Z test_dispatch_symbolic_meta_outplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8399217Z test_dispatch_symbolic_meta_outplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8399738Z test_dispatch_symbolic_meta_outplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8400092Z test_dispatch_symbolic_meta_outplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8400455Z test_dispatch_symbolic_meta_outplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8400831Z test_dispatch_symbolic_meta_outplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8401201Z test_dispatch_symbolic_meta_outplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8401586Z test_dispatch_symbolic_meta_outplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8401960Z test_dispatch_symbolic_meta_outplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8402332Z test_dispatch_symbolic_meta_outplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8402699Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8403063Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8403544Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8403938Z test_dispatch_symbolic_meta_outplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8404401Z test_dispatch_symbolic_meta_outplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8404799Z test_dispatch_symbolic_meta_outplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8405234Z test_dispatch_symbolic_meta_outplace_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8405712Z test_dispatch_symbolic_meta_outplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8406108Z test_dispatch_symbolic_meta_outplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8406478Z test_dispatch_symbolic_meta_outplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8406852Z test_dispatch_symbolic_meta_outplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8407220Z test_dispatch_symbolic_meta_outplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8407604Z test_dispatch_symbolic_meta_outplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8407988Z test_dispatch_symbolic_meta_outplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8408379Z test_dispatch_symbolic_meta_outplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8408729Z test_dispatch_symbolic_meta_outplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8409097Z test_dispatch_symbolic_meta_outplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8409473Z test_dispatch_symbolic_meta_outplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8409835Z test_dispatch_symbolic_meta_outplace_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8410212Z test_dispatch_symbolic_meta_outplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8410585Z test_dispatch_symbolic_meta_outplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8411085Z test_dispatch_symbolic_meta_outplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8411492Z test_dispatch_symbolic_meta_outplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8412063Z test_dispatch_symbolic_meta_outplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8413420Z test_dispatch_symbolic_meta_outplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8413805Z test_dispatch_symbolic_meta_outplace_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8414159Z test_dispatch_symbolic_meta_outplace_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8414516Z test_dispatch_symbolic_meta_outplace_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8414868Z test_dispatch_symbolic_meta_outplace_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8415253Z test_dispatch_symbolic_meta_outplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8415666Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8416084Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8416497Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8416918Z test_dispatch_symbolic_meta_outplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8417458Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8418141Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8418707Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8419180Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8419599Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8420052Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8420477Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8420892Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8421333Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8421761Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.8422188Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8422617Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8423052Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8423479Z test_dispatch_symbolic_meta_outplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8423952Z test_dispatch_symbolic_meta_outplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8424405Z test_dispatch_symbolic_meta_outplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8424991Z test_dispatch_symbolic_meta_outplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8425469Z test_dispatch_symbolic_meta_outplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8425888Z test_dispatch_symbolic_meta_outplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8426309Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8426885Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8427309Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8427721Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8428143Z test_dispatch_symbolic_meta_outplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8428537Z test_dispatch_symbolic_meta_outplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8428937Z test_dispatch_symbolic_meta_outplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8429311Z test_dispatch_symbolic_meta_outplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8429734Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8430145Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8430662Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8431320Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8431852Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8432273Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8432688Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8433174Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8433573Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8433962Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8434352Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8434749Z test_dispatch_symbolic_meta_outplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8435171Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8435571Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8435994Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8436408Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8436912Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8437344Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8437902Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8438349Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8438738Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8439136Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8439523Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8439925Z test_dispatch_symbolic_meta_outplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8440565Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8440956Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8441382Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8441786Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8442197Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8442595Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8443005Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.8443505Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8443888Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8444446Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8444973Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8445473Z test_dispatch_symbolic_meta_outplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8445890Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8446290Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8446709Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8447127Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8447545Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8447946Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8448369Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8448755Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8449161Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8449608Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8450042Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8450519Z test_dispatch_symbolic_meta_outplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8450929Z test_dispatch_symbolic_meta_outplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8451415Z test_dispatch_symbolic_meta_outplace_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8451820Z test_dispatch_symbolic_meta_outplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8452219Z test_dispatch_symbolic_meta_outplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8452600Z test_dispatch_symbolic_meta_outplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8452968Z test_dispatch_symbolic_meta_outplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8453348Z test_dispatch_symbolic_meta_outplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8453893Z test_dispatch_symbolic_meta_outplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8454265Z test_dispatch_symbolic_meta_outplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8454687Z test_dispatch_symbolic_meta_outplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8455101Z test_dispatch_symbolic_meta_outplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.848s) 2022-11-23T02:43:13.8455524Z test_dispatch_symbolic_meta_outplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.894s) 2022-11-23T02:43:13.8455938Z test_dispatch_symbolic_meta_outplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.842s) 2022-11-23T02:43:13.8456345Z test_dispatch_symbolic_meta_outplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.836s) 2022-11-23T02:43:13.8456853Z test_dispatch_symbolic_meta_outplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.858s) 2022-11-23T02:43:13.8457264Z test_dispatch_symbolic_meta_outplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.891s) 2022-11-23T02:43:13.8457851Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.777s) 2022-11-23T02:43:13.8458374Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.806s) 2022-11-23T02:43:13.8458797Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.822s) 2022-11-23T02:43:13.8459177Z test_dispatch_symbolic_meta_outplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-11-23T02:43:13.8459584Z test_dispatch_symbolic_meta_outplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.243s) 2022-11-23T02:43:13.8459986Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8460397Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8460806Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8461213Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.8461622Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.8462072Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8462461Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8462881Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8463389Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8463811Z test_dispatch_symbolic_meta_outplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8464335Z test_dispatch_symbolic_meta_outplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8464856Z test_dispatch_symbolic_meta_outplace_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8465271Z test_dispatch_symbolic_meta_outplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8465691Z test_dispatch_symbolic_meta_outplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8466114Z test_dispatch_symbolic_meta_outplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8466509Z test_dispatch_symbolic_meta_outplace_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8466915Z test_dispatch_symbolic_meta_outplace_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8467344Z test_dispatch_symbolic_meta_outplace_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8467903Z test_dispatch_symbolic_meta_outplace_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8468290Z test_dispatch_symbolic_meta_outplace_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8468714Z test_dispatch_symbolic_meta_outplace_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8469111Z test_dispatch_symbolic_meta_outplace_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8469512Z test_dispatch_symbolic_meta_outplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8470015Z test_dispatch_symbolic_meta_outplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8470415Z test_dispatch_symbolic_meta_outplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8470965Z test_dispatch_symbolic_meta_outplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8471406Z test_dispatch_symbolic_meta_outplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8471784Z test_dispatch_symbolic_meta_outplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8472188Z test_dispatch_symbolic_meta_outplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8472672Z test_dispatch_symbolic_meta_outplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8473112Z test_dispatch_symbolic_meta_outplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8473502Z test_dispatch_symbolic_meta_outplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8473887Z test_dispatch_symbolic_meta_outplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8474297Z test_dispatch_symbolic_meta_outplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.8474723Z test_dispatch_symbolic_meta_outplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.8475120Z test_dispatch_symbolic_meta_outplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8475527Z test_dispatch_symbolic_meta_outplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.8475962Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8476456Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8476884Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.8477451Z test_dispatch_symbolic_meta_outplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.8477872Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.8478270Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8478668Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8479053Z test_dispatch_symbolic_meta_outplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8479432Z test_dispatch_symbolic_meta_outplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8479824Z test_dispatch_symbolic_meta_outplace_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8480203Z test_dispatch_symbolic_meta_outplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8480649Z test_dispatch_symbolic_meta_outplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8481066Z test_dispatch_symbolic_meta_outplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8481618Z test_dispatch_symbolic_meta_outplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8482013Z test_dispatch_symbolic_meta_outplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8482412Z test_dispatch_symbolic_meta_outplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8482902Z test_dispatch_symbolic_meta_outplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8483306Z test_dispatch_symbolic_meta_outplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8483779Z test_dispatch_symbolic_meta_outplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8484258Z test_dispatch_symbolic_meta_outplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8484647Z test_dispatch_symbolic_meta_outplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8485054Z test_dispatch_symbolic_meta_outplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8485450Z test_dispatch_symbolic_meta_outplace_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8485840Z test_dispatch_symbolic_meta_outplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8487050Z test_dispatch_symbolic_meta_outplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8487503Z test_dispatch_symbolic_meta_outplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8487887Z test_dispatch_symbolic_meta_outplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8488262Z test_dispatch_symbolic_meta_outplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8488657Z test_dispatch_symbolic_meta_outplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8489034Z test_dispatch_symbolic_meta_outplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8489544Z test_dispatch_symbolic_meta_outplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8489902Z test_dispatch_symbolic_meta_outplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8490448Z test_dispatch_symbolic_meta_outplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8490841Z test_dispatch_symbolic_meta_outplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8491273Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-11-23T02:43:13.8491696Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.308s) 2022-11-23T02:43:13.8492076Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.285s) 2022-11-23T02:43:13.8492480Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.266s) 2022-11-23T02:43:13.8492896Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-11-23T02:43:13.8493295Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.220s) 2022-11-23T02:43:13.8493699Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.265s) 2022-11-23T02:43:13.8494114Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-11-23T02:43:13.8494528Z test_dispatch_symbolic_meta_outplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.223s) 2022-11-23T02:43:13.8494953Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.286s) 2022-11-23T02:43:13.8495362Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.260s) 2022-11-23T02:43:13.8496074Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.245s) 2022-11-23T02:43:13.8496525Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-11-23T02:43:13.8497012Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.222s) 2022-11-23T02:43:13.8497419Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.244s) 2022-11-23T02:43:13.8497823Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.221s) 2022-11-23T02:43:13.8498241Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.213s) 2022-11-23T02:43:13.8498668Z test_dispatch_symbolic_meta_outplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.225s) 2022-11-23T02:43:13.8499062Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.158s) 2022-11-23T02:43:13.8499492Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-11-23T02:43:13.8499880Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-11-23T02:43:13.8500452Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-11-23T02:43:13.8500879Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:43:13.8501267Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:43:13.8501645Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:43:13.8502123Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:43:13.8502562Z test_dispatch_symbolic_meta_outplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:13.8503084Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:43:13.8503621Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-11-23T02:43:13.8504048Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-11-23T02:43:13.8504442Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.152s) 2022-11-23T02:43:13.8504822Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-11-23T02:43:13.8505206Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-11-23T02:43:13.8505588Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:43:13.8506019Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:43:13.8506419Z test_dispatch_symbolic_meta_outplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:43:13.8506851Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8507302Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.8507736Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8508132Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8508619Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8509185Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8509755Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8510174Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8510582Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8510968Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8511357Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8511793Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.8512215Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.8512659Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.8513060Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.8513580Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8514008Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8514404Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.8514818Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8515300Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.8515745Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.8516320Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8516742Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8517164Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8517586Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8517998Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8518406Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8518837Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8519225Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8519654Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8520051Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8520439Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8520823Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8521221Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8521710Z test_dispatch_symbolic_meta_outplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8522157Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.8522959Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.8523428Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.8523896Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.8524304Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.8524715Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.8525124Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.8525549Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.460s) 2022-11-23T02:43:13.8525960Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.523s) 2022-11-23T02:43:13.8526399Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.425s) 2022-11-23T02:43:13.8526843Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.474s) 2022-11-23T02:43:13.8527373Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.392s) 2022-11-23T02:43:13.8527838Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.381s) 2022-11-23T02:43:13.8528249Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.414s) 2022-11-23T02:43:13.8528654Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.416s) 2022-11-23T02:43:13.8529061Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.380s) 2022-11-23T02:43:13.8529460Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.666s) 2022-11-23T02:43:13.8529857Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.540s) 2022-11-23T02:43:13.8530274Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.499s) 2022-11-23T02:43:13.8530688Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.512s) 2022-11-23T02:43:13.8531097Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.613s) 2022-11-23T02:43:13.8531492Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.581s) 2022-11-23T02:43:13.8531884Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.587s) 2022-11-23T02:43:13.8532295Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.554s) 2022-11-23T02:43:13.8532711Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.499s) 2022-11-23T02:43:13.8533185Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.493s) 2022-11-23T02:43:13.8533594Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.512s) 2022-11-23T02:43:13.8534152Z test_dispatch_symbolic_meta_outplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.475s) 2022-11-23T02:43:13.8534581Z test_dispatch_symbolic_meta_outplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.8534994Z test_dispatch_symbolic_meta_outplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8535400Z test_dispatch_symbolic_meta_outplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.8535957Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.578s) 2022-11-23T02:43:13.8536369Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.597s) 2022-11-23T02:43:13.8536778Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.509s) 2022-11-23T02:43:13.8537179Z test_dispatch_symbolic_meta_outplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.505s) 2022-11-23T02:43:13.8537627Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:43:13.8538083Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:43:13.8538535Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:43:13.8538971Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-11-23T02:43:13.8539408Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:43:13.8539854Z test_dispatch_symbolic_meta_outplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.146s) 2022-11-23T02:43:13.8540398Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.330s) 2022-11-23T02:43:13.8540861Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.256s) 2022-11-23T02:43:13.8541284Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-11-23T02:43:13.8541715Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-11-23T02:43:13.8542117Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.321s) 2022-11-23T02:43:13.8542516Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.332s) 2022-11-23T02:43:13.8542917Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-11-23T02:43:13.8543350Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.253s) 2022-11-23T02:43:13.8543762Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.259s) 2022-11-23T02:43:13.8544153Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.252s) 2022-11-23T02:43:13.8544544Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.291s) 2022-11-23T02:43:13.8544948Z test_dispatch_symbolic_meta_outplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-11-23T02:43:13.8545396Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8545820Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8546291Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8546750Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8547207Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8547608Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8548009Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8548416Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8548927Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8549328Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8549830Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8550245Z test_dispatch_symbolic_meta_outplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8550820Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8551234Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8551661Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8552106Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8552543Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8552941Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8553478Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8553915Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8554313Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8554749Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8555163Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8555585Z test_dispatch_symbolic_meta_outplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8555998Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.8556423Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.8556856Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.8557281Z test_dispatch_symbolic_meta_outplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-11-23T02:43:13.8557699Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:13.8558120Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:13.8558552Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.8558964Z test_dispatch_symbolic_meta_outplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.8559382Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.812s) 2022-11-23T02:43:13.8559805Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.302s) 2022-11-23T02:43:13.8560227Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.312s) 2022-11-23T02:43:13.8560653Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.843s) 2022-11-23T02:43:13.8561071Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.511s) 2022-11-23T02:43:13.8561487Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.631s) 2022-11-23T02:43:13.8562020Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.173s) 2022-11-23T02:43:13.8562417Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.142s) 2022-11-23T02:43:13.8562810Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.128s) 2022-11-23T02:43:13.8563227Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.134s) 2022-11-23T02:43:13.8563631Z test_dispatch_symbolic_meta_outplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.147s) 2022-11-23T02:43:13.8564040Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.283s) 2022-11-23T02:43:13.8564444Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.245s) 2022-11-23T02:43:13.8564890Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:43:13.8565296Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.228s) 2022-11-23T02:43:13.8565691Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.264s) 2022-11-23T02:43:13.8566103Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.266s) 2022-11-23T02:43:13.8566653Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-11-23T02:43:13.8567089Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.222s) 2022-11-23T02:43:13.8567493Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.219s) 2022-11-23T02:43:13.8567859Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.220s) 2022-11-23T02:43:13.8568226Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.230s) 2022-11-23T02:43:13.8568639Z test_dispatch_symbolic_meta_outplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:43:13.8569053Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.679s) 2022-11-23T02:43:13.8569456Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.174s) 2022-11-23T02:43:13.8569878Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.111s) 2022-11-23T02:43:13.8570309Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.708s) 2022-11-23T02:43:13.8570737Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.418s) 2022-11-23T02:43:13.8571126Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.453s) 2022-11-23T02:43:13.8571547Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.066s) 2022-11-23T02:43:13.8571939Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.110s) 2022-11-23T02:43:13.8572316Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.075s) 2022-11-23T02:43:13.8572704Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.050s) 2022-11-23T02:43:13.8573075Z test_dispatch_symbolic_meta_outplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.031s) 2022-11-23T02:43:13.8573442Z test_dispatch_symbolic_meta_outplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:13.8573851Z test_dispatch_symbolic_meta_outplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:13.8574231Z test_dispatch_symbolic_meta_outplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:13.8574756Z test_dispatch_symbolic_meta_outplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:43:13.8575154Z test_dispatch_symbolic_meta_outplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:13.8575526Z test_dispatch_symbolic_meta_outplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:43:13.8575932Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8576349Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8576750Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8577141Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8577517Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8577912Z test_dispatch_symbolic_meta_outplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8578318Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8578714Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8579225Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8579643Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8580016Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8580402Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8580798Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8581320Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8581726Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8582125Z test_dispatch_symbolic_meta_outplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8583109Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (7.805s) 2022-11-23T02:43:13.8583634Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (7.882s) 2022-11-23T02:43:13.8584112Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.807s) 2022-11-23T02:43:13.8584588Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (7.779s) 2022-11-23T02:43:13.8585100Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8585540Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8585976Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8586461Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8586887Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8587333Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8587731Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8588334Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8588761Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8589185Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8589629Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8590067Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8590497Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8590919Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8591341Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8591765Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8592191Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8592749Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8593208Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8593639Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8594050Z test_dispatch_symbolic_meta_outplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8594458Z test_dispatch_symbolic_meta_outplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8594869Z test_dispatch_symbolic_meta_outplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8595274Z test_dispatch_symbolic_meta_outplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8595662Z test_dispatch_symbolic_meta_outplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8596072Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8596459Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8596850Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8597243Z test_dispatch_symbolic_meta_outplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8597627Z test_dispatch_symbolic_meta_outplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8598011Z test_dispatch_symbolic_meta_outplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8598423Z test_dispatch_symbolic_meta_outplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8598832Z test_dispatch_symbolic_meta_outplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8599229Z test_dispatch_symbolic_meta_outplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8599636Z test_dispatch_symbolic_meta_outplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8600026Z test_dispatch_symbolic_meta_outplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8600449Z test_dispatch_symbolic_meta_outplace_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8600975Z test_dispatch_symbolic_meta_outplace_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8601358Z test_dispatch_symbolic_meta_outplace_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8601753Z test_dispatch_symbolic_meta_outplace_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8602145Z test_dispatch_symbolic_meta_outplace_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8602540Z test_dispatch_symbolic_meta_outplace_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8602920Z test_dispatch_symbolic_meta_outplace_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8603315Z test_dispatch_symbolic_meta_outplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8603761Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8604213Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8604696Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8605143Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8605698Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.8606171Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8615313Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8615841Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.8616113Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.8616347Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8616572Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8616822Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8617081Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.8617322Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8617582Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8617844Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8618101Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8618347Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8618591Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8618838Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8619075Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8619308Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8619727Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8619964Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8620196Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8620422Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8620650Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8620874Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8621100Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8621324Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8621542Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8621753Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8622055Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8622288Z test_dispatch_symbolic_meta_outplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8622513Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8622750Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8622992Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8623241Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8623475Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8623710Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8623952Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8624188Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8624425Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8624658Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8624903Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8625147Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8625392Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8625631Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8625863Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8626101Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8626333Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8626573Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8627568Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8627809Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8628039Z test_dispatch_symbolic_meta_outplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8628258Z test_dispatch_symbolic_meta_outplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8628482Z test_dispatch_symbolic_meta_outplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8628697Z test_dispatch_symbolic_meta_outplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8628890Z test_dispatch_symbolic_meta_outplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8629111Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8629328Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8629545Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8629860Z test_dispatch_symbolic_meta_outplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8630095Z test_dispatch_symbolic_meta_outplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8630310Z test_dispatch_symbolic_meta_outplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8630529Z test_dispatch_symbolic_meta_outplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8630744Z test_dispatch_symbolic_meta_outplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8630965Z test_dispatch_symbolic_meta_outplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8631177Z test_dispatch_symbolic_meta_outplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8631389Z test_dispatch_symbolic_meta_outplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8631612Z test_dispatch_symbolic_meta_outplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8631826Z test_dispatch_symbolic_meta_outplace_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8632043Z test_dispatch_symbolic_meta_outplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8632254Z test_dispatch_symbolic_meta_outplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8632470Z test_dispatch_symbolic_meta_outplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8632685Z test_dispatch_symbolic_meta_outplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8632895Z test_dispatch_symbolic_meta_outplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8633109Z test_dispatch_symbolic_meta_outplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8633321Z test_dispatch_symbolic_meta_outplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8633515Z test_dispatch_symbolic_meta_outplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8633741Z test_dispatch_symbolic_meta_outplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8633953Z test_dispatch_symbolic_meta_outplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8634182Z test_dispatch_symbolic_meta_outplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8634513Z test_dispatch_symbolic_meta_outplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8634731Z test_dispatch_symbolic_meta_outplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8634951Z test_dispatch_symbolic_meta_outplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8635169Z test_dispatch_symbolic_meta_outplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8635380Z test_dispatch_symbolic_meta_outplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8635596Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8635813Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8636030Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8636253Z test_dispatch_symbolic_meta_outplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8636466Z test_dispatch_symbolic_meta_outplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8636688Z test_dispatch_symbolic_meta_outplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8636979Z test_dispatch_symbolic_meta_outplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8637215Z test_dispatch_symbolic_meta_outplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8637433Z test_dispatch_symbolic_meta_outplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8637644Z test_dispatch_symbolic_meta_outplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8637857Z test_dispatch_symbolic_meta_outplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8638074Z test_dispatch_symbolic_meta_outplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8638271Z test_dispatch_symbolic_meta_outplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8638481Z test_dispatch_symbolic_meta_outplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8638702Z test_dispatch_symbolic_meta_outplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8638910Z test_dispatch_symbolic_meta_outplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8639132Z test_dispatch_symbolic_meta_outplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8639348Z test_dispatch_symbolic_meta_outplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8639564Z test_dispatch_symbolic_meta_outplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8639777Z test_dispatch_symbolic_meta_outplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8639995Z test_dispatch_symbolic_meta_outplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8640207Z test_dispatch_symbolic_meta_outplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8640566Z test_dispatch_symbolic_meta_outplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8640837Z test_dispatch_symbolic_meta_outplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8641045Z test_dispatch_symbolic_meta_outplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8641251Z test_dispatch_symbolic_meta_outplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8641754Z test_dispatch_symbolic_meta_outplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8642046Z test_dispatch_symbolic_meta_outplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8642407Z test_dispatch_symbolic_meta_outplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8642637Z test_dispatch_symbolic_meta_outplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8642852Z test_dispatch_symbolic_meta_outplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8643071Z test_dispatch_symbolic_meta_outplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8643273Z test_dispatch_symbolic_meta_outplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8643486Z test_dispatch_symbolic_meta_outplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8643696Z test_dispatch_symbolic_meta_outplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8643907Z test_dispatch_symbolic_meta_outplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8644155Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.8644402Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8644724Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8644985Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8645215Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.8645452Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.8645690Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8645934Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8646173Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8646414Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.8646655Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.8646887Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8647122Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.8647357Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.8647596Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8647828Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8648069Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8648309Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.8648547Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8648782Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8648996Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8649329Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8649567Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8649799Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.8650031Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8650251Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8650476Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8650701Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8650925Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8651154Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8651367Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8651650Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8651932Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8652276Z test_dispatch_symbolic_meta_outplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8652608Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-11-23T02:43:13.8652832Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-11-23T02:43:13.8653044Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.266s) 2022-11-23T02:43:13.8653258Z test_dispatch_symbolic_meta_outplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.285s) 2022-11-23T02:43:13.8653483Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8653703Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8653917Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8654132Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8654325Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8654534Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8654808Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8655018Z test_dispatch_symbolic_meta_outplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8655246Z test_dispatch_symbolic_meta_outplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.918s) 2022-11-23T02:43:13.8655481Z test_dispatch_symbolic_meta_outplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.873s) 2022-11-23T02:43:13.8655703Z test_dispatch_symbolic_meta_outplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.8655920Z test_dispatch_symbolic_meta_outplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8656190Z test_dispatch_symbolic_meta_outplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.8656547Z test_dispatch_symbolic_meta_outplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.8657107Z test_dispatch_symbolic_meta_outplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.8657338Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8657554Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8657775Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8657987Z test_dispatch_symbolic_meta_outplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8658298Z test_dispatch_symbolic_meta_outplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8658821Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.8659294Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.8659815Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.8660318Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.8660977Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.8661508Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.8662007Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.8662492Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.8663000Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.8663454Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.8663940Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.8664418Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.8664935Z test_dispatch_symbolic_meta_outplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.8665372Z test_dispatch_symbolic_meta_outplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8666124Z test_dispatch_symbolic_meta_outplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8666768Z test_dispatch_symbolic_meta_outplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8667229Z test_dispatch_symbolic_meta_outplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8667660Z test_dispatch_symbolic_meta_outplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8668043Z test_dispatch_symbolic_meta_outplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8668382Z test_dispatch_symbolic_meta_outplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8668755Z test_dispatch_symbolic_meta_outplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8669146Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8669561Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8670236Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8670671Z test_dispatch_symbolic_meta_outplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8671108Z test_dispatch_symbolic_meta_outplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8671589Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.8672052Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.8672491Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8672933Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.8673416Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8673697Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8673948Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8674867Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8675167Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.8675405Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.8675640Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.8675869Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.8676268Z test_dispatch_symbolic_meta_outplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8676624Z test_dispatch_symbolic_meta_outplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8677037Z test_dispatch_symbolic_meta_outplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8677409Z test_dispatch_symbolic_meta_outplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8677781Z test_dispatch_symbolic_meta_outplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8678169Z test_dispatch_symbolic_meta_outplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8678572Z test_dispatch_symbolic_meta_outplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8678973Z test_dispatch_symbolic_meta_outplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8679383Z test_dispatch_symbolic_meta_outplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8679772Z test_dispatch_symbolic_meta_outplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8680158Z test_dispatch_symbolic_meta_outplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8680555Z test_dispatch_symbolic_meta_outplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.8680977Z test_dispatch_symbolic_meta_outplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8681408Z test_dispatch_symbolic_meta_outplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8681819Z test_dispatch_symbolic_meta_outplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8682212Z test_dispatch_symbolic_meta_outplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8682825Z test_dispatch_symbolic_meta_outplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8683247Z test_dispatch_symbolic_meta_outplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8683658Z test_dispatch_symbolic_meta_outplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.8684077Z test_dispatch_symbolic_meta_outplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8684475Z test_dispatch_symbolic_meta_outplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8684873Z test_dispatch_symbolic_meta_outplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8685267Z test_dispatch_symbolic_meta_outplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8685654Z test_dispatch_symbolic_meta_outplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8686092Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8686522Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8686949Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8687569Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8688036Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8688465Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8688907Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8689325Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8689659Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8689992Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8690363Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8690766Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8691137Z test_dispatch_symbolic_meta_outplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8691403Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8691639Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8691891Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8692133Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8692374Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8692611Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8692847Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8693072Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8693306Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8693536Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8693903Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8694133Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8694362Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8694587Z test_dispatch_symbolic_meta_outplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8694805Z test_dispatch_symbolic_meta_outplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8695037Z test_dispatch_symbolic_meta_outplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8695263Z test_dispatch_symbolic_meta_outplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8695493Z test_dispatch_symbolic_meta_outplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8695716Z test_dispatch_symbolic_meta_outplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8695941Z test_dispatch_symbolic_meta_outplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8696400Z test_dispatch_symbolic_meta_outplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8696801Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8697193Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8697604Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8698014Z test_dispatch_symbolic_meta_outplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8698846Z test_dispatch_symbolic_meta_outplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8699381Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8699826Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8700602Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8701100Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8701915Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8702403Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8702830Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8703260Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8703680Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8704463Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8704942Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8705372Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8705812Z test_dispatch_symbolic_meta_outplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8706241Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8706651Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8707326Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8707680Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8708071Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8708501Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8708915Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8709317Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8709744Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8710123Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8710543Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8710956Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8711599Z test_dispatch_symbolic_meta_outplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8712073Z test_dispatch_symbolic_meta_outplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8712487Z test_dispatch_symbolic_meta_outplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8712889Z test_dispatch_symbolic_meta_outplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8713455Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:43:13.8714030Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:43:13.8714582Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:43:13.8715137Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:43:13.8715645Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8716153Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8716654Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8717137Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8717629Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8718109Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8718611Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8719103Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8719599Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8720098Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8720793Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8721279Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8721765Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8722272Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8722762Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8723250Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8723759Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8724260Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8724896Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8725421Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8725915Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8726401Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8726885Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8727376Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8727852Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8728324Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8728793Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8729263Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8729712Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8730166Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8730642Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8731113Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8731596Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8732073Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8732492Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8732932Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8733411Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8734056Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8734517Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8734967Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8735461Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.8735937Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.8736402Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8736852Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8737365Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.8737850Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.8738509Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8739021Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.8739502Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-11-23T02:43:13.8739980Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-11-23T02:43:13.8740450Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.262s) 2022-11-23T02:43:13.8740907Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-11-23T02:43:13.8741444Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8744406Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8744973Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.8745474Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8746012Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:43:13.8746559Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:43:13.8747086Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:43:13.8747608Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:43:13.8748081Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8748551Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8751512Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8752206Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8752698Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8753182Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-11-23T02:43:13.8753671Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:43:13.8754136Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:43:13.8754648Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8755128Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8755615Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8757808Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.8759041Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.564s) 2022-11-23T02:43:13.8759719Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.606s) 2022-11-23T02:43:13.8760208Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.548s) 2022-11-23T02:43:13.8760658Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.8761115Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.8761587Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.8762098Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8762616Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:43:13.8763126Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-11-23T02:43:13.8766104Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-11-23T02:43:13.8766655Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8767179Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8767695Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8768203Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8768724Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-11-23T02:43:13.8769238Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:43:13.8769734Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-11-23T02:43:13.8770229Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8773136Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8773851Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8774349Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8774858Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-11-23T02:43:13.8775329Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.183s) 2022-11-23T02:43:13.8775819Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-11-23T02:43:13.8776330Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8776868Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8779770Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8780346Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:43:13.8781034Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:43:13.8781580Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:43:13.8782074Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:43:13.8782556Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:43:13.8783060Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:43:13.8783557Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:43:13.8784043Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.8786949Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:13.8787487Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:43:13.8788000Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:43:13.8788502Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:43:13.8789045Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:43:13.8789592Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:43:13.8790102Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:13.8790608Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:43:13.8791120Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:43:13.8794205Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:43:13.8794724Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8795431Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8795901Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8796380Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8796837Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8797266Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8797725Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8798172Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.8801014Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8801543Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8802222Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8802728Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.8803212Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8803685Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8804192Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8804677Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8805134Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8808075Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8808625Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:43:13.8809118Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:43:13.8809612Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:43:13.8810083Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-11-23T02:43:13.8810579Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8811063Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8811541Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8812037Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8815017Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8815641Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8816419Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8816991Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8817563Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8818138Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8818715Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8819310Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8822413Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8823006Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8823768Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8824329Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8824878Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8825428Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8825979Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8829001Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8829580Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8830117Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.8830640Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8831165Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.8831683Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.8832204Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.8832718Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.959s) 2022-11-23T02:43:13.8833239Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.842s) 2022-11-23T02:43:13.8836248Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.494s) 2022-11-23T02:43:13.8836784Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.437s) 2022-11-23T02:43:13.8837257Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.8837927Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8838406Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8838872Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8839380Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:43:13.8839835Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:13.8840304Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:43:13.8843279Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:13.8843819Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.247s) 2022-11-23T02:43:13.8844305Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.219s) 2022-11-23T02:43:13.8844743Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.171s) 2022-11-23T02:43:13.8845367Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:43:13.8845855Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:43:13.8846316Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:13.8846761Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:13.8847234Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8850132Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8850680Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8851170Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8851679Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8852172Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8852673Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8853156Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8853648Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8854127Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8854660Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8857625Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8858141Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8858623Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8860567Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8861052Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8861528Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8864540Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8865077Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8865583Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8866121Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:13.8866646Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:13.8867157Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:43:13.8867703Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:43:13.8868376Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8871327Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.8871846Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8872328Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8872851Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.173s) 2022-11-23T02:43:13.8873347Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-11-23T02:43:13.8873853Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:13.8874376Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.8874902Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8875408Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8878253Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8878773Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8879255Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.308s) 2022-11-23T02:43:13.8879772Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.256s) 2022-11-23T02:43:13.8880284Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.299s) 2022-11-23T02:43:13.8880808Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:43:13.8881328Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:43:13.8881810Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:43:13.8882510Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8884173Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8884473Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8885267Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8885544Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8885796Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8886064Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8886316Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8886709Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8886998Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8887242Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.8887485Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:13.8887727Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.8887968Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.8888211Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8888462Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8888707Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8888944Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8889185Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8889425Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8889678Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8891692Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8891958Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8892191Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8892432Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8892668Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8892900Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8893263Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8893504Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.8893756Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.8894000Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.8894240Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.8894486Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.8894711Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.8894978Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:43:13.8895239Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:13.8895574Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:43:13.8895848Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:13.8896100Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8898104Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8898381Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8898625Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8898885Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:43:13.8899148Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.150s) 2022-11-23T02:43:13.8899410Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:43:13.8899659Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-11-23T02:43:13.8899915Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:43:13.8900174Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:43:13.8900421Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:43:13.8900673Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-11-23T02:43:13.8900920Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:43:13.8901165Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.526s) 2022-11-23T02:43:13.8901409Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.479s) 2022-11-23T02:43:13.8901644Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.481s) 2022-11-23T02:43:13.8901996Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.479s) 2022-11-23T02:43:13.8902240Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.513s) 2022-11-23T02:43:13.8902478Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.419s) 2022-11-23T02:43:13.8902708Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.435s) 2022-11-23T02:43:13.8904689Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.451s) 2022-11-23T02:43:13.8904950Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.518s) 2022-11-23T02:43:13.8905164Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.528s) 2022-11-23T02:43:13.8905400Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.499s) 2022-11-23T02:43:13.8905629Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.507s) 2022-11-23T02:43:13.8905970Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.525s) 2022-11-23T02:43:13.8906241Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.510s) 2022-11-23T02:43:13.8906491Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.557s) 2022-11-23T02:43:13.8906748Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.8907011Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:43:13.8907264Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.8907509Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.390s) 2022-11-23T02:43:13.8907755Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.420s) 2022-11-23T02:43:13.8908005Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.382s) 2022-11-23T02:43:13.8908260Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-11-23T02:43:13.8908512Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-11-23T02:43:13.8908759Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:43:13.8909006Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-11-23T02:43:13.8910517Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:43:13.8911316Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.8911579Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.8911832Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.8912080Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.8912440Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8912679Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8912915Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8913153Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8913398Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8913639Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8913857Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8914085Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8914346Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8914600Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8914929Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8915196Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8915461Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8915730Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.8917812Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8918088Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8918363Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.8918634Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8918893Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.8919147Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.8919390Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.8919635Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-11-23T02:43:13.8919868Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:43:13.8920099Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:13.8920346Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:13.8920597Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:13.8920852Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.8921098Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:13.8921459Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.8921694Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.8921937Z test_dispatch_symbolic_meta_outplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8922191Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.8924150Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8924426Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.8924669Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.8924927Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.8925176Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.8926043Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.8926354Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.8926596Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.8926830Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.8927078Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.8927316Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.8927566Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.8927818Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.8928075Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.8928333Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.8928582Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8930625Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.8930901Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.8931145Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.8931388Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.8931621Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.8931864Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.8932100Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8932492Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8932747Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8933004Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.8933250Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8933489Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8933709Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8933966Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8934226Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8934477Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8934806Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8935078Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8937095Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.8937390Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8937654Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8937920Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8938174Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8938431Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.8938685Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8938936Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8939188Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8939442Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8939695Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8939935Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8940178Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8940430Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8940678Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8940931Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8941305Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8941556Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8943506Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8943790Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8944039Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8944263Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8944498Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8944747Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8944985Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8945340Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8945616Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8945880Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8946139Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8946391Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8946647Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8946899Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8947149Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8947398Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8947649Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8947897Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8949458Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8950259Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.638s) 2022-11-23T02:43:13.8950524Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.617s) 2022-11-23T02:43:13.8950780Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.520s) 2022-11-23T02:43:13.8951029Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.532s) 2022-11-23T02:43:13.8951278Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.527s) 2022-11-23T02:43:13.8951529Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.550s) 2022-11-23T02:43:13.8951775Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.554s) 2022-11-23T02:43:13.8952141Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.562s) 2022-11-23T02:43:13.8952387Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.616s) 2022-11-23T02:43:13.8952632Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.8952871Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.8953093Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8953333Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8953565Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8953807Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8954041Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8954388Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8954640Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8956613Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8956876Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8957104Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8957347Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8957584Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8957826Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8958062Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8958291Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8958525Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8958750Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8958989Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8959215Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8959457Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8959695Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8959930Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8960166Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8960399Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8960755Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8960976Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8961214Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8963263Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8963520Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8963753Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8963987Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8964238Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8964496Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8964744Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8965099Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8965374Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8965632Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.8965879Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8966129Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.8966371Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.8966613Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8966859Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.8967120Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.8967382Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.8967644Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8969650Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8969935Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8970192Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8970445Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8970694Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.8970938Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.8971170Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8971540Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.8971792Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8972040Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8972273Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8972506Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8972761Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.8973009Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.8973256Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.8973496Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.8973810Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8974069Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8976050Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8976336Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8976578Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8976824Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8977055Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8977299Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8977538Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8977782Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.8978023Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.8978260Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.8978514Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8978766Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8979023Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8979273Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8979498Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8979735Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8979981Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8980343Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8980576Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8982570Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8982849Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.8983097Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8983343Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8983580Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8983819Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.8984061Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8984397Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.8984661Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.8984905Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8985143Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8985406Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:43:13.8985678Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:13.8985943Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.8986207Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:43:13.8986466Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.8986720Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:13.8986975Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.8987228Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:43:13.8989279Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.8989544Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:13.8989795Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.8990060Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:43:13.8990345Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:13.8990629Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.8991028Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:43:13.8991307Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:13.8991581Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:13.8991852Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:13.8992127Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.8992398Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:13.8992678Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:13.8992945Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:43:13.8993262Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.804s) 2022-11-23T02:43:13.8993525Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.717s) 2022-11-23T02:43:13.8995022Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.688s) 2022-11-23T02:43:13.8995814Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.783s) 2022-11-23T02:43:13.8996056Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.659s) 2022-11-23T02:43:13.8996299Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.765s) 2022-11-23T02:43:13.8996558Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8996820Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.8997073Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.8997331Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.8997586Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.8997840Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8998096Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.8998321Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.8998542Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.8998771Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.8999001Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.8999204Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.8999423Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.8999753Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.8999962Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.9000177Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.9002143Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.9002382Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.9002602Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.9002816Z test_dispatch_symbolic_meta_outplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.9003030Z test_dispatch_symbolic_meta_outplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:13.9003259Z test_dispatch_symbolic_meta_outplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:43:13.9003480Z test_dispatch_symbolic_meta_outplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:43:13.9003697Z test_dispatch_symbolic_meta_outplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:43:13.9004006Z test_dispatch_symbolic_meta_outplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.131s) 2022-11-23T02:43:13.9004240Z test_dispatch_symbolic_meta_outplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-11-23T02:43:13.9004467Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9004696Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9004923Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9005149Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9005366Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9005589Z test_dispatch_symbolic_meta_outplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9005813Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9006024Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9006250Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9006472Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9006686Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9008686Z test_dispatch_symbolic_meta_outplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9008925Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9009157Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9009378Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9009595Z test_dispatch_symbolic_meta_outplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9009815Z test_dispatch_symbolic_meta_outplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9010033Z test_dispatch_symbolic_meta_outplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9010366Z test_dispatch_symbolic_meta_outplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9010578Z test_dispatch_symbolic_meta_outplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9010818Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9011059Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9011346Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9011584Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9011800Z test_dispatch_symbolic_meta_outplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9012014Z test_dispatch_symbolic_meta_outplace_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9012239Z test_dispatch_symbolic_meta_outplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9012459Z test_dispatch_symbolic_meta_outplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9012672Z test_dispatch_symbolic_meta_outplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9012955Z test_dispatch_symbolic_meta_outplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9014428Z test_dispatch_symbolic_meta_outplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9015185Z test_dispatch_symbolic_meta_outplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9015400Z test_dispatch_symbolic_meta_outplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9015611Z test_dispatch_symbolic_meta_outplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9015826Z test_dispatch_symbolic_meta_outplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9016037Z test_dispatch_symbolic_meta_outplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9016245Z test_dispatch_symbolic_meta_outplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9016473Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9016688Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9016916Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9017144Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9017373Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9017600Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9017817Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9018030Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9018250Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9018461Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9018668Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9018883Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9019092Z test_dispatch_symbolic_meta_outplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9019421Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.330s) 2022-11-23T02:43:13.9020900Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.332s) 2022-11-23T02:43:13.9021163Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.344s) 2022-11-23T02:43:13.9021378Z test_dispatch_symbolic_meta_outplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.355s) 2022-11-23T02:43:13.9022140Z test_dispatch_symbolic_meta_outplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9022371Z test_dispatch_symbolic_meta_outplace_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9022596Z test_dispatch_symbolic_meta_outplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9022818Z test_dispatch_symbolic_meta_outplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9023038Z test_dispatch_symbolic_meta_outplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9023252Z test_dispatch_symbolic_meta_outplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9023563Z test_dispatch_symbolic_meta_outplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9023798Z test_dispatch_symbolic_meta_outplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9024010Z test_dispatch_symbolic_meta_outplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9024224Z test_dispatch_symbolic_meta_outplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9024436Z test_dispatch_symbolic_meta_outplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9024647Z test_dispatch_symbolic_meta_outplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9024882Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.012s) 2022-11-23T02:43:13.9025111Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.056s) 2022-11-23T02:43:13.9025340Z test_dispatch_symbolic_meta_outplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9025561Z test_dispatch_symbolic_meta_outplace_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9025789Z test_dispatch_symbolic_meta_outplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9026000Z test_dispatch_symbolic_meta_outplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9026219Z test_dispatch_symbolic_meta_outplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9026441Z test_dispatch_symbolic_meta_outplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9026657Z test_dispatch_symbolic_meta_outplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9028696Z test_dispatch_symbolic_meta_outplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9028927Z test_dispatch_symbolic_meta_outplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9029145Z test_dispatch_symbolic_meta_outplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9029361Z test_dispatch_symbolic_meta_outplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9029578Z test_dispatch_symbolic_meta_outplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9029790Z test_dispatch_symbolic_meta_outplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9030022Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.9031110Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9031336Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9031567Z test_dispatch_symbolic_meta_outplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9031784Z test_dispatch_symbolic_meta_outplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9032000Z test_dispatch_symbolic_meta_outplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9032247Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9032498Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9032750Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9032987Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9035175Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9035472Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9035695Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9035936Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9036179Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9036427Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9036675Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9036914Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9037151Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9037388Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9037620Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9037859Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9038105Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9038346Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9038587Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9038834Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9039074Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9039307Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9039546Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9041622Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9041886Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9042127Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9042369Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9042611Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9042855Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9043093Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9043327Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9043571Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9043795Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9044125Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9044388Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9044622Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9044864Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9045108Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9045351Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9045584Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9045825Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9046061Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9048070Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9048341Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9048579Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9048811Z test_dispatch_symbolic_meta_outplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9049041Z test_dispatch_symbolic_meta_outplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9049274Z test_dispatch_symbolic_meta_outplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9049505Z test_dispatch_symbolic_meta_outplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9049732Z test_dispatch_symbolic_meta_outplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9049951Z test_dispatch_symbolic_meta_outplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9050165Z test_dispatch_symbolic_meta_outplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9050501Z test_dispatch_symbolic_meta_outplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9050714Z test_dispatch_symbolic_meta_outplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9050923Z test_dispatch_symbolic_meta_outplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9051127Z test_dispatch_symbolic_meta_outplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9051344Z test_dispatch_symbolic_meta_outplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9051559Z test_dispatch_symbolic_meta_outplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9051779Z test_dispatch_symbolic_meta_outplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9051997Z test_dispatch_symbolic_meta_outplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9052218Z test_dispatch_symbolic_meta_outplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9052433Z test_dispatch_symbolic_meta_outplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9052646Z test_dispatch_symbolic_meta_outplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9054786Z test_dispatch_symbolic_meta_outplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9055041Z test_dispatch_symbolic_meta_outplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9055253Z test_dispatch_symbolic_meta_outplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9055457Z test_dispatch_symbolic_meta_outplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9055666Z test_dispatch_symbolic_meta_outplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9055869Z test_dispatch_symbolic_meta_outplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9056094Z test_dispatch_symbolic_meta_outplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.9056308Z test_dispatch_symbolic_meta_outplace_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9056534Z test_dispatch_symbolic_meta_outplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9056755Z test_dispatch_symbolic_meta_outplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9056970Z test_dispatch_symbolic_meta_outplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9057189Z test_dispatch_symbolic_meta_outplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.9057404Z test_dispatch_symbolic_meta_outplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9057609Z test_dispatch_symbolic_meta_outplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.9057829Z test_dispatch_symbolic_meta_outplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9058042Z test_dispatch_symbolic_meta_outplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9058258Z test_dispatch_symbolic_meta_outplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9058469Z test_dispatch_symbolic_meta_outplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9058677Z test_dispatch_symbolic_meta_outplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.9058891Z test_dispatch_symbolic_meta_outplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9059102Z test_dispatch_symbolic_meta_outplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9060578Z test_dispatch_symbolic_meta_outplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9061472Z test_dispatch_symbolic_meta_outplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9061685Z test_dispatch_symbolic_meta_outplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9061901Z test_dispatch_symbolic_meta_outplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9062123Z test_dispatch_symbolic_meta_outplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9062334Z test_dispatch_symbolic_meta_outplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9062545Z test_dispatch_symbolic_meta_outplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9062750Z test_dispatch_symbolic_meta_outplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9062958Z test_dispatch_symbolic_meta_outplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9063163Z test_dispatch_symbolic_meta_outplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9063383Z test_dispatch_symbolic_meta_outplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.9063603Z test_dispatch_symbolic_meta_outplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.9063884Z test_dispatch_symbolic_meta_outplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.9064116Z test_dispatch_symbolic_meta_outplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.9064342Z test_dispatch_symbolic_meta_outplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.741s) 2022-11-23T02:43:13.9064561Z test_dispatch_symbolic_meta_outplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.714s) 2022-11-23T02:43:13.9064778Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9065001Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9065225Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9065440Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9065653Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9067648Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9067898Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9068114Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9068330Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9068549Z test_dispatch_symbolic_meta_outplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9068775Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9069007Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9069240Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9069469Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9069693Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9069912Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9070125Z test_dispatch_symbolic_meta_outplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9070471Z test_dispatch_symbolic_meta_outplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9070678Z test_dispatch_symbolic_meta_outplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9070895Z test_dispatch_symbolic_meta_outplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9071105Z test_dispatch_symbolic_meta_outplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9071321Z test_dispatch_symbolic_meta_outplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9071535Z test_dispatch_symbolic_meta_outplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9071753Z test_dispatch_symbolic_meta_outplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9071971Z test_dispatch_symbolic_meta_outplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9072186Z test_dispatch_symbolic_meta_outplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9074207Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9074567Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9074815Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9075044Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9075269Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9075493Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9075720Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9075943Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9076166Z test_dispatch_symbolic_meta_outplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9076386Z test_dispatch_symbolic_meta_outplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9076610Z test_dispatch_symbolic_meta_outplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9076829Z test_dispatch_symbolic_meta_outplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9077042Z test_dispatch_symbolic_meta_outplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9077240Z test_dispatch_symbolic_meta_outplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9077460Z test_dispatch_symbolic_meta_outplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9077675Z test_dispatch_symbolic_meta_outplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9077903Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9078136Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9078364Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9078593Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9078818Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9080865Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9081224Z test_dispatch_symbolic_meta_outplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9081440Z test_dispatch_symbolic_meta_outplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9081653Z test_dispatch_symbolic_meta_outplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9081881Z test_dispatch_symbolic_meta_outplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9082101Z test_dispatch_symbolic_meta_outplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9082316Z test_dispatch_symbolic_meta_outplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9082532Z test_dispatch_symbolic_meta_outplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9082750Z test_dispatch_symbolic_meta_outplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9082971Z test_dispatch_symbolic_meta_outplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9083184Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9084418Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9084697Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9084913Z test_dispatch_symbolic_meta_outplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9085108Z test_dispatch_symbolic_meta_outplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9085325Z test_dispatch_symbolic_meta_outplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9087443Z test_dispatch_symbolic_meta_outplace_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9087701Z test_dispatch_symbolic_meta_outplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9087919Z test_dispatch_symbolic_meta_outplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9088133Z test_dispatch_symbolic_meta_outplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9088351Z test_dispatch_symbolic_meta_outplace_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9088566Z test_dispatch_symbolic_meta_outplace_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9088781Z test_dispatch_symbolic_meta_outplace_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9088994Z test_dispatch_symbolic_meta_outplace_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9089204Z test_dispatch_symbolic_meta_outplace_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9089420Z test_dispatch_symbolic_meta_outplace_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9089628Z test_dispatch_symbolic_meta_outplace_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9089833Z test_dispatch_symbolic_meta_outplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9090069Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9090294Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9090529Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9090768Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9090995Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9091364Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9091590Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9091805Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9093824Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9094073Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9094293Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9094510Z test_dispatch_symbolic_meta_outplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9094737Z test_dispatch_symbolic_meta_outplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9094971Z test_dispatch_symbolic_meta_outplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9095189Z test_dispatch_symbolic_meta_outplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9095502Z test_dispatch_symbolic_meta_outplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9095744Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9095956Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9096165Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9096383Z test_dispatch_symbolic_meta_outplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9096598Z test_dispatch_symbolic_meta_outplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9096809Z test_dispatch_symbolic_meta_outplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9097028Z test_dispatch_symbolic_meta_outplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9097254Z test_dispatch_symbolic_meta_outplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9097474Z test_dispatch_symbolic_meta_outplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9097685Z test_dispatch_symbolic_meta_outplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9097892Z test_dispatch_symbolic_meta_outplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9098108Z test_dispatch_symbolic_meta_outplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.9098312Z test_dispatch_symbolic_meta_outplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9100595Z test_dispatch_symbolic_meta_outplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9100878Z test_dispatch_symbolic_meta_outplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9101103Z test_dispatch_symbolic_meta_outplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9101318Z test_dispatch_symbolic_meta_outplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9101528Z test_dispatch_symbolic_meta_outplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9101748Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9101966Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.9102311Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.9102528Z test_dispatch_symbolic_meta_outplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9102741Z test_dispatch_symbolic_meta_outplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.9102988Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9103224Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9103470Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9103717Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9103961Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9104207Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9104444Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9104762Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9105015Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9105249Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9107310Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9107564Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9107783Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9108013Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9108235Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9108472Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9108703Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9108935Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9109161Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9109389Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9109619Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9109841Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9110063Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9110275Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9110492Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9110705Z test_dispatch_symbolic_meta_outplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9110919Z test_dispatch_symbolic_meta_outplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9111137Z test_dispatch_symbolic_meta_outplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9111484Z test_dispatch_symbolic_meta_outplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9111710Z test_dispatch_symbolic_meta_outplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9113726Z test_dispatch_symbolic_meta_outplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9113969Z test_dispatch_symbolic_meta_outplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9114182Z test_dispatch_symbolic_meta_outplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9114391Z test_dispatch_symbolic_meta_outplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9114592Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9114813Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9115033Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9115252Z test_dispatch_symbolic_meta_outplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9115563Z test_dispatch_symbolic_meta_outplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9115807Z test_dispatch_symbolic_meta_outplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9116024Z test_dispatch_symbolic_meta_outplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9116251Z test_dispatch_symbolic_meta_outplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9116476Z test_dispatch_symbolic_meta_outplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9116700Z test_dispatch_symbolic_meta_outplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9116914Z test_dispatch_symbolic_meta_outplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9117122Z test_dispatch_symbolic_meta_outplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9117339Z test_dispatch_symbolic_meta_outplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9117553Z test_dispatch_symbolic_meta_outplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9117770Z test_dispatch_symbolic_meta_outplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9117984Z test_dispatch_symbolic_meta_outplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9118195Z test_dispatch_symbolic_meta_outplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9120204Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9120443Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9120674Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9120908Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9121115Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9121337Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9121558Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9121778Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9122113Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9122324Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9122540Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9122754Z test_dispatch_symbolic_meta_outplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9122983Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9123209Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9123446Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9123678Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9123911Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9124140Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9124445Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9124687Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9124909Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9125132Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9125356Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9125583Z test_dispatch_symbolic_meta_outplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9125811Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9126033Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9126253Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9126483Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9126713Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9126939Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9127166Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9127396Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9127617Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9127833Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9128047Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9128271Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9128487Z test_dispatch_symbolic_meta_outplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9128701Z test_dispatch_symbolic_meta_outplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9128913Z test_dispatch_symbolic_meta_outplace_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9129224Z test_dispatch_symbolic_meta_outplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9129445Z test_dispatch_symbolic_meta_outplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9129665Z test_dispatch_symbolic_meta_outplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9131664Z test_dispatch_symbolic_meta_outplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9131906Z test_dispatch_symbolic_meta_outplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9132121Z test_dispatch_symbolic_meta_outplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9132334Z test_dispatch_symbolic_meta_outplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9132545Z test_dispatch_symbolic_meta_outplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9132762Z test_dispatch_symbolic_meta_outplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9132955Z test_dispatch_symbolic_meta_outplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9133162Z test_dispatch_symbolic_meta_outplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9133477Z test_dispatch_symbolic_meta_outplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9133707Z test_dispatch_symbolic_meta_outplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.9133930Z test_dispatch_symbolic_meta_outplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9134150Z test_dispatch_symbolic_meta_outplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9134365Z test_dispatch_symbolic_meta_outplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9134584Z test_dispatch_symbolic_meta_outplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9134800Z test_dispatch_symbolic_meta_outplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9135013Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.9135226Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9135436Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9135647Z test_dispatch_symbolic_meta_outplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9135853Z test_dispatch_symbolic_meta_outplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9136073Z test_dispatch_symbolic_meta_outplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9136291Z test_dispatch_symbolic_meta_outplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9136504Z test_dispatch_symbolic_meta_outplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9136719Z test_dispatch_symbolic_meta_outplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9136931Z test_dispatch_symbolic_meta_outplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9137143Z test_dispatch_symbolic_meta_outplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9137338Z test_dispatch_symbolic_meta_outplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9137550Z test_dispatch_symbolic_meta_outplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9137756Z test_dispatch_symbolic_meta_outplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9138092Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9138331Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9138567Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9138799Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9139029Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9139265Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9139499Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9139735Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9139977Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9140217Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9140527Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9140781Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9140998Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9141211Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9141438Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9141663Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9141879Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9142095Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9142316Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9142532Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9142728Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9142940Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9143153Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9143369Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9143578Z test_dispatch_symbolic_meta_outplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9143795Z test_dispatch_symbolic_meta_outplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9144018Z test_dispatch_symbolic_meta_outplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9144237Z test_dispatch_symbolic_meta_outplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9144452Z test_dispatch_symbolic_meta_outplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9144668Z test_dispatch_symbolic_meta_outplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9144881Z test_dispatch_symbolic_meta_outplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9145185Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9145396Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9145607Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9145819Z test_dispatch_symbolic_meta_outplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9146029Z test_dispatch_symbolic_meta_outplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9146262Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9147880Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9148673Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9148933Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9149169Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9149482Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9149732Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9149960Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9150188Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9150415Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9150645Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9150871Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9151095Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9151329Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9151553Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9151787Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9152020Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9152246Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9152474Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9152701Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9152926Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9153145Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9153358Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9153584Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9153798Z test_dispatch_symbolic_meta_outplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9154016Z test_dispatch_symbolic_meta_outplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.9154406Z test_dispatch_symbolic_meta_outplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.9154618Z test_dispatch_symbolic_meta_outplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.9154840Z test_dispatch_symbolic_meta_outplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.9155061Z test_dispatch_symbolic_meta_outplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.9155274Z test_dispatch_symbolic_meta_outplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.9155486Z test_dispatch_symbolic_meta_outplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.9155701Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.9155916Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.9156137Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.9156352Z test_dispatch_symbolic_meta_outplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.9156642Z test_dispatch_symbolic_meta_outplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.9156906Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9157148Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.9157387Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.9157625Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9157866Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.9158094Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.9158326Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.9158564Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.9158799Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.9159038Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.9159279Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.9159514Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.9159751Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.9159967Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.9160203Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:13.9160435Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.9160669Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.9160897Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.9161136Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.9161468Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9161702Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.9161944Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.9162175Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.9162407Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.9162637Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9162870Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9163102Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.9163344Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.9163649Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.9163899Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.9164135Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.9164367Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.9164598Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:13.9164829Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.9165062Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.9165288Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.9165522Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.9165742Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:13.9165979Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.9166212Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9166449Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.9166686Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.9166919Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.9167148Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:13.9167378Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.9167599Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.9167833Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.385s) 2022-11-23T02:43:13.9168064Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.394s) 2022-11-23T02:43:13.9168386Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.414s) 2022-11-23T02:43:13.9168614Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.391s) 2022-11-23T02:43:13.9168841Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.403s) 2022-11-23T02:43:13.9169072Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.417s) 2022-11-23T02:43:13.9169298Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.387s) 2022-11-23T02:43:13.9169526Z test_dispatch_symbolic_meta_outplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.389s) 2022-11-23T02:43:13.9169771Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:13.9170013Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:43:13.9170250Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:43:13.9170481Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:43:13.9170792Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:43:13.9171043Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:43:13.9171270Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:13.9171482Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:13.9171703Z test_dispatch_symbolic_meta_outplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9171921Z test_dispatch_symbolic_meta_outplace_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9172144Z test_dispatch_symbolic_meta_outplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9172372Z test_dispatch_symbolic_meta_outplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9172589Z test_dispatch_symbolic_meta_outplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9172807Z test_dispatch_symbolic_meta_outplace_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9173019Z test_dispatch_symbolic_meta_outplace_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9173227Z test_dispatch_symbolic_meta_outplace_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9173443Z test_dispatch_symbolic_meta_outplace_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9173663Z test_dispatch_symbolic_meta_outplace_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9173879Z test_dispatch_symbolic_meta_outplace_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9174093Z test_dispatch_symbolic_meta_outplace_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9174306Z test_dispatch_symbolic_meta_outplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9174542Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9174770Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9175005Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9175913Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9176142Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9176370Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9176604Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9176816Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9177043Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9177270Z test_dispatch_symbolic_meta_outplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9177487Z test_dispatch_symbolic_meta_outplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9177699Z test_dispatch_symbolic_meta_outplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9177921Z test_dispatch_symbolic_meta_outplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9178141Z test_dispatch_symbolic_meta_outplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9180343Z test_dispatch_symbolic_meta_outplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9180604Z test_dispatch_symbolic_meta_outplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9180817Z test_dispatch_symbolic_meta_outplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9181033Z test_dispatch_symbolic_meta_outplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9181242Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9181456Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9181660Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9181868Z test_dispatch_symbolic_meta_outplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9182073Z test_dispatch_symbolic_meta_outplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9182295Z test_dispatch_symbolic_meta_outplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9182506Z test_dispatch_symbolic_meta_outplace_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9182730Z test_dispatch_symbolic_meta_outplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9182951Z test_dispatch_symbolic_meta_outplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9183172Z test_dispatch_symbolic_meta_outplace_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9183373Z test_dispatch_symbolic_meta_outplace_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9183590Z test_dispatch_symbolic_meta_outplace_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9183803Z test_dispatch_symbolic_meta_outplace_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9184014Z test_dispatch_symbolic_meta_outplace_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9184225Z test_dispatch_symbolic_meta_outplace_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9184439Z test_dispatch_symbolic_meta_outplace_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9184648Z test_dispatch_symbolic_meta_outplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9184968Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9185187Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9185416Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9185647Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9185867Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9186089Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9186308Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9186522Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9186741Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9186957Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9187165Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9187455Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9187691Z test_dispatch_symbolic_meta_outplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9187908Z test_dispatch_symbolic_meta_outplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9188104Z test_dispatch_symbolic_meta_outplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9188321Z test_dispatch_symbolic_meta_outplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9188539Z test_dispatch_symbolic_meta_outplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9188756Z test_dispatch_symbolic_meta_outplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9188966Z test_dispatch_symbolic_meta_outplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9189180Z test_dispatch_symbolic_meta_outplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9189390Z test_dispatch_symbolic_meta_outplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9189599Z test_dispatch_symbolic_meta_outplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9189806Z test_dispatch_symbolic_meta_outplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9190050Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9190296Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9190541Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9190783Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9191043Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9191295Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9191547Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9191796Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9192133Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9192378Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9192617Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9192849Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9193092Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.9193330Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.9193571Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9193799Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:13.9194025Z test_dispatch_symbolic_meta_outplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9194241Z test_dispatch_symbolic_meta_outplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9194535Z test_dispatch_symbolic_meta_outplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9194771Z test_dispatch_symbolic_meta_outplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9194984Z test_dispatch_symbolic_meta_outplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9195200Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9195416Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9195635Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9195850Z test_dispatch_symbolic_meta_outplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9196061Z test_dispatch_symbolic_meta_outplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9196281Z test_dispatch_symbolic_meta_outplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9196492Z test_dispatch_symbolic_meta_outplace_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9196713Z test_dispatch_symbolic_meta_outplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9196926Z test_dispatch_symbolic_meta_outplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9197140Z test_dispatch_symbolic_meta_outplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9197357Z test_dispatch_symbolic_meta_outplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9197570Z test_dispatch_symbolic_meta_outplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9197783Z test_dispatch_symbolic_meta_outplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9197997Z test_dispatch_symbolic_meta_outplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9198206Z test_dispatch_symbolic_meta_outplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9198396Z test_dispatch_symbolic_meta_outplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9198604Z test_dispatch_symbolic_meta_outplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9198806Z test_dispatch_symbolic_meta_outplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9199116Z test_dispatch_symbolic_meta_outplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9199327Z test_dispatch_symbolic_meta_outplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9199551Z test_dispatch_symbolic_meta_outplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9199775Z test_dispatch_symbolic_meta_outplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9199992Z test_dispatch_symbolic_meta_outplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9200206Z test_dispatch_symbolic_meta_outplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9200421Z test_dispatch_symbolic_meta_outplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9200632Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9200848Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9201056Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9201266Z test_dispatch_symbolic_meta_outplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9201543Z test_dispatch_symbolic_meta_outplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9201775Z test_dispatch_symbolic_meta_outplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9201980Z test_dispatch_symbolic_meta_outplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9202202Z test_dispatch_symbolic_meta_outplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9202421Z test_dispatch_symbolic_meta_outplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9202636Z test_dispatch_symbolic_meta_outplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9202850Z test_dispatch_symbolic_meta_outplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9203047Z test_dispatch_symbolic_meta_outplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9203265Z test_dispatch_symbolic_meta_outplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9203473Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9203684Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9203893Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9204101Z test_dispatch_symbolic_meta_outplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9204306Z test_dispatch_symbolic_meta_outplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9204530Z test_dispatch_symbolic_meta_outplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9204739Z test_dispatch_symbolic_meta_outplace_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9204965Z test_dispatch_symbolic_meta_outplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9205186Z test_dispatch_symbolic_meta_outplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9205401Z test_dispatch_symbolic_meta_outplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9205622Z test_dispatch_symbolic_meta_outplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9205840Z test_dispatch_symbolic_meta_outplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9206058Z test_dispatch_symbolic_meta_outplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9206369Z test_dispatch_symbolic_meta_outplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9206582Z test_dispatch_symbolic_meta_outplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9206796Z test_dispatch_symbolic_meta_outplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9207007Z test_dispatch_symbolic_meta_outplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9207220Z test_dispatch_symbolic_meta_outplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9207440Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9207667Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9207898Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9208133Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9208362Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9208661Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9208905Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9209134Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9209362Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9209586Z test_dispatch_symbolic_meta_outplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9209816Z test_dispatch_symbolic_meta_outplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9210037Z test_dispatch_symbolic_meta_outplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9210259Z test_dispatch_symbolic_meta_outplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9210476Z test_dispatch_symbolic_meta_outplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9210715Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9210953Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9211197Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9211441Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9211681Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9211917Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9212158Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9212392Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9212625Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9212839Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9213073Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9213394Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9213613Z test_dispatch_symbolic_meta_outplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9213828Z test_dispatch_symbolic_meta_outplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9214049Z test_dispatch_symbolic_meta_outplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.9214265Z test_dispatch_symbolic_meta_outplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9214476Z test_dispatch_symbolic_meta_outplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9214687Z test_dispatch_symbolic_meta_outplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9214902Z test_dispatch_symbolic_meta_outplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.9215114Z test_dispatch_symbolic_meta_outplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9215321Z test_dispatch_symbolic_meta_outplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9215572Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9216342Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9216645Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9216889Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9217121Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9217360Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9217595Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9217821Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9218055Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9218284Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9218496Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9218720Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9218953Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9219193Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9219425Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9219660Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9219889Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9220113Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9220340Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9220561Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9220902Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9221132Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9221364Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9221589Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9221816Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9222034Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9222257Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9222476Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9222700Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9222929Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9223228Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9223468Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9223693Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9223910Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9224115Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9224337Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9224557Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9224785Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9225016Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9225235Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9225459Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9225677Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9225897Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9226118Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9226374Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9226634Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9226890Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9227146Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9227404Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9227657Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9227997Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9228249Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9228507Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9228762Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9229017Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9229267Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9229525Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9229775Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9230093Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9230357Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9230685Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9231026Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9231369Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:13.9231708Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9232044Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9232377Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9232707Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9233041Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:43:13.9233379Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9233714Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9234049Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9234377Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9234792Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9237026Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9237386Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:43:13.9237714Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:13.9237951Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9238182Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9238414Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9238745Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9238996Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9239226Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9239448Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9239671Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9239897Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9240127Z test_dispatch_symbolic_meta_outplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9240350Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9240585Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9240815Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9241041Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9241269Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9241495Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9241725Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9241946Z test_dispatch_symbolic_meta_outplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9242199Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9242458Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9242701Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9242951Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9243201Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9243545Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9243798Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9244050Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9244297Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9244554Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9244811Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9245062Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9245317Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9245566Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9245882Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9246146Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9246376Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9246600Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9246826Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9247058Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9247285Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9247507Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9247730Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9247942Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9248165Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9248376Z test_dispatch_symbolic_meta_outplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9248597Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9248810Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9249035Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9249258Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9249479Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9249690Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9249908Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9250121Z test_dispatch_symbolic_meta_outplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9250333Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9250645Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9250871Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9251094Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9251309Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9251521Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9251740Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9251952Z test_dispatch_symbolic_meta_outplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9252207Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9252467Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9252725Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9253051Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9253321Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9253570Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9253821Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9254074Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9254465Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9254792Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9255132Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9255471Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9255801Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9256116Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9256449Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9256769Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9257001Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9257238Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9257574Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9257804Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9258038Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9258260Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9258490Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9258719Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9258966Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9259217Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9259465Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9259782Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9260038Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9260270Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9260512Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9260755Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9260996Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9261238Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9261487Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9261732Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9261969Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9262200Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9262439Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9262676Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9262896Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9263144Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9263389Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9263633Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9263868Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9264102Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9264427Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9264659Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9264898Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9265142Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9265387Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9265630Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9265867Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9266102Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9266340Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9266637Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9266885Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9267111Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9267342Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9267570Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9267808Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9268034Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9268259Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9268485Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9268695Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9268920Z test_dispatch_symbolic_meta_outplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9269144Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9269376Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9269609Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9269837Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9270066Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9270296Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9270521Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9270743Z test_dispatch_symbolic_meta_outplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9271011Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9271374Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9271644Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9271909Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9272175Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9272442Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9272711Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9272976Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9273242Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9273500Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9273828Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9274100Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9274354Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9274605Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9274856Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9275105Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9275354Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9275586Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9275840Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9276093Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9276336Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9276591Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9276832Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9277081Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9277322Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9277673Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9278027Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9278466Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9278818Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9279168Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9279512Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9279854Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9280197Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9280607Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9280971Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9281318Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9281660Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9282008Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9282351Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9282692Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9283028Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9283375Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9283726Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9284069Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9284408Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9284840Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9285180Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9285526Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9285860Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9286200Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9286547Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9286955Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9287306Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9287647Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9287987Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9288341Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9288904Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:13.9289171Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9289425Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9289676Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9289927Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9290169Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9290407Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9290656Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9290894Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9291135Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.9291369Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.9292235Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:13.9292471Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.9292702Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.9292937Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.9293167Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.9293396Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.9293614Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.9293843Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:13.9294074Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9294302Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9294625Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9294875Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9295101Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9295322Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9295545Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9295768Z test_dispatch_symbolic_meta_outplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9295993Z test_dispatch_symbolic_meta_outplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9296207Z test_dispatch_symbolic_meta_outplace_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9296436Z test_dispatch_symbolic_meta_outplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9296659Z test_dispatch_symbolic_meta_outplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9296873Z test_dispatch_symbolic_meta_outplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9297091Z test_dispatch_symbolic_meta_outplace_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9297307Z test_dispatch_symbolic_meta_outplace_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9297529Z test_dispatch_symbolic_meta_outplace_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9297743Z test_dispatch_symbolic_meta_outplace_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9297956Z test_dispatch_symbolic_meta_outplace_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9298176Z test_dispatch_symbolic_meta_outplace_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9298388Z test_dispatch_symbolic_meta_outplace_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9298585Z test_dispatch_symbolic_meta_outplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9298822Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9299051Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9299384Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9299622Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9299856Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9300090Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9300315Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9300542Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9300769Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9300995Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9301225Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9301450Z test_dispatch_symbolic_meta_outplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9301752Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9301999Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9302237Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9302474Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9302713Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9302952Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9303185Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9303411Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9303642Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9303871Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9304077Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9304303Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9304533Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9304754Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9304967Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9305196Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9305417Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9305633Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9305850Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9306065Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9306281Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9306582Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9306793Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9307008Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9307219Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9307426Z test_dispatch_symbolic_meta_outplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9307649Z test_dispatch_symbolic_meta_outplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9307863Z test_dispatch_symbolic_meta_outplace_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9308091Z test_dispatch_symbolic_meta_outplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9308320Z test_dispatch_symbolic_meta_outplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9308541Z test_dispatch_symbolic_meta_outplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9308811Z test_dispatch_symbolic_meta_outplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9309037Z test_dispatch_symbolic_meta_outplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9309251Z test_dispatch_symbolic_meta_outplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9309469Z test_dispatch_symbolic_meta_outplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9309680Z test_dispatch_symbolic_meta_outplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9309892Z test_dispatch_symbolic_meta_outplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9310108Z test_dispatch_symbolic_meta_outplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9310333Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9310550Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9310783Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9311008Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9311284Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9311510Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9311724Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9311939Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9312154Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9312373Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9312588Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9312802Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9313014Z test_dispatch_symbolic_meta_outplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9313234Z test_dispatch_symbolic_meta_outplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9313432Z test_dispatch_symbolic_meta_outplace_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9313757Z test_dispatch_symbolic_meta_outplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9313979Z test_dispatch_symbolic_meta_outplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9314196Z test_dispatch_symbolic_meta_outplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9314410Z test_dispatch_symbolic_meta_outplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9314629Z test_dispatch_symbolic_meta_outplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9314843Z test_dispatch_symbolic_meta_outplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9315056Z test_dispatch_symbolic_meta_outplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9315267Z test_dispatch_symbolic_meta_outplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9315482Z test_dispatch_symbolic_meta_outplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9315699Z test_dispatch_symbolic_meta_outplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9315980Z test_dispatch_symbolic_meta_outplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9316213Z test_dispatch_symbolic_meta_outplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9316432Z test_dispatch_symbolic_meta_outplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9316648Z test_dispatch_symbolic_meta_outplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9316862Z test_dispatch_symbolic_meta_outplace_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9317074Z test_dispatch_symbolic_meta_outplace_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9317289Z test_dispatch_symbolic_meta_outplace_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9317516Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9317747Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9317973Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9318182Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9318400Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9318616Z test_dispatch_symbolic_meta_outplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9318839Z test_dispatch_symbolic_meta_outplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.9319059Z test_dispatch_symbolic_meta_outplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.9319275Z test_dispatch_symbolic_meta_outplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.9319493Z test_dispatch_symbolic_meta_outplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.9319710Z test_dispatch_symbolic_meta_outplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9319929Z test_dispatch_symbolic_meta_outplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9320144Z test_dispatch_symbolic_meta_outplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9320362Z test_dispatch_symbolic_meta_outplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9320662Z test_dispatch_symbolic_meta_outplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9320874Z test_dispatch_symbolic_meta_outplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9321088Z test_dispatch_symbolic_meta_outplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9321302Z test_dispatch_symbolic_meta_outplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9321513Z test_dispatch_symbolic_meta_outplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.9321715Z test_dispatch_symbolic_meta_outplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9321923Z test_dispatch_symbolic_meta_outplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9322125Z test_dispatch_symbolic_meta_outplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9322340Z test_dispatch_symbolic_meta_outplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9322553Z test_dispatch_symbolic_meta_outplace_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9322757Z test_dispatch_symbolic_meta_outplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9323047Z test_dispatch_symbolic_meta_outplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9323283Z test_dispatch_symbolic_meta_outplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9323494Z test_dispatch_symbolic_meta_outplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9323707Z test_dispatch_symbolic_meta_outplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9323917Z test_dispatch_symbolic_meta_outplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9324128Z test_dispatch_symbolic_meta_outplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9324335Z test_dispatch_symbolic_meta_outplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9324541Z test_dispatch_symbolic_meta_outplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9324746Z test_dispatch_symbolic_meta_outplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9324951Z test_dispatch_symbolic_meta_outplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9325182Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9325402Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9325633Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9325862Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9326090Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9326315Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9326542Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9326764Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9326979Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9327188Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9327393Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9327692Z test_dispatch_symbolic_meta_outplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9327914Z test_dispatch_symbolic_meta_outplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.372s) 2022-11-23T02:43:13.9328130Z test_dispatch_symbolic_meta_outplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.351s) 2022-11-23T02:43:13.9328345Z test_dispatch_symbolic_meta_outplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.335s) 2022-11-23T02:43:13.9328558Z test_dispatch_symbolic_meta_outplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.346s) 2022-11-23T02:43:13.9328786Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (7.015s) 2022-11-23T02:43:13.9329010Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (6.846s) 2022-11-23T02:43:13.9329237Z test_dispatch_symbolic_meta_outplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9329465Z test_dispatch_symbolic_meta_outplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9329683Z test_dispatch_symbolic_meta_outplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9329897Z test_dispatch_symbolic_meta_outplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9330610Z test_dispatch_symbolic_meta_outplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9330871Z test_dispatch_symbolic_meta_outplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9331093Z test_dispatch_symbolic_meta_outplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9331309Z test_dispatch_symbolic_meta_outplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9331519Z test_dispatch_symbolic_meta_outplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9331732Z test_dispatch_symbolic_meta_outplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9331941Z test_dispatch_symbolic_meta_outplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9332148Z test_dispatch_symbolic_meta_outplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9332355Z test_dispatch_symbolic_meta_outplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9332541Z test_dispatch_symbolic_meta_outplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9332744Z test_dispatch_symbolic_meta_outplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9332945Z test_dispatch_symbolic_meta_outplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9333177Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9333402Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9333837Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9334303Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9334779Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9335228Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9335540Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9335772Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9335999Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9336395Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9338664Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9338923Z test_dispatch_symbolic_meta_outplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9339147Z test_dispatch_symbolic_meta_outplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9339360Z test_dispatch_symbolic_meta_outplace_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.9339583Z test_dispatch_symbolic_meta_outplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9339806Z test_dispatch_symbolic_meta_outplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9340023Z test_dispatch_symbolic_meta_outplace_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9340243Z test_dispatch_symbolic_meta_outplace_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9340462Z test_dispatch_symbolic_meta_outplace_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9340661Z test_dispatch_symbolic_meta_outplace_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9340991Z test_dispatch_symbolic_meta_outplace_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9341226Z test_dispatch_symbolic_meta_outplace_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9341435Z test_dispatch_symbolic_meta_outplace_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9341642Z test_dispatch_symbolic_meta_outplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9341859Z test_dispatch_symbolic_meta_outplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9342073Z test_dispatch_symbolic_meta_outplace_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9342293Z test_dispatch_symbolic_meta_outplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9342513Z test_dispatch_symbolic_meta_outplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9342738Z test_dispatch_symbolic_meta_outplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9342952Z test_dispatch_symbolic_meta_outplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9343166Z test_dispatch_symbolic_meta_outplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9345168Z test_dispatch_symbolic_meta_outplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9345404Z test_dispatch_symbolic_meta_outplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9345618Z test_dispatch_symbolic_meta_outplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9345823Z test_dispatch_symbolic_meta_outplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9346034Z test_dispatch_symbolic_meta_outplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9346241Z test_dispatch_symbolic_meta_outplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9346456Z test_dispatch_symbolic_meta_outplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9346668Z test_dispatch_symbolic_meta_outplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9346876Z test_dispatch_symbolic_meta_outplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9347097Z test_dispatch_symbolic_meta_outplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9347432Z test_dispatch_symbolic_meta_outplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9347650Z test_dispatch_symbolic_meta_outplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9347866Z test_dispatch_symbolic_meta_outplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9348086Z test_dispatch_symbolic_meta_outplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9348301Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9348513Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9348722Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9348932Z test_dispatch_symbolic_meta_outplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9349146Z test_dispatch_symbolic_meta_outplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9349379Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9349605Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9351717Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9351998Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9352227Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9352457Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9352685Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9352917Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9353141Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9353366Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9353593Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9353801Z test_dispatch_symbolic_meta_outplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9354027Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9354257Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9354533Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9354764Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9354980Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9355196Z test_dispatch_symbolic_meta_outplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9355412Z test_dispatch_symbolic_meta_outplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.9355623Z test_dispatch_symbolic_meta_outplace_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.9355846Z test_dispatch_symbolic_meta_outplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.9356069Z test_dispatch_symbolic_meta_outplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.9357575Z test_dispatch_symbolic_meta_outplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.9358519Z test_dispatch_symbolic_meta_outplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.9358736Z test_dispatch_symbolic_meta_outplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.9358957Z test_dispatch_symbolic_meta_outplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:13.9359168Z test_dispatch_symbolic_meta_outplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:13.9359376Z test_dispatch_symbolic_meta_outplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.9359587Z test_dispatch_symbolic_meta_outplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.9359797Z test_dispatch_symbolic_meta_outplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.9360012Z test_dispatch_symbolic_meta_outplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9360225Z test_dispatch_symbolic_meta_outplace_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9360429Z test_dispatch_symbolic_meta_outplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9360647Z test_dispatch_symbolic_meta_outplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9360942Z test_dispatch_symbolic_meta_outplace_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9361178Z test_dispatch_symbolic_meta_outplace_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9361389Z test_dispatch_symbolic_meta_outplace_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9361596Z test_dispatch_symbolic_meta_outplace_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9361804Z test_dispatch_symbolic_meta_outplace_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9362012Z test_dispatch_symbolic_meta_outplace_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9362218Z test_dispatch_symbolic_meta_outplace_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9362423Z test_dispatch_symbolic_meta_outplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9362652Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9364140Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9364399Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9365178Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9365422Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9365646Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9365859Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9366078Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9366295Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9366503Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9366718Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9366913Z test_dispatch_symbolic_meta_outplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9367129Z test_dispatch_symbolic_meta_outplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9367463Z test_dispatch_symbolic_meta_outplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9367682Z test_dispatch_symbolic_meta_outplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9367900Z test_dispatch_symbolic_meta_outplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9368117Z test_dispatch_symbolic_meta_outplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9368326Z test_dispatch_symbolic_meta_outplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9368535Z test_dispatch_symbolic_meta_outplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9368745Z test_dispatch_symbolic_meta_outplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9368953Z test_dispatch_symbolic_meta_outplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9369177Z test_dispatch_symbolic_meta_outplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9369386Z test_dispatch_symbolic_meta_outplace_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9369611Z test_dispatch_symbolic_meta_outplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9371709Z test_dispatch_symbolic_meta_outplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9371976Z test_dispatch_symbolic_meta_outplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9372193Z test_dispatch_symbolic_meta_outplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9372410Z test_dispatch_symbolic_meta_outplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9372626Z test_dispatch_symbolic_meta_outplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9372845Z test_dispatch_symbolic_meta_outplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9373060Z test_dispatch_symbolic_meta_outplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9373276Z test_dispatch_symbolic_meta_outplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9373474Z test_dispatch_symbolic_meta_outplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9373686Z test_dispatch_symbolic_meta_outplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9373914Z test_dispatch_symbolic_meta_outplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9374133Z test_dispatch_symbolic_meta_outplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9374367Z test_dispatch_symbolic_meta_outplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9374602Z test_dispatch_symbolic_meta_outplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9374833Z test_dispatch_symbolic_meta_outplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9375057Z test_dispatch_symbolic_meta_outplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9375280Z test_dispatch_symbolic_meta_outplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9375495Z test_dispatch_symbolic_meta_outplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9375716Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9375930Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9376139Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9378235Z test_dispatch_symbolic_meta_outplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9378475Z test_dispatch_symbolic_meta_outplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9378707Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:13.9378941Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:13.9379171Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.9379397Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:13.9379617Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.9379839Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.9380046Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:13.9380259Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:13.9380567Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.9380810Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:13.9381021Z test_dispatch_symbolic_meta_outplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:13.9381235Z test_dispatch_symbolic_meta_outplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:13.9381462Z test_dispatch_symbolic_meta_outplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:13.9381677Z test_dispatch_symbolic_meta_outplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9381891Z test_dispatch_symbolic_meta_outplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.9382106Z test_dispatch_symbolic_meta_outplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9382328Z test_dispatch_symbolic_meta_outplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.9382541Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:13.9382758Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:13.9384711Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-11-23T02:43:13.9384948Z test_dispatch_symbolic_meta_outplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:13.9385166Z test_dispatch_symbolic_meta_outplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9385410Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9385653Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9385895Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9386131Z test_dispatch_symbolic_meta_outplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9386343Z test_dispatch_symbolic_meta_outplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9386563Z test_dispatch_symbolic_meta_outplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.9386766Z test_dispatch_symbolic_meta_outplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:13.9387102Z test_dispatch_symbolic_meta_outplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9387321Z test_dispatch_symbolic_meta_outplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9387536Z test_dispatch_symbolic_meta_outplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9387758Z test_dispatch_symbolic_meta_outplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9387970Z test_dispatch_symbolic_meta_outplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:13.9388180Z test_dispatch_symbolic_meta_outplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9388388Z test_dispatch_symbolic_meta_outplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9388598Z test_dispatch_symbolic_meta_outplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9388809Z test_dispatch_symbolic_meta_outplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9389035Z test_dispatch_symbolic_meta_outplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9389258Z test_dispatch_symbolic_meta_outplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9391345Z test_dispatch_symbolic_meta_outplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9391603Z test_dispatch_symbolic_meta_outplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.9391824Z test_dispatch_symbolic_meta_outplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9392037Z test_dispatch_symbolic_meta_outplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.9392252Z test_dispatch_symbolic_meta_outplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9392471Z test_dispatch_symbolic_meta_outplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:13.9392687Z test_dispatch_symbolic_meta_outplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:13.9392897Z test_dispatch_symbolic_meta_outplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:13.9393110Z test_dispatch_symbolic_meta_outplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:13.9393306Z test_dispatch_symbolic_meta_outplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9393515Z test_dispatch_symbolic_meta_outplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:13.9393722Z test_dispatch_symbolic_meta_outplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9393948Z test_dispatch_symbolic_meta_outplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9394177Z test_dispatch_symbolic_meta_outplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9394407Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9394632Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9394867Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9395099Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9395329Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:13.9395554Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9395778Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:13.9397913Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9398144Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:13.9398367Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9398579Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:13.9398803Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9399017Z test_dispatch_symbolic_meta_outplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:13.9399235Z test_dispatch_symbolic_meta_outplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9399451Z test_dispatch_symbolic_meta_outplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9399671Z test_dispatch_symbolic_meta_outplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9399873Z test_dispatch_symbolic_meta_outplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9400184Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9400420Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9400629Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9400841Z test_dispatch_symbolic_meta_outplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9401053Z test_dispatch_symbolic_meta_outplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9401277Z test_dispatch_symbolic_meta_outplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9401495Z test_dispatch_symbolic_meta_outplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9401723Z test_dispatch_symbolic_meta_outplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9401950Z test_dispatch_symbolic_meta_outplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9402168Z test_dispatch_symbolic_meta_outplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9403650Z test_dispatch_symbolic_meta_outplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9404390Z test_dispatch_symbolic_meta_outplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9404600Z test_dispatch_symbolic_meta_outplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9404814Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9405035Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9405250Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9405465Z test_dispatch_symbolic_meta_outplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9405676Z test_dispatch_symbolic_meta_outplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9405904Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9406120Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9406337Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9406567Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9406916Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9407141Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9407364Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9407581Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9407800Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9408014Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9408224Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9408445Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9408657Z test_dispatch_symbolic_meta_outplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9410696Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9411052Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9411306Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9411539Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9411772Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9412000Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9412232Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9412461Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9412683Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9412902Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9413115Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9413322Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9413535Z test_dispatch_symbolic_meta_outplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9413754Z test_dispatch_symbolic_meta_outplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9413971Z test_dispatch_symbolic_meta_outplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9414195Z test_dispatch_symbolic_meta_outplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9414423Z test_dispatch_symbolic_meta_outplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9414642Z test_dispatch_symbolic_meta_outplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9414863Z test_dispatch_symbolic_meta_outplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9415073Z test_dispatch_symbolic_meta_outplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9415280Z test_dispatch_symbolic_meta_outplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9417254Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9417605Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9417819Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:13.9418037Z test_dispatch_symbolic_meta_outplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9418250Z test_dispatch_symbolic_meta_outplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9418474Z test_dispatch_symbolic_meta_outplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9418703Z test_dispatch_symbolic_meta_outplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9418929Z test_dispatch_symbolic_meta_outplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9419150Z test_dispatch_symbolic_meta_outplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9419368Z test_dispatch_symbolic_meta_outplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9419577Z test_dispatch_symbolic_meta_outplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9419896Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (0.246s) 2022-11-23T02:43:13.9420142Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-11-23T02:43:13.9420384Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-11-23T02:43:13.9420623Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-11-23T02:43:13.9420858Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-11-23T02:43:13.9421096Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.259s) 2022-11-23T02:43:13.9421329Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.295s) 2022-11-23T02:43:13.9421562Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-11-23T02:43:13.9421791Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.252s) 2022-11-23T02:43:13.9423772Z test_dispatch_symbolic_meta_outplace_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (0.470s) 2022-11-23T02:43:13.9424013Z test_dispatch_symbolic_meta_outplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.509s) 2022-11-23T02:43:13.9424228Z test_dispatch_symbolic_meta_outplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.508s) 2022-11-23T02:43:13.9424439Z test_dispatch_symbolic_meta_outplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.529s) 2022-11-23T02:43:13.9424658Z test_dispatch_symbolic_meta_outplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.493s) 2022-11-23T02:43:13.9424871Z test_dispatch_symbolic_meta_outplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.516s) 2022-11-23T02:43:13.9425091Z test_dispatch_symbolic_meta_outplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.509s) 2022-11-23T02:43:13.9425304Z test_dispatch_symbolic_meta_outplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.493s) 2022-11-23T02:43:13.9425515Z test_dispatch_symbolic_meta_outplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.485s) 2022-11-23T02:43:13.9425742Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9425959Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9426191Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9426542Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9426774Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9426988Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9427206Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9427418Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9427641Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9427854Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9428066Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9428282Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9430288Z test_dispatch_symbolic_meta_outplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9430617Z test_dispatch_symbolic_meta_outplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9430857Z test_dispatch_symbolic_meta_outplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9431078Z test_dispatch_symbolic_meta_outplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9431294Z test_dispatch_symbolic_meta_outplace_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9431511Z test_dispatch_symbolic_meta_outplace_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9431728Z test_dispatch_symbolic_meta_outplace_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9431956Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9432187Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9432417Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9432642Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9432861Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9433072Z test_dispatch_symbolic_meta_outplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9433288Z test_dispatch_symbolic_meta_outplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9433497Z test_dispatch_symbolic_meta_outplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9433716Z test_dispatch_symbolic_meta_outplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9433929Z test_dispatch_symbolic_meta_outplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9434149Z test_dispatch_symbolic_meta_outplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9434363Z test_dispatch_symbolic_meta_outplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9434595Z test_dispatch_symbolic_meta_outplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9436106Z test_dispatch_symbolic_meta_outplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9436873Z test_dispatch_symbolic_meta_outplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9437817Z test_dispatch_symbolic_meta_outplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9438038Z test_dispatch_symbolic_meta_outplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9438267Z test_dispatch_symbolic_meta_outplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9438496Z test_dispatch_symbolic_meta_outplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9438714Z test_dispatch_symbolic_meta_outplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9438936Z test_dispatch_symbolic_meta_outplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9439151Z test_dispatch_symbolic_meta_outplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9439361Z test_dispatch_symbolic_meta_outplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9439582Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9439798Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9440014Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9440320Z test_dispatch_symbolic_meta_outplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9440554Z test_dispatch_symbolic_meta_outplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9440773Z test_dispatch_symbolic_meta_outplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9441007Z test_dispatch_symbolic_meta_outplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9441231Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9443344Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9443596Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9443822Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9444036Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9444255Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9444467Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9444677Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9444892Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9445107Z test_dispatch_symbolic_meta_outplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9445322Z test_dispatch_symbolic_meta_outplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9445537Z test_dispatch_symbolic_meta_outplace_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9445761Z test_dispatch_symbolic_meta_outplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9445981Z test_dispatch_symbolic_meta_outplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9446192Z test_dispatch_symbolic_meta_outplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9446409Z test_dispatch_symbolic_meta_outplace_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9446753Z test_dispatch_symbolic_meta_outplace_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9446971Z test_dispatch_symbolic_meta_outplace_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9447183Z test_dispatch_symbolic_meta_outplace_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9447398Z test_dispatch_symbolic_meta_outplace_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9447594Z test_dispatch_symbolic_meta_outplace_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9447802Z test_dispatch_symbolic_meta_outplace_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9449797Z test_dispatch_symbolic_meta_outplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9450046Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9450261Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9450492Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9450717Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9451032Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9451272Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9451488Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9451694Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9451908Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9452125Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9452343Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9452557Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9452773Z test_dispatch_symbolic_meta_outplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9452997Z test_dispatch_symbolic_meta_outplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9453214Z test_dispatch_symbolic_meta_outplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9453439Z test_dispatch_symbolic_meta_outplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9453664Z test_dispatch_symbolic_meta_outplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9453882Z test_dispatch_symbolic_meta_outplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9454091Z test_dispatch_symbolic_meta_outplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9454302Z test_dispatch_symbolic_meta_outplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9456322Z test_dispatch_symbolic_meta_outplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9456566Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9456782Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9456997Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9457209Z test_dispatch_symbolic_meta_outplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9457419Z test_dispatch_symbolic_meta_outplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9457755Z test_dispatch_symbolic_meta_outplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9457967Z test_dispatch_symbolic_meta_outplace_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9458193Z test_dispatch_symbolic_meta_outplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9458415Z test_dispatch_symbolic_meta_outplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9458630Z test_dispatch_symbolic_meta_outplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9458845Z test_dispatch_symbolic_meta_outplace_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9459063Z test_dispatch_symbolic_meta_outplace_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9459281Z test_dispatch_symbolic_meta_outplace_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9459495Z test_dispatch_symbolic_meta_outplace_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9459707Z test_dispatch_symbolic_meta_outplace_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9459994Z test_dispatch_symbolic_meta_outplace_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9460225Z test_dispatch_symbolic_meta_outplace_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9460421Z test_dispatch_symbolic_meta_outplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9460642Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:13.9460853Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:13.9462818Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.9463065Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:13.9463285Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:13.9463502Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:13.9463716Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9463928Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9464141Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:13.9464352Z test_dispatch_symbolic_meta_outplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:13.9464572Z test_dispatch_symbolic_meta_outplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9464785Z test_dispatch_symbolic_meta_outplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9465008Z test_dispatch_symbolic_meta_outplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9465231Z test_dispatch_symbolic_meta_outplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9465445Z test_dispatch_symbolic_meta_outplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9465661Z test_dispatch_symbolic_meta_outplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9465875Z test_dispatch_symbolic_meta_outplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9466086Z test_dispatch_symbolic_meta_outplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9466296Z test_dispatch_symbolic_meta_outplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9466639Z test_dispatch_symbolic_meta_outplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9466833Z test_dispatch_symbolic_meta_outplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9467045Z test_dispatch_symbolic_meta_outplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9467262Z test_dispatch_symbolic_meta_outplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9468727Z test_dispatch_symbolic_meta_outplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9469527Z test_dispatch_symbolic_meta_outplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9469751Z test_dispatch_symbolic_meta_outplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9469966Z test_dispatch_symbolic_meta_outplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9470186Z test_dispatch_symbolic_meta_outplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9470399Z test_dispatch_symbolic_meta_outplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9470713Z test_dispatch_symbolic_meta_outplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9470940Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9471149Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9471363Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9471578Z test_dispatch_symbolic_meta_outplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9471786Z test_dispatch_symbolic_meta_outplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9472018Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9472238Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9472473Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9472704Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9472933Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9473160Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9473386Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9473600Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9473821Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9475771Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9476023Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9476239Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9476451Z test_dispatch_symbolic_meta_outplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9476625Z test_empty_quantized_cuda (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:13.9476812Z test_fill__alias_relationship_cuda (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9476976Z test_fill_stride_cuda (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9477405Z test_huber_loss_backward_cuda (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9478073Z test_map_location_deserialize_cuda (__main__.TestMetaCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T02:43:13.9478214Z warnings.warn(message, UserWarning) 2022-11-23T02:43:13.9478301Z ok (0.007s) 2022-11-23T02:43:13.9478905Z test_meta__fused_moving_avg_obs_fq_helper_cuda (__main__.TestMetaCUDA) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\ReduceAllOps.cpp:66] 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 ()) 2022-11-23T02:43:13.9478989Z ok (0.009s) 2022-11-23T02:43:13.9479235Z test_meta_inplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9479467Z test_meta_inplace_H_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9479712Z test_meta_inplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9480050Z test_meta_inplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9480309Z test_meta_inplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9481841Z test_meta_inplace_H_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9482101Z test_meta_inplace_H_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9482872Z test_meta_inplace_H_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9483102Z test_meta_inplace_H_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9483328Z test_meta_inplace_H_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9483553Z test_meta_inplace_H_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9483778Z test_meta_inplace_H_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9483998Z test_meta_inplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9484232Z test_meta_inplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9484462Z test_meta_inplace_T_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9484708Z test_meta_inplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9484947Z test_meta_inplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9485191Z test_meta_inplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9485421Z test_meta_inplace_T_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9485653Z test_meta_inplace_T_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9485882Z test_meta_inplace_T_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9486110Z test_meta_inplace_T_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9486461Z test_meta_inplace_T_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9486686Z test_meta_inplace_T_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9486912Z test_meta_inplace_T_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9487142Z test_meta_inplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9487392Z test_meta_inplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9489608Z test_meta_inplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9490035Z test_meta_inplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9490522Z test_meta_inplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9491036Z test_meta_inplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9492171Z test_meta_inplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9492490Z test_meta_inplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9492719Z test_meta_inplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9492961Z test_meta_inplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9493195Z test_meta_inplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9493431Z test_meta_inplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9493672Z test_meta_inplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9493905Z test_meta_inplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9496044Z test_meta_inplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9496310Z test_meta_inplace___radd___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9496558Z test_meta_inplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9496801Z test_meta_inplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9497051Z test_meta_inplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9497288Z test_meta_inplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9497519Z test_meta_inplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9497753Z test_meta_inplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9497979Z test_meta_inplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9498202Z test_meta_inplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9498434Z test_meta_inplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.9498815Z test_meta_inplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9499048Z test_meta_inplace___rand___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9499287Z test_meta_inplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9499515Z test_meta_inplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9499738Z test_meta_inplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9499969Z test_meta_inplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9500205Z test_meta_inplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9500450Z test_meta_inplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9502445Z test_meta_inplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9502807Z test_meta_inplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9503071Z test_meta_inplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9503311Z test_meta_inplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9503545Z test_meta_inplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9503773Z test_meta_inplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9504011Z test_meta_inplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9504235Z test_meta_inplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9504461Z test_meta_inplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9504693Z test_meta_inplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9504928Z test_meta_inplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9505173Z test_meta_inplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9505427Z test_meta_inplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9505679Z test_meta_inplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9505922Z test_meta_inplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.9506167Z test_meta_inplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9506409Z test_meta_inplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9506649Z test_meta_inplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9506886Z test_meta_inplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9508400Z test_meta_inplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9509307Z test_meta_inplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9509539Z test_meta_inplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9509772Z test_meta_inplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9509994Z test_meta_inplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9510223Z test_meta_inplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9510456Z test_meta_inplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9510697Z test_meta_inplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9510919Z test_meta_inplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9511161Z test_meta_inplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9511485Z test_meta_inplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9511744Z test_meta_inplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9511971Z test_meta_inplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9512196Z test_meta_inplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9512427Z test_meta_inplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9512656Z test_meta_inplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9512879Z test_meta_inplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9513111Z test_meta_inplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9513342Z test_meta_inplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9513582Z test_meta_inplace___ror___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9515607Z test_meta_inplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9515861Z test_meta_inplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9516097Z test_meta_inplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9516329Z test_meta_inplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9516564Z test_meta_inplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9516811Z test_meta_inplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.9517058Z test_meta_inplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9517302Z test_meta_inplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9517541Z test_meta_inplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9517896Z test_meta_inplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9518125Z test_meta_inplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9518362Z test_meta_inplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9518589Z test_meta_inplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9518810Z test_meta_inplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9519024Z test_meta_inplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9519259Z test_meta_inplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9519500Z test_meta_inplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9519742Z test_meta_inplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9520061Z test_meta_inplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9522089Z test_meta_inplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9522345Z test_meta_inplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9522573Z test_meta_inplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9522806Z test_meta_inplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9523038Z test_meta_inplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9523260Z test_meta_inplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9523495Z test_meta_inplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9523726Z test_meta_inplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9523961Z test_meta_inplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9524194Z test_meta_inplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9524421Z test_meta_inplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9524647Z test_meta_inplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9524878Z test_meta_inplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9525119Z test_meta_inplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:13.9525386Z test_meta_inplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9525651Z test_meta_inplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9525906Z test_meta_inplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9526158Z test_meta_inplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9526467Z test_meta_inplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9527893Z test_meta_inplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9528659Z test_meta_inplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.9528908Z test_meta_inplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9529141Z test_meta_inplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9529328Z test_meta_inplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9529511Z test_meta_inplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9529690Z test_meta_inplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9529874Z test_meta_inplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9530052Z test_meta_inplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9530225Z test_meta_inplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9530402Z test_meta_inplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9530676Z test_meta_inplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9530888Z test_meta_inplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9531119Z test_meta_inplace_acos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9531313Z test_meta_inplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9531502Z test_meta_inplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9531695Z test_meta_inplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9531884Z test_meta_inplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9532068Z test_meta_inplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9532232Z test_meta_inplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9532466Z test_meta_inplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.9532695Z test_meta_inplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9532921Z test_meta_inplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9534400Z test_meta_inplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9535163Z test_meta_inplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9535370Z test_meta_inplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9535594Z test_meta_inplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9535789Z test_meta_inplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9535985Z test_meta_inplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9536180Z test_meta_inplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9536367Z test_meta_inplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9536553Z test_meta_inplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9536740Z test_meta_inplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9536971Z test_meta_inplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.9537319Z test_meta_inplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9537545Z test_meta_inplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9537776Z test_meta_inplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9538002Z test_meta_inplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9538189Z test_meta_inplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9538354Z test_meta_inplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9538546Z test_meta_inplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9538737Z test_meta_inplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9538926Z test_meta_inplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9539112Z test_meta_inplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9539295Z test_meta_inplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9539551Z test_meta_inplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9541489Z test_meta_inplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9541690Z test_meta_inplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9541866Z test_meta_inplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9542043Z test_meta_inplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9542220Z test_meta_inplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9542413Z test_meta_inplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9542616Z test_meta_inplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9542810Z test_meta_inplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9542998Z test_meta_inplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9543190Z test_meta_inplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9543378Z test_meta_inplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9543554Z test_meta_inplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9543752Z test_meta_inplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9543948Z test_meta_inplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9544138Z test_meta_inplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9544332Z test_meta_inplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9544522Z test_meta_inplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9544711Z test_meta_inplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9544908Z test_meta_inplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9545100Z test_meta_inplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:13.9545287Z test_meta_inplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:13.9545476Z test_meta_inplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9545663Z test_meta_inplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:13.9545853Z test_meta_inplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9547891Z test_meta_inplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:13.9548108Z test_meta_inplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9548294Z test_meta_inplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9548481Z test_meta_inplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:13.9548669Z test_meta_inplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9548846Z test_meta_inplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9549039Z test_meta_inplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9549219Z test_meta_inplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9549401Z test_meta_inplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9549588Z test_meta_inplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9549796Z test_meta_inplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9550009Z test_meta_inplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9550322Z test_meta_inplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9550555Z test_meta_inplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9550761Z test_meta_inplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9550966Z test_meta_inplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9551154Z test_meta_inplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9551346Z test_meta_inplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9551543Z test_meta_inplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9551728Z test_meta_inplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9551912Z test_meta_inplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9552100Z test_meta_inplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9552285Z test_meta_inplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9552451Z test_meta_inplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9554368Z test_meta_inplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9554617Z test_meta_inplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9554802Z test_meta_inplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9554990Z test_meta_inplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9555171Z test_meta_inplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9555352Z test_meta_inplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9555530Z test_meta_inplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9555710Z test_meta_inplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9555891Z test_meta_inplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9556064Z test_meta_inplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9556310Z test_meta_inplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9556547Z test_meta_inplace_all_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9556910Z test_meta_inplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9557150Z test_meta_inplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9557387Z test_meta_inplace_all_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9557628Z test_meta_inplace_all_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9557865Z test_meta_inplace_all_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9558099Z test_meta_inplace_all_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9558324Z test_meta_inplace_all_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9558540Z test_meta_inplace_all_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9558778Z test_meta_inplace_all_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9559006Z test_meta_inplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9561137Z test_meta_inplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9561421Z test_meta_inplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9561674Z test_meta_inplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9561921Z test_meta_inplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9562160Z test_meta_inplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9562411Z test_meta_inplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9562650Z test_meta_inplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9562882Z test_meta_inplace_amax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9563119Z test_meta_inplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9563356Z test_meta_inplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9563587Z test_meta_inplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9563821Z test_meta_inplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9564056Z test_meta_inplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9564283Z test_meta_inplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9564519Z test_meta_inplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9564746Z test_meta_inplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9564983Z test_meta_inplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9565213Z test_meta_inplace_amin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9565450Z test_meta_inplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9567585Z test_meta_inplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9567830Z test_meta_inplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9568053Z test_meta_inplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9568283Z test_meta_inplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9568514Z test_meta_inplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9568744Z test_meta_inplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9568974Z test_meta_inplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9569222Z test_meta_inplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9569459Z test_meta_inplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9569703Z test_meta_inplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9570036Z test_meta_inplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9570288Z test_meta_inplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9570526Z test_meta_inplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9570763Z test_meta_inplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9571002Z test_meta_inplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9571240Z test_meta_inplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9571476Z test_meta_inplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9571718Z test_meta_inplace_angle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9571966Z test_meta_inplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9573994Z test_meta_inplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9574252Z test_meta_inplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9574494Z test_meta_inplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9574729Z test_meta_inplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9574962Z test_meta_inplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9575200Z test_meta_inplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9575435Z test_meta_inplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9575671Z test_meta_inplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9575886Z test_meta_inplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9576123Z test_meta_inplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9576475Z test_meta_inplace_any_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9576714Z test_meta_inplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9576956Z test_meta_inplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9577190Z test_meta_inplace_any_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9577429Z test_meta_inplace_any_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9577664Z test_meta_inplace_any_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9577893Z test_meta_inplace_any_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9578125Z test_meta_inplace_any_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9578349Z test_meta_inplace_any_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9580387Z test_meta_inplace_any_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9580662Z test_meta_inplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9580906Z test_meta_inplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9581146Z test_meta_inplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9581379Z test_meta_inplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9581613Z test_meta_inplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9581850Z test_meta_inplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9582094Z test_meta_inplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9582329Z test_meta_inplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9582568Z test_meta_inplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9582799Z test_meta_inplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9583044Z test_meta_inplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9583288Z test_meta_inplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9583521Z test_meta_inplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9583734Z test_meta_inplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9583970Z test_meta_inplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.9584203Z test_meta_inplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9584441Z test_meta_inplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9584678Z test_meta_inplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9586229Z test_meta_inplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9587036Z test_meta_inplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9587287Z test_meta_inplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9587523Z test_meta_inplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9587749Z test_meta_inplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9587981Z test_meta_inplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9588217Z test_meta_inplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9588453Z test_meta_inplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9588689Z test_meta_inplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9588927Z test_meta_inplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9589266Z test_meta_inplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9589529Z test_meta_inplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9589763Z test_meta_inplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9589992Z test_meta_inplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9590230Z test_meta_inplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9590473Z test_meta_inplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9590713Z test_meta_inplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9590952Z test_meta_inplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9591187Z test_meta_inplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9591434Z test_meta_inplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9592902Z test_meta_inplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9593703Z test_meta_inplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9593978Z test_meta_inplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9594223Z test_meta_inplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9594464Z test_meta_inplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9594698Z test_meta_inplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9594936Z test_meta_inplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9595167Z test_meta_inplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9595396Z test_meta_inplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9596280Z test_meta_inplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9596522Z test_meta_inplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9596726Z test_meta_inplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9596920Z test_meta_inplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9597125Z test_meta_inplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9597326Z test_meta_inplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9597518Z test_meta_inplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9597713Z test_meta_inplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9597904Z test_meta_inplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9598087Z test_meta_inplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9598276Z test_meta_inplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9600378Z test_meta_inplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9600606Z test_meta_inplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9600782Z test_meta_inplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9600971Z test_meta_inplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9601238Z test_meta_inplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9601500Z test_meta_inplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9601766Z test_meta_inplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9602036Z test_meta_inplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9602298Z test_meta_inplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9602559Z test_meta_inplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9602815Z test_meta_inplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9603072Z test_meta_inplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9603328Z test_meta_inplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9603581Z test_meta_inplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9603832Z test_meta_inplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9604084Z test_meta_inplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9604328Z test_meta_inplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9604517Z test_meta_inplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9604746Z test_meta_inplace_asin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9606797Z test_meta_inplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9607010Z test_meta_inplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9607199Z test_meta_inplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9607390Z test_meta_inplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9607576Z test_meta_inplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9607759Z test_meta_inplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9607975Z test_meta_inplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9608203Z test_meta_inplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9608430Z test_meta_inplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9608661Z test_meta_inplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9608885Z test_meta_inplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9609174Z test_meta_inplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9609419Z test_meta_inplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9609611Z test_meta_inplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9609805Z test_meta_inplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9609996Z test_meta_inplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9610184Z test_meta_inplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9610376Z test_meta_inplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9610562Z test_meta_inplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9610791Z test_meta_inplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9611024Z test_meta_inplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9611302Z test_meta_inplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9611638Z test_meta_inplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:13.9614247Z test_meta_inplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9614484Z test_meta_inplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9614726Z test_meta_inplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9614900Z test_meta_inplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9615086Z test_meta_inplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9615274Z test_meta_inplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9615502Z test_meta_inplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9615732Z test_meta_inplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T02:43:13.9615956Z test_meta_inplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9616186Z test_meta_inplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9616575Z test_meta_inplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9616767Z test_meta_inplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9616996Z test_meta_inplace_atan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9617195Z test_meta_inplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9617384Z test_meta_inplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9617575Z test_meta_inplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9617761Z test_meta_inplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9617946Z test_meta_inplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9618127Z test_meta_inplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9618359Z test_meta_inplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.9618587Z test_meta_inplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9620617Z test_meta_inplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9620971Z test_meta_inplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9621200Z test_meta_inplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9621394Z test_meta_inplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9621616Z test_meta_inplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9621813Z test_meta_inplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9622009Z test_meta_inplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9622206Z test_meta_inplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9622392Z test_meta_inplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9622576Z test_meta_inplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9622765Z test_meta_inplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9622992Z test_meta_inplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9623220Z test_meta_inplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9623444Z test_meta_inplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9623675Z test_meta_inplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.9623902Z test_meta_inplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:13.9624154Z test_meta_inplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9624401Z test_meta_inplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9624650Z test_meta_inplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9624903Z test_meta_inplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9625154Z test_meta_inplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9627248Z test_meta_inplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9627621Z test_meta_inplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9627853Z test_meta_inplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9628102Z test_meta_inplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9628337Z test_meta_inplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9628564Z test_meta_inplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9628800Z test_meta_inplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9629030Z test_meta_inplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9629279Z test_meta_inplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9629523Z test_meta_inplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9629853Z test_meta_inplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9630123Z test_meta_inplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9630372Z test_meta_inplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9630613Z test_meta_inplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9630859Z test_meta_inplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9631104Z test_meta_inplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9631345Z test_meta_inplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9631583Z test_meta_inplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9633604Z test_meta_inplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9633868Z test_meta_inplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9634101Z test_meta_inplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9634353Z test_meta_inplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9634591Z test_meta_inplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9642626Z test_meta_inplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9642977Z test_meta_inplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9643240Z test_meta_inplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9643493Z test_meta_inplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9643742Z test_meta_inplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.9644154Z test_meta_inplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9644401Z test_meta_inplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9644619Z test_meta_inplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9646264Z test_meta_inplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9647057Z test_meta_inplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9647301Z test_meta_inplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9647496Z test_meta_inplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9647699Z test_meta_inplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9647903Z test_meta_inplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9648098Z test_meta_inplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9648290Z test_meta_inplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9648595Z test_meta_inplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9648869Z test_meta_inplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9649120Z test_meta_inplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9649360Z test_meta_inplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9649594Z test_meta_inplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9649831Z test_meta_inplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9650076Z test_meta_inplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9650330Z test_meta_inplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9650576Z test_meta_inplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9650824Z test_meta_inplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9651073Z test_meta_inplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9651312Z test_meta_inplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9652825Z test_meta_inplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9653595Z test_meta_inplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9653815Z test_meta_inplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9654044Z test_meta_inplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9654281Z test_meta_inplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:43:13.9654555Z test_meta_inplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9654791Z test_meta_inplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9655146Z test_meta_inplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9655372Z test_meta_inplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9655615Z test_meta_inplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9655858Z test_meta_inplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9656053Z test_meta_inplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9656248Z test_meta_inplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9656436Z test_meta_inplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9656623Z test_meta_inplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9656813Z test_meta_inplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9657007Z test_meta_inplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9657838Z test_meta_inplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9659944Z test_meta_inplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9660170Z test_meta_inplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9660376Z test_meta_inplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9660578Z test_meta_inplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9660771Z test_meta_inplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9660955Z test_meta_inplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9661147Z test_meta_inplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9661334Z test_meta_inplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9661526Z test_meta_inplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9661716Z test_meta_inplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9661913Z test_meta_inplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9662106Z test_meta_inplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9662293Z test_meta_inplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9662479Z test_meta_inplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9662668Z test_meta_inplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9662852Z test_meta_inplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9663066Z test_meta_inplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9663274Z test_meta_inplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9663478Z test_meta_inplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9663678Z test_meta_inplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9663882Z test_meta_inplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9664072Z test_meta_inplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9664264Z test_meta_inplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9665842Z test_meta_inplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:13.9666562Z test_meta_inplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9666762Z test_meta_inplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9666961Z test_meta_inplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:13.9667214Z test_meta_inplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9667461Z test_meta_inplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9667712Z test_meta_inplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9667970Z test_meta_inplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9668227Z test_meta_inplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9668473Z test_meta_inplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9668818Z test_meta_inplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9669085Z test_meta_inplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9669328Z test_meta_inplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9669563Z test_meta_inplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9669791Z test_meta_inplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9670035Z test_meta_inplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9670266Z test_meta_inplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.9670508Z test_meta_inplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9670753Z test_meta_inplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9670992Z test_meta_inplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9673006Z test_meta_inplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9673267Z test_meta_inplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9673501Z test_meta_inplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9673742Z test_meta_inplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9673982Z test_meta_inplace_bool_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9674211Z test_meta_inplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9674451Z test_meta_inplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9674684Z test_meta_inplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.9674921Z test_meta_inplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9675277Z test_meta_inplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9675512Z test_meta_inplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9675751Z test_meta_inplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9675981Z test_meta_inplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9676213Z test_meta_inplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9676448Z test_meta_inplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9676684Z test_meta_inplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9676945Z test_meta_inplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9677206Z test_meta_inplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9677533Z test_meta_inplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9679610Z test_meta_inplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9679882Z test_meta_inplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9680148Z test_meta_inplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9680406Z test_meta_inplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9680660Z test_meta_inplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9680916Z test_meta_inplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9681176Z test_meta_inplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9681424Z test_meta_inplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9681673Z test_meta_inplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9681919Z test_meta_inplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9682176Z test_meta_inplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9682421Z test_meta_inplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9682676Z test_meta_inplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9682916Z test_meta_inplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9683164Z test_meta_inplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9683413Z test_meta_inplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9683662Z test_meta_inplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9684036Z test_meta_inplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9686026Z test_meta_inplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9686304Z test_meta_inplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9686548Z test_meta_inplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9686792Z test_meta_inplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9687038Z test_meta_inplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9687279Z test_meta_inplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9687518Z test_meta_inplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9687761Z test_meta_inplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9688093Z test_meta_inplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9688343Z test_meta_inplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9688583Z test_meta_inplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9688814Z test_meta_inplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9689054Z test_meta_inplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9689293Z test_meta_inplace_byte_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9689535Z test_meta_inplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9689777Z test_meta_inplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9690016Z test_meta_inplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9690253Z test_meta_inplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9690488Z test_meta_inplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9692482Z test_meta_inplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9692748Z test_meta_inplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9692966Z test_meta_inplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9693198Z test_meta_inplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9693432Z test_meta_inplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:13.9693689Z test_meta_inplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9693941Z test_meta_inplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9694201Z test_meta_inplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9694579Z test_meta_inplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9694833Z test_meta_inplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9695090Z test_meta_inplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9695336Z test_meta_inplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9695586Z test_meta_inplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9695834Z test_meta_inplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9696083Z test_meta_inplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9696337Z test_meta_inplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9696584Z test_meta_inplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9696901Z test_meta_inplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9698882Z test_meta_inplace_cat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9699161Z test_meta_inplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9699401Z test_meta_inplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9699644Z test_meta_inplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9699887Z test_meta_inplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9700124Z test_meta_inplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9700361Z test_meta_inplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9700592Z test_meta_inplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9700822Z test_meta_inplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9701029Z test_meta_inplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9701259Z test_meta_inplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9701485Z test_meta_inplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9701719Z test_meta_inplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9701958Z test_meta_inplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9702207Z test_meta_inplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9702445Z test_meta_inplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9702697Z test_meta_inplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:13.9702942Z test_meta_inplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9703299Z test_meta_inplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9703540Z test_meta_inplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9705586Z test_meta_inplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9705839Z test_meta_inplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9706076Z test_meta_inplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9706314Z test_meta_inplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9706549Z test_meta_inplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9706794Z test_meta_inplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9707028Z test_meta_inplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9707220Z test_meta_inplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9707502Z test_meta_inplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9707709Z test_meta_inplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9707887Z test_meta_inplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9708069Z test_meta_inplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9708234Z test_meta_inplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9708407Z test_meta_inplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9708589Z test_meta_inplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9708762Z test_meta_inplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9709006Z test_meta_inplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9709243Z test_meta_inplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9709490Z test_meta_inplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9709737Z test_meta_inplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9709972Z test_meta_inplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9711983Z test_meta_inplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9712249Z test_meta_inplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9712478Z test_meta_inplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9712717Z test_meta_inplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9712957Z test_meta_inplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9713194Z test_meta_inplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9713429Z test_meta_inplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9713663Z test_meta_inplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9714018Z test_meta_inplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9714251Z test_meta_inplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9714501Z test_meta_inplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9714745Z test_meta_inplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9714982Z test_meta_inplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9715219Z test_meta_inplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9715457Z test_meta_inplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9715678Z test_meta_inplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9715910Z test_meta_inplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9716221Z test_meta_inplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9716478Z test_meta_inplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9718469Z test_meta_inplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9718724Z test_meta_inplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9718963Z test_meta_inplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9719203Z test_meta_inplace_char_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9719449Z test_meta_inplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9719689Z test_meta_inplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9719923Z test_meta_inplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9720161Z test_meta_inplace_char_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9720401Z test_meta_inplace_char_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9720630Z test_meta_inplace_char_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9720866Z test_meta_inplace_char_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9721099Z test_meta_inplace_char_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9721326Z test_meta_inplace_char_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9721562Z test_meta_inplace_char_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9721963Z test_meta_inplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9722264Z test_meta_inplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9722516Z test_meta_inplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9722759Z test_meta_inplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9723128Z test_meta_inplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9723391Z test_meta_inplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9723657Z test_meta_inplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9723896Z test_meta_inplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9724149Z test_meta_inplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9724404Z test_meta_inplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9724660Z test_meta_inplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9724910Z test_meta_inplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9725233Z test_meta_inplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9725495Z test_meta_inplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:13.9725728Z test_meta_inplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9725976Z test_meta_inplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9726221Z test_meta_inplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9726461Z test_meta_inplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9726702Z test_meta_inplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9726944Z test_meta_inplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9727183Z test_meta_inplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9727418Z test_meta_inplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9727644Z test_meta_inplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9727877Z test_meta_inplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9729877Z test_meta_inplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9730151Z test_meta_inplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9730342Z test_meta_inplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9730536Z test_meta_inplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9730726Z test_meta_inplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9730914Z test_meta_inplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9731098Z test_meta_inplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9731267Z test_meta_inplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9731446Z test_meta_inplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9731751Z test_meta_inplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9731930Z test_meta_inplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9732127Z test_meta_inplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9732320Z test_meta_inplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9732516Z test_meta_inplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9732706Z test_meta_inplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9732891Z test_meta_inplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9733083Z test_meta_inplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9733276Z test_meta_inplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9733469Z test_meta_inplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9733657Z test_meta_inplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9733844Z test_meta_inplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9734042Z test_meta_inplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9734311Z test_meta_inplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9734524Z test_meta_inplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9734696Z test_meta_inplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9734881Z test_meta_inplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9735070Z test_meta_inplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9735264Z test_meta_inplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9735450Z test_meta_inplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9735636Z test_meta_inplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9735821Z test_meta_inplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9736073Z test_meta_inplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9736311Z test_meta_inplace_clone_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9736561Z test_meta_inplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9736806Z test_meta_inplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9737044Z test_meta_inplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9737287Z test_meta_inplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9737523Z test_meta_inplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9737764Z test_meta_inplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9737998Z test_meta_inplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9738226Z test_meta_inplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9738457Z test_meta_inplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9738691Z test_meta_inplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9739018Z test_meta_inplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9739266Z test_meta_inplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9739577Z test_meta_inplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9739831Z test_meta_inplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9740069Z test_meta_inplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9740318Z test_meta_inplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9740570Z test_meta_inplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9740817Z test_meta_inplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9741062Z test_meta_inplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9741384Z test_meta_inplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9741648Z test_meta_inplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9741887Z test_meta_inplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9742129Z test_meta_inplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9742375Z test_meta_inplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9742629Z test_meta_inplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9742879Z test_meta_inplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9743134Z test_meta_inplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9743387Z test_meta_inplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9743638Z test_meta_inplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9743887Z test_meta_inplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9744141Z test_meta_inplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9744384Z test_meta_inplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9746212Z test_meta_inplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9747442Z test_meta_inplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9747727Z test_meta_inplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9747975Z test_meta_inplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9748220Z test_meta_inplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9748626Z test_meta_inplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9748857Z test_meta_inplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9749205Z test_meta_inplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9749568Z test_meta_inplace_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9749806Z test_meta_inplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9750048Z test_meta_inplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9750280Z test_meta_inplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9750522Z test_meta_inplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9750758Z test_meta_inplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9751092Z test_meta_inplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9751345Z test_meta_inplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9751582Z test_meta_inplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9751813Z test_meta_inplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9752043Z test_meta_inplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9752275Z test_meta_inplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9752484Z test_meta_inplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9752683Z test_meta_inplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9752893Z test_meta_inplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9753142Z test_meta_inplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9753344Z test_meta_inplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9753545Z test_meta_inplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:13.9753745Z test_meta_inplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9753945Z test_meta_inplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9754146Z test_meta_inplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9754340Z test_meta_inplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9754552Z test_meta_inplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9754753Z test_meta_inplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9754942Z test_meta_inplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9755199Z test_meta_inplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9755450Z test_meta_inplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9755713Z test_meta_inplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9756685Z test_meta_inplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9756941Z test_meta_inplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9757198Z test_meta_inplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9757444Z test_meta_inplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9757691Z test_meta_inplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9757941Z test_meta_inplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9758193Z test_meta_inplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9758444Z test_meta_inplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9758689Z test_meta_inplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9759027Z test_meta_inplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9759292Z test_meta_inplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9759547Z test_meta_inplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9759800Z test_meta_inplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9760055Z test_meta_inplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9760303Z test_meta_inplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9760551Z test_meta_inplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9760797Z test_meta_inplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9761043Z test_meta_inplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9761278Z test_meta_inplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9761509Z test_meta_inplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9761738Z test_meta_inplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9761971Z test_meta_inplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9762168Z test_meta_inplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9762407Z test_meta_inplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9762602Z test_meta_inplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9762796Z test_meta_inplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9762989Z test_meta_inplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9763224Z test_meta_inplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9763550Z test_meta_inplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9763776Z test_meta_inplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:13.9764006Z test_meta_inplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9764236Z test_meta_inplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9764484Z test_meta_inplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9764736Z test_meta_inplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9764988Z test_meta_inplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9765235Z test_meta_inplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9765472Z test_meta_inplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9765772Z test_meta_inplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9766234Z test_meta_inplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9766493Z test_meta_inplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9766720Z test_meta_inplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9766958Z test_meta_inplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9767204Z test_meta_inplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9767392Z test_meta_inplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9767602Z test_meta_inplace_cos_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9767796Z test_meta_inplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9767984Z test_meta_inplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9768175Z test_meta_inplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9768361Z test_meta_inplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:13.9768544Z test_meta_inplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9768721Z test_meta_inplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9768956Z test_meta_inplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9769306Z test_meta_inplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.9769607Z test_meta_inplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9769838Z test_meta_inplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9770058Z test_meta_inplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9770247Z test_meta_inplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:13.9770465Z test_meta_inplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9770657Z test_meta_inplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9770955Z test_meta_inplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9771145Z test_meta_inplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9771331Z test_meta_inplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9771498Z test_meta_inplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9771684Z test_meta_inplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9771911Z test_meta_inplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9772138Z test_meta_inplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9772366Z test_meta_inplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9772591Z test_meta_inplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9772818Z test_meta_inplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9773071Z test_meta_inplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9773394Z test_meta_inplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9773668Z test_meta_inplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9773925Z test_meta_inplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9774174Z test_meta_inplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9774422Z test_meta_inplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9774678Z test_meta_inplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9774927Z test_meta_inplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9775176Z test_meta_inplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9775422Z test_meta_inplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9775669Z test_meta_inplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.9775910Z test_meta_inplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9776149Z test_meta_inplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9776394Z test_meta_inplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9776635Z test_meta_inplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9778781Z test_meta_inplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9779156Z test_meta_inplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9779443Z test_meta_inplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9779660Z test_meta_inplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9779888Z test_meta_inplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9780242Z test_meta_inplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9780475Z test_meta_inplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9780703Z test_meta_inplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9780947Z test_meta_inplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9781189Z test_meta_inplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9781427Z test_meta_inplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9781664Z test_meta_inplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9781897Z test_meta_inplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9782185Z test_meta_inplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9782499Z test_meta_inplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9782747Z test_meta_inplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9783222Z test_meta_inplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9783617Z test_meta_inplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9784034Z test_meta_inplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9784399Z test_meta_inplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9784649Z test_meta_inplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9784888Z test_meta_inplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9785117Z test_meta_inplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9785353Z test_meta_inplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9785592Z test_meta_inplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.9785828Z test_meta_inplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9786064Z test_meta_inplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9786298Z test_meta_inplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9786525Z test_meta_inplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9786762Z test_meta_inplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9787002Z test_meta_inplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9787235Z test_meta_inplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9787463Z test_meta_inplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9787828Z test_meta_inplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9788065Z test_meta_inplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9788299Z test_meta_inplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9788536Z test_meta_inplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9788768Z test_meta_inplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9788965Z test_meta_inplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9789167Z test_meta_inplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9789365Z test_meta_inplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9789562Z test_meta_inplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9789755Z test_meta_inplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9789949Z test_meta_inplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9790212Z test_meta_inplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9790415Z test_meta_inplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9790594Z test_meta_inplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9790781Z test_meta_inplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9790964Z test_meta_inplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9791160Z test_meta_inplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped (0.003s) 2022-11-23T02:43:13.9791380Z test_meta_inplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:43:13.9791593Z test_meta_inplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:43:13.9791800Z test_meta_inplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped (0.006s) 2022-11-23T02:43:13.9792007Z test_meta_inplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:43:13.9792207Z test_meta_inplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:43:13.9792409Z test_meta_inplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:43:13.9792611Z test_meta_inplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipped (0.000s) 2022-11-23T02:43:13.9792862Z test_meta_inplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipped (0.010s) 2022-11-23T02:43:13.9793067Z test_meta_inplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipped (0.002s) 2022-11-23T02:43:13.9793273Z test_meta_inplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipped (0.002s) 2022-11-23T02:43:13.9793543Z test_meta_inplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9793821Z test_meta_inplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9794091Z test_meta_inplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9794355Z test_meta_inplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9794623Z test_meta_inplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9794888Z test_meta_inplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9795245Z test_meta_inplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9795505Z test_meta_inplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9795768Z test_meta_inplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9796028Z test_meta_inplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9796289Z test_meta_inplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9805821Z test_meta_inplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9806151Z test_meta_inplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9806355Z test_meta_inplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9806583Z test_meta_inplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9811536Z test_meta_inplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9812193Z test_meta_inplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9812670Z test_meta_inplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9813124Z test_meta_inplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9813583Z test_meta_inplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9814042Z test_meta_inplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9814497Z test_meta_inplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9814935Z test_meta_inplace_diag_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9815398Z test_meta_inplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9815857Z test_meta_inplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9816311Z test_meta_inplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9816747Z test_meta_inplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9817194Z test_meta_inplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9817650Z test_meta_inplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9818114Z test_meta_inplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9818577Z test_meta_inplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9819040Z test_meta_inplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9819494Z test_meta_inplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9819956Z test_meta_inplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9820451Z test_meta_inplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9821100Z test_meta_inplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9821598Z test_meta_inplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:13.9822109Z test_meta_inplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9822611Z test_meta_inplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9823101Z test_meta_inplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9823579Z test_meta_inplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9824065Z test_meta_inplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9824564Z test_meta_inplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9825036Z test_meta_inplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9825660Z test_meta_inplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9826168Z test_meta_inplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9826662Z test_meta_inplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9827144Z test_meta_inplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9827633Z test_meta_inplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9828151Z test_meta_inplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9828645Z test_meta_inplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9829149Z test_meta_inplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9829637Z test_meta_inplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9830106Z test_meta_inplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9830560Z test_meta_inplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9831027Z test_meta_inplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9831507Z test_meta_inplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9831984Z test_meta_inplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9832497Z test_meta_inplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9833024Z test_meta_inplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9833540Z test_meta_inplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9834160Z test_meta_inplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9834880Z test_meta_inplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9835487Z test_meta_inplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9836080Z test_meta_inplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9836592Z test_meta_inplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9837101Z test_meta_inplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9837603Z test_meta_inplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9838097Z test_meta_inplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9838595Z test_meta_inplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9839090Z test_meta_inplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9839719Z test_meta_inplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9840235Z test_meta_inplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9840719Z test_meta_inplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.9841217Z test_meta_inplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9841701Z test_meta_inplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9842206Z test_meta_inplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9842692Z test_meta_inplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9843173Z test_meta_inplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9843577Z test_meta_inplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9843975Z test_meta_inplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9844428Z test_meta_inplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9844881Z test_meta_inplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9845317Z test_meta_inplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9845778Z test_meta_inplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9846361Z test_meta_inplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9846865Z test_meta_inplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9847376Z test_meta_inplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9847875Z test_meta_inplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9848381Z test_meta_inplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9849077Z test_meta_inplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9849571Z test_meta_inplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9850086Z test_meta_inplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9850598Z test_meta_inplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9851094Z test_meta_inplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9851561Z test_meta_inplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9852034Z test_meta_inplace_diff_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9852529Z test_meta_inplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9853013Z test_meta_inplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9853622Z test_meta_inplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9854126Z test_meta_inplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9854642Z test_meta_inplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9855107Z test_meta_inplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9855585Z test_meta_inplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9856037Z test_meta_inplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9856496Z test_meta_inplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9856979Z test_meta_inplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9857424Z test_meta_inplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9857813Z test_meta_inplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9858188Z test_meta_inplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9858565Z test_meta_inplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9859029Z test_meta_inplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.9859487Z test_meta_inplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9859944Z test_meta_inplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9860403Z test_meta_inplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.9860861Z test_meta_inplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9861349Z test_meta_inplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9861835Z test_meta_inplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9862320Z test_meta_inplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9862959Z test_meta_inplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9863425Z test_meta_inplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9863915Z test_meta_inplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9864341Z test_meta_inplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9864742Z test_meta_inplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:13.9865127Z test_meta_inplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:13.9865528Z test_meta_inplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:13.9865917Z test_meta_inplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:13.9866318Z test_meta_inplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9866722Z test_meta_inplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:13.9867129Z test_meta_inplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9867665Z test_meta_inplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9868109Z test_meta_inplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9868616Z test_meta_inplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9869058Z test_meta_inplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9869473Z test_meta_inplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:13.9869903Z test_meta_inplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9870315Z test_meta_inplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9870730Z test_meta_inplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9871152Z test_meta_inplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9871660Z test_meta_inplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9872162Z test_meta_inplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9872653Z test_meta_inplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9873158Z test_meta_inplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9873674Z test_meta_inplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:13.9874101Z test_meta_inplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9874522Z test_meta_inplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:13.9874937Z test_meta_inplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9875333Z test_meta_inplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9875729Z test_meta_inplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:13.9876133Z test_meta_inplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:13.9876528Z test_meta_inplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9877114Z test_meta_inplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9877512Z test_meta_inplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9877999Z test_meta_inplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9878489Z test_meta_inplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9878976Z test_meta_inplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9879434Z test_meta_inplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9879912Z test_meta_inplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.9880398Z test_meta_inplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9880861Z test_meta_inplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9881442Z test_meta_inplace_double_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9881964Z test_meta_inplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9882471Z test_meta_inplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9882968Z test_meta_inplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9883442Z test_meta_inplace_double_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9883897Z test_meta_inplace_double_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9884360Z test_meta_inplace_double_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9884840Z test_meta_inplace_double_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9885320Z test_meta_inplace_double_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9885792Z test_meta_inplace_double_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9886270Z test_meta_inplace_double_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9886748Z test_meta_inplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9887235Z test_meta_inplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9887703Z test_meta_inplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9888201Z test_meta_inplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9888696Z test_meta_inplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9889182Z test_meta_inplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9889660Z test_meta_inplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9890122Z test_meta_inplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9890769Z test_meta_inplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9891250Z test_meta_inplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9891705Z test_meta_inplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9892195Z test_meta_inplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9892668Z test_meta_inplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9893148Z test_meta_inplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9893639Z test_meta_inplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9894103Z test_meta_inplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9894602Z test_meta_inplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9895102Z test_meta_inplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9895719Z test_meta_inplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9896226Z test_meta_inplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9896705Z test_meta_inplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9897161Z test_meta_inplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9897633Z test_meta_inplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9898100Z test_meta_inplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:13.9898546Z test_meta_inplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9899023Z test_meta_inplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9899509Z test_meta_inplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9899995Z test_meta_inplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9900481Z test_meta_inplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9900953Z test_meta_inplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9901453Z test_meta_inplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9901929Z test_meta_inplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9902398Z test_meta_inplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9902872Z test_meta_inplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9903338Z test_meta_inplace_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9903803Z test_meta_inplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9904291Z test_meta_inplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9904943Z test_meta_inplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9905423Z test_meta_inplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9905912Z test_meta_inplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9906392Z test_meta_inplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9906867Z test_meta_inplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9907346Z test_meta_inplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9907822Z test_meta_inplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9908309Z test_meta_inplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9908786Z test_meta_inplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9909420Z test_meta_inplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9909929Z test_meta_inplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9910435Z test_meta_inplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9910936Z test_meta_inplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9911438Z test_meta_inplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9911941Z test_meta_inplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9912432Z test_meta_inplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9912944Z test_meta_inplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9913442Z test_meta_inplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9913923Z test_meta_inplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9914370Z test_meta_inplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9914833Z test_meta_inplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9915298Z test_meta_inplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9915663Z test_meta_inplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9915996Z test_meta_inplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9916374Z test_meta_inplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9916742Z test_meta_inplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9917117Z test_meta_inplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9917477Z test_meta_inplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9917838Z test_meta_inplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9918186Z test_meta_inplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9918716Z test_meta_inplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9919066Z test_meta_inplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:13.9919413Z test_meta_inplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9919752Z test_meta_inplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:13.9920088Z test_meta_inplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9920531Z test_meta_inplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9920986Z test_meta_inplace_equal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9921481Z test_meta_inplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9921977Z test_meta_inplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9922453Z test_meta_inplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9922920Z test_meta_inplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9923515Z test_meta_inplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9924021Z test_meta_inplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9924468Z test_meta_inplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9924933Z test_meta_inplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9925408Z test_meta_inplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9925881Z test_meta_inplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9926243Z test_meta_inplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9926697Z test_meta_inplace_erf_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9927063Z test_meta_inplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9927416Z test_meta_inplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9927775Z test_meta_inplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9928231Z test_meta_inplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9928678Z test_meta_inplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9929139Z test_meta_inplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9929576Z test_meta_inplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.9930035Z test_meta_inplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9930410Z test_meta_inplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9930844Z test_meta_inplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9931213Z test_meta_inplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9931578Z test_meta_inplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9931929Z test_meta_inplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9932535Z test_meta_inplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9932971Z test_meta_inplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9933421Z test_meta_inplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9933876Z test_meta_inplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9934331Z test_meta_inplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9934786Z test_meta_inplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9935174Z test_meta_inplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9935541Z test_meta_inplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9935919Z test_meta_inplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:13.9936514Z test_meta_inplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9936980Z test_meta_inplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9937675Z test_meta_inplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9938226Z test_meta_inplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9938697Z test_meta_inplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:13.9939068Z test_meta_inplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9939520Z test_meta_inplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9939894Z test_meta_inplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:13.9940256Z test_meta_inplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9940619Z test_meta_inplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9941073Z test_meta_inplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9941530Z test_meta_inplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9941982Z test_meta_inplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9942414Z test_meta_inplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9942866Z test_meta_inplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9943340Z test_meta_inplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9943804Z test_meta_inplace_exp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9944176Z test_meta_inplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9944638Z test_meta_inplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:13.9945111Z test_meta_inplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:13.9945484Z test_meta_inplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9945840Z test_meta_inplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9946194Z test_meta_inplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:13.9946643Z test_meta_inplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9947275Z test_meta_inplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9947726Z test_meta_inplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9948176Z test_meta_inplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9948631Z test_meta_inplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:13.9949120Z test_meta_inplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9949581Z test_meta_inplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9950088Z test_meta_inplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9950680Z test_meta_inplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9951169Z test_meta_inplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9951795Z test_meta_inplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9952416Z test_meta_inplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9952932Z test_meta_inplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9953403Z test_meta_inplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9953882Z test_meta_inplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9954424Z test_meta_inplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9954920Z test_meta_inplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9955394Z test_meta_inplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9955877Z test_meta_inplace_expand_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9956376Z test_meta_inplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9956859Z test_meta_inplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9957440Z test_meta_inplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9957930Z test_meta_inplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9958541Z test_meta_inplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9959122Z test_meta_inplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:13.9959621Z test_meta_inplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9960092Z test_meta_inplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9960550Z test_meta_inplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9961019Z test_meta_inplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9961389Z test_meta_inplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9962907Z test_meta_inplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.9963281Z test_meta_inplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:13.9963643Z test_meta_inplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:13.9964015Z test_meta_inplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:13.9964563Z test_meta_inplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:13.9965028Z test_meta_inplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9965568Z test_meta_inplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:13.9966122Z test_meta_inplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:13.9966593Z test_meta_inplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:13.9967068Z test_meta_inplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9967524Z test_meta_inplace_eye_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9968168Z test_meta_inplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9968677Z test_meta_inplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9969160Z test_meta_inplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9969644Z test_meta_inplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9970126Z test_meta_inplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9970590Z test_meta_inplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9971038Z test_meta_inplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:13.9971596Z test_meta_inplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9972064Z test_meta_inplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9972562Z test_meta_inplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9973073Z test_meta_inplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9973502Z test_meta_inplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9973951Z test_meta_inplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9974383Z test_meta_inplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9974826Z test_meta_inplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9975245Z test_meta_inplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9975655Z test_meta_inplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9976068Z test_meta_inplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9976441Z test_meta_inplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9977045Z test_meta_inplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9977465Z test_meta_inplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9977921Z test_meta_inplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9978428Z test_meta_inplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9978950Z test_meta_inplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9979529Z test_meta_inplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9980114Z test_meta_inplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9980624Z test_meta_inplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:13.9981108Z test_meta_inplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9981750Z test_meta_inplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:13.9982229Z test_meta_inplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9982658Z test_meta_inplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9983157Z test_meta_inplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:13.9983678Z test_meta_inplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9984296Z test_meta_inplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9984819Z test_meta_inplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9985414Z test_meta_inplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:13.9985918Z test_meta_inplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:13.9986502Z test_meta_inplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9987073Z test_meta_inplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9987557Z test_meta_inplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9988048Z test_meta_inplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9988534Z test_meta_inplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9989011Z test_meta_inplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9989465Z test_meta_inplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9989934Z test_meta_inplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9990425Z test_meta_inplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9990932Z test_meta_inplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9991627Z test_meta_inplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9992238Z test_meta_inplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9992780Z test_meta_inplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9993294Z test_meta_inplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9993967Z test_meta_inplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9994478Z test_meta_inplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9994990Z test_meta_inplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9995485Z test_meta_inplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9995991Z test_meta_inplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9996648Z test_meta_inplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9997160Z test_meta_inplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9997658Z test_meta_inplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9998151Z test_meta_inplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9998677Z test_meta_inplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9999283Z test_meta_inplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:13.9999801Z test_meta_inplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0000295Z test_meta_inplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0000916Z test_meta_inplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0001404Z test_meta_inplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0001893Z test_meta_inplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0002387Z test_meta_inplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0002864Z test_meta_inplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0003350Z test_meta_inplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0003802Z test_meta_inplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0004267Z test_meta_inplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0004777Z test_meta_inplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0005261Z test_meta_inplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0005935Z test_meta_inplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0006492Z test_meta_inplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0006920Z test_meta_inplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0007404Z test_meta_inplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0007823Z test_meta_inplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0008329Z test_meta_inplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0008749Z test_meta_inplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0009169Z test_meta_inplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0009578Z test_meta_inplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0010172Z test_meta_inplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0010728Z test_meta_inplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0011201Z test_meta_inplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0011670Z test_meta_inplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0012127Z test_meta_inplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0012578Z test_meta_inplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0013026Z test_meta_inplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0013495Z test_meta_inplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0014060Z test_meta_inplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0014534Z test_meta_inplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0015149Z test_meta_inplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0015625Z test_meta_inplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0016129Z test_meta_inplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0016593Z test_meta_inplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0017133Z test_meta_inplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0017600Z test_meta_inplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0018098Z test_meta_inplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0018573Z test_meta_inplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0019050Z test_meta_inplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0019696Z test_meta_inplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0020138Z test_meta_inplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0020714Z test_meta_inplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0021182Z test_meta_inplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0021642Z test_meta_inplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0022253Z test_meta_inplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0022737Z test_meta_inplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0023207Z test_meta_inplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0023652Z test_meta_inplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0024152Z test_meta_inplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0024421Z test_meta_inplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0024651Z test_meta_inplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0024891Z test_meta_inplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0025123Z test_meta_inplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0025353Z test_meta_inplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0025588Z test_meta_inplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0025829Z test_meta_inplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0026062Z test_meta_inplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0026310Z test_meta_inplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0026561Z test_meta_inplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0026794Z test_meta_inplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0027041Z test_meta_inplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0027275Z test_meta_inplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0027681Z test_meta_inplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0027952Z test_meta_inplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0028184Z test_meta_inplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0028412Z test_meta_inplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0028647Z test_meta_inplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0029259Z test_meta_inplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0029521Z test_meta_inplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0029775Z test_meta_inplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0030034Z test_meta_inplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0030289Z test_meta_inplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0030543Z test_meta_inplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0030791Z test_meta_inplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0031047Z test_meta_inplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0031293Z test_meta_inplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0032157Z test_meta_inplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0032462Z test_meta_inplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0032711Z test_meta_inplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0032956Z test_meta_inplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0033207Z test_meta_inplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0033447Z test_meta_inplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0033689Z test_meta_inplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0033937Z test_meta_inplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0034176Z test_meta_inplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0034419Z test_meta_inplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0034808Z test_meta_inplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0035059Z test_meta_inplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0035293Z test_meta_inplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0035524Z test_meta_inplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0035888Z test_meta_inplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0036253Z test_meta_inplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0036495Z test_meta_inplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:14.0036724Z test_meta_inplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0037079Z test_meta_inplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0037310Z test_meta_inplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0037536Z test_meta_inplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0037772Z test_meta_inplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0037998Z test_meta_inplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0038226Z test_meta_inplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0038470Z test_meta_inplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0038717Z test_meta_inplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0038960Z test_meta_inplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0039203Z test_meta_inplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0039502Z test_meta_inplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0039748Z test_meta_inplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0039983Z test_meta_inplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0040213Z test_meta_inplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0040451Z test_meta_inplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0040700Z test_meta_inplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0040953Z test_meta_inplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0041203Z test_meta_inplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0041432Z test_meta_inplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0041963Z test_meta_inplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0042419Z test_meta_inplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0042951Z test_meta_inplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0043481Z test_meta_inplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0043901Z test_meta_inplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0044317Z test_meta_inplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0044722Z test_meta_inplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0045027Z test_meta_inplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0045276Z test_meta_inplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:14.0045655Z test_meta_inplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0045899Z test_meta_inplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0046147Z test_meta_inplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0046382Z test_meta_inplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0046614Z test_meta_inplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0046852Z test_meta_inplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0047083Z test_meta_inplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0047314Z test_meta_inplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0047551Z test_meta_inplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0047849Z test_meta_inplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0048097Z test_meta_inplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0048348Z test_meta_inplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0048602Z test_meta_inplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0049035Z test_meta_inplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0049290Z test_meta_inplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0049540Z test_meta_inplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0049790Z test_meta_inplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0050137Z test_meta_inplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0050489Z test_meta_inplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0050728Z test_meta_inplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0050967Z test_meta_inplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0051206Z test_meta_inplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0051445Z test_meta_inplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0051689Z test_meta_inplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0051923Z test_meta_inplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0052153Z test_meta_inplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0052388Z test_meta_inplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0052618Z test_meta_inplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0052946Z test_meta_inplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0053181Z test_meta_inplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0053417Z test_meta_inplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0053654Z test_meta_inplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0053895Z test_meta_inplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0054130Z test_meta_inplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0054405Z test_meta_inplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0054647Z test_meta_inplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0054877Z test_meta_inplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0055174Z test_meta_inplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0055428Z test_meta_inplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0055667Z test_meta_inplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0056031Z test_meta_inplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0056282Z test_meta_inplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0056506Z test_meta_inplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0056736Z test_meta_inplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0057090Z test_meta_inplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0057456Z test_meta_inplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0057695Z test_meta_inplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0057927Z test_meta_inplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0058157Z test_meta_inplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0058351Z test_meta_inplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0058534Z test_meta_inplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0058727Z test_meta_inplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0058922Z test_meta_inplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0059112Z test_meta_inplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0059297Z test_meta_inplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0059481Z test_meta_inplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0059661Z test_meta_inplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0059842Z test_meta_inplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0060126Z test_meta_inplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0060300Z test_meta_inplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0060483Z test_meta_inplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0060658Z test_meta_inplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0060895Z test_meta_inplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0061138Z test_meta_inplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0061384Z test_meta_inplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0061630Z test_meta_inplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0061871Z test_meta_inplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0062113Z test_meta_inplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0062346Z test_meta_inplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0062646Z test_meta_inplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0063034Z test_meta_inplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0063275Z test_meta_inplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0063511Z test_meta_inplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0063757Z test_meta_inplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0064109Z test_meta_inplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0064464Z test_meta_inplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0064706Z test_meta_inplace_flip_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0064949Z test_meta_inplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0065192Z test_meta_inplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0065433Z test_meta_inplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0065672Z test_meta_inplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0065909Z test_meta_inplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0066141Z test_meta_inplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0066377Z test_meta_inplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0066609Z test_meta_inplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0066842Z test_meta_inplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0067073Z test_meta_inplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0067303Z test_meta_inplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0067638Z test_meta_inplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0067884Z test_meta_inplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0068131Z test_meta_inplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0068368Z test_meta_inplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0068600Z test_meta_inplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0068828Z test_meta_inplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0069069Z test_meta_inplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0069308Z test_meta_inplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0069545Z test_meta_inplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0069992Z test_meta_inplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0070249Z test_meta_inplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0070491Z test_meta_inplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0070729Z test_meta_inplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0071100Z test_meta_inplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0071462Z test_meta_inplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0071708Z test_meta_inplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0071945Z test_meta_inplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0072174Z test_meta_inplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0072413Z test_meta_inplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0072648Z test_meta_inplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0072882Z test_meta_inplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0073120Z test_meta_inplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0073353Z test_meta_inplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0073595Z test_meta_inplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0073814Z test_meta_inplace_float_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0074058Z test_meta_inplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0074298Z test_meta_inplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0074531Z test_meta_inplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0074870Z test_meta_inplace_float_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:14.0075110Z test_meta_inplace_float_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0075353Z test_meta_inplace_float_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0075587Z test_meta_inplace_float_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0075819Z test_meta_inplace_float_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0076052Z test_meta_inplace_float_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0076287Z test_meta_inplace_float_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0076521Z test_meta_inplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0076902Z test_meta_inplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0077144Z test_meta_inplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0077426Z test_meta_inplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0077685Z test_meta_inplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0078043Z test_meta_inplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0078401Z test_meta_inplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0078605Z test_meta_inplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0078846Z test_meta_inplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0079078Z test_meta_inplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0079316Z test_meta_inplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:14.0079551Z test_meta_inplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0079788Z test_meta_inplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0079966Z test_meta_inplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0080152Z test_meta_inplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0080343Z test_meta_inplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0080528Z test_meta_inplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0080711Z test_meta_inplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0080891Z test_meta_inplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0081072Z test_meta_inplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0081253Z test_meta_inplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0081429Z test_meta_inplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0081630Z test_meta_inplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.0081830Z test_meta_inplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.0082024Z test_meta_inplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.0082317Z test_meta_inplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0082512Z test_meta_inplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0082701Z test_meta_inplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.0082893Z test_meta_inplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.0083086Z test_meta_inplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0083271Z test_meta_inplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.0083496Z test_meta_inplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0083866Z test_meta_inplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0084120Z test_meta_inplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0084360Z test_meta_inplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0084597Z test_meta_inplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0085113Z test_meta_inplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0085385Z test_meta_inplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0085611Z test_meta_inplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0085844Z test_meta_inplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0086082Z test_meta_inplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0086321Z test_meta_inplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0086551Z test_meta_inplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0086789Z test_meta_inplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0087027Z test_meta_inplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0087260Z test_meta_inplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0087490Z test_meta_inplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0087723Z test_meta_inplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0087956Z test_meta_inplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0088188Z test_meta_inplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0088422Z test_meta_inplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0088609Z test_meta_inplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0088797Z test_meta_inplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.0088981Z test_meta_inplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0089148Z test_meta_inplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0089329Z test_meta_inplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0089604Z test_meta_inplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0089780Z test_meta_inplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.0089959Z test_meta_inplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0090133Z test_meta_inplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0090322Z test_meta_inplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0090638Z test_meta_inplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0090831Z test_meta_inplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0091009Z test_meta_inplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0091251Z test_meta_inplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0091512Z test_meta_inplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0091868Z test_meta_inplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0092220Z test_meta_inplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0092537Z test_meta_inplace_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0092797Z test_meta_inplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0093036Z test_meta_inplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0093267Z test_meta_inplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0093507Z test_meta_inplace_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0093744Z test_meta_inplace_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0093980Z test_meta_inplace_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0094201Z test_meta_inplace_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0094432Z test_meta_inplace_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0094661Z test_meta_inplace_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0094889Z test_meta_inplace_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0095116Z test_meta_inplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0095365Z test_meta_inplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0095603Z test_meta_inplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0095853Z test_meta_inplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0096102Z test_meta_inplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0096343Z test_meta_inplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0096576Z test_meta_inplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0096804Z test_meta_inplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0097127Z test_meta_inplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0097357Z test_meta_inplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0097769Z test_meta_inplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0098017Z test_meta_inplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0098243Z test_meta_inplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0098475Z test_meta_inplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0098820Z test_meta_inplace_gather_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0099186Z test_meta_inplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0099442Z test_meta_inplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0099760Z test_meta_inplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0100008Z test_meta_inplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0100233Z test_meta_inplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0100469Z test_meta_inplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0100690Z test_meta_inplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0100932Z test_meta_inplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0101168Z test_meta_inplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0101400Z test_meta_inplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0101581Z test_meta_inplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0101760Z test_meta_inplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0101932Z test_meta_inplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0102108Z test_meta_inplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0102285Z test_meta_inplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0102473Z test_meta_inplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0102650Z test_meta_inplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0102831Z test_meta_inplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0103010Z test_meta_inplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0103188Z test_meta_inplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0103361Z test_meta_inplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.0103537Z test_meta_inplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0103710Z test_meta_inplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0103884Z test_meta_inplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0104038Z test_meta_inplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0104383Z test_meta_inplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0104758Z test_meta_inplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0105011Z test_meta_inplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0105249Z test_meta_inplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0105495Z test_meta_inplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0105851Z test_meta_inplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0106214Z test_meta_inplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0106474Z test_meta_inplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0106713Z test_meta_inplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0107025Z test_meta_inplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0107283Z test_meta_inplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0107514Z test_meta_inplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0107743Z test_meta_inplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0107983Z test_meta_inplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0108240Z test_meta_inplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0108492Z test_meta_inplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0108741Z test_meta_inplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0108930Z test_meta_inplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0109111Z test_meta_inplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0109291Z test_meta_inplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0109518Z test_meta_inplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0109702Z test_meta_inplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0109868Z test_meta_inplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0110045Z test_meta_inplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.0110220Z test_meta_inplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0110393Z test_meta_inplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0110573Z test_meta_inplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0110813Z test_meta_inplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0111047Z test_meta_inplace_half_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0111291Z test_meta_inplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0111540Z test_meta_inplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0112577Z test_meta_inplace_half_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0112943Z test_meta_inplace_half_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0113300Z test_meta_inplace_half_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0113542Z test_meta_inplace_half_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0113774Z test_meta_inplace_half_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0114006Z test_meta_inplace_half_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0114237Z test_meta_inplace_half_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0114474Z test_meta_inplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0114674Z test_meta_inplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.0114865Z test_meta_inplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0115164Z test_meta_inplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0115375Z test_meta_inplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0115545Z test_meta_inplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0115736Z test_meta_inplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0115927Z test_meta_inplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0116116Z test_meta_inplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0116309Z test_meta_inplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0116495Z test_meta_inplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0116738Z test_meta_inplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0116983Z test_meta_inplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0117221Z test_meta_inplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0117455Z test_meta_inplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0117687Z test_meta_inplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0117924Z test_meta_inplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0118166Z test_meta_inplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0118399Z test_meta_inplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0118776Z test_meta_inplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0119030Z test_meta_inplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0119268Z test_meta_inplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0119505Z test_meta_inplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0119841Z test_meta_inplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0120311Z test_meta_inplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0120558Z test_meta_inplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0120801Z test_meta_inplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0121036Z test_meta_inplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0121257Z test_meta_inplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0121494Z test_meta_inplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0121738Z test_meta_inplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0121978Z test_meta_inplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0122226Z test_meta_inplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0122555Z test_meta_inplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0122812Z test_meta_inplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0123052Z test_meta_inplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0123284Z test_meta_inplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0123512Z test_meta_inplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0123751Z test_meta_inplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0123985Z test_meta_inplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0124223Z test_meta_inplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0124457Z test_meta_inplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0124691Z test_meta_inplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0124882Z test_meta_inplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0125071Z test_meta_inplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0125262Z test_meta_inplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0125452Z test_meta_inplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0125763Z test_meta_inplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0126001Z test_meta_inplace_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0126183Z test_meta_inplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0126346Z test_meta_inplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0126523Z test_meta_inplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0126859Z test_meta_inplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0127194Z test_meta_inplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0127526Z test_meta_inplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0127749Z test_meta_inplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0127965Z test_meta_inplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0128160Z test_meta_inplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0128351Z test_meta_inplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0128546Z test_meta_inplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.0128738Z test_meta_inplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0128984Z test_meta_inplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0129231Z test_meta_inplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0129464Z test_meta_inplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0129661Z test_meta_inplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0129926Z test_meta_inplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0130147Z test_meta_inplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0130348Z test_meta_inplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.0130537Z test_meta_inplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0130729Z test_meta_inplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0130898Z test_meta_inplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.0131084Z test_meta_inplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0131272Z test_meta_inplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.0131461Z test_meta_inplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.0131653Z test_meta_inplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0131839Z test_meta_inplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.0132023Z test_meta_inplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.0132223Z test_meta_inplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0132411Z test_meta_inplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0132747Z test_meta_inplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0132962Z test_meta_inplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0133156Z test_meta_inplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0133343Z test_meta_inplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0133530Z test_meta_inplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0133832Z test_meta_inplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0134115Z test_meta_inplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0134329Z test_meta_inplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0134517Z test_meta_inplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0134687Z test_meta_inplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.0134982Z test_meta_inplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0135171Z test_meta_inplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0135373Z test_meta_inplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0135577Z test_meta_inplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0135770Z test_meta_inplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0135958Z test_meta_inplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0136139Z test_meta_inplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0136327Z test_meta_inplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0136517Z test_meta_inplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0136709Z test_meta_inplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0136896Z test_meta_inplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0137083Z test_meta_inplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0137349Z test_meta_inplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0137555Z test_meta_inplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0137755Z test_meta_inplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0137951Z test_meta_inplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0138141Z test_meta_inplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0138317Z test_meta_inplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0138504Z test_meta_inplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0138686Z test_meta_inplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0138873Z test_meta_inplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0139064Z test_meta_inplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0139251Z test_meta_inplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0139436Z test_meta_inplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0139754Z test_meta_inplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0140114Z test_meta_inplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.0140340Z test_meta_inplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.0140534Z test_meta_inplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:14.0140882Z test_meta_inplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.0141272Z test_meta_inplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:14.0141476Z test_meta_inplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:14.0141659Z test_meta_inplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.0141848Z test_meta_inplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:14.0142033Z test_meta_inplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.0142407Z test_meta_inplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0142808Z test_meta_inplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0143239Z test_meta_inplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0143495Z test_meta_inplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0143755Z test_meta_inplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0144003Z test_meta_inplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0144252Z test_meta_inplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0144502Z test_meta_inplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0144747Z test_meta_inplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0144995Z test_meta_inplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0145240Z test_meta_inplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0145562Z test_meta_inplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0145825Z test_meta_inplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0146066Z test_meta_inplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0146309Z test_meta_inplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0146683Z test_meta_inplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0146933Z test_meta_inplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0147173Z test_meta_inplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0147417Z test_meta_inplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0147662Z test_meta_inplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0148008Z test_meta_inplace_int_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0148361Z test_meta_inplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0148601Z test_meta_inplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0148842Z test_meta_inplace_int_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0149077Z test_meta_inplace_int_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0149316Z test_meta_inplace_int_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0149547Z test_meta_inplace_int_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0149770Z test_meta_inplace_int_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0149984Z test_meta_inplace_int_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0150216Z test_meta_inplace_int_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0150547Z test_meta_inplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0150791Z test_meta_inplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0151032Z test_meta_inplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0151283Z test_meta_inplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:14.0151529Z test_meta_inplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0151769Z test_meta_inplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0152003Z test_meta_inplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0152238Z test_meta_inplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0152475Z test_meta_inplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0153280Z test_meta_inplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0153730Z test_meta_inplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0154000Z test_meta_inplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0154239Z test_meta_inplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0154526Z test_meta_inplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0154794Z test_meta_inplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0155194Z test_meta_inplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0155478Z test_meta_inplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0155728Z test_meta_inplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0155972Z test_meta_inplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0156211Z test_meta_inplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0156440Z test_meta_inplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0156681Z test_meta_inplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0156912Z test_meta_inplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0157127Z test_meta_inplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0157363Z test_meta_inplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0157603Z test_meta_inplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0157838Z test_meta_inplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0158075Z test_meta_inplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0158434Z test_meta_inplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0158670Z test_meta_inplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0158905Z test_meta_inplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0159134Z test_meta_inplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0159367Z test_meta_inplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0159594Z test_meta_inplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0159831Z test_meta_inplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0160064Z test_meta_inplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0160309Z test_meta_inplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0160550Z test_meta_inplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0160981Z test_meta_inplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.009s) 2022-11-23T02:43:14.0161243Z test_meta_inplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0161480Z test_meta_inplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0161719Z test_meta_inplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0162077Z test_meta_inplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0162417Z test_meta_inplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0162655Z test_meta_inplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0162888Z test_meta_inplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0163121Z test_meta_inplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0163358Z test_meta_inplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0163573Z test_meta_inplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0163821Z test_meta_inplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0164062Z test_meta_inplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:14.0164299Z test_meta_inplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0164536Z test_meta_inplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0164773Z test_meta_inplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0165008Z test_meta_inplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0165242Z test_meta_inplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0165473Z test_meta_inplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0165806Z test_meta_inplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0166039Z test_meta_inplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0166289Z test_meta_inplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0166527Z test_meta_inplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0166769Z test_meta_inplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0167005Z test_meta_inplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0167235Z test_meta_inplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0167478Z test_meta_inplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0167845Z test_meta_inplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0168160Z test_meta_inplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0168413Z test_meta_inplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0168653Z test_meta_inplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0169014Z test_meta_inplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0169358Z test_meta_inplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0169612Z test_meta_inplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0169849Z test_meta_inplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0170067Z test_meta_inplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0170306Z test_meta_inplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0170536Z test_meta_inplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0170763Z test_meta_inplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0170998Z test_meta_inplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0171244Z test_meta_inplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0171488Z test_meta_inplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0171727Z test_meta_inplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0171971Z test_meta_inplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0172217Z test_meta_inplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0172451Z test_meta_inplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0172688Z test_meta_inplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0173022Z test_meta_inplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0173246Z test_meta_inplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0173485Z test_meta_inplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0173722Z test_meta_inplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0173958Z test_meta_inplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0174192Z test_meta_inplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0174424Z test_meta_inplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0174796Z test_meta_inplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0175046Z test_meta_inplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0175400Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0175687Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0176073Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0176454Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0176732Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0177001Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0177254Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0177520Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0177782Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0178035Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0178297Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0178557Z test_meta_inplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0178838Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0179115Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0179400Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0179682Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0179959Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0180339Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0180610Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0180881Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0181151Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0181417Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0181801Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0182075Z test_meta_inplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0182332Z test_meta_inplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0182665Z test_meta_inplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0183070Z test_meta_inplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0183450Z test_meta_inplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0183711Z test_meta_inplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0183973Z test_meta_inplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0184222Z test_meta_inplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0184476Z test_meta_inplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0184727Z test_meta_inplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0184973Z test_meta_inplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0185222Z test_meta_inplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0185472Z test_meta_inplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0185752Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0186024Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0186310Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0186575Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0186848Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0187121Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0187490Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0187760Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0188033Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0188303Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0188576Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0188978Z test_meta_inplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0189249Z test_meta_inplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0189499Z test_meta_inplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0189938Z test_meta_inplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0190341Z test_meta_inplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0190651Z test_meta_inplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0190905Z test_meta_inplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0191152Z test_meta_inplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0191405Z test_meta_inplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0191656Z test_meta_inplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0191906Z test_meta_inplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0192159Z test_meta_inplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0192405Z test_meta_inplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0192645Z test_meta_inplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0192882Z test_meta_inplace_kron_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0193129Z test_meta_inplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0193372Z test_meta_inplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0193613Z test_meta_inplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0193852Z test_meta_inplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0194089Z test_meta_inplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0194323Z test_meta_inplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0194541Z test_meta_inplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0194873Z test_meta_inplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0195106Z test_meta_inplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0195341Z test_meta_inplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0195585Z test_meta_inplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0195969Z test_meta_inplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0196213Z test_meta_inplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0196450Z test_meta_inplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0196693Z test_meta_inplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0196925Z test_meta_inplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0197440Z test_meta_inplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0197714Z test_meta_inplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0197895Z test_meta_inplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0198074Z test_meta_inplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0198247Z test_meta_inplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0198424Z test_meta_inplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0198606Z test_meta_inplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0198797Z test_meta_inplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0199032Z test_meta_inplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:14.0199233Z test_meta_inplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0199427Z test_meta_inplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0199600Z test_meta_inplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0199787Z test_meta_inplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0199972Z test_meta_inplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0200204Z test_meta_inplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0200437Z test_meta_inplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:14.0200664Z test_meta_inplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0200898Z test_meta_inplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0201124Z test_meta_inplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0201313Z test_meta_inplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0201490Z test_meta_inplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0201671Z test_meta_inplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0201850Z test_meta_inplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0202121Z test_meta_inplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0202297Z test_meta_inplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0202472Z test_meta_inplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0202646Z test_meta_inplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0202951Z test_meta_inplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0203137Z test_meta_inplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0203325Z test_meta_inplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.0203502Z test_meta_inplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:14.0203693Z test_meta_inplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.0203878Z test_meta_inplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.0204185Z test_meta_inplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.0204479Z test_meta_inplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0204715Z test_meta_inplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0204986Z test_meta_inplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0205190Z test_meta_inplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0205376Z test_meta_inplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0205610Z test_meta_inplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0205836Z test_meta_inplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0206064Z test_meta_inplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0206289Z test_meta_inplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0206522Z test_meta_inplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0206788Z test_meta_inplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0207046Z test_meta_inplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0207298Z test_meta_inplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0207550Z test_meta_inplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0207814Z test_meta_inplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0208075Z test_meta_inplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0208332Z test_meta_inplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0208590Z test_meta_inplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0208823Z test_meta_inplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0209071Z test_meta_inplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0209319Z test_meta_inplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0209659Z test_meta_inplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0210040Z test_meta_inplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0210312Z test_meta_inplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0210559Z test_meta_inplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0210807Z test_meta_inplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0211162Z test_meta_inplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0211524Z test_meta_inplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0211777Z test_meta_inplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0212022Z test_meta_inplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0212344Z test_meta_inplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0212667Z test_meta_inplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0212916Z test_meta_inplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0213166Z test_meta_inplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0213409Z test_meta_inplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0213654Z test_meta_inplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0213919Z test_meta_inplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0214182Z test_meta_inplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0214442Z test_meta_inplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0214700Z test_meta_inplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0214951Z test_meta_inplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0215201Z test_meta_inplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0215444Z test_meta_inplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0215688Z test_meta_inplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0215946Z test_meta_inplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0216197Z test_meta_inplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0216428Z test_meta_inplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0216675Z test_meta_inplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0217143Z test_meta_inplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0217408Z test_meta_inplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0217662Z test_meta_inplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0217911Z test_meta_inplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0218386Z test_meta_inplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0218667Z test_meta_inplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0218922Z test_meta_inplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0219179Z test_meta_inplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0219455Z test_meta_inplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0219813Z test_meta_inplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0220103Z test_meta_inplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0220375Z test_meta_inplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0220623Z test_meta_inplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0220875Z test_meta_inplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0221120Z test_meta_inplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0221366Z test_meta_inplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0221622Z test_meta_inplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0221874Z test_meta_inplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0222120Z test_meta_inplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0222371Z test_meta_inplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0222638Z test_meta_inplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0222897Z test_meta_inplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0223154Z test_meta_inplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0223406Z test_meta_inplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0223670Z test_meta_inplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0224069Z test_meta_inplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0224435Z test_meta_inplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0224676Z test_meta_inplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0224940Z test_meta_inplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0225324Z test_meta_inplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0225688Z test_meta_inplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0225946Z test_meta_inplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0226198Z test_meta_inplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0226454Z test_meta_inplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0226700Z test_meta_inplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0227029Z test_meta_inplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0227321Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0227593Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0227863Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0228138Z test_meta_inplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0228386Z test_meta_inplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0228636Z test_meta_inplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0228880Z test_meta_inplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0229116Z test_meta_inplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0229377Z test_meta_inplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0229634Z test_meta_inplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0229890Z test_meta_inplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0230140Z test_meta_inplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0230406Z test_meta_inplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0230665Z test_meta_inplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0231023Z test_meta_inplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0231310Z test_meta_inplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0232335Z test_meta_inplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0232723Z test_meta_inplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0232986Z test_meta_inplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0233236Z test_meta_inplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0233489Z test_meta_inplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0233732Z test_meta_inplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0233993Z test_meta_inplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0234252Z test_meta_inplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0234504Z test_meta_inplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0234855Z test_meta_inplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0235143Z test_meta_inplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0235405Z test_meta_inplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0235663Z test_meta_inplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0235922Z test_meta_inplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0236180Z test_meta_inplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0236440Z test_meta_inplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0236691Z test_meta_inplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0236944Z test_meta_inplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0237219Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0237495Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0237769Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0238168Z test_meta_inplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0238433Z test_meta_inplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0238689Z test_meta_inplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0239020Z test_meta_inplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0239429Z test_meta_inplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0239787Z test_meta_inplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0240032Z test_meta_inplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0240282Z test_meta_inplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0240534Z test_meta_inplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0240784Z test_meta_inplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0241028Z test_meta_inplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0241274Z test_meta_inplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0241523Z test_meta_inplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0241804Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0242147Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0242450Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0242728Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0243004Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0243278Z test_meta_inplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0243531Z test_meta_inplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0243784Z test_meta_inplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0244028Z test_meta_inplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0244273Z test_meta_inplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0244664Z test_meta_inplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0244948Z test_meta_inplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0245209Z test_meta_inplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0245649Z test_meta_inplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0246093Z test_meta_inplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:14.0246404Z test_meta_inplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T02:43:14.0246703Z test_meta_inplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:14.0247101Z test_meta_inplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:14.0247352Z test_meta_inplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0247604Z test_meta_inplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0247849Z test_meta_inplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0248085Z test_meta_inplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0248343Z test_meta_inplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0248602Z test_meta_inplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0248860Z test_meta_inplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0249111Z test_meta_inplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0249439Z test_meta_inplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0249704Z test_meta_inplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0249950Z test_meta_inplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0250197Z test_meta_inplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:14.0250457Z test_meta_inplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0250714Z test_meta_inplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0250969Z test_meta_inplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0251362Z test_meta_inplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0251642Z test_meta_inplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0251919Z test_meta_inplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0252282Z test_meta_inplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0252655Z test_meta_inplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0252905Z test_meta_inplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0253159Z test_meta_inplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0253405Z test_meta_inplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0253651Z test_meta_inplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0253907Z test_meta_inplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0254264Z test_meta_inplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0254558Z test_meta_inplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0254809Z test_meta_inplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0255072Z test_meta_inplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0255334Z test_meta_inplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0255588Z test_meta_inplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0255843Z test_meta_inplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0256114Z test_meta_inplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0256382Z test_meta_inplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0256713Z test_meta_inplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0256988Z test_meta_inplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0257242Z test_meta_inplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0257498Z test_meta_inplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0257870Z test_meta_inplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0258136Z test_meta_inplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0258382Z test_meta_inplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0258851Z test_meta_inplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0259107Z test_meta_inplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0259355Z test_meta_inplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0259582Z test_meta_inplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0259837Z test_meta_inplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0260094Z test_meta_inplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0260348Z test_meta_inplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0260601Z test_meta_inplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0260849Z test_meta_inplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0261098Z test_meta_inplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0261357Z test_meta_inplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0261723Z test_meta_inplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0261986Z test_meta_inplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0262245Z test_meta_inplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0262501Z test_meta_inplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0262759Z test_meta_inplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0263004Z test_meta_inplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0263251Z test_meta_inplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0263504Z test_meta_inplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0263749Z test_meta_inplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0264201Z test_meta_inplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0264467Z test_meta_inplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0264708Z test_meta_inplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0265161Z test_meta_inplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0265397Z test_meta_inplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0265641Z test_meta_inplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0265883Z test_meta_inplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0266078Z test_meta_inplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0266309Z test_meta_inplace_log10_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0266488Z test_meta_inplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0266681Z test_meta_inplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0266867Z test_meta_inplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0267055Z test_meta_inplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0267244Z test_meta_inplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0267470Z test_meta_inplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0267695Z test_meta_inplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0267922Z test_meta_inplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0268151Z test_meta_inplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0268370Z test_meta_inplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0268560Z test_meta_inplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0268785Z test_meta_inplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0269079Z test_meta_inplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0269264Z test_meta_inplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0269450Z test_meta_inplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0269678Z test_meta_inplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0269907Z test_meta_inplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0270127Z test_meta_inplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0270356Z test_meta_inplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0270706Z test_meta_inplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0270890Z test_meta_inplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0271118Z test_meta_inplace_log2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0271310Z test_meta_inplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0272280Z test_meta_inplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0272535Z test_meta_inplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0272719Z test_meta_inplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0272898Z test_meta_inplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0273130Z test_meta_inplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0273351Z test_meta_inplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0273583Z test_meta_inplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0273809Z test_meta_inplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0274037Z test_meta_inplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0274221Z test_meta_inplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0274446Z test_meta_inplace_log_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0274637Z test_meta_inplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0274825Z test_meta_inplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0275013Z test_meta_inplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0275200Z test_meta_inplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0275383Z test_meta_inplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0275542Z test_meta_inplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0275771Z test_meta_inplace_log_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0275996Z test_meta_inplace_log_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0276221Z test_meta_inplace_log_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:14.0276444Z test_meta_inplace_log_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0276669Z test_meta_inplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0277204Z test_meta_inplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0277464Z test_meta_inplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0277713Z test_meta_inplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0278188Z test_meta_inplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0278459Z test_meta_inplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0278716Z test_meta_inplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0278986Z test_meta_inplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0279255Z test_meta_inplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0279510Z test_meta_inplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0279854Z test_meta_inplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0280120Z test_meta_inplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0280368Z test_meta_inplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0280623Z test_meta_inplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0280886Z test_meta_inplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0281144Z test_meta_inplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0281402Z test_meta_inplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0281655Z test_meta_inplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0281907Z test_meta_inplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0282157Z test_meta_inplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0282403Z test_meta_inplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0282655Z test_meta_inplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0282903Z test_meta_inplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0283133Z test_meta_inplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0283548Z test_meta_inplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0283813Z test_meta_inplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0284069Z test_meta_inplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0284511Z test_meta_inplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0284988Z test_meta_inplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0285232Z test_meta_inplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0285478Z test_meta_inplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0285710Z test_meta_inplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0285910Z test_meta_inplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0286105Z test_meta_inplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.0286310Z test_meta_inplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0286517Z test_meta_inplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0286714Z test_meta_inplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0286910Z test_meta_inplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0287178Z test_meta_inplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0287388Z test_meta_inplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0287572Z test_meta_inplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.0287765Z test_meta_inplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0287960Z test_meta_inplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0288147Z test_meta_inplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0288334Z test_meta_inplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0288524Z test_meta_inplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0288725Z test_meta_inplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0288930Z test_meta_inplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0289127Z test_meta_inplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0289319Z test_meta_inplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0289505Z test_meta_inplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0289698Z test_meta_inplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0289892Z test_meta_inplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0290238Z test_meta_inplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0290428Z test_meta_inplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0290618Z test_meta_inplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0290920Z test_meta_inplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0291214Z test_meta_inplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0291420Z test_meta_inplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0291622Z test_meta_inplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0291816Z test_meta_inplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0292004Z test_meta_inplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0292277Z test_meta_inplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0292468Z test_meta_inplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0292657Z test_meta_inplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0292847Z test_meta_inplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0293038Z test_meta_inplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0293226Z test_meta_inplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0293425Z test_meta_inplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0293610Z test_meta_inplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0293813Z test_meta_inplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0294016Z test_meta_inplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0294213Z test_meta_inplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0294403Z test_meta_inplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0294663Z test_meta_inplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0294873Z test_meta_inplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0295060Z test_meta_inplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0295253Z test_meta_inplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0295438Z test_meta_inplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0295632Z test_meta_inplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0295825Z test_meta_inplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0296039Z test_meta_inplace_logit_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0296224Z test_meta_inplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.0296580Z test_meta_inplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0296775Z test_meta_inplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0297005Z test_meta_inplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0297351Z test_meta_inplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0297775Z test_meta_inplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0298013Z test_meta_inplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0298242Z test_meta_inplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0298492Z test_meta_inplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0298748Z test_meta_inplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0298998Z test_meta_inplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0299249Z test_meta_inplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0299493Z test_meta_inplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0299729Z test_meta_inplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0300075Z test_meta_inplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0300309Z test_meta_inplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0300539Z test_meta_inplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0300777Z test_meta_inplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0301019Z test_meta_inplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0301265Z test_meta_inplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0301501Z test_meta_inplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0301751Z test_meta_inplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:14.0301974Z test_meta_inplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0302277Z test_meta_inplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0302540Z test_meta_inplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0302773Z test_meta_inplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0303145Z test_meta_inplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0303389Z test_meta_inplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0303624Z test_meta_inplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0303861Z test_meta_inplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0304205Z test_meta_inplace_long_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0304646Z test_meta_inplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0304899Z test_meta_inplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0305132Z test_meta_inplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0305368Z test_meta_inplace_long_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0305610Z test_meta_inplace_long_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0305846Z test_meta_inplace_long_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0306082Z test_meta_inplace_long_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0306314Z test_meta_inplace_long_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0306544Z test_meta_inplace_long_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0306777Z test_meta_inplace_long_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0307003Z test_meta_inplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0307294Z test_meta_inplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0307473Z test_meta_inplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0307658Z test_meta_inplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0307844Z test_meta_inplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0308003Z test_meta_inplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0308181Z test_meta_inplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0308355Z test_meta_inplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0308531Z test_meta_inplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0308706Z test_meta_inplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0308882Z test_meta_inplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0309128Z test_meta_inplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0309373Z test_meta_inplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0309684Z test_meta_inplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0310038Z test_meta_inplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0310322Z test_meta_inplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0310571Z test_meta_inplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0310815Z test_meta_inplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0311051Z test_meta_inplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0311419Z test_meta_inplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0311785Z test_meta_inplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0312035Z test_meta_inplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0312276Z test_meta_inplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0312510Z test_meta_inplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0312741Z test_meta_inplace_mH_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0312984Z test_meta_inplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0313222Z test_meta_inplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0313445Z test_meta_inplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0313679Z test_meta_inplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0313913Z test_meta_inplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0314140Z test_meta_inplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0314370Z test_meta_inplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0314705Z test_meta_inplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0314926Z test_meta_inplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0315156Z test_meta_inplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0315379Z test_meta_inplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0315616Z test_meta_inplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0315847Z test_meta_inplace_mT_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0316089Z test_meta_inplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0316333Z test_meta_inplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0316571Z test_meta_inplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0316803Z test_meta_inplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0317207Z test_meta_inplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0317477Z test_meta_inplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0317707Z test_meta_inplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0317933Z test_meta_inplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0318158Z test_meta_inplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0318501Z test_meta_inplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0318840Z test_meta_inplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0319102Z test_meta_inplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0319350Z test_meta_inplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0319580Z test_meta_inplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0319828Z test_meta_inplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0320069Z test_meta_inplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0320310Z test_meta_inplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0320541Z test_meta_inplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0320784Z test_meta_inplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0321016Z test_meta_inplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0321261Z test_meta_inplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0321505Z test_meta_inplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0321748Z test_meta_inplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0322094Z test_meta_inplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0322329Z test_meta_inplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0322564Z test_meta_inplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0322794Z test_meta_inplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0323034Z test_meta_inplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0323264Z test_meta_inplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0323515Z test_meta_inplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0323769Z test_meta_inplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0324020Z test_meta_inplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0324475Z test_meta_inplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0324748Z test_meta_inplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0324994Z test_meta_inplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0325240Z test_meta_inplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0325613Z test_meta_inplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0325980Z test_meta_inplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0326241Z test_meta_inplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0326492Z test_meta_inplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0326725Z test_meta_inplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0326975Z test_meta_inplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0327223Z test_meta_inplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0327473Z test_meta_inplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0327718Z test_meta_inplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0327966Z test_meta_inplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0328208Z test_meta_inplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0328464Z test_meta_inplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0328721Z test_meta_inplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0328979Z test_meta_inplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0329330Z test_meta_inplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0329580Z test_meta_inplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0329827Z test_meta_inplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0330073Z test_meta_inplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0330322Z test_meta_inplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0330568Z test_meta_inplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0330815Z test_meta_inplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0331064Z test_meta_inplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0331435Z test_meta_inplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0331783Z test_meta_inplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0332051Z test_meta_inplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0332299Z test_meta_inplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0332665Z test_meta_inplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:14.0333038Z test_meta_inplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0333287Z test_meta_inplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0333537Z test_meta_inplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0333780Z test_meta_inplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0334024Z test_meta_inplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0334247Z test_meta_inplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0334449Z test_meta_inplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0334648Z test_meta_inplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0334849Z test_meta_inplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0335051Z test_meta_inplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0335254Z test_meta_inplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.0335452Z test_meta_inplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0335642Z test_meta_inplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0335830Z test_meta_inplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0336023Z test_meta_inplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0336208Z test_meta_inplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0336491Z test_meta_inplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0336680Z test_meta_inplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0336873Z test_meta_inplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0337140Z test_meta_inplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0337398Z test_meta_inplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0337652Z test_meta_inplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0337907Z test_meta_inplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0338164Z test_meta_inplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0338566Z test_meta_inplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0338827Z test_meta_inplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0339145Z test_meta_inplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0339413Z test_meta_inplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0339994Z test_meta_inplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0340259Z test_meta_inplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0340516Z test_meta_inplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0340763Z test_meta_inplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0341008Z test_meta_inplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0341262Z test_meta_inplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0341518Z test_meta_inplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0341767Z test_meta_inplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0342011Z test_meta_inplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0342268Z test_meta_inplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0342518Z test_meta_inplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0342768Z test_meta_inplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0343013Z test_meta_inplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0343260Z test_meta_inplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0343502Z test_meta_inplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0343737Z test_meta_inplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0344072Z test_meta_inplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0344315Z test_meta_inplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0344547Z test_meta_inplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0344795Z test_meta_inplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0345044Z test_meta_inplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0345413Z test_meta_inplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0345674Z test_meta_inplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0345924Z test_meta_inplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0346289Z test_meta_inplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0346730Z test_meta_inplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0346999Z test_meta_inplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0347263Z test_meta_inplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0347523Z test_meta_inplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0347802Z test_meta_inplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0348060Z test_meta_inplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0348315Z test_meta_inplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0348563Z test_meta_inplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0348808Z test_meta_inplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0349060Z test_meta_inplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0349311Z test_meta_inplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0349560Z test_meta_inplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0349809Z test_meta_inplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0350052Z test_meta_inplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0350295Z test_meta_inplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0350528Z test_meta_inplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0350771Z test_meta_inplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0351010Z test_meta_inplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0351966Z test_meta_inplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0352307Z test_meta_inplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0352513Z test_meta_inplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0352728Z test_meta_inplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0352934Z test_meta_inplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0353134Z test_meta_inplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0353454Z test_meta_inplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0353755Z test_meta_inplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0353965Z test_meta_inplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0354154Z test_meta_inplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0354378Z test_meta_inplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0354681Z test_meta_inplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0354891Z test_meta_inplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0355147Z test_meta_inplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.005s) 2022-11-23T02:43:14.0355399Z test_meta_inplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0355658Z test_meta_inplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0355918Z test_meta_inplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0356166Z test_meta_inplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0356419Z test_meta_inplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0356667Z test_meta_inplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0356913Z test_meta_inplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0357158Z test_meta_inplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0357403Z test_meta_inplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0357652Z test_meta_inplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0357895Z test_meta_inplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0358150Z test_meta_inplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0358400Z test_meta_inplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0358648Z test_meta_inplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0358893Z test_meta_inplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0359288Z test_meta_inplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0359643Z test_meta_inplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0359888Z test_meta_inplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0360115Z test_meta_inplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0360508Z test_meta_inplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0360845Z test_meta_inplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0361096Z test_meta_inplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0361345Z test_meta_inplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0361589Z test_meta_inplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0361835Z test_meta_inplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0362161Z test_meta_inplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0362414Z test_meta_inplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0362642Z test_meta_inplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0362879Z test_meta_inplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0363112Z test_meta_inplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0363358Z test_meta_inplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0363601Z test_meta_inplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0363857Z test_meta_inplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0364106Z test_meta_inplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0364352Z test_meta_inplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0364595Z test_meta_inplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0364842Z test_meta_inplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0365081Z test_meta_inplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0365319Z test_meta_inplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0365546Z test_meta_inplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0365782Z test_meta_inplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0366102Z test_meta_inplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0366382Z test_meta_inplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0366740Z test_meta_inplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0366990Z test_meta_inplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0367223Z test_meta_inplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0367595Z test_meta_inplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0367840Z test_meta_inplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0368185Z test_meta_inplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0368440Z test_meta_inplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0368672Z test_meta_inplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0368911Z test_meta_inplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0369222Z test_meta_inplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0369476Z test_meta_inplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0369720Z test_meta_inplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0369957Z test_meta_inplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0370197Z test_meta_inplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0370429Z test_meta_inplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0370657Z test_meta_inplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0370908Z test_meta_inplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0371160Z test_meta_inplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0371410Z test_meta_inplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0371655Z test_meta_inplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0371897Z test_meta_inplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:14.0372146Z test_meta_inplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0372392Z test_meta_inplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0372637Z test_meta_inplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0372880Z test_meta_inplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0373121Z test_meta_inplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0373361Z test_meta_inplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0373688Z test_meta_inplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0374043Z test_meta_inplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0374274Z test_meta_inplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0374514Z test_meta_inplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0374792Z test_meta_inplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0375275Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0375563Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0375838Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0376106Z test_meta_inplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0376449Z test_meta_inplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0376724Z test_meta_inplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0376983Z test_meta_inplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0377239Z test_meta_inplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0377496Z test_meta_inplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0377757Z test_meta_inplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0378013Z test_meta_inplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0378287Z test_meta_inplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0378540Z test_meta_inplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0378791Z test_meta_inplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0379054Z test_meta_inplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0379314Z test_meta_inplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0379574Z test_meta_inplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0379831Z test_meta_inplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0380080Z test_meta_inplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0380335Z test_meta_inplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0380593Z test_meta_inplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0380971Z test_meta_inplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0381336Z test_meta_inplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0381697Z test_meta_inplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0382073Z test_meta_inplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0382321Z test_meta_inplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0382547Z test_meta_inplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0382781Z test_meta_inplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0383010Z test_meta_inplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0383248Z test_meta_inplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0383485Z test_meta_inplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0383801Z test_meta_inplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0384058Z test_meta_inplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0384289Z test_meta_inplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0384528Z test_meta_inplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0384775Z test_meta_inplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0385014Z test_meta_inplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0385252Z test_meta_inplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0385491Z test_meta_inplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0385725Z test_meta_inplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0385966Z test_meta_inplace_median_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0386198Z test_meta_inplace_median_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0386426Z test_meta_inplace_median_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0386665Z test_meta_inplace_median_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0386899Z test_meta_inplace_median_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0387133Z test_meta_inplace_median_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0387368Z test_meta_inplace_median_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0387598Z test_meta_inplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0387866Z test_meta_inplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0388127Z test_meta_inplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0388490Z test_meta_inplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0388765Z test_meta_inplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0389017Z test_meta_inplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0389273Z test_meta_inplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0389523Z test_meta_inplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0389782Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0390035Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0390282Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0391061Z test_meta_inplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0391381Z test_meta_inplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0391650Z test_meta_inplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0391910Z test_meta_inplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0392337Z test_meta_inplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0392626Z test_meta_inplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0392903Z test_meta_inplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0393384Z test_meta_inplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0393652Z test_meta_inplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0393919Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0394180Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0394433Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0394698Z test_meta_inplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0394950Z test_meta_inplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0395199Z test_meta_inplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0395442Z test_meta_inplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0395686Z test_meta_inplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0396057Z test_meta_inplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0396302Z test_meta_inplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0396550Z test_meta_inplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0396785Z test_meta_inplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0397016Z test_meta_inplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0397255Z test_meta_inplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0397488Z test_meta_inplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0397740Z test_meta_inplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0397995Z test_meta_inplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0398331Z test_meta_inplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0398608Z test_meta_inplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0398867Z test_meta_inplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0399120Z test_meta_inplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0399377Z test_meta_inplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0399631Z test_meta_inplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0399886Z test_meta_inplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0400136Z test_meta_inplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0400401Z test_meta_inplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0400656Z test_meta_inplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0400917Z test_meta_inplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0401176Z test_meta_inplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0401424Z test_meta_inplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0401686Z test_meta_inplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0401947Z test_meta_inplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0402205Z test_meta_inplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0402460Z test_meta_inplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0402797Z test_meta_inplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0403043Z test_meta_inplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0403285Z test_meta_inplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0403528Z test_meta_inplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0403766Z test_meta_inplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0403997Z test_meta_inplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0404235Z test_meta_inplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0404478Z test_meta_inplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0404715Z test_meta_inplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0404950Z test_meta_inplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0405235Z test_meta_inplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0405490Z test_meta_inplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0405728Z test_meta_inplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0405967Z test_meta_inplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0406205Z test_meta_inplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0406435Z test_meta_inplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0406668Z test_meta_inplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0406910Z test_meta_inplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0407144Z test_meta_inplace_mode_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0407379Z test_meta_inplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0407615Z test_meta_inplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0407849Z test_meta_inplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0408082Z test_meta_inplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0408367Z test_meta_inplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0408747Z test_meta_inplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0408990Z test_meta_inplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0409223Z test_meta_inplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0409675Z test_meta_inplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0410079Z test_meta_inplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0410448Z test_meta_inplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0410695Z test_meta_inplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0410934Z test_meta_inplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0411174Z test_meta_inplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0411405Z test_meta_inplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0411634Z test_meta_inplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0411854Z test_meta_inplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0412095Z test_meta_inplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0412334Z test_meta_inplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0412655Z test_meta_inplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0412906Z test_meta_inplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0413149Z test_meta_inplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0413384Z test_meta_inplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0413620Z test_meta_inplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0413863Z test_meta_inplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0414098Z test_meta_inplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0414335Z test_meta_inplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0414568Z test_meta_inplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0414803Z test_meta_inplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0415033Z test_meta_inplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0415222Z test_meta_inplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0415406Z test_meta_inplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0415597Z test_meta_inplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0415786Z test_meta_inplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0415972Z test_meta_inplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0416160Z test_meta_inplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0416343Z test_meta_inplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0416524Z test_meta_inplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0416686Z test_meta_inplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0416863Z test_meta_inplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0417036Z test_meta_inplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0417308Z test_meta_inplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0417486Z test_meta_inplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0417738Z test_meta_inplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0417991Z test_meta_inplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0418238Z test_meta_inplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0418472Z test_meta_inplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0418713Z test_meta_inplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0418953Z test_meta_inplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0419191Z test_meta_inplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0419419Z test_meta_inplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0419720Z test_meta_inplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0419955Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.0420167Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0420377Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.0420630Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0420887Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0421134Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0421393Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0421641Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0421836Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.0422046Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.0422255Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.0422502Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0422753Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0422996Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:14.0423249Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0423491Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0423699Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.0423907Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.0424209Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.0424452Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0424698Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0424951Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0425249Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0425492Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0425689Z test_meta_inplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0425880Z test_meta_inplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0426078Z test_meta_inplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0426265Z test_meta_inplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0426448Z test_meta_inplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.0426712Z test_meta_inplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0426903Z test_meta_inplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0427093Z test_meta_inplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0427279Z test_meta_inplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0427464Z test_meta_inplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0427710Z test_meta_inplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0427956Z test_meta_inplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0428190Z test_meta_inplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0428421Z test_meta_inplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0428666Z test_meta_inplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0428903Z test_meta_inplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0429135Z test_meta_inplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0429368Z test_meta_inplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0429600Z test_meta_inplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0429827Z test_meta_inplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0430068Z test_meta_inplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0430297Z test_meta_inplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0430546Z test_meta_inplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0430796Z test_meta_inplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0431038Z test_meta_inplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0431364Z test_meta_inplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0431605Z test_meta_inplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0431842Z test_meta_inplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0432071Z test_meta_inplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0432309Z test_meta_inplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0432531Z test_meta_inplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0432768Z test_meta_inplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0433005Z test_meta_inplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0433236Z test_meta_inplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0433558Z test_meta_inplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0433821Z test_meta_inplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0434072Z test_meta_inplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0434324Z test_meta_inplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0434578Z test_meta_inplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0434825Z test_meta_inplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0435068Z test_meta_inplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0435318Z test_meta_inplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0435559Z test_meta_inplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0435793Z test_meta_inplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0436020Z test_meta_inplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0436261Z test_meta_inplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0436495Z test_meta_inplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0436737Z test_meta_inplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0436975Z test_meta_inplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0437221Z test_meta_inplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0437465Z test_meta_inplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0437701Z test_meta_inplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0437939Z test_meta_inplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0438261Z test_meta_inplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0438490Z test_meta_inplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0438731Z test_meta_inplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0438945Z test_meta_inplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0439177Z test_meta_inplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0439412Z test_meta_inplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0439649Z test_meta_inplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0439908Z test_meta_inplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0440164Z test_meta_inplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0440655Z test_meta_inplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0440927Z test_meta_inplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0441425Z test_meta_inplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0441700Z test_meta_inplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0441959Z test_meta_inplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0442209Z test_meta_inplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0442469Z test_meta_inplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0442721Z test_meta_inplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0442974Z test_meta_inplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0443220Z test_meta_inplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0443409Z test_meta_inplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0443592Z test_meta_inplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0443784Z test_meta_inplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0443973Z test_meta_inplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0444157Z test_meta_inplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0444339Z test_meta_inplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0444514Z test_meta_inplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0444692Z test_meta_inplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0444852Z test_meta_inplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0445027Z test_meta_inplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0445307Z test_meta_inplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0445482Z test_meta_inplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0445670Z test_meta_inplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0445859Z test_meta_inplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.0446050Z test_meta_inplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.0446235Z test_meta_inplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0446421Z test_meta_inplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0446602Z test_meta_inplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0446778Z test_meta_inplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0446957Z test_meta_inplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0447142Z test_meta_inplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0447313Z test_meta_inplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0447489Z test_meta_inplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0447667Z test_meta_inplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0447991Z test_meta_inplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0448239Z test_meta_inplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0448491Z test_meta_inplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0448743Z test_meta_inplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0448995Z test_meta_inplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0449240Z test_meta_inplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0449478Z test_meta_inplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0449708Z test_meta_inplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0449949Z test_meta_inplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0450182Z test_meta_inplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0450408Z test_meta_inplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0450648Z test_meta_inplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0450878Z test_meta_inplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0451137Z test_meta_inplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0451391Z test_meta_inplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0451653Z test_meta_inplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0451910Z test_meta_inplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0452201Z test_meta_inplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0452549Z test_meta_inplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0452800Z test_meta_inplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0453054Z test_meta_inplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0453305Z test_meta_inplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0453555Z test_meta_inplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0453797Z test_meta_inplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0454053Z test_meta_inplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0454295Z test_meta_inplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0454586Z test_meta_inplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0454900Z test_meta_inplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0455168Z test_meta_inplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0455398Z test_meta_inplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0455645Z test_meta_inplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0455891Z test_meta_inplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0456126Z test_meta_inplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0456356Z test_meta_inplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0456597Z test_meta_inplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0456830Z test_meta_inplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0457054Z test_meta_inplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0457287Z test_meta_inplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0457529Z test_meta_inplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0457775Z test_meta_inplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0458012Z test_meta_inplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0458263Z test_meta_inplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0458508Z test_meta_inplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0458751Z test_meta_inplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0458996Z test_meta_inplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0459325Z test_meta_inplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0459559Z test_meta_inplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0459796Z test_meta_inplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0460030Z test_meta_inplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0460255Z test_meta_inplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0460490Z test_meta_inplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0460726Z test_meta_inplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0460971Z test_meta_inplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0461202Z test_meta_inplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0461452Z test_meta_inplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0461749Z test_meta_inplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0462014Z test_meta_inplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0462257Z test_meta_inplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0462490Z test_meta_inplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0462727Z test_meta_inplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0462967Z test_meta_inplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0463201Z test_meta_inplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0463426Z test_meta_inplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0463661Z test_meta_inplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0463889Z test_meta_inplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0464087Z test_meta_inplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0464287Z test_meta_inplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0464475Z test_meta_inplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0464744Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.0465015Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:43:14.0465278Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.0465542Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.0465824Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0466702Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0466982Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0467266Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0467547Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0467821Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0468096Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0468368Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0468648Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0469008Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0469309Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0469580Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0469857Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0470121Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0470395Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0470665Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0470946Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0471220Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0471490Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0471762Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0472040Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0472314Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0472586Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0472854Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0473085Z test_meta_inplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.0473413Z test_meta_inplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.0473627Z test_meta_inplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.0473840Z test_meta_inplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.0474113Z test_meta_inplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0474378Z test_meta_inplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0474633Z test_meta_inplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0474884Z test_meta_inplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0475146Z test_meta_inplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0475399Z test_meta_inplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0475716Z test_meta_inplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0475985Z test_meta_inplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0476240Z test_meta_inplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0476491Z test_meta_inplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0476741Z test_meta_inplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0476994Z test_meta_inplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0477255Z test_meta_inplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0477506Z test_meta_inplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0477755Z test_meta_inplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0478004Z test_meta_inplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0478290Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0478559Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0478835Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0479104Z test_meta_inplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0479368Z test_meta_inplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0479629Z test_meta_inplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0479882Z test_meta_inplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0480226Z test_meta_inplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0480509Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0480793Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0481072Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0481349Z test_meta_inplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0481644Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0481940Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0482296Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0482598Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0482811Z test_meta_inplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0483022Z test_meta_inplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0483231Z test_meta_inplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0483440Z test_meta_inplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0483703Z test_meta_inplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0483968Z test_meta_inplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0484234Z test_meta_inplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0484489Z test_meta_inplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0484748Z test_meta_inplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0485010Z test_meta_inplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0485273Z test_meta_inplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0485531Z test_meta_inplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0485795Z test_meta_inplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0486052Z test_meta_inplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0486304Z test_meta_inplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0486559Z test_meta_inplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0486903Z test_meta_inplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0487144Z test_meta_inplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0487426Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0487709Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0487987Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0488265Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0488541Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0488811Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0489145Z test_meta_inplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0489438Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:14.0489719Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0490003Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0490285Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0490561Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0490832Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0491103Z test_meta_inplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0491378Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0491656Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0491937Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0492211Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0492482Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0492752Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0493016Z test_meta_inplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0493298Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0493660Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0493948Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0494232Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0494512Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0494787Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0495061Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0495333Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0495607Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0495942Z test_meta_inplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0496234Z test_meta_inplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0496510Z test_meta_inplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0497038Z test_meta_inplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0497527Z test_meta_inplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0498213Z test_meta_inplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0498689Z test_meta_inplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0499167Z test_meta_inplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0499635Z test_meta_inplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0500057Z test_meta_inplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0500324Z test_meta_inplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0500555Z test_meta_inplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0500776Z test_meta_inplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0500998Z test_meta_inplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.0501220Z test_meta_inplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0501436Z test_meta_inplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0501649Z test_meta_inplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0501862Z test_meta_inplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.0502208Z test_meta_inplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0502427Z test_meta_inplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.0502642Z test_meta_inplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.0502857Z test_meta_inplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.0503069Z test_meta_inplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.0503277Z test_meta_inplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0503480Z test_meta_inplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0503683Z test_meta_inplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0503881Z test_meta_inplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0504165Z test_meta_inplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0504440Z test_meta_inplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0505245Z test_meta_inplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0505572Z test_meta_inplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0505843Z test_meta_inplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0506106Z test_meta_inplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0506368Z test_meta_inplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0506619Z test_meta_inplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0506875Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0507130Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0507382Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0507633Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0507888Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0508137Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0508398Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0508662Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0508922Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0509176Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0509423Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0509782Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0510030Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0510280Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0510535Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0510783Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0511070Z test_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0511352Z test_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0511635Z test_meta_inplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0511917Z test_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0512260Z test_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0512556Z test_meta_inplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0512832Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0513104Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0513380Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0513629Z test_meta_inplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0513894Z test_meta_inplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0514151Z test_meta_inplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0514407Z test_meta_inplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0514661Z test_meta_inplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0514921Z test_meta_inplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0515176Z test_meta_inplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0515432Z test_meta_inplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0515679Z test_meta_inplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0515948Z test_meta_inplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0516204Z test_meta_inplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0516457Z test_meta_inplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0516801Z test_meta_inplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0517067Z test_meta_inplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0517322Z test_meta_inplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0517574Z test_meta_inplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0517835Z test_meta_inplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0518092Z test_meta_inplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0518351Z test_meta_inplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0518605Z test_meta_inplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0518901Z test_meta_inplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0519143Z test_meta_inplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0519357Z test_meta_inplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0519568Z test_meta_inplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0519828Z test_meta_inplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0520097Z test_meta_inplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0520354Z test_meta_inplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0520609Z test_meta_inplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0520861Z test_meta_inplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:14.0521122Z test_meta_inplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0521362Z test_meta_inplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0521618Z test_meta_inplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0521877Z test_meta_inplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0522142Z test_meta_inplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0522395Z test_meta_inplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0522654Z test_meta_inplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0522938Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0523216Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0523585Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0523872Z test_meta_inplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0524141Z test_meta_inplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0524407Z test_meta_inplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0524664Z test_meta_inplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0524916Z test_meta_inplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0525191Z test_meta_inplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0525458Z test_meta_inplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0525796Z test_meta_inplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0526083Z test_meta_inplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0526361Z test_meta_inplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0526638Z test_meta_inplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0526919Z test_meta_inplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0527192Z test_meta_inplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0527477Z test_meta_inplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0527759Z test_meta_inplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0528029Z test_meta_inplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0528312Z test_meta_inplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0528598Z test_meta_inplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0528879Z test_meta_inplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0529163Z test_meta_inplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0529440Z test_meta_inplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0529713Z test_meta_inplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0529994Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0530365Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0530638Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0530923Z test_meta_inplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0531209Z test_meta_inplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0531480Z test_meta_inplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0531764Z test_meta_inplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0532028Z test_meta_inplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0532286Z test_meta_inplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0532613Z test_meta_inplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0532892Z test_meta_inplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0533154Z test_meta_inplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0533418Z test_meta_inplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0533688Z test_meta_inplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0533950Z test_meta_inplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0534209Z test_meta_inplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0534469Z test_meta_inplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0534735Z test_meta_inplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0534998Z test_meta_inplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0535256Z test_meta_inplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0535508Z test_meta_inplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0535729Z test_meta_inplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0535950Z test_meta_inplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0536166Z test_meta_inplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0536381Z test_meta_inplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.0536639Z test_meta_inplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0536907Z test_meta_inplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0537254Z test_meta_inplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0537512Z test_meta_inplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0537777Z test_meta_inplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0538038Z test_meta_inplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0538318Z test_meta_inplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0538597Z test_meta_inplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0538877Z test_meta_inplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0539152Z test_meta_inplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0539490Z test_meta_inplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0539757Z test_meta_inplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0540016Z test_meta_inplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0540269Z test_meta_inplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0540551Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0540828Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0541106Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0541375Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0541647Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0541917Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0542187Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0542458Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0542729Z test_meta_inplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0542992Z test_meta_inplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0543252Z test_meta_inplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0543504Z test_meta_inplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0543841Z test_meta_inplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0544098Z test_meta_inplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0544349Z test_meta_inplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0544598Z test_meta_inplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0544846Z test_meta_inplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0545102Z test_meta_inplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0545353Z test_meta_inplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0545599Z test_meta_inplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0545907Z test_meta_inplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0546191Z test_meta_inplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0546457Z test_meta_inplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0546722Z test_meta_inplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0546998Z test_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0547278Z test_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0547550Z test_meta_inplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0547817Z test_meta_inplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0548078Z test_meta_inplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0548344Z test_meta_inplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0548619Z test_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0548878Z test_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0549143Z test_meta_inplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.012s) 2022-11-23T02:43:14.0549405Z test_meta_inplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0549668Z test_meta_inplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0549931Z test_meta_inplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0550206Z test_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0550565Z test_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0550835Z test_meta_inplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0551050Z test_meta_inplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0551259Z test_meta_inplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0551469Z test_meta_inplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0551670Z test_meta_inplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0551935Z test_meta_inplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0552196Z test_meta_inplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0558150Z test_meta_inplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0558604Z test_meta_inplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0558915Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0559198Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0559473Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0559752Z test_meta_inplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0560041Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0560332Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0560620Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0560904Z test_meta_inplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0561197Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0561489Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0561766Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0562044Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0562309Z test_meta_inplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0562566Z test_meta_inplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0562819Z test_meta_inplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0563167Z test_meta_inplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0563437Z test_meta_inplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0563710Z test_meta_inplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0563967Z test_meta_inplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0564232Z test_meta_inplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0564490Z test_meta_inplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0564748Z test_meta_inplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0565004Z test_meta_inplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0565347Z test_meta_inplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0565627Z test_meta_inplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0565903Z test_meta_inplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0566181Z test_meta_inplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0566453Z test_meta_inplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0566727Z test_meta_inplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0567002Z test_meta_inplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0567269Z test_meta_inplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0567525Z test_meta_inplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0567778Z test_meta_inplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0568042Z test_meta_inplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0568302Z test_meta_inplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0568575Z test_meta_inplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0568846Z test_meta_inplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0569122Z test_meta_inplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0569398Z test_meta_inplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0569669Z test_meta_inplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0570022Z test_meta_inplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0570293Z test_meta_inplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0570560Z test_meta_inplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0570817Z test_meta_inplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0571070Z test_meta_inplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0571331Z test_meta_inplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0571587Z test_meta_inplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0571855Z test_meta_inplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0572201Z test_meta_inplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0572494Z test_meta_inplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0572764Z test_meta_inplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0573007Z test_meta_inplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0573262Z test_meta_inplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0573544Z test_meta_inplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0573824Z test_meta_inplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0574097Z test_meta_inplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0574370Z test_meta_inplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0574634Z test_meta_inplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0574918Z test_meta_inplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0575206Z test_meta_inplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0575492Z test_meta_inplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0575769Z test_meta_inplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0576045Z test_meta_inplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0576312Z test_meta_inplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0576581Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0576944Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0577219Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0577494Z test_meta_inplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0577763Z test_meta_inplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0578022Z test_meta_inplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0578280Z test_meta_inplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0578555Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0578823Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0579164Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0579455Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0579724Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0579992Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0580264Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0580529Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0580790Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0581041Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0581304Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0581557Z test_meta_inplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0581835Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0582103Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0582387Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0582652Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0582923Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0583194Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0584190Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0584463Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0584739Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0585007Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0585278Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0585545Z test_meta_inplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0585822Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0586093Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0586455Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0586742Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0587010Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0587278Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0587546Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0587815Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0588080Z test_meta_inplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0588330Z test_meta_inplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0588580Z test_meta_inplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0588843Z test_meta_inplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0589105Z test_meta_inplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0589363Z test_meta_inplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0589613Z test_meta_inplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0589868Z test_meta_inplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0590123Z test_meta_inplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0590376Z test_meta_inplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0590622Z test_meta_inplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0590971Z test_meta_inplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0591215Z test_meta_inplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0591475Z test_meta_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0591732Z test_meta_inplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0591973Z test_meta_inplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0592228Z test_meta_inplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0592480Z test_meta_inplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0592736Z test_meta_inplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0592985Z test_meta_inplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0593311Z test_meta_inplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0593579Z test_meta_inplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0593791Z test_meta_inplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0594003Z test_meta_inplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0594214Z test_meta_inplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0594419Z test_meta_inplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0594624Z test_meta_inplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0594831Z test_meta_inplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0595083Z test_meta_inplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0595283Z test_meta_inplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0595487Z test_meta_inplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.0595685Z test_meta_inplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0595924Z test_meta_inplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0596126Z test_meta_inplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0596397Z test_meta_inplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0596665Z test_meta_inplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0596935Z test_meta_inplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0597212Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0597483Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0597754Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0598096Z test_meta_inplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0598359Z test_meta_inplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0598846Z test_meta_inplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0599124Z test_meta_inplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0599469Z test_meta_inplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0599820Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0600353Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0600646Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0601024Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0601315Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0601585Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0601856Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0602129Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0602395Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0602667Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0602937Z test_meta_inplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0603201Z test_meta_inplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0603464Z test_meta_inplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0603721Z test_meta_inplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0603969Z test_meta_inplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0604240Z test_meta_inplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0604506Z test_meta_inplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0604762Z test_meta_inplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0605012Z test_meta_inplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0605536Z test_meta_inplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0605801Z test_meta_inplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0606072Z test_meta_inplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0606568Z test_meta_inplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0606836Z test_meta_inplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0607093Z test_meta_inplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0607343Z test_meta_inplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0607607Z test_meta_inplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0607866Z test_meta_inplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0608196Z test_meta_inplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0608469Z test_meta_inplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0608724Z test_meta_inplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0608993Z test_meta_inplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0609269Z test_meta_inplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0609540Z test_meta_inplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0609806Z test_meta_inplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0610063Z test_meta_inplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0610316Z test_meta_inplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0610573Z test_meta_inplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0610822Z test_meta_inplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0611074Z test_meta_inplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0611334Z test_meta_inplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0611595Z test_meta_inplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0611950Z test_meta_inplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0612181Z test_meta_inplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0612399Z test_meta_inplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0612719Z test_meta_inplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0613052Z test_meta_inplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0613372Z test_meta_inplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0613597Z test_meta_inplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0613809Z test_meta_inplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0614017Z test_meta_inplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0614299Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0614585Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0614873Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0615149Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0615506Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0615780Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0616052Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0616324Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0616591Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0616862Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0617144Z test_meta_inplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0617445Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0617748Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0618052Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0618353Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0618808Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0619105Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0619483Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0619913Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0620306Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0620601Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0620898Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0621159Z test_meta_inplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0621428Z test_meta_inplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0621693Z test_meta_inplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0621954Z test_meta_inplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0622215Z test_meta_inplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0623016Z test_meta_inplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0623351Z test_meta_inplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0623630Z test_meta_inplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0623902Z test_meta_inplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0624183Z test_meta_inplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0624457Z test_meta_inplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0624726Z test_meta_inplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0625002Z test_meta_inplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0625432Z test_meta_inplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0625677Z test_meta_inplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0626028Z test_meta_inplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0626499Z test_meta_inplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0626750Z test_meta_inplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0626996Z test_meta_inplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0627215Z test_meta_inplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0627444Z test_meta_inplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0627683Z test_meta_inplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0627919Z test_meta_inplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0628282Z test_meta_inplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0628523Z test_meta_inplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0628762Z test_meta_inplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0628999Z test_meta_inplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0629246Z test_meta_inplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0629488Z test_meta_inplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0629726Z test_meta_inplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0629965Z test_meta_inplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0630203Z test_meta_inplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0630523Z test_meta_inplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0630787Z test_meta_inplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0631033Z test_meta_inplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0631276Z test_meta_inplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0631510Z test_meta_inplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0631922Z test_meta_inplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0632171Z test_meta_inplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0632419Z test_meta_inplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0632869Z test_meta_inplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0633117Z test_meta_inplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0633352Z test_meta_inplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0633582Z test_meta_inplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0633832Z test_meta_inplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0634061Z test_meta_inplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0634301Z test_meta_inplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0634533Z test_meta_inplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0634774Z test_meta_inplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0635013Z test_meta_inplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0635244Z test_meta_inplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0635574Z test_meta_inplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0635834Z test_meta_inplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0636094Z test_meta_inplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0636351Z test_meta_inplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0636607Z test_meta_inplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0636848Z test_meta_inplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0637082Z test_meta_inplace_ones_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0637329Z test_meta_inplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0637572Z test_meta_inplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0637879Z test_meta_inplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0638299Z test_meta_inplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0638546Z test_meta_inplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0638786Z test_meta_inplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0639229Z test_meta_inplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0639471Z test_meta_inplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0639702Z test_meta_inplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0639935Z test_meta_inplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0640165Z test_meta_inplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0640409Z test_meta_inplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0640649Z test_meta_inplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0640881Z test_meta_inplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0641130Z test_meta_inplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0641376Z test_meta_inplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0641621Z test_meta_inplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0641853Z test_meta_inplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0642083Z test_meta_inplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0642320Z test_meta_inplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0642548Z test_meta_inplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0642880Z test_meta_inplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0643113Z test_meta_inplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0643345Z test_meta_inplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0643588Z test_meta_inplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0643822Z test_meta_inplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0644058Z test_meta_inplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0644425Z test_meta_inplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0644699Z test_meta_inplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0644935Z test_meta_inplace_outer_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0645467Z test_meta_inplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0645739Z test_meta_inplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0645977Z test_meta_inplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0646210Z test_meta_inplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0646437Z test_meta_inplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0646678Z test_meta_inplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0646912Z test_meta_inplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0647151Z test_meta_inplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0647371Z test_meta_inplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0647604Z test_meta_inplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0647852Z test_meta_inplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0648098Z test_meta_inplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0648346Z test_meta_inplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0648584Z test_meta_inplace_permute_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0648835Z test_meta_inplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0649083Z test_meta_inplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0649322Z test_meta_inplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0649562Z test_meta_inplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0649796Z test_meta_inplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0650120Z test_meta_inplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0650360Z test_meta_inplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0650742Z test_meta_inplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0651001Z test_meta_inplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0651238Z test_meta_inplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0651574Z test_meta_inplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0651949Z test_meta_inplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0652206Z test_meta_inplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0652447Z test_meta_inplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0652766Z test_meta_inplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0653022Z test_meta_inplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0653259Z test_meta_inplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0653515Z test_meta_inplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0653737Z test_meta_inplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0653959Z test_meta_inplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0654163Z test_meta_inplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0654419Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0654723Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0654975Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:14.0655228Z test_meta_inplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0655475Z test_meta_inplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0655723Z test_meta_inplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T02:43:14.0655942Z test_meta_inplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0656155Z test_meta_inplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0656373Z test_meta_inplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0656625Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0656875Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0657275Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0657638Z test_meta_inplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0658109Z test_meta_inplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0658368Z test_meta_inplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0658584Z test_meta_inplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0658799Z test_meta_inplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0659013Z test_meta_inplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.0659266Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0659515Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0659767Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0660018Z test_meta_inplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0660345Z test_meta_inplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0660612Z test_meta_inplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0660812Z test_meta_inplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0661026Z test_meta_inplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0661242Z test_meta_inplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0661495Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:14.0661743Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0661990Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0662238Z test_meta_inplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0662486Z test_meta_inplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0662735Z test_meta_inplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0662951Z test_meta_inplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0663164Z test_meta_inplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0663379Z test_meta_inplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0663767Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0664024Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:14.0664270Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0664521Z test_meta_inplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0664879Z test_meta_inplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:43:14.0665345Z test_meta_inplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0665597Z test_meta_inplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0665851Z test_meta_inplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0666101Z test_meta_inplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0666346Z test_meta_inplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0666584Z test_meta_inplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0666824Z test_meta_inplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0667063Z test_meta_inplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0667281Z test_meta_inplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0667588Z test_meta_inplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0667847Z test_meta_inplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0668088Z test_meta_inplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0668275Z test_meta_inplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0668466Z test_meta_inplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0668660Z test_meta_inplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0668849Z test_meta_inplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0669034Z test_meta_inplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0669221Z test_meta_inplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0669400Z test_meta_inplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0669582Z test_meta_inplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0669759Z test_meta_inplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0669932Z test_meta_inplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0670108Z test_meta_inplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0670291Z test_meta_inplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0670673Z test_meta_inplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0670919Z test_meta_inplace_prod_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0671169Z test_meta_inplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0671413Z test_meta_inplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0671631Z test_meta_inplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0671988Z test_meta_inplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0672335Z test_meta_inplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0672677Z test_meta_inplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0672911Z test_meta_inplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0673149Z test_meta_inplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0673379Z test_meta_inplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0673612Z test_meta_inplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0673865Z test_meta_inplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0674053Z test_meta_inplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.0674239Z test_meta_inplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.0674432Z test_meta_inplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.0674621Z test_meta_inplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.0674806Z test_meta_inplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.0675059Z test_meta_inplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.0675255Z test_meta_inplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.0675433Z test_meta_inplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.0675609Z test_meta_inplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.0675781Z test_meta_inplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.0675957Z test_meta_inplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.0676125Z test_meta_inplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.0676369Z test_meta_inplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0676609Z test_meta_inplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0676849Z test_meta_inplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0677081Z test_meta_inplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0677325Z test_meta_inplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0677702Z test_meta_inplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0677911Z test_meta_inplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0678146Z test_meta_inplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0678344Z test_meta_inplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0678655Z test_meta_inplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0678955Z test_meta_inplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0679195Z test_meta_inplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0679427Z test_meta_inplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0679649Z test_meta_inplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:14.0679879Z test_meta_inplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0680205Z test_meta_inplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:14.0680452Z test_meta_inplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0680709Z test_meta_inplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0680958Z test_meta_inplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0681206Z test_meta_inplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0681450Z test_meta_inplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0681685Z test_meta_inplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0681904Z test_meta_inplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0682147Z test_meta_inplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0682465Z test_meta_inplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0682722Z test_meta_inplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0682953Z test_meta_inplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0683190Z test_meta_inplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0683430Z test_meta_inplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0683665Z test_meta_inplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0683905Z test_meta_inplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0684147Z test_meta_inplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0684529Z test_meta_inplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0684789Z test_meta_inplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0685037Z test_meta_inplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0685286Z test_meta_inplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0685659Z test_meta_inplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0686015Z test_meta_inplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0686267Z test_meta_inplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0686509Z test_meta_inplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0686751Z test_meta_inplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0686992Z test_meta_inplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0687338Z test_meta_inplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0687579Z test_meta_inplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0687809Z test_meta_inplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0688048Z test_meta_inplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0688288Z test_meta_inplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0688527Z test_meta_inplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0688759Z test_meta_inplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0689011Z test_meta_inplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0689263Z test_meta_inplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0689512Z test_meta_inplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0689829Z test_meta_inplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0690094Z test_meta_inplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0690336Z test_meta_inplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0690574Z test_meta_inplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0690812Z test_meta_inplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0691056Z test_meta_inplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0691322Z test_meta_inplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0691695Z test_meta_inplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0691945Z test_meta_inplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0692182Z test_meta_inplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0692525Z test_meta_inplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0692890Z test_meta_inplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0693130Z test_meta_inplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0693358Z test_meta_inplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0693601Z test_meta_inplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0693838Z test_meta_inplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0694075Z test_meta_inplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0694310Z test_meta_inplace_real_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0694554Z test_meta_inplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0694893Z test_meta_inplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0695124Z test_meta_inplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0695348Z test_meta_inplace_real_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0695587Z test_meta_inplace_real_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0695823Z test_meta_inplace_real_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0696053Z test_meta_inplace_real_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0696285Z test_meta_inplace_real_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0696520Z test_meta_inplace_real_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0696755Z test_meta_inplace_real_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0697063Z test_meta_inplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0697281Z test_meta_inplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0697521Z test_meta_inplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:14.0697727Z test_meta_inplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0697933Z test_meta_inplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0698258Z test_meta_inplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0698463Z test_meta_inplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0698653Z test_meta_inplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0699011Z test_meta_inplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0699363Z test_meta_inplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0699603Z test_meta_inplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0699841Z test_meta_inplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0700076Z test_meta_inplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0700280Z test_meta_inplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0700476Z test_meta_inplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0700648Z test_meta_inplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0700837Z test_meta_inplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.0701090Z test_meta_inplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0701282Z test_meta_inplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0701475Z test_meta_inplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0701668Z test_meta_inplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0701858Z test_meta_inplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.0702045Z test_meta_inplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0702882Z test_meta_inplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0703079Z test_meta_inplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0703268Z test_meta_inplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0703462Z test_meta_inplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0703650Z test_meta_inplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0703901Z test_meta_inplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0704144Z test_meta_inplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0704574Z test_meta_inplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0704838Z test_meta_inplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0705080Z test_meta_inplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0705639Z test_meta_inplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0705897Z test_meta_inplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0706118Z test_meta_inplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0706357Z test_meta_inplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0706593Z test_meta_inplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0706835Z test_meta_inplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0707073Z test_meta_inplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0707339Z test_meta_inplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0707598Z test_meta_inplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0707867Z test_meta_inplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0708133Z test_meta_inplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0708398Z test_meta_inplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0708664Z test_meta_inplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0708920Z test_meta_inplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0709177Z test_meta_inplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0709434Z test_meta_inplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0709738Z test_meta_inplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0709989Z test_meta_inplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0710338Z test_meta_inplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0710595Z test_meta_inplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0710950Z test_meta_inplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0711201Z test_meta_inplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0711563Z test_meta_inplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0711924Z test_meta_inplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0712176Z test_meta_inplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0712427Z test_meta_inplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0712674Z test_meta_inplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0713004Z test_meta_inplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0713267Z test_meta_inplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0713486Z test_meta_inplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0713714Z test_meta_inplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0713955Z test_meta_inplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0714203Z test_meta_inplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0714445Z test_meta_inplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0714688Z test_meta_inplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0714935Z test_meta_inplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0715183Z test_meta_inplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0715424Z test_meta_inplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0715665Z test_meta_inplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0715904Z test_meta_inplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0716133Z test_meta_inplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0716376Z test_meta_inplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0716615Z test_meta_inplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0716855Z test_meta_inplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0717223Z test_meta_inplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0717472Z test_meta_inplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0717766Z test_meta_inplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0718161Z test_meta_inplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0718364Z test_meta_inplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0718564Z test_meta_inplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0718754Z test_meta_inplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0718942Z test_meta_inplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0719114Z test_meta_inplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0719298Z test_meta_inplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0719480Z test_meta_inplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0719667Z test_meta_inplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0719850Z test_meta_inplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0720030Z test_meta_inplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0720226Z test_meta_inplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0720494Z test_meta_inplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0720711Z test_meta_inplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0720908Z test_meta_inplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0721101Z test_meta_inplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0721286Z test_meta_inplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0721472Z test_meta_inplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0721662Z test_meta_inplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0721851Z test_meta_inplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0722039Z test_meta_inplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0722233Z test_meta_inplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0722420Z test_meta_inplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0722659Z test_meta_inplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0722904Z test_meta_inplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0723157Z test_meta_inplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0723544Z test_meta_inplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0723803Z test_meta_inplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0724064Z test_meta_inplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0724529Z test_meta_inplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0724782Z test_meta_inplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0725025Z test_meta_inplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0725268Z test_meta_inplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0725608Z test_meta_inplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0725852Z test_meta_inplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0726107Z test_meta_inplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0726352Z test_meta_inplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0726605Z test_meta_inplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0726857Z test_meta_inplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0727112Z test_meta_inplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0727359Z test_meta_inplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0727607Z test_meta_inplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0727927Z test_meta_inplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0728188Z test_meta_inplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0728423Z test_meta_inplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0728653Z test_meta_inplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0728898Z test_meta_inplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0729130Z test_meta_inplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0729371Z test_meta_inplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0729738Z test_meta_inplace_roll_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0729976Z test_meta_inplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0730217Z test_meta_inplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0730617Z test_meta_inplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0730991Z test_meta_inplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0731237Z test_meta_inplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0731473Z test_meta_inplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0731710Z test_meta_inplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0731945Z test_meta_inplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0732177Z test_meta_inplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0732408Z test_meta_inplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0732638Z test_meta_inplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0732981Z test_meta_inplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0733210Z test_meta_inplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0733457Z test_meta_inplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0733700Z test_meta_inplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0733935Z test_meta_inplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0734173Z test_meta_inplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0734409Z test_meta_inplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0734647Z test_meta_inplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0734883Z test_meta_inplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0735186Z test_meta_inplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0735436Z test_meta_inplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0735666Z test_meta_inplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0735857Z test_meta_inplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0736173Z test_meta_inplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0736392Z test_meta_inplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0736576Z test_meta_inplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0736760Z test_meta_inplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0737154Z test_meta_inplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0737348Z test_meta_inplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0737529Z test_meta_inplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0737707Z test_meta_inplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0737916Z test_meta_inplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0738121Z test_meta_inplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0738325Z test_meta_inplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0738529Z test_meta_inplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0738734Z test_meta_inplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0738935Z test_meta_inplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0739132Z test_meta_inplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0739332Z test_meta_inplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0739548Z test_meta_inplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0739755Z test_meta_inplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0739961Z test_meta_inplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0740251Z test_meta_inplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0740440Z test_meta_inplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0740670Z test_meta_inplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0740868Z test_meta_inplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0741060Z test_meta_inplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0741252Z test_meta_inplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0741436Z test_meta_inplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0741619Z test_meta_inplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0741804Z test_meta_inplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0742038Z test_meta_inplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0742273Z test_meta_inplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0743528Z test_meta_inplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0743826Z test_meta_inplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0744055Z test_meta_inplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:14.0744295Z test_meta_inplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0744543Z test_meta_inplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0744788Z test_meta_inplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0745025Z test_meta_inplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0745262Z test_meta_inplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0745503Z test_meta_inplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0745737Z test_meta_inplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0745954Z test_meta_inplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0746185Z test_meta_inplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0746417Z test_meta_inplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0746648Z test_meta_inplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0746903Z test_meta_inplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0747152Z test_meta_inplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0747410Z test_meta_inplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0747665Z test_meta_inplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0747919Z test_meta_inplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0748382Z test_meta_inplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0749015Z test_meta_inplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0760846Z test_meta_inplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0761426Z test_meta_inplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0761719Z test_meta_inplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0761972Z test_meta_inplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0762222Z test_meta_inplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0762599Z test_meta_inplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0762812Z test_meta_inplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0763008Z test_meta_inplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0763378Z test_meta_inplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.0763654Z test_meta_inplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.0763937Z test_meta_inplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0764264Z test_meta_inplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0764464Z test_meta_inplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.0764676Z test_meta_inplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0765009Z test_meta_inplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0765357Z test_meta_inplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.0765711Z test_meta_inplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0766145Z test_meta_inplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.0766508Z test_meta_inplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.0766913Z test_meta_inplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.0767363Z test_meta_inplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.0767734Z test_meta_inplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.0768111Z test_meta_inplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.0768470Z test_meta_inplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.0768823Z test_meta_inplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.0769168Z test_meta_inplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.0769518Z test_meta_inplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.0769868Z test_meta_inplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.0770212Z test_meta_inplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.0770560Z test_meta_inplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.0770960Z test_meta_inplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.0771334Z test_meta_inplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0771897Z test_meta_inplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.0772289Z test_meta_inplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.0772739Z test_meta_inplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.0773145Z test_meta_inplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.0773585Z test_meta_inplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.0774036Z test_meta_inplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.0774431Z test_meta_inplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.0774836Z test_meta_inplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.0775236Z test_meta_inplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.0775621Z test_meta_inplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.0775993Z test_meta_inplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.0776500Z test_meta_inplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.0776738Z test_meta_inplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.0776937Z test_meta_inplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.0777140Z test_meta_inplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.0777342Z test_meta_inplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.0777554Z test_meta_inplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.0777767Z test_meta_inplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.0777974Z test_meta_inplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.0778161Z test_meta_inplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.0778365Z test_meta_inplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0778565Z test_meta_inplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.0778762Z test_meta_inplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.0778964Z test_meta_inplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.0779164Z test_meta_inplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.0779525Z test_meta_inplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.0779744Z test_meta_inplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.0779951Z test_meta_inplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.0780255Z test_meta_inplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.0780469Z test_meta_inplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.0780790Z test_meta_inplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.0780992Z test_meta_inplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.0781194Z test_meta_inplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.0781395Z test_meta_inplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0781703Z test_meta_inplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0781905Z test_meta_inplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.0782113Z test_meta_inplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.0782323Z test_meta_inplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.0782506Z test_meta_inplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0782709Z test_meta_inplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.0782906Z test_meta_inplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0783105Z test_meta_inplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0783308Z test_meta_inplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0783506Z test_meta_inplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.0783768Z test_meta_inplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0784095Z test_meta_inplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0784367Z test_meta_inplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0784619Z test_meta_inplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0784869Z test_meta_inplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0785124Z test_meta_inplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0785372Z test_meta_inplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0785621Z test_meta_inplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0786034Z test_meta_inplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0786331Z test_meta_inplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0786585Z test_meta_inplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0786957Z test_meta_inplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0787334Z test_meta_inplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0787596Z test_meta_inplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0787849Z test_meta_inplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0788097Z test_meta_inplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0788341Z test_meta_inplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0788579Z test_meta_inplace_select_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0788827Z test_meta_inplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0789172Z test_meta_inplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0789393Z test_meta_inplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0789635Z test_meta_inplace_select_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0789867Z test_meta_inplace_select_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0790095Z test_meta_inplace_select_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0790332Z test_meta_inplace_select_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0790568Z test_meta_inplace_select_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0790803Z test_meta_inplace_select_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0791045Z test_meta_inplace_select_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0791358Z test_meta_inplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0791632Z test_meta_inplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0791883Z test_meta_inplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0792138Z test_meta_inplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0792390Z test_meta_inplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0792802Z test_meta_inplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0793056Z test_meta_inplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0793308Z test_meta_inplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0793659Z test_meta_inplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0794015Z test_meta_inplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0794263Z test_meta_inplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0794459Z test_meta_inplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0794639Z test_meta_inplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0794829Z test_meta_inplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0795015Z test_meta_inplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0795204Z test_meta_inplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0795373Z test_meta_inplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0795555Z test_meta_inplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0795733Z test_meta_inplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0795909Z test_meta_inplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0796086Z test_meta_inplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0796367Z test_meta_inplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0796543Z test_meta_inplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0796721Z test_meta_inplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0796966Z test_meta_inplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0797203Z test_meta_inplace_short_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0797451Z test_meta_inplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0797694Z test_meta_inplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0797933Z test_meta_inplace_short_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0798178Z test_meta_inplace_short_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0798411Z test_meta_inplace_short_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0798716Z test_meta_inplace_short_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0798970Z test_meta_inplace_short_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0799342Z test_meta_inplace_short_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0799583Z test_meta_inplace_short_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0799812Z test_meta_inplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0800117Z test_meta_inplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0800437Z test_meta_inplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0800646Z test_meta_inplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0800845Z test_meta_inplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0801031Z test_meta_inplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0801221Z test_meta_inplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0801411Z test_meta_inplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0801600Z test_meta_inplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0801835Z test_meta_inplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0802073Z test_meta_inplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0802300Z test_meta_inplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T02:43:14.0802533Z test_meta_inplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0802757Z test_meta_inplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0802943Z test_meta_inplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0803127Z test_meta_inplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0803310Z test_meta_inplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0803493Z test_meta_inplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0803776Z test_meta_inplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0803955Z test_meta_inplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0804134Z test_meta_inplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0804296Z test_meta_inplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0804473Z test_meta_inplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0804646Z test_meta_inplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.0804912Z test_meta_inplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0805173Z test_meta_inplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0805437Z test_meta_inplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0805856Z test_meta_inplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0806232Z test_meta_inplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0806520Z test_meta_inplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0806909Z test_meta_inplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0807283Z test_meta_inplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0807558Z test_meta_inplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0807828Z test_meta_inplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0808084Z test_meta_inplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0808338Z test_meta_inplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0808603Z test_meta_inplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0808861Z test_meta_inplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0809118Z test_meta_inplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0809380Z test_meta_inplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0809625Z test_meta_inplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0809865Z test_meta_inplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0810108Z test_meta_inplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0810342Z test_meta_inplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0810570Z test_meta_inplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0810807Z test_meta_inplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0811141Z test_meta_inplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0811377Z test_meta_inplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0811604Z test_meta_inplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0811841Z test_meta_inplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0812027Z test_meta_inplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0812251Z test_meta_inplace_sin_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:14.0812615Z test_meta_inplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0812813Z test_meta_inplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0813004Z test_meta_inplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0813187Z test_meta_inplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0813487Z test_meta_inplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0813863Z test_meta_inplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0814116Z test_meta_inplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:14.0814340Z test_meta_inplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0814565Z test_meta_inplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0814790Z test_meta_inplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:14.0815015Z test_meta_inplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0815204Z test_meta_inplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0815420Z test_meta_inplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0815616Z test_meta_inplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0815806Z test_meta_inplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0815990Z test_meta_inplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0816159Z test_meta_inplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0816339Z test_meta_inplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0816569Z test_meta_inplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:14.0816798Z test_meta_inplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0817025Z test_meta_inplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0817247Z test_meta_inplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0817473Z test_meta_inplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0817661Z test_meta_inplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0817884Z test_meta_inplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0818075Z test_meta_inplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0818264Z test_meta_inplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0818547Z test_meta_inplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0818731Z test_meta_inplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0819040Z test_meta_inplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0819256Z test_meta_inplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0819485Z test_meta_inplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0819710Z test_meta_inplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0820045Z test_meta_inplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0820375Z test_meta_inplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T02:43:14.0820587Z test_meta_inplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0820834Z test_meta_inplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0821068Z test_meta_inplace_slice_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0821396Z test_meta_inplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0821661Z test_meta_inplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0821895Z test_meta_inplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0822132Z test_meta_inplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0822370Z test_meta_inplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0822613Z test_meta_inplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0822847Z test_meta_inplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0823086Z test_meta_inplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0823319Z test_meta_inplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0823552Z test_meta_inplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0823784Z test_meta_inplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0824037Z test_meta_inplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0824288Z test_meta_inplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0824542Z test_meta_inplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0824793Z test_meta_inplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0825042Z test_meta_inplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0825290Z test_meta_inplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0825653Z test_meta_inplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0825934Z test_meta_inplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0826281Z test_meta_inplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0826637Z test_meta_inplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0826993Z test_meta_inplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0827241Z test_meta_inplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0827459Z test_meta_inplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0827687Z test_meta_inplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0827945Z test_meta_inplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0828201Z test_meta_inplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0828463Z test_meta_inplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0828807Z test_meta_inplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0829085Z test_meta_inplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0829338Z test_meta_inplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0829594Z test_meta_inplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0829848Z test_meta_inplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0830098Z test_meta_inplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0830346Z test_meta_inplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0830595Z test_meta_inplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0830840Z test_meta_inplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0831077Z test_meta_inplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0831315Z test_meta_inplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0831555Z test_meta_inplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0831791Z test_meta_inplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0832025Z test_meta_inplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0832386Z test_meta_inplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0832625Z test_meta_inplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0832855Z test_meta_inplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0833189Z test_meta_inplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0833657Z test_meta_inplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0833924Z test_meta_inplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0834189Z test_meta_inplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0834451Z test_meta_inplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0834701Z test_meta_inplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0834938Z test_meta_inplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0835187Z test_meta_inplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0835437Z test_meta_inplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0835687Z test_meta_inplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0836009Z test_meta_inplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0836277Z test_meta_inplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0836521Z test_meta_inplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0836776Z test_meta_inplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0837035Z test_meta_inplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0837289Z test_meta_inplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0837542Z test_meta_inplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0837790Z test_meta_inplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0838034Z test_meta_inplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0838279Z test_meta_inplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0838519Z test_meta_inplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0838893Z test_meta_inplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0839151Z test_meta_inplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0839407Z test_meta_inplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0839776Z test_meta_inplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0840133Z test_meta_inplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0840383Z test_meta_inplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0840627Z test_meta_inplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0841576Z test_meta_inplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0841817Z test_meta_inplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0842072Z test_meta_inplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0842323Z test_meta_inplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0842564Z test_meta_inplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0842810Z test_meta_inplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0843038Z test_meta_inplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0843282Z test_meta_inplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0843609Z test_meta_inplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0843872Z test_meta_inplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0844120Z test_meta_inplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0844371Z test_meta_inplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0844611Z test_meta_inplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0844859Z test_meta_inplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0845096Z test_meta_inplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0845516Z test_meta_inplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0845762Z test_meta_inplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0846037Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0846514Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0846804Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0847077Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0847358Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0847629Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0847904Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0848172Z test_meta_inplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0848442Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0848817Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0849093Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0849363Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0849635Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0849903Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0850174Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0850444Z test_meta_inplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0850828Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0851156Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:43:14.0851454Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0851892Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0852202Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0852491Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0853000Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0853305Z test_meta_inplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0853599Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0853904Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T02:43:14.0854236Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0854521Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0854812Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0855105Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0855398Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0855791Z test_meta_inplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0856047Z test_meta_inplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0856296Z test_meta_inplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0856547Z test_meta_inplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0856799Z test_meta_inplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0857049Z test_meta_inplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0857299Z test_meta_inplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0857543Z test_meta_inplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0857860Z test_meta_inplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0858124Z test_meta_inplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0858538Z test_meta_inplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0858793Z test_meta_inplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0859046Z test_meta_inplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0859495Z test_meta_inplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0859764Z test_meta_inplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0860014Z test_meta_inplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0860260Z test_meta_inplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0860508Z test_meta_inplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0860750Z test_meta_inplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0861023Z test_meta_inplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0861301Z test_meta_inplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0861575Z test_meta_inplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0861851Z test_meta_inplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0862121Z test_meta_inplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0862391Z test_meta_inplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0862656Z test_meta_inplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0863020Z test_meta_inplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0863290Z test_meta_inplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0863552Z test_meta_inplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0863827Z test_meta_inplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0864096Z test_meta_inplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0864370Z test_meta_inplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0864640Z test_meta_inplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0865067Z test_meta_inplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0865423Z test_meta_inplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0865800Z test_meta_inplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0866153Z test_meta_inplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0866406Z test_meta_inplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0866657Z test_meta_inplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0866900Z test_meta_inplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0867144Z test_meta_inplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0867384Z test_meta_inplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0867614Z test_meta_inplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0867855Z test_meta_inplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0868086Z test_meta_inplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0868329Z test_meta_inplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0868575Z test_meta_inplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0868819Z test_meta_inplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0869065Z test_meta_inplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0869302Z test_meta_inplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0869531Z test_meta_inplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0869768Z test_meta_inplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0870098Z test_meta_inplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0870329Z test_meta_inplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0870575Z test_meta_inplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0870824Z test_meta_inplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0871053Z test_meta_inplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0871290Z test_meta_inplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0871660Z test_meta_inplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0871910Z test_meta_inplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0872156Z test_meta_inplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0872709Z test_meta_inplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0873018Z test_meta_inplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0873294Z test_meta_inplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0873566Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0873838Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0874110Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0874381Z test_meta_inplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0874651Z test_meta_inplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0874962Z test_meta_inplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0875277Z test_meta_inplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0875593Z test_meta_inplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0875895Z test_meta_inplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0876190Z test_meta_inplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0876479Z test_meta_inplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0876779Z test_meta_inplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0877086Z test_meta_inplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0877427Z test_meta_inplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0877682Z test_meta_inplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0878107Z test_meta_inplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0878364Z test_meta_inplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0878612Z test_meta_inplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0878966Z test_meta_inplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0879223Z test_meta_inplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0879585Z test_meta_inplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0880425Z test_meta_inplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0880747Z test_meta_inplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0881015Z test_meta_inplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0881281Z test_meta_inplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0881539Z test_meta_inplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0881780Z test_meta_inplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0882043Z test_meta_inplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0882298Z test_meta_inplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0882554Z test_meta_inplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0882817Z test_meta_inplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0883088Z test_meta_inplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0883358Z test_meta_inplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0883614Z test_meta_inplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0883868Z test_meta_inplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0884128Z test_meta_inplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0884381Z test_meta_inplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0884636Z test_meta_inplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0885173Z test_meta_inplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0885445Z test_meta_inplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0885821Z test_meta_inplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0886201Z test_meta_inplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0886457Z test_meta_inplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0886717Z test_meta_inplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0886971Z test_meta_inplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0887229Z test_meta_inplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0887572Z test_meta_inplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0887855Z test_meta_inplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0888117Z test_meta_inplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0888371Z test_meta_inplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0888621Z test_meta_inplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0888881Z test_meta_inplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0889133Z test_meta_inplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0889387Z test_meta_inplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0889633Z test_meta_inplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0889882Z test_meta_inplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0890132Z test_meta_inplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0890385Z test_meta_inplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0890615Z test_meta_inplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0890859Z test_meta_inplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0891109Z test_meta_inplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0891479Z test_meta_inplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0891733Z test_meta_inplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0891979Z test_meta_inplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0892457Z test_meta_inplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0892821Z test_meta_inplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0893075Z test_meta_inplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0893323Z test_meta_inplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0893568Z test_meta_inplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0893815Z test_meta_inplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0894057Z test_meta_inplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0894351Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0894641Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0894995Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0895288Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0895568Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0895854Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0896139Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0896421Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0896707Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0896984Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0897260Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0897532Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0897809Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0898220Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0898497Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0898867Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0899251Z test_meta_inplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0899524Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0899901Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0900171Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0900425Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0900692Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0900955Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0901221Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0901489Z test_meta_inplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0901890Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0902239Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0902563Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0902879Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T02:43:14.0903196Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0903504Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0903817Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0904122Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0904582Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0904914Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0905236Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0905875Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0906199Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0906504Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0906918Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0907224Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0907532Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0907844Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0908157Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0908463Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0908769Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0909142Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0909464Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0909766Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0910073Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0910383Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0910697Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0911084Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0911431Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.0911737Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0912154Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.0912557Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.0912830Z test_meta_inplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0913098Z test_meta_inplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0913372Z test_meta_inplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0913740Z test_meta_inplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0913999Z test_meta_inplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0914257Z test_meta_inplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0914523Z test_meta_inplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0914778Z test_meta_inplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0915031Z test_meta_inplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0915283Z test_meta_inplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0915540Z test_meta_inplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0915865Z test_meta_inplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0916133Z test_meta_inplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0916382Z test_meta_inplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0916630Z test_meta_inplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0916862Z test_meta_inplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0917116Z test_meta_inplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0917359Z test_meta_inplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0917760Z test_meta_inplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0918021Z test_meta_inplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0918272Z test_meta_inplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0918627Z test_meta_inplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0918988Z test_meta_inplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0919239Z test_meta_inplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0919484Z test_meta_inplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0919732Z test_meta_inplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0919974Z test_meta_inplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0920214Z test_meta_inplace_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0920459Z test_meta_inplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0920703Z test_meta_inplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0921039Z test_meta_inplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0921281Z test_meta_inplace_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0921524Z test_meta_inplace_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0921766Z test_meta_inplace_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0922002Z test_meta_inplace_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0922238Z test_meta_inplace_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0922471Z test_meta_inplace_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0922711Z test_meta_inplace_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0922944Z test_meta_inplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0923277Z test_meta_inplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0923544Z test_meta_inplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0923785Z test_meta_inplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0924041Z test_meta_inplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0924443Z test_meta_inplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0924704Z test_meta_inplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0924952Z test_meta_inplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0925309Z test_meta_inplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0925668Z test_meta_inplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0925916Z test_meta_inplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0926162Z test_meta_inplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0926408Z test_meta_inplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0926662Z test_meta_inplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0926908Z test_meta_inplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0927168Z test_meta_inplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0927426Z test_meta_inplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0927684Z test_meta_inplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0927934Z test_meta_inplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0928290Z test_meta_inplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0928535Z test_meta_inplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0928785Z test_meta_inplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0929031Z test_meta_inplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0929272Z test_meta_inplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0929519Z test_meta_inplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0929770Z test_meta_inplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0929964Z test_meta_inplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0930193Z test_meta_inplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0930461Z test_meta_inplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0930769Z test_meta_inplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0930975Z test_meta_inplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0931162Z test_meta_inplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0931345Z test_meta_inplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0931612Z test_meta_inplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0931866Z test_meta_inplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0932199Z test_meta_inplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0932429Z test_meta_inplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0932659Z test_meta_inplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0932882Z test_meta_inplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:14.0933076Z test_meta_inplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0933305Z test_meta_inplace_square_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T02:43:14.0933502Z test_meta_inplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0933704Z test_meta_inplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0933894Z test_meta_inplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0934084Z test_meta_inplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0934273Z test_meta_inplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0934462Z test_meta_inplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0934646Z test_meta_inplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0934826Z test_meta_inplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0934995Z test_meta_inplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0935173Z test_meta_inplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0935368Z test_meta_inplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0935655Z test_meta_inplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.0935855Z test_meta_inplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0936051Z test_meta_inplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0936243Z test_meta_inplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0936434Z test_meta_inplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0936628Z test_meta_inplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0936816Z test_meta_inplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0937008Z test_meta_inplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.0937193Z test_meta_inplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0937520Z test_meta_inplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0937708Z test_meta_inplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0937891Z test_meta_inplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0938315Z test_meta_inplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0938692Z test_meta_inplace_stack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0938945Z test_meta_inplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0939191Z test_meta_inplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0939409Z test_meta_inplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0939649Z test_meta_inplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0939887Z test_meta_inplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0940128Z test_meta_inplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0940362Z test_meta_inplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0940595Z test_meta_inplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0940830Z test_meta_inplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0941063Z test_meta_inplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0941299Z test_meta_inplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0941536Z test_meta_inplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0941782Z test_meta_inplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0942020Z test_meta_inplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0942254Z test_meta_inplace_std_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0942484Z test_meta_inplace_std_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0942714Z test_meta_inplace_std_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0943061Z test_meta_inplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0943309Z test_meta_inplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0943555Z test_meta_inplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0943924Z test_meta_inplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0944197Z test_meta_inplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0944430Z test_meta_inplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0944751Z test_meta_inplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0945109Z test_meta_inplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0945361Z test_meta_inplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0945598Z test_meta_inplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0945851Z test_meta_inplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0946060Z test_meta_inplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.0946247Z test_meta_inplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0946432Z test_meta_inplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.0946614Z test_meta_inplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0946795Z test_meta_inplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0946979Z test_meta_inplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.0947156Z test_meta_inplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0947333Z test_meta_inplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0947509Z test_meta_inplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0947683Z test_meta_inplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0947860Z test_meta_inplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.0948102Z test_meta_inplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0948334Z test_meta_inplace_sum_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0948573Z test_meta_inplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0948813Z test_meta_inplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0949055Z test_meta_inplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0949294Z test_meta_inplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0949529Z test_meta_inplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0949747Z test_meta_inplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0949978Z test_meta_inplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0950208Z test_meta_inplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0950674Z test_meta_inplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0950915Z test_meta_inplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0951142Z test_meta_inplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0951504Z test_meta_inplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0951844Z test_meta_inplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0952097Z test_meta_inplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0952346Z test_meta_inplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0952595Z test_meta_inplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0952838Z test_meta_inplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0953159Z test_meta_inplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0953417Z test_meta_inplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0953648Z test_meta_inplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0953875Z test_meta_inplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0954114Z test_meta_inplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0954386Z test_meta_inplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0954627Z test_meta_inplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0954866Z test_meta_inplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0955102Z test_meta_inplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0955334Z test_meta_inplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0955580Z test_meta_inplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0955823Z test_meta_inplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0956070Z test_meta_inplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0956319Z test_meta_inplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0956547Z test_meta_inplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0956778Z test_meta_inplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0957116Z test_meta_inplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0957305Z test_meta_inplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0957492Z test_meta_inplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0957678Z test_meta_inplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0958724Z test_meta_inplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.0958903Z test_meta_inplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0959076Z test_meta_inplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0959254Z test_meta_inplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.0959429Z test_meta_inplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0959602Z test_meta_inplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0959777Z test_meta_inplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0959950Z test_meta_inplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0960209Z test_meta_inplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0960463Z test_meta_inplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0960719Z test_meta_inplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0961067Z test_meta_inplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0961339Z test_meta_inplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0961588Z test_meta_inplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0961818Z test_meta_inplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0962063Z test_meta_inplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0962315Z test_meta_inplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0962559Z test_meta_inplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0962811Z test_meta_inplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0963051Z test_meta_inplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0963291Z test_meta_inplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0963699Z test_meta_inplace_take_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0963950Z test_meta_inplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0964193Z test_meta_inplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0964538Z test_meta_inplace_take_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0964887Z test_meta_inplace_take_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0965128Z test_meta_inplace_take_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0965361Z test_meta_inplace_take_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0965591Z test_meta_inplace_take_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0965823Z test_meta_inplace_take_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0966153Z test_meta_inplace_take_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0966379Z test_meta_inplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0966567Z test_meta_inplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0966796Z test_meta_inplace_tan_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:14.0966989Z test_meta_inplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0967176Z test_meta_inplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0967362Z test_meta_inplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0967529Z test_meta_inplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0967716Z test_meta_inplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.0967895Z test_meta_inplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0968121Z test_meta_inplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:14.0968422Z test_meta_inplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:14.0968665Z test_meta_inplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0968889Z test_meta_inplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0969110Z test_meta_inplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0969297Z test_meta_inplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0969518Z test_meta_inplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0969714Z test_meta_inplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0969905Z test_meta_inplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0970223Z test_meta_inplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0970419Z test_meta_inplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0970604Z test_meta_inplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0970785Z test_meta_inplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.0971122Z test_meta_inplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.0971462Z test_meta_inplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.012s) 2022-11-23T02:43:14.0971698Z test_meta_inplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0971922Z test_meta_inplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.0972128Z test_meta_inplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.0972386Z test_meta_inplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0972633Z test_meta_inplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0972887Z test_meta_inplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0973140Z test_meta_inplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0973491Z test_meta_inplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0973740Z test_meta_inplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0973988Z test_meta_inplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0974240Z test_meta_inplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0974484Z test_meta_inplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0974726Z test_meta_inplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0974971Z test_meta_inplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0975217Z test_meta_inplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0975463Z test_meta_inplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0975784Z test_meta_inplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0976051Z test_meta_inplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0976297Z test_meta_inplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0976535Z test_meta_inplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0976766Z test_meta_inplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0977009Z test_meta_inplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0977241Z test_meta_inplace_tile_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.0977487Z test_meta_inplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0977726Z test_meta_inplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0977962Z test_meta_inplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0978199Z test_meta_inplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0978440Z test_meta_inplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0978660Z test_meta_inplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0978893Z test_meta_inplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0979124Z test_meta_inplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0979356Z test_meta_inplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0979583Z test_meta_inplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0979818Z test_meta_inplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0980049Z test_meta_inplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0980290Z test_meta_inplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.0980621Z test_meta_inplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0980853Z test_meta_inplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0981087Z test_meta_inplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0981316Z test_meta_inplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0981545Z test_meta_inplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0981912Z test_meta_inplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0982142Z test_meta_inplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0982373Z test_meta_inplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0982718Z test_meta_inplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0983160Z test_meta_inplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0983425Z test_meta_inplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0983674Z test_meta_inplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0983923Z test_meta_inplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0984166Z test_meta_inplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0984409Z test_meta_inplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0984642Z test_meta_inplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0984889Z test_meta_inplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0985106Z test_meta_inplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0985335Z test_meta_inplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0985572Z test_meta_inplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0985801Z test_meta_inplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0986043Z test_meta_inplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0986280Z test_meta_inplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0986520Z test_meta_inplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0986755Z test_meta_inplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0986988Z test_meta_inplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0987220Z test_meta_inplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:14.0987450Z test_meta_inplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0987777Z test_meta_inplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0988008Z test_meta_inplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0988254Z test_meta_inplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.0988488Z test_meta_inplace_trace_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0988734Z test_meta_inplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0988979Z test_meta_inplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.0989215Z test_meta_inplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0989455Z test_meta_inplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0989695Z test_meta_inplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0989935Z test_meta_inplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0990243Z test_meta_inplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0990497Z test_meta_inplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0990728Z test_meta_inplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0990962Z test_meta_inplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0991187Z test_meta_inplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0991387Z test_meta_inplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0991580Z test_meta_inplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0991787Z test_meta_inplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0991992Z test_meta_inplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.0992183Z test_meta_inplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.0992380Z test_meta_inplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0992570Z test_meta_inplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.0992756Z test_meta_inplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0992952Z test_meta_inplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.0993144Z test_meta_inplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0993335Z test_meta_inplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0993529Z test_meta_inplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.0993716Z test_meta_inplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.0993968Z test_meta_inplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0994223Z test_meta_inplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0994477Z test_meta_inplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0994814Z test_meta_inplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.0995054Z test_meta_inplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.0995287Z test_meta_inplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0995517Z test_meta_inplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0995756Z test_meta_inplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0995990Z test_meta_inplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0996229Z test_meta_inplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0996464Z test_meta_inplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0996701Z test_meta_inplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.0996949Z test_meta_inplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0997717Z test_meta_inplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0998011Z test_meta_inplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0998425Z test_meta_inplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0998675Z test_meta_inplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0998916Z test_meta_inplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0999258Z test_meta_inplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0999504Z test_meta_inplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.0999744Z test_meta_inplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1000087Z test_meta_inplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.1000358Z test_meta_inplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1000625Z test_meta_inplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1000888Z test_meta_inplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1001142Z test_meta_inplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1001325Z test_meta_inplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1001522Z test_meta_inplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1001717Z test_meta_inplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1001908Z test_meta_inplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1002079Z test_meta_inplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1002265Z test_meta_inplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1002451Z test_meta_inplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1002750Z test_meta_inplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1002932Z test_meta_inplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1003110Z test_meta_inplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1003297Z test_meta_inplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1003470Z test_meta_inplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1003718Z test_meta_inplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1003962Z test_meta_inplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1004143Z test_meta_inplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1004334Z test_meta_inplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1004527Z test_meta_inplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1004718Z test_meta_inplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1004900Z test_meta_inplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1005158Z test_meta_inplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1005357Z test_meta_inplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1005535Z test_meta_inplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1005699Z test_meta_inplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1005873Z test_meta_inplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1006050Z test_meta_inplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1006226Z test_meta_inplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1006471Z test_meta_inplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.1006721Z test_meta_inplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1006925Z test_meta_inplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1007165Z test_meta_inplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1007369Z test_meta_inplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1007570Z test_meta_inplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1007771Z test_meta_inplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1007973Z test_meta_inplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1008162Z test_meta_inplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1008347Z test_meta_inplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1008588Z test_meta_inplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1008825Z test_meta_inplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1009060Z test_meta_inplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1009297Z test_meta_inplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1009531Z test_meta_inplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1009818Z test_meta_inplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1009989Z test_meta_inplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1010175Z test_meta_inplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1010371Z test_meta_inplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1010555Z test_meta_inplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1010738Z test_meta_inplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1010916Z test_meta_inplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1011097Z test_meta_inplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1011275Z test_meta_inplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1011522Z test_meta_inplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1011763Z test_meta_inplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.1012013Z test_meta_inplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1012329Z test_meta_inplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1012581Z test_meta_inplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1012821Z test_meta_inplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1013054Z test_meta_inplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1013281Z test_meta_inplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1013520Z test_meta_inplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1013758Z test_meta_inplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1014000Z test_meta_inplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1014234Z test_meta_inplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.007s) 2022-11-23T02:43:14.1014463Z test_meta_inplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1014713Z test_meta_inplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1014935Z test_meta_inplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1015191Z test_meta_inplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1015441Z test_meta_inplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1015690Z test_meta_inplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1015936Z test_meta_inplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1016174Z test_meta_inplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1016406Z test_meta_inplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1016647Z test_meta_inplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1016976Z test_meta_inplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1017206Z test_meta_inplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1017448Z test_meta_inplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1017679Z test_meta_inplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1017930Z test_meta_inplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1018176Z test_meta_inplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:14.1018429Z test_meta_inplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1018682Z test_meta_inplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1018933Z test_meta_inplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1019247Z test_meta_inplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1019511Z test_meta_inplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1019755Z test_meta_inplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1019995Z test_meta_inplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1020234Z test_meta_inplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.1020464Z test_meta_inplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1020705Z test_meta_inplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1020939Z test_meta_inplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1021179Z test_meta_inplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1021398Z test_meta_inplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.1021644Z test_meta_inplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1021892Z test_meta_inplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1022127Z test_meta_inplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1022369Z test_meta_inplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1022604Z test_meta_inplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1022830Z test_meta_inplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1023064Z test_meta_inplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1023301Z test_meta_inplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1023625Z test_meta_inplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1023860Z test_meta_inplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1024092Z test_meta_inplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1024292Z test_meta_inplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1024490Z test_meta_inplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1024684Z test_meta_inplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1024873Z test_meta_inplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1025065Z test_meta_inplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1025256Z test_meta_inplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1025518Z test_meta_inplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1025781Z test_meta_inplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1026114Z test_meta_inplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1026391Z test_meta_inplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1026647Z test_meta_inplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1026901Z test_meta_inplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1027137Z test_meta_inplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1027389Z test_meta_inplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1027638Z test_meta_inplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1027878Z test_meta_inplace_unique_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1028116Z test_meta_inplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1028347Z test_meta_inplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1028575Z test_meta_inplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1028816Z test_meta_inplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1029051Z test_meta_inplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1029287Z test_meta_inplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1029523Z test_meta_inplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1029754Z test_meta_inplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1029951Z test_meta_inplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1030143Z test_meta_inplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1030519Z test_meta_inplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1030825Z test_meta_inplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1031016Z test_meta_inplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1031336Z test_meta_inplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1031640Z test_meta_inplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1031832Z test_meta_inplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1032021Z test_meta_inplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1032196Z test_meta_inplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1032396Z test_meta_inplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1032581Z test_meta_inplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1032771Z test_meta_inplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1033012Z test_meta_inplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1033256Z test_meta_inplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1033584Z test_meta_inplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1033839Z test_meta_inplace_var_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1034074Z test_meta_inplace_var_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1034308Z test_meta_inplace_var_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1034555Z test_meta_inplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1034806Z test_meta_inplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1035051Z test_meta_inplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1035301Z test_meta_inplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1035534Z test_meta_inplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1035763Z test_meta_inplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1035999Z test_meta_inplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.1036243Z test_meta_inplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1036488Z test_meta_inplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1036722Z test_meta_inplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1036961Z test_meta_inplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.1037194Z test_meta_inplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1037445Z test_meta_inplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1037695Z test_meta_inplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1037923Z test_meta_inplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1038260Z test_meta_inplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1038496Z test_meta_inplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.1038744Z test_meta_inplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1038990Z test_meta_inplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1039227Z test_meta_inplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1039466Z test_meta_inplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1039704Z test_meta_inplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.1039933Z test_meta_inplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1040167Z test_meta_inplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1040467Z test_meta_inplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1040721Z test_meta_inplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1040956Z test_meta_inplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.1041189Z test_meta_inplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1041440Z test_meta_inplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1041694Z test_meta_inplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1041939Z test_meta_inplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1042180Z test_meta_inplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1042422Z test_meta_inplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1042660Z test_meta_inplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1042893Z test_meta_inplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1043132Z test_meta_inplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1043362Z test_meta_inplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1043589Z test_meta_inplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1043826Z test_meta_inplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1044055Z test_meta_inplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1044289Z test_meta_inplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1044505Z test_meta_inplace_view_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1044837Z test_meta_inplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1045081Z test_meta_inplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1045314Z test_meta_inplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1045551Z test_meta_inplace_view_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.1045787Z test_meta_inplace_view_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1046020Z test_meta_inplace_view_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1046255Z test_meta_inplace_view_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1046485Z test_meta_inplace_view_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1046718Z test_meta_inplace_view_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1046950Z test_meta_inplace_view_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1047247Z test_meta_inplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1047507Z test_meta_inplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1047741Z test_meta_inplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1047986Z test_meta_inplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1048289Z test_meta_inplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1048534Z test_meta_inplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1048772Z test_meta_inplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1049006Z test_meta_inplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1049232Z test_meta_inplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1049466Z test_meta_inplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1049702Z test_meta_inplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1049935Z test_meta_inplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1050173Z test_meta_inplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1050388Z test_meta_inplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.008s) 2022-11-23T02:43:14.1050637Z test_meta_inplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:14.1050874Z test_meta_inplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1051117Z test_meta_inplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.004s) 2022-11-23T02:43:14.1051360Z test_meta_inplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1051595Z test_meta_inplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1051930Z test_meta_inplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1052161Z test_meta_inplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1052394Z test_meta_inplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1052629Z test_meta_inplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1052867Z test_meta_inplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1053099Z test_meta_inplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1053332Z test_meta_inplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1053566Z test_meta_inplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1053808Z test_meta_inplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1054113Z test_meta_inplace_where_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.1054413Z test_meta_inplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.1054659Z test_meta_inplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1054895Z test_meta_inplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1055130Z test_meta_inplace_where_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1055375Z test_meta_inplace_where_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1055615Z test_meta_inplace_where_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.1055854Z test_meta_inplace_where_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1056088Z test_meta_inplace_where_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1056321Z test_meta_inplace_where_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1056541Z test_meta_inplace_where_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1056775Z test_meta_inplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.010s) 2022-11-23T02:43:14.1056969Z test_meta_inplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1057197Z test_meta_inplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1057383Z test_meta_inplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1057573Z test_meta_inplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1057756Z test_meta_inplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1057986Z test_meta_inplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.1058213Z test_meta_inplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T02:43:14.1058438Z test_meta_inplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:14.1058664Z test_meta_inplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:14.1058979Z test_meta_inplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1059170Z test_meta_inplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1059356Z test_meta_inplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1059552Z test_meta_inplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1059744Z test_meta_inplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1059929Z test_meta_inplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1060115Z test_meta_inplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1060300Z test_meta_inplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1060486Z test_meta_inplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1060652Z test_meta_inplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1060828Z test_meta_inplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1061011Z test_meta_inplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1061262Z test_meta_inplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1061522Z test_meta_inplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1061758Z test_meta_inplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1062005Z test_meta_inplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1062251Z test_meta_inplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1062491Z test_meta_inplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1062729Z test_meta_inplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1062972Z test_meta_inplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1063211Z test_meta_inplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1063446Z test_meta_inplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1063679Z test_meta_inplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1063914Z test_meta_inplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1064152Z test_meta_inplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1064384Z test_meta_inplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1064634Z test_meta_inplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.002s) 2022-11-23T02:43:14.1064876Z test_meta_inplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.1065126Z test_meta_inplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.001s) 2022-11-23T02:43:14.1065377Z test_meta_inplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1065626Z test_meta_inplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.003s) 2022-11-23T02:43:14.1065966Z test_meta_inplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1066196Z test_meta_inplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1066445Z test_meta_inplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.006s) 2022-11-23T02:43:14.1066687Z test_meta_inplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1066919Z test_meta_inplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1067146Z test_meta_inplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1067386Z test_meta_inplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.000s) 2022-11-23T02:43:14.1067620Z test_meta_inplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... skip: No inplace variable for this op (0.011s) 2022-11-23T02:43:14.1067806Z test_meta_outplace_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1067986Z test_meta_outplace_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1068250Z test_meta_outplace_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1068451Z test_meta_outplace_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1068636Z test_meta_outplace_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1068817Z test_meta_outplace_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1068996Z test_meta_outplace_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1069172Z test_meta_outplace_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1069353Z test_meta_outplace_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1069531Z test_meta_outplace_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1069706Z test_meta_outplace_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1069886Z test_meta_outplace_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1070060Z test_meta_outplace_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1070231Z test_meta_outplace_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1070405Z test_meta_outplace_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1070593Z test_meta_outplace_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1070778Z test_meta_outplace_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1070963Z test_meta_outplace_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1071147Z test_meta_outplace_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1071327Z test_meta_outplace_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1071505Z test_meta_outplace_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1071685Z test_meta_outplace_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1071859Z test_meta_outplace_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1072034Z test_meta_outplace_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1072208Z test_meta_outplace_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1072386Z test_meta_outplace_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1072585Z test_meta_outplace___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1073593Z test_meta_outplace___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1073797Z test_meta_outplace___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1073997Z test_meta_outplace___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1074188Z test_meta_outplace___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1074386Z test_meta_outplace___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1074573Z test_meta_outplace___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1074757Z test_meta_outplace___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1074948Z test_meta_outplace___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1075132Z test_meta_outplace___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1075319Z test_meta_outplace___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1075506Z test_meta_outplace___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1075688Z test_meta_outplace___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1075967Z test_meta_outplace___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1076172Z test_meta_outplace___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1076367Z test_meta_outplace___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1076562Z test_meta_outplace___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1076750Z test_meta_outplace___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1076934Z test_meta_outplace___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1077118Z test_meta_outplace___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1077304Z test_meta_outplace___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1077493Z test_meta_outplace___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1077666Z test_meta_outplace___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1077849Z test_meta_outplace___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1078030Z test_meta_outplace___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1078214Z test_meta_outplace___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1078397Z test_meta_outplace___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1078581Z test_meta_outplace___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1078764Z test_meta_outplace___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1078945Z test_meta_outplace___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1079126Z test_meta_outplace___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1079315Z test_meta_outplace___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1079501Z test_meta_outplace___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1079698Z test_meta_outplace___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1079893Z test_meta_outplace___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1080081Z test_meta_outplace___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1080264Z test_meta_outplace___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1080541Z test_meta_outplace___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1080724Z test_meta_outplace___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1080907Z test_meta_outplace___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1081073Z test_meta_outplace___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1081255Z test_meta_outplace___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1081436Z test_meta_outplace___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1081634Z test_meta_outplace___rmatmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1081836Z test_meta_outplace___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1082035Z test_meta_outplace___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1082237Z test_meta_outplace___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1082430Z test_meta_outplace___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1082615Z test_meta_outplace___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1082807Z test_meta_outplace___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1083070Z test_meta_outplace___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1083272Z test_meta_outplace___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1083457Z test_meta_outplace___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1083643Z test_meta_outplace___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1083828Z test_meta_outplace___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1084015Z test_meta_outplace___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1084198Z test_meta_outplace___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1084381Z test_meta_outplace___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1084556Z test_meta_outplace___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1084740Z test_meta_outplace___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1084937Z test_meta_outplace___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1085128Z test_meta_outplace___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1085316Z test_meta_outplace___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1085500Z test_meta_outplace___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1085682Z test_meta_outplace___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1085869Z test_meta_outplace___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1086053Z test_meta_outplace___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1086233Z test_meta_outplace___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1086418Z test_meta_outplace___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1086599Z test_meta_outplace___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1086783Z test_meta_outplace___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1087159Z test_meta_outplace___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1087347Z test_meta_outplace___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1087529Z test_meta_outplace___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1087925Z test_meta_outplace___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1088199Z test_meta_outplace___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1088396Z test_meta_outplace___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1088595Z test_meta_outplace___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1088789Z test_meta_outplace___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1088978Z test_meta_outplace___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1089159Z test_meta_outplace___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1089338Z test_meta_outplace___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1089522Z test_meta_outplace___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1089709Z test_meta_outplace___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1089892Z test_meta_outplace___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1090075Z test_meta_outplace___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1090340Z test_meta_outplace___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1090547Z test_meta_outplace___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1090740Z test_meta_outplace___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1090933Z test_meta_outplace___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1091120Z test_meta_outplace___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1091302Z test_meta_outplace___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1091485Z test_meta_outplace___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1091668Z test_meta_outplace___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1091835Z test_meta_outplace___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1092023Z test_meta_outplace___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1092203Z test_meta_outplace___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1092383Z test_meta_outplace___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1092568Z test_meta_outplace___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1092751Z test_meta_outplace___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1092931Z test_meta_outplace___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1093113Z test_meta_outplace___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1093295Z test_meta_outplace___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1093476Z test_meta_outplace___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1093699Z test_meta_outplace__softmax_backward_data_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1093921Z test_meta_outplace__softmax_backward_data_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1094139Z test_meta_outplace__softmax_backward_data_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1094357Z test_meta_outplace__softmax_backward_data_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1094544Z test_meta_outplace_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1094725Z test_meta_outplace_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1095075Z test_meta_outplace_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1095261Z test_meta_outplace_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1095434Z test_meta_outplace_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1095621Z test_meta_outplace_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1095804Z test_meta_outplace_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1095984Z test_meta_outplace_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1096163Z test_meta_outplace_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1096343Z test_meta_outplace_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1096517Z test_meta_outplace_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1096700Z test_meta_outplace_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1096874Z test_meta_outplace_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1097061Z test_meta_outplace_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1097242Z test_meta_outplace_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1097507Z test_meta_outplace_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1097717Z test_meta_outplace_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1097907Z test_meta_outplace_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1098092Z test_meta_outplace_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1098279Z test_meta_outplace_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1098463Z test_meta_outplace_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1098651Z test_meta_outplace_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1098819Z test_meta_outplace_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1098996Z test_meta_outplace_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1099180Z test_meta_outplace_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1099356Z test_meta_outplace_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1099547Z test_meta_outplace_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1099732Z test_meta_outplace_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1099931Z test_meta_outplace_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1100122Z test_meta_outplace_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1100316Z test_meta_outplace_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1100503Z test_meta_outplace_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1100690Z test_meta_outplace_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1100875Z test_meta_outplace_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1101062Z test_meta_outplace_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1101246Z test_meta_outplace_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1101427Z test_meta_outplace_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1101610Z test_meta_outplace_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1101788Z test_meta_outplace_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1101961Z test_meta_outplace_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1102231Z test_meta_outplace_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1102424Z test_meta_outplace_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1102613Z test_meta_outplace_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1102804Z test_meta_outplace_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1102986Z test_meta_outplace_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1103171Z test_meta_outplace_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1103348Z test_meta_outplace_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1103528Z test_meta_outplace_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1103706Z test_meta_outplace_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1103885Z test_meta_outplace_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1104063Z test_meta_outplace_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1104239Z test_meta_outplace_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1104432Z test_meta_outplace_addbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1104699Z test_meta_outplace_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1104913Z test_meta_outplace_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1105102Z test_meta_outplace_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1105294Z test_meta_outplace_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1105469Z test_meta_outplace_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1105668Z test_meta_outplace_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.1105866Z test_meta_outplace_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1106065Z test_meta_outplace_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1106257Z test_meta_outplace_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.1106452Z test_meta_outplace_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.1106644Z test_meta_outplace_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.1106838Z test_meta_outplace_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.1107036Z test_meta_outplace_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1107232Z test_meta_outplace_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1107425Z test_meta_outplace_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.1107615Z test_meta_outplace_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1107805Z test_meta_outplace_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1107993Z test_meta_outplace_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1108183Z test_meta_outplace_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1108370Z test_meta_outplace_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1108558Z test_meta_outplace_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.1108746Z test_meta_outplace_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1108923Z test_meta_outplace_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1109117Z test_meta_outplace_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1109403Z test_meta_outplace_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1109593Z test_meta_outplace_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1109778Z test_meta_outplace_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1109968Z test_meta_outplace_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1110181Z test_meta_outplace_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1110398Z test_meta_outplace_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1110611Z test_meta_outplace_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1110819Z test_meta_outplace_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1111026Z test_meta_outplace_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1111231Z test_meta_outplace_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1111422Z test_meta_outplace_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1111619Z test_meta_outplace_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1112352Z test_meta_outplace_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1112597Z test_meta_outplace_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1112785Z test_meta_outplace_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1112972Z test_meta_outplace_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1113143Z test_meta_outplace_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1113328Z test_meta_outplace_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1113526Z test_meta_outplace_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1113720Z test_meta_outplace_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1113907Z test_meta_outplace_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1114097Z test_meta_outplace_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1114284Z test_meta_outplace_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1114468Z test_meta_outplace_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1114651Z test_meta_outplace_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1114829Z test_meta_outplace_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1115013Z test_meta_outplace_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1115194Z test_meta_outplace_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1115379Z test_meta_outplace_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1115559Z test_meta_outplace_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1115754Z test_meta_outplace_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1115945Z test_meta_outplace_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1116131Z test_meta_outplace_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1116315Z test_meta_outplace_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1116479Z test_meta_outplace_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1116658Z test_meta_outplace_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1116840Z test_meta_outplace_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1117130Z test_meta_outplace_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1117310Z test_meta_outplace_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1117484Z test_meta_outplace_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1117685Z test_meta_outplace_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:43:14.1117887Z test_meta_outplace_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:14.1118086Z test_meta_outplace_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:14.1118282Z test_meta_outplace_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:14.1118473Z test_meta_outplace_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:43:14.1118661Z test_meta_outplace_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:14.1118855Z test_meta_outplace_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1119037Z test_meta_outplace_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1119220Z test_meta_outplace_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1119476Z test_meta_outplace_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1119680Z test_meta_outplace_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1119844Z test_meta_outplace_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1120027Z test_meta_outplace_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1120209Z test_meta_outplace_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1120389Z test_meta_outplace_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1120569Z test_meta_outplace_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1120755Z test_meta_outplace_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1120936Z test_meta_outplace_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1121119Z test_meta_outplace_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1121303Z test_meta_outplace_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1121488Z test_meta_outplace_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1121664Z test_meta_outplace_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1121845Z test_meta_outplace_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1122021Z test_meta_outplace_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1122199Z test_meta_outplace_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1122379Z test_meta_outplace_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1122571Z test_meta_outplace_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1122758Z test_meta_outplace_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1122954Z test_meta_outplace_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1123133Z test_meta_outplace_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1123325Z test_meta_outplace_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1123511Z test_meta_outplace_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1123698Z test_meta_outplace_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1123885Z test_meta_outplace_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1124158Z test_meta_outplace_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1124344Z test_meta_outplace_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1124529Z test_meta_outplace_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1124727Z test_meta_outplace_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1124918Z test_meta_outplace_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1125112Z test_meta_outplace_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1125299Z test_meta_outplace_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1125487Z test_meta_outplace_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1125671Z test_meta_outplace_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1125858Z test_meta_outplace_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1126039Z test_meta_outplace_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1126221Z test_meta_outplace_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1126383Z test_meta_outplace_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1126641Z test_meta_outplace_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1126838Z test_meta_outplace_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1127031Z test_meta_outplace_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1127217Z test_meta_outplace_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1127401Z test_meta_outplace_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1127585Z test_meta_outplace_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1127771Z test_meta_outplace_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1127952Z test_meta_outplace_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1128131Z test_meta_outplace_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1128312Z test_meta_outplace_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1128490Z test_meta_outplace_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1128665Z test_meta_outplace_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1128858Z test_meta_outplace_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1129049Z test_meta_outplace_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1129240Z test_meta_outplace_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1129432Z test_meta_outplace_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1129619Z test_meta_outplace_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1129787Z test_meta_outplace_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1129970Z test_meta_outplace_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1130158Z test_meta_outplace_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1130339Z test_meta_outplace_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1130534Z test_meta_outplace_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1130723Z test_meta_outplace_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1130915Z test_meta_outplace_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1131103Z test_meta_outplace_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1131376Z test_meta_outplace_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1131559Z test_meta_outplace_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1131744Z test_meta_outplace_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1131930Z test_meta_outplace_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1132113Z test_meta_outplace_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1132306Z test_meta_outplace_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1132494Z test_meta_outplace_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1132682Z test_meta_outplace_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1132870Z test_meta_outplace_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1133042Z test_meta_outplace_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1133225Z test_meta_outplace_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1133408Z test_meta_outplace_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1133664Z test_meta_outplace_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1133864Z test_meta_outplace_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1134058Z test_meta_outplace_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1134249Z test_meta_outplace_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1134440Z test_meta_outplace_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1134633Z test_meta_outplace_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1134825Z test_meta_outplace_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1135013Z test_meta_outplace_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1135199Z test_meta_outplace_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1135385Z test_meta_outplace_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1135574Z test_meta_outplace_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1135773Z test_meta_outplace_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1135960Z test_meta_outplace_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1136161Z test_meta_outplace_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1136361Z test_meta_outplace_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1136544Z test_meta_outplace_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1136731Z test_meta_outplace_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1136915Z test_meta_outplace_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1137102Z test_meta_outplace_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1137295Z test_meta_outplace_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1137483Z test_meta_outplace_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1137669Z test_meta_outplace_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1137857Z test_meta_outplace_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1138058Z test_meta_outplace_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1138250Z test_meta_outplace_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1138546Z test_meta_outplace_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1138748Z test_meta_outplace_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1138947Z test_meta_outplace_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1139149Z test_meta_outplace_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1139340Z test_meta_outplace_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1139529Z test_meta_outplace_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1139722Z test_meta_outplace_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1139909Z test_meta_outplace_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1140080Z test_meta_outplace_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1140270Z test_meta_outplace_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1140461Z test_meta_outplace_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1140675Z test_meta_outplace_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1140951Z test_meta_outplace_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1141189Z test_meta_outplace_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1141403Z test_meta_outplace_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1141617Z test_meta_outplace_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1141825Z test_meta_outplace_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1142035Z test_meta_outplace_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1142237Z test_meta_outplace_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1142441Z test_meta_outplace_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1142646Z test_meta_outplace_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1142842Z test_meta_outplace_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1143042Z test_meta_outplace_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1143247Z test_meta_outplace_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1143437Z test_meta_outplace_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1143620Z test_meta_outplace_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1143814Z test_meta_outplace_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1144006Z test_meta_outplace_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1144182Z test_meta_outplace_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1144368Z test_meta_outplace_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1144551Z test_meta_outplace_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1144736Z test_meta_outplace_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1144916Z test_meta_outplace_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1145097Z test_meta_outplace_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1145274Z test_meta_outplace_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1145541Z test_meta_outplace_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1145718Z test_meta_outplace_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1145909Z test_meta_outplace_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1146095Z test_meta_outplace_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1146294Z test_meta_outplace_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1146489Z test_meta_outplace_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1146681Z test_meta_outplace_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1146868Z test_meta_outplace_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1147055Z test_meta_outplace_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1147247Z test_meta_outplace_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1147413Z test_meta_outplace_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1147597Z test_meta_outplace_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1147776Z test_meta_outplace_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1148026Z test_meta_outplace_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1148221Z test_meta_outplace_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1148410Z test_meta_outplace_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1148594Z test_meta_outplace_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1148779Z test_meta_outplace_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1148968Z test_meta_outplace_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1149156Z test_meta_outplace_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1149334Z test_meta_outplace_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1149519Z test_meta_outplace_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1149699Z test_meta_outplace_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1149879Z test_meta_outplace_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1150055Z test_meta_outplace_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1150240Z test_meta_outplace_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1150423Z test_meta_outplace_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1150615Z test_meta_outplace_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1150793Z test_meta_outplace_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1150984Z test_meta_outplace_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1151169Z test_meta_outplace_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1151356Z test_meta_outplace_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1151539Z test_meta_outplace_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1151720Z test_meta_outplace_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1151902Z test_meta_outplace_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1152081Z test_meta_outplace_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1152262Z test_meta_outplace_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1152439Z test_meta_outplace_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1152719Z test_meta_outplace_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1152900Z test_meta_outplace_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1153096Z test_meta_outplace_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1153291Z test_meta_outplace_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1153484Z test_meta_outplace_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1153672Z test_meta_outplace_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1153860Z test_meta_outplace_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1154030Z test_meta_outplace_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1154214Z test_meta_outplace_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1154452Z test_meta_outplace_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1154634Z test_meta_outplace_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1154814Z test_meta_outplace_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1155069Z test_meta_outplace_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1155282Z test_meta_outplace_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1155474Z test_meta_outplace_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1155677Z test_meta_outplace_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1155879Z test_meta_outplace_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1156080Z test_meta_outplace_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1156282Z test_meta_outplace_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1156472Z test_meta_outplace_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1156658Z test_meta_outplace_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1156855Z test_meta_outplace_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1157044Z test_meta_outplace_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1157230Z test_meta_outplace_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1157424Z test_meta_outplace_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1157602Z test_meta_outplace_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1157800Z test_meta_outplace_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1157995Z test_meta_outplace_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1158196Z test_meta_outplace_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1158394Z test_meta_outplace_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1158601Z test_meta_outplace_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1158797Z test_meta_outplace_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1158989Z test_meta_outplace_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1159175Z test_meta_outplace_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1159368Z test_meta_outplace_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1159555Z test_meta_outplace_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1159831Z test_meta_outplace_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1160019Z test_meta_outplace_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1160209Z test_meta_outplace_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1160411Z test_meta_outplace_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1160602Z test_meta_outplace_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1160803Z test_meta_outplace_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1161003Z test_meta_outplace_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1161205Z test_meta_outplace_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1161386Z test_meta_outplace_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1161580Z test_meta_outplace_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1161767Z test_meta_outplace_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1161958Z test_meta_outplace_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1162214Z test_meta_outplace_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1162415Z test_meta_outplace_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1162602Z test_meta_outplace_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1162793Z test_meta_outplace_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1162984Z test_meta_outplace_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1163185Z test_meta_outplace_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1163384Z test_meta_outplace_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1163573Z test_meta_outplace_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1163765Z test_meta_outplace_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1163959Z test_meta_outplace_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1164158Z test_meta_outplace_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1164354Z test_meta_outplace_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1164544Z test_meta_outplace_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1164731Z test_meta_outplace_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1164903Z test_meta_outplace_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1165095Z test_meta_outplace_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1165294Z test_meta_outplace_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1165494Z test_meta_outplace_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1165692Z test_meta_outplace_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1165882Z test_meta_outplace_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1166073Z test_meta_outplace_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1166255Z test_meta_outplace_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1166447Z test_meta_outplace_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1166637Z test_meta_outplace_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1166912Z test_meta_outplace_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1167099Z test_meta_outplace_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1167285Z test_meta_outplace_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1167478Z test_meta_outplace_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1167665Z test_meta_outplace_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1167856Z test_meta_outplace_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1168043Z test_meta_outplace_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1168231Z test_meta_outplace_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1168410Z test_meta_outplace_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1168610Z test_meta_outplace_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1168797Z test_meta_outplace_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1168983Z test_meta_outplace_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1169241Z test_meta_outplace_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1169447Z test_meta_outplace_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1169652Z test_meta_outplace_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1169855Z test_meta_outplace_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1170052Z test_meta_outplace_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1170253Z test_meta_outplace_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1170461Z test_meta_outplace_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1170656Z test_meta_outplace_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1170850Z test_meta_outplace_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1171042Z test_meta_outplace_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1171226Z test_meta_outplace_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1171416Z test_meta_outplace_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1171601Z test_meta_outplace_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1171793Z test_meta_outplace_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1171966Z test_meta_outplace_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1172159Z test_meta_outplace_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1172342Z test_meta_outplace_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1172532Z test_meta_outplace_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1172731Z test_meta_outplace_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1172943Z test_meta_outplace_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1173148Z test_meta_outplace_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1173348Z test_meta_outplace_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1173553Z test_meta_outplace_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1173751Z test_meta_outplace_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1174029Z test_meta_outplace_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1174220Z test_meta_outplace_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1174408Z test_meta_outplace_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1174596Z test_meta_outplace_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1174785Z test_meta_outplace_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1174970Z test_meta_outplace_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1175170Z test_meta_outplace_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1175361Z test_meta_outplace_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1175564Z test_meta_outplace_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1175753Z test_meta_outplace_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1175953Z test_meta_outplace_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1176151Z test_meta_outplace_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1176412Z test_meta_outplace_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1176617Z test_meta_outplace_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1176807Z test_meta_outplace_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1176992Z test_meta_outplace_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1177173Z test_meta_outplace_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1177367Z test_meta_outplace_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1177559Z test_meta_outplace_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1177744Z test_meta_outplace_bmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1177936Z test_meta_outplace_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1178128Z test_meta_outplace_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1178312Z test_meta_outplace_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1178495Z test_meta_outplace_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1178676Z test_meta_outplace_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1178862Z test_meta_outplace_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1179041Z test_meta_outplace_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1179220Z test_meta_outplace_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1179410Z test_meta_outplace_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1179600Z test_meta_outplace_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1179788Z test_meta_outplace_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1179970Z test_meta_outplace_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1180153Z test_meta_outplace_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1180336Z test_meta_outplace_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1180517Z test_meta_outplace_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1180694Z test_meta_outplace_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1180962Z test_meta_outplace_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1181138Z test_meta_outplace_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1181345Z test_meta_outplace_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1181560Z test_meta_outplace_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1181766Z test_meta_outplace_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1181981Z test_meta_outplace_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1182194Z test_meta_outplace_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1182403Z test_meta_outplace_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1182612Z test_meta_outplace_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1182805Z test_meta_outplace_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1183009Z test_meta_outplace_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1183212Z test_meta_outplace_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1183484Z test_meta_outplace_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1183707Z test_meta_outplace_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1183907Z test_meta_outplace_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1184113Z test_meta_outplace_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1184310Z test_meta_outplace_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1184517Z test_meta_outplace_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1184719Z test_meta_outplace_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1184919Z test_meta_outplace_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1185122Z test_meta_outplace_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1185322Z test_meta_outplace_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1185519Z test_meta_outplace_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1185709Z test_meta_outplace_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1185896Z test_meta_outplace_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1186091Z test_meta_outplace_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1186284Z test_meta_outplace_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1186477Z test_meta_outplace_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1186648Z test_meta_outplace_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1186837Z test_meta_outplace_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1187028Z test_meta_outplace_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1187217Z test_meta_outplace_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1187408Z test_meta_outplace_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1187598Z test_meta_outplace_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1187789Z test_meta_outplace_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1188719Z test_meta_outplace_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1188935Z test_meta_outplace_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1189126Z test_meta_outplace_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1189318Z test_meta_outplace_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1189510Z test_meta_outplace_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1189836Z test_meta_outplace_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1190150Z test_meta_outplace_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1190339Z test_meta_outplace_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1190521Z test_meta_outplace_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1190698Z test_meta_outplace_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1190882Z test_meta_outplace_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1191042Z test_meta_outplace_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1191250Z test_meta_outplace_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1191554Z test_meta_outplace_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1191790Z test_meta_outplace_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1192003Z test_meta_outplace_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1192210Z test_meta_outplace_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1192415Z test_meta_outplace_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1192620Z test_meta_outplace_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1192825Z test_meta_outplace_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1193028Z test_meta_outplace_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1193226Z test_meta_outplace_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1193428Z test_meta_outplace_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1193628Z test_meta_outplace_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1193814Z test_meta_outplace_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1193999Z test_meta_outplace_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1194190Z test_meta_outplace_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1194382Z test_meta_outplace_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1194571Z test_meta_outplace_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1194738Z test_meta_outplace_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1194921Z test_meta_outplace_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1195104Z test_meta_outplace_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1195284Z test_meta_outplace_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1195631Z test_meta_outplace_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1195813Z test_meta_outplace_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1195991Z test_meta_outplace_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1196173Z test_meta_outplace_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1196651Z test_meta_outplace_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.1196861Z test_meta_outplace_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:14.1197055Z test_meta_outplace_cdouble_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1197248Z test_meta_outplace_cdouble_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1197445Z test_meta_outplace_cdouble_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1197644Z test_meta_outplace_cdouble_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1197833Z test_meta_outplace_cdouble_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1198023Z test_meta_outplace_cdouble_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1198215Z test_meta_outplace_cdouble_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1198409Z test_meta_outplace_cdouble_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1198582Z test_meta_outplace_cdouble_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1198767Z test_meta_outplace_cdouble_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1198951Z test_meta_outplace_cdouble_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1199220Z test_meta_outplace_cdouble_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1199426Z test_meta_outplace_cdouble_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1199608Z test_meta_outplace_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1199793Z test_meta_outplace_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1199976Z test_meta_outplace_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1200163Z test_meta_outplace_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1200344Z test_meta_outplace_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1200525Z test_meta_outplace_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1200701Z test_meta_outplace_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1200885Z test_meta_outplace_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1201060Z test_meta_outplace_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1201252Z test_meta_outplace_cfloat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1201437Z test_meta_outplace_cfloat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1201632Z test_meta_outplace_cfloat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1201826Z test_meta_outplace_cfloat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1202149Z test_meta_outplace_cfloat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1202353Z test_meta_outplace_cfloat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1202545Z test_meta_outplace_cfloat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1202739Z test_meta_outplace_cfloat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1203056Z test_meta_outplace_cfloat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1203355Z test_meta_outplace_cfloat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1203543Z test_meta_outplace_cfloat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1203726Z test_meta_outplace_cfloat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1203909Z test_meta_outplace_cfloat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1204195Z test_meta_outplace_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1204383Z test_meta_outplace_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1204577Z test_meta_outplace_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1204767Z test_meta_outplace_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1204962Z test_meta_outplace_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1205150Z test_meta_outplace_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1205337Z test_meta_outplace_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1205522Z test_meta_outplace_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1205690Z test_meta_outplace_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1205879Z test_meta_outplace_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1206058Z test_meta_outplace_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1206241Z test_meta_outplace_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1206420Z test_meta_outplace_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1206680Z test_meta_outplace_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1206879Z test_meta_outplace_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1207069Z test_meta_outplace_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1207260Z test_meta_outplace_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1207451Z test_meta_outplace_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1207640Z test_meta_outplace_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1207830Z test_meta_outplace_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1208018Z test_meta_outplace_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1208199Z test_meta_outplace_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1208384Z test_meta_outplace_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1208687Z test_meta_outplace_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1208876Z test_meta_outplace_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1209051Z test_meta_outplace_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1209235Z test_meta_outplace_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:14.1209539Z test_meta_outplace_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1209841Z test_meta_outplace_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1210041Z test_meta_outplace_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1210256Z test_meta_outplace_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1210468Z test_meta_outplace_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1210671Z test_meta_outplace_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1210875Z test_meta_outplace_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1211082Z test_meta_outplace_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1211283Z test_meta_outplace_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1211484Z test_meta_outplace_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1211782Z test_meta_outplace_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1211973Z test_meta_outplace_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1212159Z test_meta_outplace_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1212358Z test_meta_outplace_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1212552Z test_meta_outplace_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1212743Z test_meta_outplace_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1212935Z test_meta_outplace_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1213108Z test_meta_outplace_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1213295Z test_meta_outplace_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1213480Z test_meta_outplace_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1213661Z test_meta_outplace_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1213841Z test_meta_outplace_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1214099Z test_meta_outplace_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1214292Z test_meta_outplace_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1214483Z test_meta_outplace_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1214671Z test_meta_outplace_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1214861Z test_meta_outplace_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1215049Z test_meta_outplace_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1215401Z test_meta_outplace_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1215587Z test_meta_outplace_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1215768Z test_meta_outplace_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1216031Z test_meta_outplace_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1216242Z test_meta_outplace_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1216542Z test_meta_outplace_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1216737Z test_meta_outplace_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1216914Z test_meta_outplace_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1217104Z test_meta_outplace_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1217290Z test_meta_outplace_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1217487Z test_meta_outplace_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1217676Z test_meta_outplace_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1217865Z test_meta_outplace_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1218054Z test_meta_outplace_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1218244Z test_meta_outplace_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1218442Z test_meta_outplace_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1218632Z test_meta_outplace_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1218827Z test_meta_outplace_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1219023Z test_meta_outplace_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1219311Z test_meta_outplace_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1219503Z test_meta_outplace_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1219692Z test_meta_outplace_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1219880Z test_meta_outplace_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1220068Z test_meta_outplace_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1220255Z test_meta_outplace_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1220426Z test_meta_outplace_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1220610Z test_meta_outplace_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1220806Z test_meta_outplace_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1220998Z test_meta_outplace_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1221187Z test_meta_outplace_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1221373Z test_meta_outplace_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1221638Z test_meta_outplace_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1221971Z test_meta_outplace_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1222156Z test_meta_outplace_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1222338Z test_meta_outplace_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1222600Z test_meta_outplace_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1222810Z test_meta_outplace_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1223092Z test_meta_outplace_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1223298Z test_meta_outplace_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1223493Z test_meta_outplace_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1223704Z test_meta_outplace_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1223908Z test_meta_outplace_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1224114Z test_meta_outplace_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1224297Z test_meta_outplace_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1224499Z test_meta_outplace_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1224696Z test_meta_outplace_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1224896Z test_meta_outplace_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1225085Z test_meta_outplace_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1225274Z test_meta_outplace_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1225470Z test_meta_outplace_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1225659Z test_meta_outplace_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1225862Z test_meta_outplace_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1226061Z test_meta_outplace_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1226269Z test_meta_outplace_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1226476Z test_meta_outplace_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1226786Z test_meta_outplace_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.1226989Z test_meta_outplace_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1227191Z test_meta_outplace_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1227394Z test_meta_outplace_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1227590Z test_meta_outplace_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1227780Z test_meta_outplace_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1227976Z test_meta_outplace_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1228150Z test_meta_outplace_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1228499Z test_meta_outplace_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1228704Z test_meta_outplace_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1228899Z test_meta_outplace_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1229183Z test_meta_outplace_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1230171Z test_meta_outplace_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1230427Z test_meta_outplace_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1230621Z test_meta_outplace_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1230812Z test_meta_outplace_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1230997Z test_meta_outplace_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1231182Z test_meta_outplace_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1231373Z test_meta_outplace_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1231558Z test_meta_outplace_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1231741Z test_meta_outplace_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1231923Z test_meta_outplace_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1232107Z test_meta_outplace_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1232284Z test_meta_outplace_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1232472Z test_meta_outplace_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1232672Z test_meta_outplace_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1232878Z test_meta_outplace_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1233089Z test_meta_outplace_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1233295Z test_meta_outplace_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1233495Z test_meta_outplace_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1233699Z test_meta_outplace_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1233900Z test_meta_outplace_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1234101Z test_meta_outplace_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1234295Z test_meta_outplace_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1234484Z test_meta_outplace_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1234680Z test_meta_outplace_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1234989Z test_meta_outplace_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1235323Z test_meta_outplace_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1235563Z test_meta_outplace_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1235780Z test_meta_outplace_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1235989Z test_meta_outplace_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.1236373Z test_meta_outplace_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1236720Z test_meta_outplace_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1236913Z test_meta_outplace_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1237117Z test_meta_outplace_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1237319Z test_meta_outplace_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1237518Z test_meta_outplace_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1237717Z test_meta_outplace_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1238005Z test_meta_outplace_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1238225Z test_meta_outplace_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1238420Z test_meta_outplace_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1238619Z test_meta_outplace_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1238821Z test_meta_outplace_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1239027Z test_meta_outplace_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1239227Z test_meta_outplace_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1239419Z test_meta_outplace_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1239612Z test_meta_outplace_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1239807Z test_meta_outplace_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1239994Z test_meta_outplace_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1240179Z test_meta_outplace_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1240371Z test_meta_outplace_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1240567Z test_meta_outplace_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1240752Z test_meta_outplace_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1240942Z test_meta_outplace_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1241134Z test_meta_outplace_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1241325Z test_meta_outplace_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1241514Z test_meta_outplace_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1241705Z test_meta_outplace_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1242035Z test_meta_outplace_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1242244Z test_meta_outplace_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1242432Z test_meta_outplace_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1242719Z test_meta_outplace_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1243028Z test_meta_outplace_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1243347Z test_meta_outplace_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1243550Z test_meta_outplace_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1243748Z test_meta_outplace_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1243938Z test_meta_outplace_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1244125Z test_meta_outplace_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1244315Z test_meta_outplace_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1244505Z test_meta_outplace_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1244683Z test_meta_outplace_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1244872Z test_meta_outplace_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1245060Z test_meta_outplace_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1245246Z test_meta_outplace_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1245509Z test_meta_outplace_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1245713Z test_meta_outplace_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1245903Z test_meta_outplace_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1246092Z test_meta_outplace_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1246276Z test_meta_outplace_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1246458Z test_meta_outplace_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1246644Z test_meta_outplace_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1246822Z test_meta_outplace_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1247001Z test_meta_outplace_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1247178Z test_meta_outplace_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1247358Z test_meta_outplace_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1247531Z test_meta_outplace_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1247718Z test_meta_outplace_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1247882Z test_meta_outplace_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1248075Z test_meta_outplace_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1248268Z test_meta_outplace_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1248572Z test_meta_outplace_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1248799Z test_meta_outplace_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1248985Z test_meta_outplace_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1249173Z test_meta_outplace_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1249460Z test_meta_outplace_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1249652Z test_meta_outplace_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1249947Z test_meta_outplace_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1250147Z test_meta_outplace_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1250324Z test_meta_outplace_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1250626Z test_meta_outplace_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1250825Z test_meta_outplace_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1251034Z test_meta_outplace_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1251245Z test_meta_outplace_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1251446Z test_meta_outplace_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1251645Z test_meta_outplace_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1251831Z test_meta_outplace_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1252027Z test_meta_outplace_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1252212Z test_meta_outplace_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1252403Z test_meta_outplace_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1252598Z test_meta_outplace_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1252786Z test_meta_outplace_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1253049Z test_meta_outplace_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:43:14.1253258Z test_meta_outplace_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:14.1253446Z test_meta_outplace_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:14.1253632Z test_meta_outplace_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:43:14.1253819Z test_meta_outplace_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:14.1253999Z test_meta_outplace_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:43:14.1254184Z test_meta_outplace_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:14.1254407Z test_meta_outplace_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-11-23T02:43:14.1254585Z test_meta_outplace_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:14.1254766Z test_meta_outplace_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:14.1254941Z test_meta_outplace_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:43:14.1255294Z test_meta_outplace_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1255480Z test_meta_outplace_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1255667Z test_meta_outplace_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1255853Z test_meta_outplace_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1256162Z test_meta_outplace_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1256466Z test_meta_outplace_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1256657Z test_meta_outplace_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1256837Z test_meta_outplace_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1257026Z test_meta_outplace_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1257203Z test_meta_outplace_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1257396Z test_meta_outplace_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1257581Z test_meta_outplace_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1257771Z test_meta_outplace_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1257961Z test_meta_outplace_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1258256Z test_meta_outplace_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1258444Z test_meta_outplace_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:14.1258627Z test_meta_outplace_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1258815Z test_meta_outplace_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1259000Z test_meta_outplace_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1259166Z test_meta_outplace_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1259357Z test_meta_outplace_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1259538Z test_meta_outplace_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1259726Z test_meta_outplace_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1259917Z test_meta_outplace_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1260105Z test_meta_outplace_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1260289Z test_meta_outplace_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1260541Z test_meta_outplace_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1260742Z test_meta_outplace_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1260924Z test_meta_outplace_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1261103Z test_meta_outplace_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1261301Z test_meta_outplace_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1261503Z test_meta_outplace_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1261830Z test_meta_outplace_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1262029Z test_meta_outplace_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1262222Z test_meta_outplace_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1262419Z test_meta_outplace_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1262701Z test_meta_outplace_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1263011Z test_meta_outplace_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1263208Z test_meta_outplace_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1263398Z test_meta_outplace_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1263583Z test_meta_outplace_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1263779Z test_meta_outplace_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1263977Z test_meta_outplace_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1264170Z test_meta_outplace_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1264361Z test_meta_outplace_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1264555Z test_meta_outplace_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1264743Z test_meta_outplace_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1264929Z test_meta_outplace_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1265112Z test_meta_outplace_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1265295Z test_meta_outplace_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1265478Z test_meta_outplace_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1265761Z test_meta_outplace_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1265982Z test_meta_outplace_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1266207Z test_meta_outplace_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1266435Z test_meta_outplace_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1266635Z test_meta_outplace_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1266854Z test_meta_outplace_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1267068Z test_meta_outplace_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1267279Z test_meta_outplace_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1267492Z test_meta_outplace_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1267698Z test_meta_outplace_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1267908Z test_meta_outplace_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1268188Z test_meta_outplace_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1268529Z test_meta_outplace_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1268722Z test_meta_outplace_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1268917Z test_meta_outplace_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1269233Z test_meta_outplace_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1269441Z test_meta_outplace_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1269752Z test_meta_outplace_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1269944Z test_meta_outplace_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1270129Z test_meta_outplace_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1270320Z test_meta_outplace_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1270507Z test_meta_outplace_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1270678Z test_meta_outplace_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1270861Z test_meta_outplace_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1271054Z test_meta_outplace_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1271245Z test_meta_outplace_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1271440Z test_meta_outplace_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1271623Z test_meta_outplace_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1271809Z test_meta_outplace_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1271997Z test_meta_outplace_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1272184Z test_meta_outplace_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1272368Z test_meta_outplace_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1272545Z test_meta_outplace_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1272725Z test_meta_outplace_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1272902Z test_meta_outplace_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1273103Z test_meta_outplace_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1273397Z test_meta_outplace_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1273600Z test_meta_outplace_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1273801Z test_meta_outplace_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1274007Z test_meta_outplace_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1274188Z test_meta_outplace_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1274379Z test_meta_outplace_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1274565Z test_meta_outplace_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1274757Z test_meta_outplace_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1275104Z test_meta_outplace_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1275296Z test_meta_outplace_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1275483Z test_meta_outplace_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1275702Z test_meta_outplace_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1276161Z test_meta_outplace_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1276387Z test_meta_outplace_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1276590Z test_meta_outplace_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1276790Z test_meta_outplace_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1276985Z test_meta_outplace_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1277177Z test_meta_outplace_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1277363Z test_meta_outplace_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1277555Z test_meta_outplace_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1277747Z test_meta_outplace_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1277941Z test_meta_outplace_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1278112Z test_meta_outplace_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1278301Z test_meta_outplace_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1278507Z test_meta_outplace_diagonal_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1278703Z test_meta_outplace_diagonal_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1278913Z test_meta_outplace_diagonal_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1279122Z test_meta_outplace_diagonal_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1279328Z test_meta_outplace_diagonal_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1279530Z test_meta_outplace_diagonal_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1279734Z test_meta_outplace_diagonal_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1279936Z test_meta_outplace_diagonal_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1280133Z test_meta_outplace_diagonal_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1280331Z test_meta_outplace_diagonal_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1280524Z test_meta_outplace_diagonal_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1280821Z test_meta_outplace_diagonal_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1281014Z test_meta_outplace_diagonal_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1281208Z test_meta_outplace_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1281495Z test_meta_outplace_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1281752Z test_meta_outplace_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1281952Z test_meta_outplace_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1282129Z test_meta_outplace_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1282443Z test_meta_outplace_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1282760Z test_meta_outplace_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1282961Z test_meta_outplace_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1283155Z test_meta_outplace_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1283348Z test_meta_outplace_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1283619Z test_meta_outplace_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1283822Z test_meta_outplace_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1284013Z test_meta_outplace_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1284225Z test_meta_outplace_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1284429Z test_meta_outplace_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1284639Z test_meta_outplace_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1284850Z test_meta_outplace_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1285052Z test_meta_outplace_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1285259Z test_meta_outplace_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1285465Z test_meta_outplace_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1285668Z test_meta_outplace_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1285870Z test_meta_outplace_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1286052Z test_meta_outplace_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1286242Z test_meta_outplace_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.225s) 2022-11-23T02:43:14.1286426Z test_meta_outplace_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1286625Z test_meta_outplace_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:43:14.1286816Z test_meta_outplace_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:43:14.1287002Z test_meta_outplace_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-11-23T02:43:14.1287189Z test_meta_outplace_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-11-23T02:43:14.1287373Z test_meta_outplace_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-11-23T02:43:14.1287555Z test_meta_outplace_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.183s) 2022-11-23T02:43:14.1287736Z test_meta_outplace_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-11-23T02:43:14.1287912Z test_meta_outplace_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-11-23T02:43:14.1288220Z test_meta_outplace_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-11-23T02:43:14.1288507Z test_meta_outplace_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-11-23T02:43:14.1288693Z test_meta_outplace_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1289021Z test_meta_outplace_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1289346Z test_meta_outplace_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1289550Z test_meta_outplace_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1289742Z test_meta_outplace_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1289913Z test_meta_outplace_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1290097Z test_meta_outplace_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1290284Z test_meta_outplace_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1290470Z test_meta_outplace_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1290659Z test_meta_outplace_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:14.1290849Z test_meta_outplace_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:14.1291041Z test_meta_outplace_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-11-23T02:43:14.1291308Z test_meta_outplace_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-11-23T02:43:14.1291512Z test_meta_outplace_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-11-23T02:43:14.1291695Z test_meta_outplace_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-11-23T02:43:14.1291909Z test_meta_outplace_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:14.1292122Z test_meta_outplace_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:14.1292329Z test_meta_outplace_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:43:14.1292535Z test_meta_outplace_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:43:14.1292738Z test_meta_outplace_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:14.1292941Z test_meta_outplace_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1293140Z test_meta_outplace_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.1293346Z test_meta_outplace_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1293535Z test_meta_outplace_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1293748Z test_meta_outplace_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1293956Z test_meta_outplace_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1294178Z test_meta_outplace_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1294393Z test_meta_outplace_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1300541Z test_meta_outplace_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1300832Z test_meta_outplace_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1301054Z test_meta_outplace_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1301435Z test_meta_outplace_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1301652Z test_meta_outplace_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1301863Z test_meta_outplace_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1302470Z test_meta_outplace_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1302689Z test_meta_outplace_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1302889Z test_meta_outplace_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1303108Z test_meta_outplace_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1303312Z test_meta_outplace_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1303520Z test_meta_outplace_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1303719Z test_meta_outplace_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1303925Z test_meta_outplace_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1304129Z test_meta_outplace_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1304332Z test_meta_outplace_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1304520Z test_meta_outplace_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1304723Z test_meta_outplace_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1305000Z test_meta_outplace_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1305217Z test_meta_outplace_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1305409Z test_meta_outplace_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1305595Z test_meta_outplace_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1305781Z test_meta_outplace_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1305963Z test_meta_outplace_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1306161Z test_meta_outplace_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1306347Z test_meta_outplace_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1306547Z test_meta_outplace_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1306748Z test_meta_outplace_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1306941Z test_meta_outplace_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1307133Z test_meta_outplace_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1307325Z test_meta_outplace_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1307516Z test_meta_outplace_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1307838Z test_meta_outplace_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1308062Z test_meta_outplace_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1308232Z test_meta_outplace_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1308416Z test_meta_outplace_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1308726Z test_meta_outplace_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1309052Z test_meta_outplace_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1309255Z test_meta_outplace_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1309456Z test_meta_outplace_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1309650Z test_meta_outplace_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1309837Z test_meta_outplace_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1310127Z test_meta_outplace_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1310315Z test_meta_outplace_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1310504Z test_meta_outplace_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1310694Z test_meta_outplace_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1310878Z test_meta_outplace_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1311063Z test_meta_outplace_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1311246Z test_meta_outplace_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1311426Z test_meta_outplace_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1311618Z test_meta_outplace_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1311788Z test_meta_outplace_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1311985Z test_meta_outplace_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1312182Z test_meta_outplace_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1312374Z test_meta_outplace_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1312641Z test_meta_outplace_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1312848Z test_meta_outplace_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1313036Z test_meta_outplace_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1313226Z test_meta_outplace_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1313408Z test_meta_outplace_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1313593Z test_meta_outplace_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1313778Z test_meta_outplace_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1313960Z test_meta_outplace_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1314153Z test_meta_outplace_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1314500Z test_meta_outplace_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1314707Z test_meta_outplace_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1314893Z test_meta_outplace_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1315083Z test_meta_outplace_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1315390Z test_meta_outplace_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1315685Z test_meta_outplace_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1315881Z test_meta_outplace_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1316074Z test_meta_outplace_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1316266Z test_meta_outplace_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1316462Z test_meta_outplace_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1316649Z test_meta_outplace_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:14.1316838Z test_meta_outplace_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1317025Z test_meta_outplace_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1317209Z test_meta_outplace_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1317392Z test_meta_outplace_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1318277Z test_meta_outplace_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1318463Z test_meta_outplace_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1318644Z test_meta_outplace_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1318848Z test_meta_outplace_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1319041Z test_meta_outplace_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1319242Z test_meta_outplace_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1319444Z test_meta_outplace_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1319645Z test_meta_outplace_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1319824Z test_meta_outplace_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1320019Z test_meta_outplace_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1320206Z test_meta_outplace_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1320397Z test_meta_outplace_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1320681Z test_meta_outplace_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1321004Z test_meta_outplace_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1321245Z test_meta_outplace_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1321438Z test_meta_outplace_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1321622Z test_meta_outplace_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1321920Z test_meta_outplace_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1322222Z test_meta_outplace_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1322417Z test_meta_outplace_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1322604Z test_meta_outplace_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1322787Z test_meta_outplace_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1322973Z test_meta_outplace_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1323153Z test_meta_outplace_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1323331Z test_meta_outplace_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1323509Z test_meta_outplace_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1323666Z test_meta_outplace_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1323843Z test_meta_outplace_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1324027Z test_meta_outplace_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1324217Z test_meta_outplace_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1324389Z test_meta_outplace_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1324577Z test_meta_outplace_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1324773Z test_meta_outplace_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1324963Z test_meta_outplace_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1325150Z test_meta_outplace_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1325341Z test_meta_outplace_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1325524Z test_meta_outplace_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1325814Z test_meta_outplace_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1325991Z test_meta_outplace_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1326172Z test_meta_outplace_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1326350Z test_meta_outplace_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1326540Z test_meta_outplace_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1326720Z test_meta_outplace_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1326888Z test_meta_outplace_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1327073Z test_meta_outplace_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1327254Z test_meta_outplace_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1327434Z test_meta_outplace_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1327746Z test_meta_outplace_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1327926Z test_meta_outplace_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1328105Z test_meta_outplace_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1328463Z test_meta_outplace_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1328815Z test_meta_outplace_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1329005Z test_meta_outplace_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1329192Z test_meta_outplace_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1329379Z test_meta_outplace_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1329561Z test_meta_outplace_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1329750Z test_meta_outplace_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1329933Z test_meta_outplace_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1330110Z test_meta_outplace_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1330290Z test_meta_outplace_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1330475Z test_meta_outplace_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1330647Z test_meta_outplace_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1330840Z test_meta_outplace_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1331030Z test_meta_outplace_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1331220Z test_meta_outplace_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1331403Z test_meta_outplace_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1331593Z test_meta_outplace_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1331776Z test_meta_outplace_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1331958Z test_meta_outplace_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1332146Z test_meta_outplace_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1332336Z test_meta_outplace_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1332516Z test_meta_outplace_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1332698Z test_meta_outplace_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1332884Z test_meta_outplace_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1333067Z test_meta_outplace_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1333353Z test_meta_outplace_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1333535Z test_meta_outplace_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1333713Z test_meta_outplace_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1333877Z test_meta_outplace_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1334187Z test_meta_outplace_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1334382Z test_meta_outplace_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1334560Z test_meta_outplace_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1334755Z test_meta_outplace_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1335062Z test_meta_outplace_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1335383Z test_meta_outplace_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1335581Z test_meta_outplace_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1335765Z test_meta_outplace_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1335948Z test_meta_outplace_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1336208Z test_meta_outplace_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1336408Z test_meta_outplace_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1336582Z test_meta_outplace_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1336760Z test_meta_outplace_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1336934Z test_meta_outplace_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1337132Z test_meta_outplace_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1337328Z test_meta_outplace_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1337532Z test_meta_outplace_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1337717Z test_meta_outplace_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1337914Z test_meta_outplace_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1338104Z test_meta_outplace_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1338287Z test_meta_outplace_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1338477Z test_meta_outplace_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1338670Z test_meta_outplace_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1338858Z test_meta_outplace_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1339054Z test_meta_outplace_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1339241Z test_meta_outplace_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1339432Z test_meta_outplace_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1339617Z test_meta_outplace_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1339814Z test_meta_outplace_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1340011Z test_meta_outplace_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1340199Z test_meta_outplace_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1340388Z test_meta_outplace_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1340658Z test_meta_outplace_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1340995Z test_meta_outplace_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1341178Z test_meta_outplace_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1341349Z test_meta_outplace_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1341667Z test_meta_outplace_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1341991Z test_meta_outplace_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1342186Z test_meta_outplace_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1342487Z test_meta_outplace_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1342676Z test_meta_outplace_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1342974Z test_meta_outplace_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1343165Z test_meta_outplace_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1343352Z test_meta_outplace_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1343532Z test_meta_outplace_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1343713Z test_meta_outplace_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1343977Z test_meta_outplace_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1344173Z test_meta_outplace_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1344358Z test_meta_outplace_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:43:14.1344540Z test_meta_outplace_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:43:14.1344731Z test_meta_outplace_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:43:14.1344920Z test_meta_outplace_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:43:14.1345090Z test_meta_outplace_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.128s) 2022-11-23T02:43:14.1345273Z test_meta_outplace_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.158s) 2022-11-23T02:43:14.1345452Z test_meta_outplace_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-11-23T02:43:14.1345631Z test_meta_outplace_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-11-23T02:43:14.1345812Z test_meta_outplace_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:43:14.1345986Z test_meta_outplace_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-11-23T02:43:14.1346162Z test_meta_outplace_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:43:14.1346334Z test_meta_outplace_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:43:14.1346519Z test_meta_outplace_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1346718Z test_meta_outplace_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1346918Z test_meta_outplace_fft_fft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1347109Z test_meta_outplace_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1347302Z test_meta_outplace_fft_fft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1347492Z test_meta_outplace_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1347677Z test_meta_outplace_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1347867Z test_meta_outplace_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1348055Z test_meta_outplace_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1348417Z test_meta_outplace_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1348597Z test_meta_outplace_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1348879Z test_meta_outplace_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1349177Z test_meta_outplace_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1349477Z test_meta_outplace_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1349679Z test_meta_outplace_fft_fft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1349992Z test_meta_outplace_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1350188Z test_meta_outplace_fft_fft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1350500Z test_meta_outplace_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1350696Z test_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1350995Z test_meta_outplace_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1351189Z test_meta_outplace_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1351575Z test_meta_outplace_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1351997Z test_meta_outplace_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1352448Z test_meta_outplace_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1352677Z test_meta_outplace_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1353003Z test_meta_outplace_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1353205Z test_meta_outplace_fft_fftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1353526Z test_meta_outplace_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1353710Z test_meta_outplace_fft_fftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1354028Z test_meta_outplace_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1354220Z test_meta_outplace_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1354540Z test_meta_outplace_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1354746Z test_meta_outplace_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1355045Z test_meta_outplace_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1355234Z test_meta_outplace_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1355543Z test_meta_outplace_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1355756Z test_meta_outplace_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1356066Z test_meta_outplace_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1356283Z test_meta_outplace_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1356609Z test_meta_outplace_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1356823Z test_meta_outplace_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1357149Z test_meta_outplace_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1357354Z test_meta_outplace_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1357679Z test_meta_outplace_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1357882Z test_meta_outplace_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1358191Z test_meta_outplace_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1358366Z test_meta_outplace_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1358785Z test_meta_outplace_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1359091Z test_meta_outplace_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1359289Z test_meta_outplace_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1359568Z test_meta_outplace_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1359811Z test_meta_outplace_fft_hfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1360121Z test_meta_outplace_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1360325Z test_meta_outplace_fft_hfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1360510Z test_meta_outplace_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1360821Z test_meta_outplace_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1361120Z test_meta_outplace_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1361335Z test_meta_outplace_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1361524Z test_meta_outplace_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1362418Z test_meta_outplace_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1362666Z test_meta_outplace_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1362858Z test_meta_outplace_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1363058Z test_meta_outplace_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1363255Z test_meta_outplace_fft_hfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1363429Z test_meta_outplace_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1363627Z test_meta_outplace_fft_hfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1363814Z test_meta_outplace_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1363996Z test_meta_outplace_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1364189Z test_meta_outplace_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1364377Z test_meta_outplace_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1364564Z test_meta_outplace_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1364748Z test_meta_outplace_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1364935Z test_meta_outplace_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1365121Z test_meta_outplace_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1365329Z test_meta_outplace_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1365529Z test_meta_outplace_fft_hfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1365722Z test_meta_outplace_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1365921Z test_meta_outplace_fft_hfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1366110Z test_meta_outplace_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1366295Z test_meta_outplace_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1366484Z test_meta_outplace_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1366672Z test_meta_outplace_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1366848Z test_meta_outplace_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1367352Z test_meta_outplace_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1367543Z test_meta_outplace_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1367733Z test_meta_outplace_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1368207Z test_meta_outplace_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1368661Z test_meta_outplace_fft_ifft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1368872Z test_meta_outplace_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1369156Z test_meta_outplace_fft_ifft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1369376Z test_meta_outplace_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1369671Z test_meta_outplace_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1369874Z test_meta_outplace_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1370124Z test_meta_outplace_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1370373Z test_meta_outplace_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1370659Z test_meta_outplace_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1370862Z test_meta_outplace_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1371051Z test_meta_outplace_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1371249Z test_meta_outplace_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1371444Z test_meta_outplace_fft_ifft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1371636Z test_meta_outplace_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1371818Z test_meta_outplace_fft_ifft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1372004Z test_meta_outplace_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1372188Z test_meta_outplace_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1372377Z test_meta_outplace_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1372563Z test_meta_outplace_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1372750Z test_meta_outplace_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1372933Z test_meta_outplace_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1373118Z test_meta_outplace_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1373304Z test_meta_outplace_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1373508Z test_meta_outplace_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1373705Z test_meta_outplace_fft_ifftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1373901Z test_meta_outplace_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1374093Z test_meta_outplace_fft_ifftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1374284Z test_meta_outplace_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1374467Z test_meta_outplace_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1374656Z test_meta_outplace_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1374846Z test_meta_outplace_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1375033Z test_meta_outplace_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1375299Z test_meta_outplace_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1375646Z test_meta_outplace_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1375858Z test_meta_outplace_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1376056Z test_meta_outplace_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1376269Z test_meta_outplace_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1376706Z test_meta_outplace_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1376920Z test_meta_outplace_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1377245Z test_meta_outplace_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1377454Z test_meta_outplace_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1377786Z test_meta_outplace_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1377990Z test_meta_outplace_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1378311Z test_meta_outplace_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1378585Z test_meta_outplace_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1378934Z test_meta_outplace_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1379252Z test_meta_outplace_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1379454Z test_meta_outplace_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1379779Z test_meta_outplace_fft_ihfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1379986Z test_meta_outplace_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1380292Z test_meta_outplace_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1380475Z test_meta_outplace_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1380809Z test_meta_outplace_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1381053Z test_meta_outplace_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1381384Z test_meta_outplace_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1381588Z test_meta_outplace_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1381976Z test_meta_outplace_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1382339Z test_meta_outplace_fft_ihfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1382684Z test_meta_outplace_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1383116Z test_meta_outplace_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1383423Z test_meta_outplace_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1383617Z test_meta_outplace_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1383965Z test_meta_outplace_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1384209Z test_meta_outplace_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1384593Z test_meta_outplace_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1384799Z test_meta_outplace_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1385155Z test_meta_outplace_fft_ihfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1385407Z test_meta_outplace_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1385859Z test_meta_outplace_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1386512Z test_meta_outplace_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1387188Z test_meta_outplace_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1387660Z test_meta_outplace_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1388046Z test_meta_outplace_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1388513Z test_meta_outplace_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1388958Z test_meta_outplace_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.286s) 2022-11-23T02:43:14.1389439Z test_meta_outplace_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1389933Z test_meta_outplace_fft_irfft2_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1390332Z test_meta_outplace_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1390837Z test_meta_outplace_fft_irfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1391288Z test_meta_outplace_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1392157Z test_meta_outplace_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1392668Z test_meta_outplace_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1393342Z test_meta_outplace_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1393878Z test_meta_outplace_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1394093Z test_meta_outplace_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1394454Z test_meta_outplace_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1394667Z test_meta_outplace_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1395074Z test_meta_outplace_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1395345Z test_meta_outplace_fft_irfft_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1395548Z test_meta_outplace_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1395742Z test_meta_outplace_fft_irfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1395934Z test_meta_outplace_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1396189Z test_meta_outplace_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1396523Z test_meta_outplace_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1396787Z test_meta_outplace_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1396986Z test_meta_outplace_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1397325Z test_meta_outplace_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1397554Z test_meta_outplace_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1397750Z test_meta_outplace_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1397954Z test_meta_outplace_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1398154Z test_meta_outplace_fft_irfftn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1398357Z test_meta_outplace_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1398553Z test_meta_outplace_fft_irfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1398887Z test_meta_outplace_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1399282Z test_meta_outplace_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1399456Z test_meta_outplace_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1399642Z test_meta_outplace_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1399831Z test_meta_outplace_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1400244Z test_meta_outplace_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1400621Z test_meta_outplace_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1400992Z test_meta_outplace_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1401484Z test_meta_outplace_fft_rfft2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1401850Z test_meta_outplace_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1402270Z test_meta_outplace_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1402472Z test_meta_outplace_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1402661Z test_meta_outplace_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1402987Z test_meta_outplace_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1403241Z test_meta_outplace_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1403430Z test_meta_outplace_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1403618Z test_meta_outplace_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1403834Z test_meta_outplace_fft_rfft_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1404177Z test_meta_outplace_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1404387Z test_meta_outplace_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1404575Z test_meta_outplace_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1404746Z test_meta_outplace_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1404959Z test_meta_outplace_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1405261Z test_meta_outplace_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1405545Z test_meta_outplace_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1405739Z test_meta_outplace_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1405931Z test_meta_outplace_fft_rfftn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1406116Z test_meta_outplace_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1406304Z test_meta_outplace_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1406491Z test_meta_outplace_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1406678Z test_meta_outplace_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1406866Z test_meta_outplace_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1407182Z test_meta_outplace_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1407509Z test_meta_outplace_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1407705Z test_meta_outplace_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1407888Z test_meta_outplace_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1408076Z test_meta_outplace_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1408381Z test_meta_outplace_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1408817Z test_meta_outplace_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1409008Z test_meta_outplace_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1409192Z test_meta_outplace_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1409453Z test_meta_outplace_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1409797Z test_meta_outplace_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1409987Z test_meta_outplace_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1410171Z test_meta_outplace_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1410354Z test_meta_outplace_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1410534Z test_meta_outplace_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1410733Z test_meta_outplace_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1410918Z test_meta_outplace_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1411130Z test_meta_outplace_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1411640Z test_meta_outplace_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1412038Z test_meta_outplace_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1412409Z test_meta_outplace_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1412786Z test_meta_outplace_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1413153Z test_meta_outplace_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1413522Z test_meta_outplace_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1413858Z test_meta_outplace_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1414219Z test_meta_outplace_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1414569Z test_meta_outplace_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1414916Z test_meta_outplace_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1415265Z test_meta_outplace_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1415452Z test_meta_outplace_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1415647Z test_meta_outplace_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1415948Z test_meta_outplace_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1416246Z test_meta_outplace_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1416440Z test_meta_outplace_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1416737Z test_meta_outplace_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1416927Z test_meta_outplace_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1417110Z test_meta_outplace_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1417294Z test_meta_outplace_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1417477Z test_meta_outplace_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1417655Z test_meta_outplace_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1417849Z test_meta_outplace_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1418022Z test_meta_outplace_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1418218Z test_meta_outplace_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1418535Z test_meta_outplace_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1418727Z test_meta_outplace_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1418919Z test_meta_outplace_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1419113Z test_meta_outplace_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1419303Z test_meta_outplace_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1419488Z test_meta_outplace_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1419673Z test_meta_outplace_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1419858Z test_meta_outplace_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1420041Z test_meta_outplace_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1420238Z test_meta_outplace_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1420420Z test_meta_outplace_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1420618Z test_meta_outplace_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1420813Z test_meta_outplace_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1421087Z test_meta_outplace_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1421295Z test_meta_outplace_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1421485Z test_meta_outplace_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1421656Z test_meta_outplace_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1421840Z test_meta_outplace_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1422174Z test_meta_outplace_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1422417Z test_meta_outplace_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1422606Z test_meta_outplace_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1422797Z test_meta_outplace_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1422984Z test_meta_outplace_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1423178Z test_meta_outplace_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1423372Z test_meta_outplace_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1423567Z test_meta_outplace_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1423754Z test_meta_outplace_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1423975Z test_meta_outplace_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1424317Z test_meta_outplace_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1424516Z test_meta_outplace_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1424698Z test_meta_outplace_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1424883Z test_meta_outplace_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1425066Z test_meta_outplace_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1425249Z test_meta_outplace_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1425505Z test_meta_outplace_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1425866Z test_meta_outplace_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1426243Z test_meta_outplace_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1426670Z test_meta_outplace_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1426872Z test_meta_outplace_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1427180Z test_meta_outplace_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1427381Z test_meta_outplace_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1427575Z test_meta_outplace_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1427762Z test_meta_outplace_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1428203Z test_meta_outplace_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1428457Z test_meta_outplace_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1428760Z test_meta_outplace_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1428965Z test_meta_outplace_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1429154Z test_meta_outplace_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1429344Z test_meta_outplace_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1429625Z test_meta_outplace_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1429831Z test_meta_outplace_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1430015Z test_meta_outplace_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1430179Z test_meta_outplace_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1430362Z test_meta_outplace_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1430541Z test_meta_outplace_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1430748Z test_meta_outplace_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:14.1430949Z test_meta_outplace_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:14.1431149Z test_meta_outplace_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-11-23T02:43:14.1431350Z test_meta_outplace_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:14.1431546Z test_meta_outplace_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1431739Z test_meta_outplace_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1431926Z test_meta_outplace_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1432119Z test_meta_outplace_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1432307Z test_meta_outplace_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1432499Z test_meta_outplace_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1432740Z test_meta_outplace_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1432927Z test_meta_outplace_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1433110Z test_meta_outplace_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1433298Z test_meta_outplace_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1433480Z test_meta_outplace_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1433646Z test_meta_outplace_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1433825Z test_meta_outplace_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1434006Z test_meta_outplace_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1434181Z test_meta_outplace_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1434466Z test_meta_outplace_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1434650Z test_meta_outplace_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1434834Z test_meta_outplace_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1435022Z test_meta_outplace_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1435208Z test_meta_outplace_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1435385Z test_meta_outplace_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1435565Z test_meta_outplace_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1435740Z test_meta_outplace_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1435919Z test_meta_outplace_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1436097Z test_meta_outplace_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1436283Z test_meta_outplace_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1436466Z test_meta_outplace_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1436650Z test_meta_outplace_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1436885Z test_meta_outplace_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1437084Z test_meta_outplace_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1437262Z test_meta_outplace_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1437437Z test_meta_outplace_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1437617Z test_meta_outplace_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1437792Z test_meta_outplace_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1437985Z test_meta_outplace_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1438168Z test_meta_outplace_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1438353Z test_meta_outplace_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1438541Z test_meta_outplace_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1438728Z test_meta_outplace_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1438919Z test_meta_outplace_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1439106Z test_meta_outplace_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1439293Z test_meta_outplace_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1439474Z test_meta_outplace_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1439674Z test_meta_outplace_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1439865Z test_meta_outplace_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1440055Z test_meta_outplace_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1440226Z test_meta_outplace_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1440410Z test_meta_outplace_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1440593Z test_meta_outplace_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1440771Z test_meta_outplace_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1440950Z test_meta_outplace_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1441128Z test_meta_outplace_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1441400Z test_meta_outplace_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1441581Z test_meta_outplace_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1441778Z test_meta_outplace_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1441969Z test_meta_outplace_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1442176Z test_meta_outplace_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1442374Z test_meta_outplace_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1442565Z test_meta_outplace_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1442752Z test_meta_outplace_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1442934Z test_meta_outplace_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1443122Z test_meta_outplace_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1443317Z test_meta_outplace_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1443504Z test_meta_outplace_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1443677Z test_meta_outplace_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1443944Z test_meta_outplace_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1444324Z test_meta_outplace_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1444514Z test_meta_outplace_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1444708Z test_meta_outplace_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1445139Z test_meta_outplace_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1445340Z test_meta_outplace_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1445553Z test_meta_outplace_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1445848Z test_meta_outplace_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1446038Z test_meta_outplace_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1446227Z test_meta_outplace_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1446411Z test_meta_outplace_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1446596Z test_meta_outplace_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1446778Z test_meta_outplace_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1446960Z test_meta_outplace_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1447141Z test_meta_outplace_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1447320Z test_meta_outplace_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1447483Z test_meta_outplace_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1447658Z test_meta_outplace_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1447843Z test_meta_outplace_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1448023Z test_meta_outplace_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1448206Z test_meta_outplace_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1448387Z test_meta_outplace_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1448566Z test_meta_outplace_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1448744Z test_meta_outplace_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1448920Z test_meta_outplace_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1449195Z test_meta_outplace_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1449372Z test_meta_outplace_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1449550Z test_meta_outplace_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1449752Z test_meta_outplace_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:14.1449946Z test_meta_outplace_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:14.1450135Z test_meta_outplace_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:14.1450324Z test_meta_outplace_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1450524Z test_meta_outplace_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-11-23T02:43:14.1450725Z test_meta_outplace_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:14.1450914Z test_meta_outplace_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.1451107Z test_meta_outplace_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-11-23T02:43:14.1451294Z test_meta_outplace_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1451549Z test_meta_outplace_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:14.1451758Z test_meta_outplace_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.1451949Z test_meta_outplace_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:14.1452138Z test_meta_outplace_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.1452328Z test_meta_outplace_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:14.1452533Z test_meta_outplace_grid_sampler_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.870s) 2022-11-23T02:43:14.1452742Z test_meta_outplace_grid_sampler_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.883s) 2022-11-23T02:43:14.1452945Z test_meta_outplace_grid_sampler_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.923s) 2022-11-23T02:43:14.1453131Z test_meta_outplace_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1453313Z test_meta_outplace_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1453496Z test_meta_outplace_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1453677Z test_meta_outplace_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1453854Z test_meta_outplace_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1454031Z test_meta_outplace_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1454229Z test_meta_outplace_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1454408Z test_meta_outplace_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1454587Z test_meta_outplace_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1454765Z test_meta_outplace_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1454952Z test_meta_outplace_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1455138Z test_meta_outplace_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1455331Z test_meta_outplace_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1455524Z test_meta_outplace_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1455711Z test_meta_outplace_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1455896Z test_meta_outplace_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1456083Z test_meta_outplace_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1457019Z test_meta_outplace_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1457203Z test_meta_outplace_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1457384Z test_meta_outplace_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1457569Z test_meta_outplace_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1457746Z test_meta_outplace_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1457947Z test_meta_outplace_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:14.1458142Z test_meta_outplace_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1458323Z test_meta_outplace_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.1458514Z test_meta_outplace_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1458706Z test_meta_outplace_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1458896Z test_meta_outplace_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1459088Z test_meta_outplace_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.1459278Z test_meta_outplace_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1459562Z test_meta_outplace_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:14.1459768Z test_meta_outplace_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1459956Z test_meta_outplace_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.267s) 2022-11-23T02:43:14.1460144Z test_meta_outplace_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.258s) 2022-11-23T02:43:14.1460327Z test_meta_outplace_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.284s) 2022-11-23T02:43:14.1460513Z test_meta_outplace_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-11-23T02:43:14.1460697Z test_meta_outplace_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.257s) 2022-11-23T02:43:14.1460880Z test_meta_outplace_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.257s) 2022-11-23T02:43:14.1461074Z test_meta_outplace_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1461263Z test_meta_outplace_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1461461Z test_meta_outplace_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1461659Z test_meta_outplace_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1461832Z test_meta_outplace_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1462023Z test_meta_outplace_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1462211Z test_meta_outplace_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1462403Z test_meta_outplace_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1462590Z test_meta_outplace_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1462774Z test_meta_outplace_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1462962Z test_meta_outplace_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1463146Z test_meta_outplace_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1463328Z test_meta_outplace_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1463520Z test_meta_outplace_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1463702Z test_meta_outplace_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1463898Z test_meta_outplace_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1464183Z test_meta_outplace_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1464370Z test_meta_outplace_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1464561Z test_meta_outplace_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1464753Z test_meta_outplace_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1464940Z test_meta_outplace_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1465129Z test_meta_outplace_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1465297Z test_meta_outplace_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1465480Z test_meta_outplace_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1465661Z test_meta_outplace_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1465848Z test_meta_outplace_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1466037Z test_meta_outplace_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1466224Z test_meta_outplace_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1466410Z test_meta_outplace_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1466670Z test_meta_outplace_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1466873Z test_meta_outplace_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1467049Z test_meta_outplace_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1467232Z test_meta_outplace_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1467414Z test_meta_outplace_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1467594Z test_meta_outplace_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1467776Z test_meta_outplace_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1467953Z test_meta_outplace_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1468123Z test_meta_outplace_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1468302Z test_meta_outplace_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1468463Z test_meta_outplace_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1468656Z test_meta_outplace_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1468844Z test_meta_outplace_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1469038Z test_meta_outplace_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1469230Z test_meta_outplace_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1469426Z test_meta_outplace_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1469614Z test_meta_outplace_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1469805Z test_meta_outplace_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1470001Z test_meta_outplace_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1470193Z test_meta_outplace_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1470396Z test_meta_outplace_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1470599Z test_meta_outplace_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1470792Z test_meta_outplace_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1470986Z test_meta_outplace_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1471264Z test_meta_outplace_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1471447Z test_meta_outplace_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1471635Z test_meta_outplace_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1471823Z test_meta_outplace_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1472000Z test_meta_outplace_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1472190Z test_meta_outplace_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1472378Z test_meta_outplace_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1472577Z test_meta_outplace_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1472767Z test_meta_outplace_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1472976Z test_meta_outplace_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1473176Z test_meta_outplace_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1473370Z test_meta_outplace_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1473559Z test_meta_outplace_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1473818Z test_meta_outplace_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1474027Z test_meta_outplace_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1474211Z test_meta_outplace_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1474394Z test_meta_outplace_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1474581Z test_meta_outplace_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1474778Z test_meta_outplace_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1474973Z test_meta_outplace_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1475167Z test_meta_outplace_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1475368Z test_meta_outplace_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1475555Z test_meta_outplace_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1475746Z test_meta_outplace_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1475933Z test_meta_outplace_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1476323Z test_meta_outplace_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1476528Z test_meta_outplace_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1476715Z test_meta_outplace_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1476899Z test_meta_outplace_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1477089Z test_meta_outplace_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1477395Z test_meta_outplace_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1477716Z test_meta_outplace_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1477914Z test_meta_outplace_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1478114Z test_meta_outplace_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1478312Z test_meta_outplace_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1478501Z test_meta_outplace_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1478796Z test_meta_outplace_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1478984Z test_meta_outplace_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1479168Z test_meta_outplace_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1479364Z test_meta_outplace_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1479555Z test_meta_outplace_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1479729Z test_meta_outplace_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1479918Z test_meta_outplace_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1480105Z test_meta_outplace_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1480306Z test_meta_outplace_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:14.1480511Z test_meta_outplace_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:14.1480713Z test_meta_outplace_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:14.1480912Z test_meta_outplace_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:14.1481178Z test_meta_outplace_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:14.1481386Z test_meta_outplace_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-11-23T02:43:14.1481571Z test_meta_outplace_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:14.1481764Z test_meta_outplace_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:14.1481951Z test_meta_outplace_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:14.1482149Z test_meta_outplace_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1482345Z test_meta_outplace_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1482552Z test_meta_outplace_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1482756Z test_meta_outplace_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1482964Z test_meta_outplace_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1483164Z test_meta_outplace_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1483346Z test_meta_outplace_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1483545Z test_meta_outplace_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1483742Z test_meta_outplace_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1483931Z test_meta_outplace_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1484123Z test_meta_outplace_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1484315Z test_meta_outplace_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1484503Z test_meta_outplace_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1484701Z test_meta_outplace_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1484895Z test_meta_outplace_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1485087Z test_meta_outplace_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1485274Z test_meta_outplace_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1485464Z test_meta_outplace_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1485652Z test_meta_outplace_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1485930Z test_meta_outplace_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1486111Z test_meta_outplace_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1486301Z test_meta_outplace_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1486493Z test_meta_outplace_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1486679Z test_meta_outplace_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1486847Z test_meta_outplace_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1487026Z test_meta_outplace_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1487206Z test_meta_outplace_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1487386Z test_meta_outplace_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1487567Z test_meta_outplace_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1487745Z test_meta_outplace_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1487923Z test_meta_outplace_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1488118Z test_meta_outplace_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.1488377Z test_meta_outplace_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1488594Z test_meta_outplace_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1488791Z test_meta_outplace_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1488983Z test_meta_outplace_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:14.1489178Z test_meta_outplace_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1489369Z test_meta_outplace_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1489562Z test_meta_outplace_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1489749Z test_meta_outplace_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1489940Z test_meta_outplace_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1490130Z test_meta_outplace_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1490298Z test_meta_outplace_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1490493Z test_meta_outplace_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1490677Z test_meta_outplace_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1490880Z test_meta_outplace_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1491080Z test_meta_outplace_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1491281Z test_meta_outplace_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1491476Z test_meta_outplace_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1491664Z test_meta_outplace_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1491852Z test_meta_outplace_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1492042Z test_meta_outplace_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1492230Z test_meta_outplace_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1492420Z test_meta_outplace_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1492608Z test_meta_outplace_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1492793Z test_meta_outplace_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1493072Z test_meta_outplace_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1493257Z test_meta_outplace_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1493440Z test_meta_outplace_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1493626Z test_meta_outplace_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1493793Z test_meta_outplace_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1493972Z test_meta_outplace_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1494156Z test_meta_outplace_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1494332Z test_meta_outplace_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1494522Z test_meta_outplace_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1494709Z test_meta_outplace_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1494907Z test_meta_outplace_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1495100Z test_meta_outplace_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1495291Z test_meta_outplace_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1496108Z test_meta_outplace_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1496351Z test_meta_outplace_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1496540Z test_meta_outplace_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1496725Z test_meta_outplace_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1496908Z test_meta_outplace_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1497088Z test_meta_outplace_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1497276Z test_meta_outplace_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1497454Z test_meta_outplace_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1497629Z test_meta_outplace_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1497816Z test_meta_outplace_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1498185Z test_meta_outplace_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1498395Z test_meta_outplace_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1498582Z test_meta_outplace_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1498773Z test_meta_outplace_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1499101Z test_meta_outplace_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1499461Z test_meta_outplace_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1499648Z test_meta_outplace_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1499847Z test_meta_outplace_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1500129Z test_meta_outplace_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1500551Z test_meta_outplace_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1500765Z test_meta_outplace_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1500954Z test_meta_outplace_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1501242Z test_meta_outplace_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1501436Z test_meta_outplace_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1501621Z test_meta_outplace_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1501946Z test_meta_outplace_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1502122Z test_meta_outplace_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1502439Z test_meta_outplace_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1502650Z test_meta_outplace_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1502840Z test_meta_outplace_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1503039Z test_meta_outplace_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1503228Z test_meta_outplace_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1503421Z test_meta_outplace_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1503611Z test_meta_outplace_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1503801Z test_meta_outplace_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1503991Z test_meta_outplace_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1504180Z test_meta_outplace_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1504451Z test_meta_outplace_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1504657Z test_meta_outplace_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1504844Z test_meta_outplace_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1505037Z test_meta_outplace_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1505221Z test_meta_outplace_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1505418Z test_meta_outplace_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1505615Z test_meta_outplace_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1505787Z test_meta_outplace_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1505974Z test_meta_outplace_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1506166Z test_meta_outplace_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1506354Z test_meta_outplace_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1506540Z test_meta_outplace_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1506725Z test_meta_outplace_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1506908Z test_meta_outplace_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1507092Z test_meta_outplace_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1507276Z test_meta_outplace_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1507470Z test_meta_outplace_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1507659Z test_meta_outplace_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1507892Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1508240Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1508483Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1508715Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1508941Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1509262Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1509474Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1509693Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1509891Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1510096Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1510311Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1510536Z test_meta_outplace_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1510964Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1511222Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1511462Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1511701Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1512027Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1512280Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1512503Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1512730Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1512957Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1513185Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1513414Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1513643Z test_meta_outplace_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1513981Z test_meta_outplace_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1514200Z test_meta_outplace_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1514415Z test_meta_outplace_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1514627Z test_meta_outplace_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1514833Z test_meta_outplace_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1515045Z test_meta_outplace_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1515229Z test_meta_outplace_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1515434Z test_meta_outplace_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1515640Z test_meta_outplace_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1515844Z test_meta_outplace_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1516045Z test_meta_outplace_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1516243Z test_meta_outplace_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1516475Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1516806Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1517043Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1517393Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1517635Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1517867Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1518094Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1518317Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1518541Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1518769Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1518991Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1519296Z test_meta_outplace_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1519522Z test_meta_outplace_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1519725Z test_meta_outplace_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1519936Z test_meta_outplace_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1520130Z test_meta_outplace_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1520333Z test_meta_outplace_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1520540Z test_meta_outplace_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1520743Z test_meta_outplace_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:14.1521018Z test_meta_outplace_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1521360Z test_meta_outplace_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1521569Z test_meta_outplace_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1521772Z test_meta_outplace_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1521969Z test_meta_outplace_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1522162Z test_meta_outplace_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1522342Z test_meta_outplace_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1522539Z test_meta_outplace_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1522731Z test_meta_outplace_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1522916Z test_meta_outplace_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1523105Z test_meta_outplace_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1523289Z test_meta_outplace_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1523473Z test_meta_outplace_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1523655Z test_meta_outplace_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1523820Z test_meta_outplace_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1524001Z test_meta_outplace_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1524288Z test_meta_outplace_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1524482Z test_meta_outplace_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1524668Z test_meta_outplace_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1524856Z test_meta_outplace_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1525047Z test_meta_outplace_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1525234Z test_meta_outplace_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1525421Z test_meta_outplace_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1525609Z test_meta_outplace_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1525796Z test_meta_outplace_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1525979Z test_meta_outplace_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1526159Z test_meta_outplace_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1526332Z test_meta_outplace_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1526510Z test_meta_outplace_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1526758Z test_meta_outplace_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:14.1526969Z test_meta_outplace_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1527138Z test_meta_outplace_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1527332Z test_meta_outplace_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1527526Z test_meta_outplace_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1527715Z test_meta_outplace_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1527906Z test_meta_outplace_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1528093Z test_meta_outplace_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1528278Z test_meta_outplace_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1528462Z test_meta_outplace_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1528642Z test_meta_outplace_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1528823Z test_meta_outplace_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1529001Z test_meta_outplace_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1529182Z test_meta_outplace_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1529359Z test_meta_outplace_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1529662Z test_meta_outplace_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1529861Z test_meta_outplace_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1530038Z test_meta_outplace_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1530215Z test_meta_outplace_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1530514Z test_meta_outplace_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1530683Z test_meta_outplace_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1530964Z test_meta_outplace_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1531149Z test_meta_outplace_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1531337Z test_meta_outplace_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:14.1531530Z test_meta_outplace_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:43:14.1531818Z test_meta_outplace_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-11-23T02:43:14.1532002Z test_meta_outplace_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:14.1532189Z test_meta_outplace_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-11-23T02:43:14.1532376Z test_meta_outplace_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:14.1532560Z test_meta_outplace_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1532750Z test_meta_outplace_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1532939Z test_meta_outplace_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1533127Z test_meta_outplace_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1533312Z test_meta_outplace_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1533498Z test_meta_outplace_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1533682Z test_meta_outplace_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1533863Z test_meta_outplace_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1534029Z test_meta_outplace_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1534316Z test_meta_outplace_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1534544Z test_meta_outplace_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1534746Z test_meta_outplace_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1534951Z test_meta_outplace_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1535167Z test_meta_outplace_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1535383Z test_meta_outplace_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1535589Z test_meta_outplace_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1535796Z test_meta_outplace_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1536000Z test_meta_outplace_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1536204Z test_meta_outplace_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1536402Z test_meta_outplace_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1536593Z test_meta_outplace_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1536795Z test_meta_outplace_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1537001Z test_meta_outplace_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1537202Z test_meta_outplace_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1537539Z test_meta_outplace_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1537803Z test_meta_outplace_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1538007Z test_meta_outplace_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1538183Z test_meta_outplace_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1538372Z test_meta_outplace_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1538565Z test_meta_outplace_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1538757Z test_meta_outplace_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1539202Z test_meta_outplace_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1539579Z test_meta_outplace_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1539954Z test_meta_outplace_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1540338Z test_meta_outplace_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1540762Z test_meta_outplace_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:14.1541172Z test_meta_outplace_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:14.1541587Z test_meta_outplace_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:14.1541994Z test_meta_outplace_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:14.1542371Z test_meta_outplace_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1542766Z test_meta_outplace_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1543142Z test_meta_outplace_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1543509Z test_meta_outplace_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1544082Z test_meta_outplace_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1544502Z test_meta_outplace_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1544879Z test_meta_outplace_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1545241Z test_meta_outplace_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1545604Z test_meta_outplace_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1545821Z test_meta_outplace_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1546034Z test_meta_outplace_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1546239Z test_meta_outplace_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1546452Z test_meta_outplace_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1546663Z test_meta_outplace_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1546867Z test_meta_outplace_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1547070Z test_meta_outplace_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1547306Z test_meta_outplace_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1547540Z test_meta_outplace_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1547773Z test_meta_outplace_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1547994Z test_meta_outplace_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1548197Z test_meta_outplace_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1548402Z test_meta_outplace_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1548601Z test_meta_outplace_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1548792Z test_meta_outplace_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1548998Z test_meta_outplace_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1549201Z test_meta_outplace_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1549528Z test_meta_outplace_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1549711Z test_meta_outplace_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1549927Z test_meta_outplace_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1550141Z test_meta_outplace_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1550347Z test_meta_outplace_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1550553Z test_meta_outplace_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1550770Z test_meta_outplace_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1550988Z test_meta_outplace_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1551199Z test_meta_outplace_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1551411Z test_meta_outplace_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1551624Z test_meta_outplace_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1551833Z test_meta_outplace_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1552114Z test_meta_outplace_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1552334Z test_meta_outplace_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1552536Z test_meta_outplace_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1552744Z test_meta_outplace_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1552943Z test_meta_outplace_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1553144Z test_meta_outplace_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1553374Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1553604Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1553833Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1554042Z test_meta_outplace_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1554297Z test_meta_outplace_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1554498Z test_meta_outplace_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1554693Z test_meta_outplace_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1554884Z test_meta_outplace_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1555098Z test_meta_outplace_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.1555307Z test_meta_outplace_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1555513Z test_meta_outplace_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1555716Z test_meta_outplace_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1555931Z test_meta_outplace_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1556145Z test_meta_outplace_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1556355Z test_meta_outplace_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1556561Z test_meta_outplace_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1556868Z test_meta_outplace_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1557075Z test_meta_outplace_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.1557276Z test_meta_outplace_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:43:14.1557479Z test_meta_outplace_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-11-23T02:43:14.1557687Z test_meta_outplace_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:14.1557902Z test_meta_outplace_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1558114Z test_meta_outplace_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1558305Z test_meta_outplace_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:14.1558512Z test_meta_outplace_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1558712Z test_meta_outplace_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1558931Z test_meta_outplace_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1559222Z test_meta_outplace_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1559448Z test_meta_outplace_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1559655Z test_meta_outplace_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1559870Z test_meta_outplace_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-11-23T02:43:14.1560082Z test_meta_outplace_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-11-23T02:43:14.1560289Z test_meta_outplace_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:14.1560491Z test_meta_outplace_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:14.1560723Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1560957Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1561185Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1561410Z test_meta_outplace_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1561616Z test_meta_outplace_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1561826Z test_meta_outplace_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1562035Z test_meta_outplace_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1562238Z test_meta_outplace_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1562439Z test_meta_outplace_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1562625Z test_meta_outplace_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1562826Z test_meta_outplace_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-11-23T02:43:14.1563028Z test_meta_outplace_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-11-23T02:43:14.1563230Z test_meta_outplace_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-11-23T02:43:14.1563427Z test_meta_outplace_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-11-23T02:43:14.1563618Z test_meta_outplace_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-11-23T02:43:14.1563897Z test_meta_outplace_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-11-23T02:43:14.1564133Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-11-23T02:43:14.1564374Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-11-23T02:43:14.1564611Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-11-23T02:43:14.1564845Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.152s) 2022-11-23T02:43:14.1565075Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-11-23T02:43:14.1565300Z test_meta_outplace_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-11-23T02:43:14.1565508Z test_meta_outplace_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:14.1565713Z test_meta_outplace_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:14.1565912Z test_meta_outplace_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1566103Z test_meta_outplace_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1566393Z test_meta_outplace_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1566629Z test_meta_outplace_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1566844Z test_meta_outplace_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1567058Z test_meta_outplace_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1567355Z test_meta_outplace_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:14.1567666Z test_meta_outplace_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:14.1567969Z test_meta_outplace_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:14.1568267Z test_meta_outplace_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:43:14.1568467Z test_meta_outplace_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1568666Z test_meta_outplace_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1568860Z test_meta_outplace_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1569052Z test_meta_outplace_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1569262Z test_meta_outplace_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1569468Z test_meta_outplace_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1569673Z test_meta_outplace_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1569877Z test_meta_outplace_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1570080Z test_meta_outplace_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1570281Z test_meta_outplace_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1570477Z test_meta_outplace_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.1570678Z test_meta_outplace_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1570981Z test_meta_outplace_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1571190Z test_meta_outplace_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1571389Z test_meta_outplace_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1571596Z test_meta_outplace_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1571823Z test_meta_outplace_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.412s) 2022-11-23T02:43:14.1572046Z test_meta_outplace_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.423s) 2022-11-23T02:43:14.1572246Z test_meta_outplace_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.406s) 2022-11-23T02:43:14.1572465Z test_meta_outplace_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.422s) 2022-11-23T02:43:14.1572671Z test_meta_outplace_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:43:14.1572870Z test_meta_outplace_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:14.1573066Z test_meta_outplace_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-11-23T02:43:14.1573327Z test_meta_outplace_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-11-23T02:43:14.1573551Z test_meta_outplace_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.1573756Z test_meta_outplace_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1573956Z test_meta_outplace_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.1574158Z test_meta_outplace_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.1574371Z test_meta_outplace_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1574585Z test_meta_outplace_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1574791Z test_meta_outplace_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1574994Z test_meta_outplace_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1575214Z test_meta_outplace_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1575430Z test_meta_outplace_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1575636Z test_meta_outplace_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1575848Z test_meta_outplace_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1576052Z test_meta_outplace_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1576243Z test_meta_outplace_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1576445Z test_meta_outplace_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1576645Z test_meta_outplace_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1576847Z test_meta_outplace_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1577036Z test_meta_outplace_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1577224Z test_meta_outplace_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1577421Z test_meta_outplace_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1577610Z test_meta_outplace_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1577811Z test_meta_outplace_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1578763Z test_meta_outplace_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-11-23T02:43:14.1578968Z test_meta_outplace_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:14.1579168Z test_meta_outplace_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1579372Z test_meta_outplace_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1579572Z test_meta_outplace_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1579784Z test_meta_outplace_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.418s) 2022-11-23T02:43:14.1579997Z test_meta_outplace_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.391s) 2022-11-23T02:43:14.1580210Z test_meta_outplace_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.390s) 2022-11-23T02:43:14.1580421Z test_meta_outplace_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.417s) 2022-11-23T02:43:14.1580626Z test_meta_outplace_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.371s) 2022-11-23T02:43:14.1580827Z test_meta_outplace_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.380s) 2022-11-23T02:43:14.1581102Z test_meta_outplace_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:14.1581322Z test_meta_outplace_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.1581520Z test_meta_outplace_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:14.1581715Z test_meta_outplace_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1581904Z test_meta_outplace_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:14.1582087Z test_meta_outplace_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1582282Z test_meta_outplace_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-11-23T02:43:14.1582476Z test_meta_outplace_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.1582665Z test_meta_outplace_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:14.1582858Z test_meta_outplace_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:14.1583046Z test_meta_outplace_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1583234Z test_meta_outplace_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1583418Z test_meta_outplace_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1583607Z test_meta_outplace_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1583797Z test_meta_outplace_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1583985Z test_meta_outplace_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1584171Z test_meta_outplace_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1584356Z test_meta_outplace_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1584526Z test_meta_outplace_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1584707Z test_meta_outplace_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1584884Z test_meta_outplace_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1585063Z test_meta_outplace_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1585239Z test_meta_outplace_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1585429Z test_meta_outplace_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1585710Z test_meta_outplace_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1585898Z test_meta_outplace_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1586083Z test_meta_outplace_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1586270Z test_meta_outplace_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1586451Z test_meta_outplace_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1586633Z test_meta_outplace_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1586810Z test_meta_outplace_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1586989Z test_meta_outplace_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1587167Z test_meta_outplace_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1587354Z test_meta_outplace_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1587542Z test_meta_outplace_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1587720Z test_meta_outplace_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1587909Z test_meta_outplace_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1588165Z test_meta_outplace_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1588371Z test_meta_outplace_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1588555Z test_meta_outplace_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1588736Z test_meta_outplace_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1588917Z test_meta_outplace_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1589095Z test_meta_outplace_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1589279Z test_meta_outplace_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1589456Z test_meta_outplace_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1589638Z test_meta_outplace_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1589820Z test_meta_outplace_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1590016Z test_meta_outplace_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1590205Z test_meta_outplace_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1590394Z test_meta_outplace_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1590579Z test_meta_outplace_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1590759Z test_meta_outplace_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1590922Z test_meta_outplace_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1591104Z test_meta_outplace_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1591284Z test_meta_outplace_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1591457Z test_meta_outplace_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1591640Z test_meta_outplace_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1591813Z test_meta_outplace_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1592013Z test_meta_outplace_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1592213Z test_meta_outplace_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1592405Z test_meta_outplace_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1592594Z test_meta_outplace_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1592902Z test_meta_outplace_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1593114Z test_meta_outplace_log_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1593336Z test_meta_outplace_log_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1593558Z test_meta_outplace_log_softmax_with_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1593770Z test_meta_outplace_log_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1593983Z test_meta_outplace_log_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1594199Z test_meta_outplace_log_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1594412Z test_meta_outplace_log_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1594625Z test_meta_outplace_log_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1594831Z test_meta_outplace_log_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1595025Z test_meta_outplace_log_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1595301Z test_meta_outplace_log_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1595523Z test_meta_outplace_log_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1595726Z test_meta_outplace_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1595926Z test_meta_outplace_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1596119Z test_meta_outplace_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1596310Z test_meta_outplace_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1596510Z test_meta_outplace_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1596699Z test_meta_outplace_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1596905Z test_meta_outplace_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1597108Z test_meta_outplace_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1597312Z test_meta_outplace_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1597515Z test_meta_outplace_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1597710Z test_meta_outplace_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1597905Z test_meta_outplace_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1598102Z test_meta_outplace_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1598292Z test_meta_outplace_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1598491Z test_meta_outplace_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1598670Z test_meta_outplace_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1598878Z test_meta_outplace_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1599081Z test_meta_outplace_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1599280Z test_meta_outplace_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1599472Z test_meta_outplace_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1599660Z test_meta_outplace_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1599941Z test_meta_outplace_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1600127Z test_meta_outplace_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1600312Z test_meta_outplace_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1600504Z test_meta_outplace_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1600694Z test_meta_outplace_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1600891Z test_meta_outplace_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1601086Z test_meta_outplace_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1601292Z test_meta_outplace_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1601493Z test_meta_outplace_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1601693Z test_meta_outplace_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1601885Z test_meta_outplace_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1602074Z test_meta_outplace_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1602336Z test_meta_outplace_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1602523Z test_meta_outplace_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1602709Z test_meta_outplace_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1602900Z test_meta_outplace_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1603086Z test_meta_outplace_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1603278Z test_meta_outplace_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1603475Z test_meta_outplace_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1603678Z test_meta_outplace_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1603879Z test_meta_outplace_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1604080Z test_meta_outplace_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1604275Z test_meta_outplace_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1604464Z test_meta_outplace_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1604659Z test_meta_outplace_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1604843Z test_meta_outplace_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1605026Z test_meta_outplace_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1605218Z test_meta_outplace_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1605410Z test_meta_outplace_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1605607Z test_meta_outplace_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1605798Z test_meta_outplace_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1605985Z test_meta_outplace_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1606190Z test_meta_outplace_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1606387Z test_meta_outplace_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1606578Z test_meta_outplace_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1606767Z test_meta_outplace_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1607054Z test_meta_outplace_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1607240Z test_meta_outplace_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1607426Z test_meta_outplace_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1607620Z test_meta_outplace_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1607806Z test_meta_outplace_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1607998Z test_meta_outplace_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1608185Z test_meta_outplace_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1608377Z test_meta_outplace_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1608561Z test_meta_outplace_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1608751Z test_meta_outplace_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1608941Z test_meta_outplace_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1609125Z test_meta_outplace_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1609377Z test_meta_outplace_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1609563Z test_meta_outplace_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1609740Z test_meta_outplace_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1609935Z test_meta_outplace_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.644s) 2022-11-23T02:43:14.1610135Z test_meta_outplace_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.659s) 2022-11-23T02:43:14.1610334Z test_meta_outplace_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.628s) 2022-11-23T02:43:14.1610532Z test_meta_outplace_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.635s) 2022-11-23T02:43:14.1610721Z test_meta_outplace_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.636s) 2022-11-23T02:43:14.1610907Z test_meta_outplace_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.633s) 2022-11-23T02:43:14.1611098Z test_meta_outplace_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.601s) 2022-11-23T02:43:14.1611292Z test_meta_outplace_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.588s) 2022-11-23T02:43:14.1611486Z test_meta_outplace_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.575s) 2022-11-23T02:43:14.1611675Z test_meta_outplace_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-11-23T02:43:14.1611863Z test_meta_outplace_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.185s) 2022-11-23T02:43:14.1612063Z test_meta_outplace_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1612253Z test_meta_outplace_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1612456Z test_meta_outplace_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1612649Z test_meta_outplace_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-11-23T02:43:14.1612836Z test_meta_outplace_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:14.1613017Z test_meta_outplace_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1613208Z test_meta_outplace_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1613399Z test_meta_outplace_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1613590Z test_meta_outplace_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1613779Z test_meta_outplace_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1613966Z test_meta_outplace_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1614244Z test_meta_outplace_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1614432Z test_meta_outplace_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1614624Z test_meta_outplace_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1614818Z test_meta_outplace_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1615003Z test_meta_outplace_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1615189Z test_meta_outplace_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1615373Z test_meta_outplace_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1615558Z test_meta_outplace_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1615741Z test_meta_outplace_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1615921Z test_meta_outplace_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1616104Z test_meta_outplace_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1616282Z test_meta_outplace_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1617002Z test_meta_outplace_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1617234Z test_meta_outplace_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1617421Z test_meta_outplace_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1617603Z test_meta_outplace_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1617780Z test_meta_outplace_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1617959Z test_meta_outplace_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1618138Z test_meta_outplace_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1618316Z test_meta_outplace_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1618492Z test_meta_outplace_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1618672Z test_meta_outplace_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1618865Z test_meta_outplace_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.1619054Z test_meta_outplace_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1619239Z test_meta_outplace_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1619419Z test_meta_outplace_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.1619619Z test_meta_outplace_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:14.1619816Z test_meta_outplace_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-11-23T02:43:14.1620011Z test_meta_outplace_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.1620182Z test_meta_outplace_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:14.1620383Z test_meta_outplace_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1620585Z test_meta_outplace_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1620779Z test_meta_outplace_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1620967Z test_meta_outplace_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1621153Z test_meta_outplace_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1621328Z test_meta_outplace_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1621516Z test_meta_outplace_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1621812Z test_meta_outplace_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1621998Z test_meta_outplace_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1622182Z test_meta_outplace_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1622364Z test_meta_outplace_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1622546Z test_meta_outplace_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1622725Z test_meta_outplace_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1622904Z test_meta_outplace_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1623077Z test_meta_outplace_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1623255Z test_meta_outplace_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1623435Z test_meta_outplace_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1623610Z test_meta_outplace_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1623789Z test_meta_outplace_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1623977Z test_meta_outplace_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1624241Z test_meta_outplace_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1624446Z test_meta_outplace_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1624629Z test_meta_outplace_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1624811Z test_meta_outplace_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1624990Z test_meta_outplace_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1625166Z test_meta_outplace_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1625348Z test_meta_outplace_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1625520Z test_meta_outplace_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1625698Z test_meta_outplace_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1625877Z test_meta_outplace_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1626081Z test_meta_outplace_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.689s) 2022-11-23T02:43:14.1626279Z test_meta_outplace_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.662s) 2022-11-23T02:43:14.1626470Z test_meta_outplace_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.676s) 2022-11-23T02:43:14.1626666Z test_meta_outplace_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.659s) 2022-11-23T02:43:14.1626845Z test_meta_outplace_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.551s) 2022-11-23T02:43:14.1627032Z test_meta_outplace_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.550s) 2022-11-23T02:43:14.1627220Z test_meta_outplace_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.586s) 2022-11-23T02:43:14.1627412Z test_meta_outplace_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.569s) 2022-11-23T02:43:14.1627598Z test_meta_outplace_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.564s) 2022-11-23T02:43:14.1627800Z test_meta_outplace_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.661s) 2022-11-23T02:43:14.1627993Z test_meta_outplace_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.713s) 2022-11-23T02:43:14.1628180Z test_meta_outplace_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.652s) 2022-11-23T02:43:14.1628364Z test_meta_outplace_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.661s) 2022-11-23T02:43:14.1628556Z test_meta_outplace_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.578s) 2022-11-23T02:43:14.1628742Z test_meta_outplace_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.561s) 2022-11-23T02:43:14.1629015Z test_meta_outplace_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.554s) 2022-11-23T02:43:14.1629205Z test_meta_outplace_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.613s) 2022-11-23T02:43:14.1629390Z test_meta_outplace_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.578s) 2022-11-23T02:43:14.1629596Z test_meta_outplace_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.376s) 2022-11-23T02:43:14.1629799Z test_meta_outplace_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.378s) 2022-11-23T02:43:14.1630000Z test_meta_outplace_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.382s) 2022-11-23T02:43:14.1630200Z test_meta_outplace_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.386s) 2022-11-23T02:43:14.1630403Z test_meta_outplace_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.323s) 2022-11-23T02:43:14.1630581Z test_meta_outplace_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.363s) 2022-11-23T02:43:14.1630767Z test_meta_outplace_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.330s) 2022-11-23T02:43:14.1630960Z test_meta_outplace_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.353s) 2022-11-23T02:43:14.1631219Z test_meta_outplace_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.335s) 2022-11-23T02:43:14.1631657Z test_meta_outplace_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.372s) 2022-11-23T02:43:14.1631866Z test_meta_outplace_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.362s) 2022-11-23T02:43:14.1632062Z test_meta_outplace_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.429s) 2022-11-23T02:43:14.1632383Z test_meta_outplace_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.382s) 2022-11-23T02:43:14.1632583Z test_meta_outplace_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.327s) 2022-11-23T02:43:14.1632890Z test_meta_outplace_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.343s) 2022-11-23T02:43:14.1633082Z test_meta_outplace_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.329s) 2022-11-23T02:43:14.1633294Z test_meta_outplace_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.323s) 2022-11-23T02:43:14.1633484Z test_meta_outplace_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.333s) 2022-11-23T02:43:14.1633690Z test_meta_outplace_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:14.1633901Z test_meta_outplace_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:43:14.1634108Z test_meta_outplace_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-11-23T02:43:14.1634313Z test_meta_outplace_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:43:14.1634518Z test_meta_outplace_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-11-23T02:43:14.1634725Z test_meta_outplace_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:14.1634910Z test_meta_outplace_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-11-23T02:43:14.1635109Z test_meta_outplace_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:43:14.1635310Z test_meta_outplace_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-11-23T02:43:14.1635509Z test_meta_outplace_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:14.1635707Z test_meta_outplace_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:43:14.1635910Z test_meta_outplace_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-11-23T02:43:14.1636116Z test_meta_outplace_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:14.1636436Z test_meta_outplace_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-11-23T02:43:14.1636635Z test_meta_outplace_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-11-23T02:43:14.1636836Z test_meta_outplace_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-11-23T02:43:14.1637038Z test_meta_outplace_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-11-23T02:43:14.1637233Z test_meta_outplace_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:14.1637421Z test_meta_outplace_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-11-23T02:43:14.1637607Z test_meta_outplace_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-11-23T02:43:14.1637804Z test_meta_outplace_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:14.1637992Z test_meta_outplace_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:14.1638353Z test_meta_outplace_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1638556Z test_meta_outplace_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1638756Z test_meta_outplace_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1639234Z test_meta_outplace_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1639470Z test_meta_outplace_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1639665Z test_meta_outplace_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1639855Z test_meta_outplace_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1640043Z test_meta_outplace_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1640236Z test_meta_outplace_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1640425Z test_meta_outplace_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1640609Z test_meta_outplace_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1640799Z test_meta_outplace_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1640989Z test_meta_outplace_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1641201Z test_meta_outplace_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:14.1641408Z test_meta_outplace_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-11-23T02:43:14.1641614Z test_meta_outplace_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:14.1641816Z test_meta_outplace_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:14.1642025Z test_meta_outplace_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.164s) 2022-11-23T02:43:14.1642235Z test_meta_outplace_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:43:14.1642440Z test_meta_outplace_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-11-23T02:43:14.1642647Z test_meta_outplace_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.784s) 2022-11-23T02:43:14.1642851Z test_meta_outplace_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.797s) 2022-11-23T02:43:14.1643039Z test_meta_outplace_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.792s) 2022-11-23T02:43:14.1643235Z test_meta_outplace_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.788s) 2022-11-23T02:43:14.1643437Z test_meta_outplace_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.700s) 2022-11-23T02:43:14.1643638Z test_meta_outplace_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.705s) 2022-11-23T02:43:14.1643935Z test_meta_outplace_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.686s) 2022-11-23T02:43:14.1644136Z test_meta_outplace_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.713s) 2022-11-23T02:43:14.1644337Z test_meta_outplace_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.679s) 2022-11-23T02:43:14.1644684Z test_meta_outplace_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.576s) 2022-11-23T02:43:14.1644890Z test_meta_outplace_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (1.303s) 2022-11-23T02:43:14.1645091Z test_meta_outplace_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.294s) 2022-11-23T02:43:14.1645410Z test_meta_outplace_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.284s) 2022-11-23T02:43:14.1645730Z test_meta_outplace_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.546s) 2022-11-23T02:43:14.1645932Z test_meta_outplace_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.584s) 2022-11-23T02:43:14.1646125Z test_meta_outplace_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.582s) 2022-11-23T02:43:14.1646319Z test_meta_outplace_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.280s) 2022-11-23T02:43:14.1646508Z test_meta_outplace_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.341s) 2022-11-23T02:43:14.1646774Z test_meta_outplace_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.295s) 2022-11-23T02:43:14.1646983Z test_meta_outplace_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.281s) 2022-11-23T02:43:14.1647170Z test_meta_outplace_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.306s) 2022-11-23T02:43:14.1647356Z test_meta_outplace_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-11-23T02:43:14.1647556Z test_meta_outplace_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:43:14.1647757Z test_meta_outplace_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-11-23T02:43:14.1647960Z test_meta_outplace_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.389s) 2022-11-23T02:43:14.1648156Z test_meta_outplace_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.278s) 2022-11-23T02:43:14.1648349Z test_meta_outplace_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.164s) 2022-11-23T02:43:14.1648542Z test_meta_outplace_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.211s) 2022-11-23T02:43:14.1648751Z test_meta_outplace_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.152s) 2022-11-23T02:43:14.1648965Z test_meta_outplace_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.158s) 2022-11-23T02:43:14.1649176Z test_meta_outplace_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.150s) 2022-11-23T02:43:14.1649382Z test_meta_outplace_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-11-23T02:43:14.1649590Z test_meta_outplace_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.150s) 2022-11-23T02:43:14.1649792Z test_meta_outplace_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:43:14.1649992Z test_meta_outplace_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.746s) 2022-11-23T02:43:14.1650190Z test_meta_outplace_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.651s) 2022-11-23T02:43:14.1650392Z test_meta_outplace_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.657s) 2022-11-23T02:43:14.1650594Z test_meta_outplace_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.610s) 2022-11-23T02:43:14.1650897Z test_meta_outplace_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.750s) 2022-11-23T02:43:14.1651136Z test_meta_outplace_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.730s) 2022-11-23T02:43:14.1651309Z test_meta_outplace_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.754s) 2022-11-23T02:43:14.1651600Z test_meta_outplace_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.639s) 2022-11-23T02:43:14.1652017Z test_meta_outplace_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.609s) 2022-11-23T02:43:14.1652208Z test_meta_outplace_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.626s) 2022-11-23T02:43:14.1652403Z test_meta_outplace_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.607s) 2022-11-23T02:43:14.1652588Z test_meta_outplace_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.615s) 2022-11-23T02:43:14.1652793Z test_meta_outplace_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1652993Z test_meta_outplace_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1653202Z test_meta_outplace_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1653407Z test_meta_outplace_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1653613Z test_meta_outplace_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1653815Z test_meta_outplace_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1654018Z test_meta_outplace_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1654337Z test_meta_outplace_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1654562Z test_meta_outplace_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1654760Z test_meta_outplace_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1654963Z test_meta_outplace_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1655161Z test_meta_outplace_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1655363Z test_meta_outplace_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1655549Z test_meta_outplace_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1655755Z test_meta_outplace_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1655961Z test_meta_outplace_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1656165Z test_meta_outplace_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1656369Z test_meta_outplace_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1656573Z test_meta_outplace_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1656771Z test_meta_outplace_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1656960Z test_meta_outplace_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1657299Z test_meta_outplace_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1657504Z test_meta_outplace_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1657692Z test_meta_outplace_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1657990Z test_meta_outplace_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:43:14.1658337Z test_meta_outplace_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:43:14.1658548Z test_meta_outplace_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:14.1658755Z test_meta_outplace_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-11-23T02:43:14.1658955Z test_meta_outplace_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:14.1659151Z test_meta_outplace_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.121s) 2022-11-23T02:43:14.1659452Z test_meta_outplace_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-11-23T02:43:14.1659651Z test_meta_outplace_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:43:14.1659830Z test_meta_outplace_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (5.114s) 2022-11-23T02:43:14.1660036Z test_meta_outplace_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (4.123s) 2022-11-23T02:43:14.1660237Z test_meta_outplace_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (4.075s) 2022-11-23T02:43:14.1660435Z test_meta_outplace_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (5.105s) 2022-11-23T02:43:14.1660627Z test_meta_outplace_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.020s) 2022-11-23T02:43:14.1660814Z test_meta_outplace_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.076s) 2022-11-23T02:43:14.1661006Z test_meta_outplace_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (4.412s) 2022-11-23T02:43:14.1661195Z test_meta_outplace_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (4.246s) 2022-11-23T02:43:14.1661378Z test_meta_outplace_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (4.224s) 2022-11-23T02:43:14.1661569Z test_meta_outplace_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (4.219s) 2022-11-23T02:43:14.1661832Z test_meta_outplace_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (4.228s) 2022-11-23T02:43:14.1662047Z test_meta_outplace_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.677s) 2022-11-23T02:43:14.1662237Z test_meta_outplace_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.570s) 2022-11-23T02:43:14.1662443Z test_meta_outplace_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.593s) 2022-11-23T02:43:14.1662644Z test_meta_outplace_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.550s) 2022-11-23T02:43:14.1662838Z test_meta_outplace_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.669s) 2022-11-23T02:43:14.1663034Z test_meta_outplace_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.667s) 2022-11-23T02:43:14.1663222Z test_meta_outplace_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.684s) 2022-11-23T02:43:14.1663534Z test_meta_outplace_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.551s) 2022-11-23T02:43:14.1663747Z test_meta_outplace_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.558s) 2022-11-23T02:43:14.1663931Z test_meta_outplace_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.547s) 2022-11-23T02:43:14.1664121Z test_meta_outplace_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.572s) 2022-11-23T02:43:14.1664526Z test_meta_outplace_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.551s) 2022-11-23T02:43:14.1664735Z test_meta_outplace_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (5.029s) 2022-11-23T02:43:14.1664940Z test_meta_outplace_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (4.106s) 2022-11-23T02:43:14.1665145Z test_meta_outplace_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (4.055s) 2022-11-23T02:43:14.1665342Z test_meta_outplace_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (4.969s) 2022-11-23T02:43:14.1665535Z test_meta_outplace_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.914s) 2022-11-23T02:43:14.1665728Z test_meta_outplace_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (4.885s) 2022-11-23T02:43:14.1665919Z test_meta_outplace_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (4.113s) 2022-11-23T02:43:14.1666103Z test_meta_outplace_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (4.220s) 2022-11-23T02:43:14.1666286Z test_meta_outplace_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (4.137s) 2022-11-23T02:43:14.1666475Z test_meta_outplace_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (4.157s) 2022-11-23T02:43:14.1666668Z test_meta_outplace_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (4.300s) 2022-11-23T02:43:14.1666962Z test_meta_outplace_matmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1667160Z test_meta_outplace_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1667338Z test_meta_outplace_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1667534Z test_meta_outplace_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1667725Z test_meta_outplace_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1667912Z test_meta_outplace_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1668182Z test_meta_outplace_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1668382Z test_meta_outplace_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1668585Z test_meta_outplace_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1668785Z test_meta_outplace_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1668974Z test_meta_outplace_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1669161Z test_meta_outplace_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1669429Z test_meta_outplace_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1669635Z test_meta_outplace_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1669957Z test_meta_outplace_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1670154Z test_meta_outplace_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1670344Z test_meta_outplace_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1670534Z test_meta_outplace_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1670725Z test_meta_outplace_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1671025Z test_meta_outplace_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1671224Z test_meta_outplace_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1671403Z test_meta_outplace_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1671640Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (6.545s) 2022-11-23T02:43:14.1671977Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (6.649s) 2022-11-23T02:43:14.1672213Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (6.619s) 2022-11-23T02:43:14.1672438Z test_meta_outplace_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (6.632s) 2022-11-23T02:43:14.1672657Z test_meta_outplace_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1672865Z test_meta_outplace_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1673081Z test_meta_outplace_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1673293Z test_meta_outplace_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1673503Z test_meta_outplace_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1673711Z test_meta_outplace_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1673915Z test_meta_outplace_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1674116Z test_meta_outplace_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1674419Z test_meta_outplace_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1674617Z test_meta_outplace_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1674835Z test_meta_outplace_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1675050Z test_meta_outplace_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1675265Z test_meta_outplace_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1675477Z test_meta_outplace_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1675693Z test_meta_outplace_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1675887Z test_meta_outplace_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1676100Z test_meta_outplace_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1676309Z test_meta_outplace_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1676516Z test_meta_outplace_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1676795Z test_meta_outplace_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1677006Z test_meta_outplace_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1677322Z test_meta_outplace_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1677523Z test_meta_outplace_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1677715Z test_meta_outplace_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1677906Z test_meta_outplace_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1678218Z test_meta_outplace_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1678511Z test_meta_outplace_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1678701Z test_meta_outplace_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1678892Z test_meta_outplace_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1679079Z test_meta_outplace_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1679264Z test_meta_outplace_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1679456Z test_meta_outplace_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1679647Z test_meta_outplace_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1679831Z test_meta_outplace_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1680006Z test_meta_outplace_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1680190Z test_meta_outplace_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1680379Z test_meta_outplace_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1680569Z test_meta_outplace_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1680762Z test_meta_outplace_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1680945Z test_meta_outplace_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1681133Z test_meta_outplace_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1681316Z test_meta_outplace_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1681502Z test_meta_outplace_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1681684Z test_meta_outplace_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1682009Z test_meta_outplace_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1682225Z test_meta_outplace_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1682458Z test_meta_outplace_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1682682Z test_meta_outplace_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1682902Z test_meta_outplace_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1683112Z test_meta_outplace_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1683318Z test_meta_outplace_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1683530Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1683753Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1684067Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1684365Z test_meta_outplace_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1684591Z test_meta_outplace_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1684821Z test_meta_outplace_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1685166Z test_meta_outplace_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1685506Z test_meta_outplace_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1685741Z test_meta_outplace_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1685966Z test_meta_outplace_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1686179Z test_meta_outplace_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1686392Z test_meta_outplace_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1686607Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1686824Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1687047Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1687267Z test_meta_outplace_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1687480Z test_meta_outplace_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1687685Z test_meta_outplace_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1687878Z test_meta_outplace_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1688075Z test_meta_outplace_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1688269Z test_meta_outplace_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1688456Z test_meta_outplace_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1688632Z test_meta_outplace_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1688815Z test_meta_outplace_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1688996Z test_meta_outplace_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1689283Z test_meta_outplace_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1689477Z test_meta_outplace_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1689692Z test_meta_outplace_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1689903Z test_meta_outplace_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1690114Z test_meta_outplace_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1690324Z test_meta_outplace_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1690534Z test_meta_outplace_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1690747Z test_meta_outplace_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1691072Z test_meta_outplace_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1691281Z test_meta_outplace_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1691485Z test_meta_outplace_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1691683Z test_meta_outplace_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1692076Z test_meta_outplace_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1692416Z test_meta_outplace_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1692637Z test_meta_outplace_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1692891Z test_meta_outplace_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1693108Z test_meta_outplace_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1693307Z test_meta_outplace_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1693515Z test_meta_outplace_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1693725Z test_meta_outplace_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1693933Z test_meta_outplace_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1694137Z test_meta_outplace_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1694331Z test_meta_outplace_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1694518Z test_meta_outplace_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1694709Z test_meta_outplace_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1694903Z test_meta_outplace_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1695097Z test_meta_outplace_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1695287Z test_meta_outplace_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1695476Z test_meta_outplace_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1695666Z test_meta_outplace_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1695854Z test_meta_outplace_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1696040Z test_meta_outplace_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1696223Z test_meta_outplace_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1696410Z test_meta_outplace_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1696595Z test_meta_outplace_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1697413Z test_meta_outplace_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1697604Z test_meta_outplace_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1697917Z test_meta_outplace_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1698114Z test_meta_outplace_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1698295Z test_meta_outplace_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1698481Z test_meta_outplace_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1698668Z test_meta_outplace_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1698947Z test_meta_outplace_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1699149Z test_meta_outplace_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1699465Z test_meta_outplace_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1699649Z test_meta_outplace_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1699827Z test_meta_outplace_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1700005Z test_meta_outplace_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1700297Z test_meta_outplace_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1700502Z test_meta_outplace_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1700705Z test_meta_outplace_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1700903Z test_meta_outplace_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1701095Z test_meta_outplace_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1701269Z test_meta_outplace_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1701463Z test_meta_outplace_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1701651Z test_meta_outplace_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1701839Z test_meta_outplace_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1702030Z test_meta_outplace_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1702216Z test_meta_outplace_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1702402Z test_meta_outplace_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1702586Z test_meta_outplace_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1702778Z test_meta_outplace_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1702964Z test_meta_outplace_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1703155Z test_meta_outplace_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1703338Z test_meta_outplace_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1703522Z test_meta_outplace_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1703708Z test_meta_outplace_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1703887Z test_meta_outplace_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1704072Z test_meta_outplace_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1704251Z test_meta_outplace_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1704421Z test_meta_outplace_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1704600Z test_meta_outplace_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1705032Z test_meta_outplace_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1705230Z test_meta_outplace_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1705415Z test_meta_outplace_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1705594Z test_meta_outplace_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1705881Z test_meta_outplace_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1706189Z test_meta_outplace_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1706377Z test_meta_outplace_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1706555Z test_meta_outplace_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1706728Z test_meta_outplace_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1706906Z test_meta_outplace_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1707085Z test_meta_outplace_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1707286Z test_meta_outplace_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1707479Z test_meta_outplace_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1707752Z test_meta_outplace_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1707952Z test_meta_outplace_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1708139Z test_meta_outplace_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1708312Z test_meta_outplace_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1708493Z test_meta_outplace_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1708675Z test_meta_outplace_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1708855Z test_meta_outplace_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1709072Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1709288Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1709505Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1709717Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1709926Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1710130Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1710339Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1710542Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1710754Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1710964Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1711180Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1711388Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1711752Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1711962Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1712172Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1712360Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.1712877Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1713239Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1713456Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1713669Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1713879Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1714081Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1714288Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1714489Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1714691Z test_meta_outplace_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1714886Z test_meta_outplace_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1715081Z test_meta_outplace_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1715355Z test_meta_outplace_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1715560Z test_meta_outplace_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1715749Z test_meta_outplace_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1715932Z test_meta_outplace_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1716113Z test_meta_outplace_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1716300Z test_meta_outplace_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1716495Z test_meta_outplace_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1716682Z test_meta_outplace_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1716858Z test_meta_outplace_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1717051Z test_meta_outplace_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1717242Z test_meta_outplace_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1717439Z test_meta_outplace_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1717630Z test_meta_outplace_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1717817Z test_meta_outplace_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1718006Z test_meta_outplace_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1718199Z test_meta_outplace_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1718388Z test_meta_outplace_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1718725Z test_meta_outplace_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1718926Z test_meta_outplace_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1719128Z test_meta_outplace_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.1719323Z test_meta_outplace_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:14.1719512Z test_meta_outplace_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1719807Z test_meta_outplace_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1720116Z test_meta_outplace_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.1720413Z test_meta_outplace_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.1720602Z test_meta_outplace_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1720772Z test_meta_outplace_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1720962Z test_meta_outplace_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1721146Z test_meta_outplace_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1721328Z test_meta_outplace_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1721510Z test_meta_outplace_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1721763Z test_meta_outplace_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T02:43:14.1722005Z test_meta_outplace_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1722257Z test_meta_outplace_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:14.1722505Z test_meta_outplace_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T02:43:14.1722835Z test_meta_outplace_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1723098Z test_meta_outplace_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1723331Z test_meta_outplace_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1723561Z test_meta_outplace_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1723798Z test_meta_outplace_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1724042Z test_meta_outplace_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T02:43:14.1724281Z test_meta_outplace_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.1724523Z test_meta_outplace_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T02:43:14.1724758Z test_meta_outplace_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Original OpInfo is broken (0.000s) 2022-11-23T02:43:14.1724954Z test_meta_outplace_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1725141Z test_meta_outplace_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1725337Z test_meta_outplace_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1725650Z test_meta_outplace_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1725855Z test_meta_outplace_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1726044Z test_meta_outplace_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1726235Z test_meta_outplace_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1726428Z test_meta_outplace_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1726700Z test_meta_outplace_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1726906Z test_meta_outplace_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1727188Z test_meta_outplace_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1727379Z test_meta_outplace_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1727560Z test_meta_outplace_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1727871Z test_meta_outplace_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1728080Z test_meta_outplace_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.1728287Z test_meta_outplace_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1728494Z test_meta_outplace_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1728720Z test_meta_outplace_native_dropout_backward_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1728938Z test_meta_outplace_native_dropout_backward_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1729159Z test_meta_outplace_native_dropout_backward_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1729379Z test_meta_outplace_native_dropout_backward_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1729591Z test_meta_outplace_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1729780Z test_meta_outplace_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.1729987Z test_meta_outplace_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1730261Z test_meta_outplace_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1730468Z test_meta_outplace_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1730647Z test_meta_outplace_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1730838Z test_meta_outplace_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1731024Z test_meta_outplace_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1731212Z test_meta_outplace_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1731398Z test_meta_outplace_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1731581Z test_meta_outplace_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1731760Z test_meta_outplace_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1731940Z test_meta_outplace_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1732124Z test_meta_outplace_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1732303Z test_meta_outplace_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1732599Z test_meta_outplace_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1732796Z test_meta_outplace_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1732988Z test_meta_outplace_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1733177Z test_meta_outplace_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1733410Z test_meta_outplace_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1733595Z test_meta_outplace_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1733888Z test_meta_outplace_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1734182Z test_meta_outplace_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1734374Z test_meta_outplace_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1734553Z test_meta_outplace_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1734729Z test_meta_outplace_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1734908Z test_meta_outplace_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1735085Z test_meta_outplace_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1735281Z test_meta_outplace_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1735574Z test_meta_outplace_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1735776Z test_meta_outplace_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1735974Z test_meta_outplace_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1736170Z test_meta_outplace_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1736363Z test_meta_outplace_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1736553Z test_meta_outplace_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1736737Z test_meta_outplace_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1736925Z test_meta_outplace_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1737100Z test_meta_outplace_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1737293Z test_meta_outplace_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1737484Z test_meta_outplace_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1737669Z test_meta_outplace_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1738480Z test_meta_outplace_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1738742Z test_meta_outplace_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1738956Z test_meta_outplace_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1739170Z test_meta_outplace_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1739380Z test_meta_outplace_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1739730Z test_meta_outplace_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1739953Z test_meta_outplace_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1740154Z test_meta_outplace_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1740360Z test_meta_outplace_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1740563Z test_meta_outplace_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1740773Z test_meta_outplace_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1741112Z test_meta_outplace_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1741405Z test_meta_outplace_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1741599Z test_meta_outplace_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1741791Z test_meta_outplace_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1741973Z test_meta_outplace_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1742169Z test_meta_outplace_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1742363Z test_meta_outplace_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1742558Z test_meta_outplace_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1742744Z test_meta_outplace_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1742928Z test_meta_outplace_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1743115Z test_meta_outplace_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1743305Z test_meta_outplace_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1743609Z test_meta_outplace_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1743793Z test_meta_outplace_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1743978Z test_meta_outplace_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1744178Z test_meta_outplace_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1744363Z test_meta_outplace_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1744560Z test_meta_outplace_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1744756Z test_meta_outplace_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1744948Z test_meta_outplace_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1745141Z test_meta_outplace_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1745331Z test_meta_outplace_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1745499Z test_meta_outplace_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1745686Z test_meta_outplace_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1745945Z test_meta_outplace_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1746148Z test_meta_outplace_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1746333Z test_meta_outplace_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1746521Z test_meta_outplace_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1746848Z test_meta_outplace_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1747038Z test_meta_outplace_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1747242Z test_meta_outplace_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1747439Z test_meta_outplace_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1747630Z test_meta_outplace_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1747935Z test_meta_outplace_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1748247Z test_meta_outplace_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1748436Z test_meta_outplace_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1748626Z test_meta_outplace_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1748815Z test_meta_outplace_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1749003Z test_meta_outplace_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1749194Z test_meta_outplace_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1749364Z test_meta_outplace_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1749563Z test_meta_outplace_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1749759Z test_meta_outplace_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1749950Z test_meta_outplace_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1750226Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.1750495Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.1750762Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.1751123Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.1751361Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1751601Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1751832Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1752057Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1752288Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1752514Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1752742Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1752964Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1753191Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1753488Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1753861Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1754091Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1754357Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1754594Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1754941Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1755256Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1755501Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1755724Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1755952Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1756173Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1756401Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1756624Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1756848Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1757069Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1757297Z test_meta_outplace_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1757524Z test_meta_outplace_nn_functional_alpha_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1757745Z test_meta_outplace_nn_functional_alpha_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1757962Z test_meta_outplace_nn_functional_alpha_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1758182Z test_meta_outplace_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1758500Z test_meta_outplace_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1758712Z test_meta_outplace_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1758922Z test_meta_outplace_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1759136Z test_meta_outplace_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1759343Z test_meta_outplace_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1759551Z test_meta_outplace_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1759755Z test_meta_outplace_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1759970Z test_meta_outplace_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1760162Z test_meta_outplace_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1760366Z test_meta_outplace_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1760777Z test_meta_outplace_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1761020Z test_meta_outplace_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1761228Z test_meta_outplace_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.1761434Z test_meta_outplace_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1761638Z test_meta_outplace_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1762009Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1762356Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1762602Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1762845Z test_meta_outplace_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1763064Z test_meta_outplace_nn_functional_bilinear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:14.1763281Z test_meta_outplace_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:14.1763497Z test_meta_outplace_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:14.1763713Z test_meta_outplace_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1763954Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1764189Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1764424Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1764653Z test_meta_outplace_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1764904Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:43:14.1765153Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:43:14.1765401Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-11-23T02:43:14.1765750Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:43:14.1765945Z test_meta_outplace_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1766152Z test_meta_outplace_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1766363Z test_meta_outplace_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1766565Z test_meta_outplace_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1766779Z test_meta_outplace_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1766995Z test_meta_outplace_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1767211Z test_meta_outplace_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1767432Z test_meta_outplace_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1767763Z test_meta_outplace_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1767985Z test_meta_outplace_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1768277Z test_meta_outplace_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1768507Z test_meta_outplace_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1768726Z test_meta_outplace_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-11-23T02:43:14.1769067Z test_meta_outplace_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-11-23T02:43:14.1769403Z test_meta_outplace_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:14.1769625Z test_meta_outplace_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1769835Z test_meta_outplace_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1770043Z test_meta_outplace_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1770280Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1770517Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1770752Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.1770971Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1771201Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1771432Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1771660Z test_meta_outplace_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1771895Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1772130Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1772359Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.1772589Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1772814Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1773142Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1773368Z test_meta_outplace_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1773599Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1773835Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1774065Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:14.1774295Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:14.1774521Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1774868Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1775106Z test_meta_outplace_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1775344Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1775652Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1776019Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1776371Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1776609Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1776821Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1777055Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1777278Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1777508Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1777734Z test_meta_outplace_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1777961Z test_meta_outplace_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.1778189Z test_meta_outplace_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.1778419Z test_meta_outplace_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1778645Z test_meta_outplace_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:14.1778880Z test_meta_outplace_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1779107Z test_meta_outplace_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1779328Z test_meta_outplace_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1779552Z test_meta_outplace_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1779766Z test_meta_outplace_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1779982Z test_meta_outplace_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1780204Z test_meta_outplace_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1780424Z test_meta_outplace_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1780744Z test_meta_outplace_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1780964Z test_meta_outplace_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1781187Z test_meta_outplace_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1781401Z test_meta_outplace_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1781615Z test_meta_outplace_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1781938Z test_meta_outplace_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1782167Z test_meta_outplace_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1782380Z test_meta_outplace_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1782600Z test_meta_outplace_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1782815Z test_meta_outplace_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1783219Z test_meta_outplace_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1783453Z test_meta_outplace_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1783659Z test_meta_outplace_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1783987Z test_meta_outplace_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1784223Z test_meta_outplace_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:14.1784451Z test_meta_outplace_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-11-23T02:43:14.1784672Z test_meta_outplace_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:14.1784886Z test_meta_outplace_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-11-23T02:43:14.1785111Z test_meta_outplace_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1785328Z test_meta_outplace_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1785550Z test_meta_outplace_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1785768Z test_meta_outplace_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1786025Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1786281Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1786540Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1786794Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1787057Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1787294Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1787556Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1787817Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1788176Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1788428Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1788680Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1788930Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1789182Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1789568Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1789825Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1790076Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1790317Z test_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1790807Z test_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1791093Z test_meta_outplace_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1791322Z test_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.1791549Z test_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.1791775Z test_meta_outplace_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1792010Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.804s) 2022-11-23T02:43:14.1792238Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.814s) 2022-11-23T02:43:14.1792466Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.786s) 2022-11-23T02:43:14.1792693Z test_meta_outplace_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.821s) 2022-11-23T02:43:14.1792904Z test_meta_outplace_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1793115Z test_meta_outplace_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1793324Z test_meta_outplace_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1793527Z test_meta_outplace_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1793718Z test_meta_outplace_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-11-23T02:43:14.1793925Z test_meta_outplace_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:14.1794129Z test_meta_outplace_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:14.1794331Z test_meta_outplace_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:14.1794555Z test_meta_outplace_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1794768Z test_meta_outplace_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1794978Z test_meta_outplace_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1795188Z test_meta_outplace_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-11-23T02:43:14.1795502Z test_meta_outplace_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.1795713Z test_meta_outplace_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:14.1795921Z test_meta_outplace_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.1796141Z test_meta_outplace_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1796484Z test_meta_outplace_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1796700Z test_meta_outplace_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1796906Z test_meta_outplace_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1797130Z test_meta_outplace_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1797350Z test_meta_outplace_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1797688Z test_meta_outplace_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1798009Z test_meta_outplace_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1798305Z test_meta_outplace_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1798539Z test_meta_outplace_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1798742Z test_meta_outplace_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1798959Z test_meta_outplace_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1799177Z test_meta_outplace_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1799399Z test_meta_outplace_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1799620Z test_meta_outplace_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1799838Z test_meta_outplace_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1800052Z test_meta_outplace_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1800263Z test_meta_outplace_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1800475Z test_meta_outplace_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1800687Z test_meta_outplace_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1800927Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1801164Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1801399Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.1801633Z test_meta_outplace_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1801853Z test_meta_outplace_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1802069Z test_meta_outplace_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1802279Z test_meta_outplace_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1802486Z test_meta_outplace_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1802711Z test_meta_outplace_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1803025Z test_meta_outplace_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.1803352Z test_meta_outplace_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1803587Z test_meta_outplace_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:14.1803822Z test_meta_outplace_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1804053Z test_meta_outplace_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1804284Z test_meta_outplace_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1804637Z test_meta_outplace_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1804985Z test_meta_outplace_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1805227Z test_meta_outplace_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1805455Z test_meta_outplace_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1805772Z test_meta_outplace_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1806025Z test_meta_outplace_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1806256Z test_meta_outplace_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1806487Z test_meta_outplace_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1806719Z test_meta_outplace_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1806949Z test_meta_outplace_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1807183Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1807417Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1807645Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1807876Z test_meta_outplace_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1808117Z test_meta_outplace_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1808357Z test_meta_outplace_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1808594Z test_meta_outplace_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1808808Z test_meta_outplace_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1809019Z test_meta_outplace_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1809218Z test_meta_outplace_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1809428Z test_meta_outplace_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1809641Z test_meta_outplace_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1809860Z test_meta_outplace_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1810073Z test_meta_outplace_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1810518Z test_meta_outplace_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1810728Z test_meta_outplace_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1810939Z test_meta_outplace_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1811164Z test_meta_outplace_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1811506Z test_meta_outplace_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1811839Z test_meta_outplace_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1812050Z test_meta_outplace_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1812267Z test_meta_outplace_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1812479Z test_meta_outplace_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1812686Z test_meta_outplace_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1812890Z test_meta_outplace_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1813182Z test_meta_outplace_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1813419Z test_meta_outplace_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1813637Z test_meta_outplace_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1813847Z test_meta_outplace_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:14.1814056Z test_meta_outplace_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1814255Z test_meta_outplace_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.1814488Z test_meta_outplace_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1814720Z test_meta_outplace_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1814954Z test_meta_outplace_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1815180Z test_meta_outplace_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1815550Z test_meta_outplace_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1815949Z test_meta_outplace_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1816333Z test_meta_outplace_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1816731Z test_meta_outplace_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1817231Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-11-23T02:43:14.1817962Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-11-23T02:43:14.1818518Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:14.1818962Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-11-23T02:43:14.1819376Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.1819815Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.1821200Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.1821624Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:14.1822042Z test_meta_outplace_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.1822466Z test_meta_outplace_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.728s) 2022-11-23T02:43:14.1822877Z test_meta_outplace_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.722s) 2022-11-23T02:43:14.1823288Z test_meta_outplace_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.710s) 2022-11-23T02:43:14.1823717Z test_meta_outplace_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.714s) 2022-11-23T02:43:14.1824139Z test_meta_outplace_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.233s) 2022-11-23T02:43:14.1824623Z test_meta_outplace_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.186s) 2022-11-23T02:43:14.1825058Z test_meta_outplace_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.191s) 2022-11-23T02:43:14.1825458Z test_meta_outplace_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.187s) 2022-11-23T02:43:14.1825999Z test_meta_outplace_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.724s) 2022-11-23T02:43:14.1826451Z test_meta_outplace_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.789s) 2022-11-23T02:43:14.1826842Z test_meta_outplace_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.732s) 2022-11-23T02:43:14.1827252Z test_meta_outplace_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.727s) 2022-11-23T02:43:14.1827690Z test_meta_outplace_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.301s) 2022-11-23T02:43:14.1828130Z test_meta_outplace_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.278s) 2022-11-23T02:43:14.1828532Z test_meta_outplace_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.285s) 2022-11-23T02:43:14.1828963Z test_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:14.1829393Z test_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-11-23T02:43:14.1829832Z test_meta_outplace_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.091s) 2022-11-23T02:43:14.1830253Z test_meta_outplace_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.506s) 2022-11-23T02:43:14.1830655Z test_meta_outplace_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.509s) 2022-11-23T02:43:14.1831063Z test_meta_outplace_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.509s) 2022-11-23T02:43:14.1831505Z test_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.168s) 2022-11-23T02:43:14.1832054Z test_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-11-23T02:43:14.1832303Z test_meta_outplace_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-11-23T02:43:14.1832528Z test_meta_outplace_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-11-23T02:43:14.1832853Z test_meta_outplace_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-11-23T02:43:14.1833090Z test_meta_outplace_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-11-23T02:43:14.1833322Z test_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:14.1833754Z test_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-11-23T02:43:14.1834094Z test_meta_outplace_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-11-23T02:43:14.1834421Z test_meta_outplace_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1834642Z test_meta_outplace_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1834850Z test_meta_outplace_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1835167Z test_meta_outplace_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1835393Z test_meta_outplace_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1835608Z test_meta_outplace_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1835827Z test_meta_outplace_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1836042Z test_meta_outplace_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1836274Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1836594Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1836842Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1837069Z test_meta_outplace_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1837480Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1837724Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1837967Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1838204Z test_meta_outplace_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1838599Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1839056Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1839298Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1839535Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1839754Z test_meta_outplace_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1839976Z test_meta_outplace_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1840190Z test_meta_outplace_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1840403Z test_meta_outplace_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1840628Z test_meta_outplace_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:14.1840855Z test_meta_outplace_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-11-23T02:43:14.1841075Z test_meta_outplace_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1841291Z test_meta_outplace_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1841509Z test_meta_outplace_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.1841837Z test_meta_outplace_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1842044Z test_meta_outplace_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1842273Z test_meta_outplace_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1842494Z test_meta_outplace_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1842724Z test_meta_outplace_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1842952Z test_meta_outplace_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1843176Z test_meta_outplace_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1843391Z test_meta_outplace_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1843606Z test_meta_outplace_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1843823Z test_meta_outplace_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1844035Z test_meta_outplace_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1844438Z test_meta_outplace_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1844687Z test_meta_outplace_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1844908Z test_meta_outplace_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1845133Z test_meta_outplace_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1845349Z test_meta_outplace_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1845722Z test_meta_outplace_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1846061Z test_meta_outplace_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.1846288Z test_meta_outplace_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1846511Z test_meta_outplace_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1846853Z test_meta_outplace_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1847078Z test_meta_outplace_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1847292Z test_meta_outplace_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1847501Z test_meta_outplace_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1847720Z test_meta_outplace_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1847940Z test_meta_outplace_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1848165Z test_meta_outplace_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1848392Z test_meta_outplace_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1848618Z test_meta_outplace_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1848839Z test_meta_outplace_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1849056Z test_meta_outplace_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1849267Z test_meta_outplace_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1849591Z test_meta_outplace_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1849825Z test_meta_outplace_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1850056Z test_meta_outplace_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1850278Z test_meta_outplace_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1850494Z test_meta_outplace_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1850732Z test_meta_outplace_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1850973Z test_meta_outplace_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1851216Z test_meta_outplace_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1851597Z test_meta_outplace_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1851833Z test_meta_outplace_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1852145Z test_meta_outplace_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1852392Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1852735Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1853064Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1853297Z test_meta_outplace_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1853530Z test_meta_outplace_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1853743Z test_meta_outplace_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1853954Z test_meta_outplace_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1854183Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1854443Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1854675Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1854904Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1855128Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1855335Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1855545Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1855768Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1855978Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1856188Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1856404Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1856615Z test_meta_outplace_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1856845Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1857176Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1857409Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1857645Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1857872Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1858099Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1858523Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1858760Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1858984Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1859199Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1859537Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1859972Z test_meta_outplace_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1860230Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.235s) 2022-11-23T02:43:14.1860460Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.230s) 2022-11-23T02:43:14.1860686Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-11-23T02:43:14.1860898Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-11-23T02:43:14.1861127Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-11-23T02:43:14.1861351Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:43:14.1861580Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-11-23T02:43:14.1861801Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-11-23T02:43:14.1862023Z test_meta_outplace_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-11-23T02:43:14.1862232Z test_meta_outplace_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1862445Z test_meta_outplace_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1862650Z test_meta_outplace_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1862866Z test_meta_outplace_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1863076Z test_meta_outplace_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1863282Z test_meta_outplace_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1863490Z test_meta_outplace_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1863695Z test_meta_outplace_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1863899Z test_meta_outplace_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1864098Z test_meta_outplace_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1864299Z test_meta_outplace_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1864589Z test_meta_outplace_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1864796Z test_meta_outplace_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1865003Z test_meta_outplace_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1865306Z test_meta_outplace_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1865532Z test_meta_outplace_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1865732Z test_meta_outplace_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1865934Z test_meta_outplace_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1866130Z test_meta_outplace_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1866334Z test_meta_outplace_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1866654Z test_meta_outplace_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1866979Z test_meta_outplace_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1867782Z test_meta_outplace_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1868046Z test_meta_outplace_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1868250Z test_meta_outplace_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1868454Z test_meta_outplace_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1868659Z test_meta_outplace_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1868863Z test_meta_outplace_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1869070Z test_meta_outplace_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1869273Z test_meta_outplace_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1869470Z test_meta_outplace_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1869676Z test_meta_outplace_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1869874Z test_meta_outplace_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1870100Z test_meta_outplace_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1870311Z test_meta_outplace_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1870532Z test_meta_outplace_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1870770Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1870999Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1871229Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1871456Z test_meta_outplace_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1871674Z test_meta_outplace_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1871887Z test_meta_outplace_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1872101Z test_meta_outplace_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1872469Z test_meta_outplace_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1872828Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1873065Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1873304Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1873730Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1873992Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1874220Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1874448Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1874681Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1874908Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1875133Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1875436Z test_meta_outplace_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1875673Z test_meta_outplace_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1875875Z test_meta_outplace_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1876089Z test_meta_outplace_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1876305Z test_meta_outplace_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1876530Z test_meta_outplace_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1876750Z test_meta_outplace_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1876961Z test_meta_outplace_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1877171Z test_meta_outplace_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1877384Z test_meta_outplace_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1877597Z test_meta_outplace_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1877822Z test_meta_outplace_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1878042Z test_meta_outplace_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1878260Z test_meta_outplace_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1878474Z test_meta_outplace_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1878683Z test_meta_outplace_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1878894Z test_meta_outplace_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1879107Z test_meta_outplace_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1879446Z test_meta_outplace_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1879664Z test_meta_outplace_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1879871Z test_meta_outplace_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1880191Z test_meta_outplace_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1880541Z test_meta_outplace_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1880867Z test_meta_outplace_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1881097Z test_meta_outplace_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1881308Z test_meta_outplace_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1881517Z test_meta_outplace_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1881733Z test_meta_outplace_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1881949Z test_meta_outplace_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1882165Z test_meta_outplace_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1882381Z test_meta_outplace_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1882592Z test_meta_outplace_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1882896Z test_meta_outplace_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1883132Z test_meta_outplace_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1883350Z test_meta_outplace_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1883568Z test_meta_outplace_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1883785Z test_meta_outplace_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1884003Z test_meta_outplace_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1884217Z test_meta_outplace_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1884430Z test_meta_outplace_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1884642Z test_meta_outplace_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1884879Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.1885118Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1885356Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1885589Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1885807Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1886032Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1886389Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.1886630Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1886857Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1887190Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1887546Z test_meta_outplace_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1887909Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.1888169Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1888430Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.1888682Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1888935Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1889185Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1889434Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.1889685Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.1889933Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1890253Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.1890517Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1890734Z test_meta_outplace_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.816s) 2022-11-23T02:43:14.1890951Z test_meta_outplace_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.795s) 2022-11-23T02:43:14.1891171Z test_meta_outplace_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.811s) 2022-11-23T02:43:14.1891389Z test_meta_outplace_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.801s) 2022-11-23T02:43:14.1891602Z test_meta_outplace_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.787s) 2022-11-23T02:43:14.1891811Z test_meta_outplace_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.798s) 2022-11-23T02:43:14.1892033Z test_meta_outplace_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1892264Z test_meta_outplace_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1892494Z test_meta_outplace_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1892727Z test_meta_outplace_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1893095Z test_meta_outplace_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1893337Z test_meta_outplace_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1893564Z test_meta_outplace_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1893760Z test_meta_outplace_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1894047Z test_meta_outplace_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1894276Z test_meta_outplace_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.1894588Z test_meta_outplace_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1894782Z test_meta_outplace_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1894976Z test_meta_outplace_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1895167Z test_meta_outplace_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.1895459Z test_meta_outplace_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1895648Z test_meta_outplace_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.1895837Z test_meta_outplace_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.1896028Z test_meta_outplace_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1896216Z test_meta_outplace_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1896384Z test_meta_outplace_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.1896568Z test_meta_outplace_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-11-23T02:43:14.1896760Z test_meta_outplace_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-11-23T02:43:14.1896952Z test_meta_outplace_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-11-23T02:43:14.1897140Z test_meta_outplace_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-11-23T02:43:14.1897326Z test_meta_outplace_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:43:14.1897511Z test_meta_outplace_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-11-23T02:43:14.1897794Z test_meta_outplace_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1898014Z test_meta_outplace_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1898213Z test_meta_outplace_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1898403Z test_meta_outplace_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1898590Z test_meta_outplace_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1898772Z test_meta_outplace_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1898967Z test_meta_outplace_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1899163Z test_meta_outplace_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1899357Z test_meta_outplace_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1899547Z test_meta_outplace_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1899731Z test_meta_outplace_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1900014Z test_meta_outplace_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1900219Z test_meta_outplace_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1900412Z test_meta_outplace_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1900599Z test_meta_outplace_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1900784Z test_meta_outplace_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1901096Z test_meta_outplace_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1901500Z test_meta_outplace_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1901708Z test_meta_outplace_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1901897Z test_meta_outplace_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1902110Z test_meta_outplace_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1902321Z test_meta_outplace_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1902531Z test_meta_outplace_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1902734Z test_meta_outplace_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1903029Z test_meta_outplace_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1903212Z test_meta_outplace_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1903406Z test_meta_outplace_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1903600Z test_meta_outplace_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1903790Z test_meta_outplace_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1903976Z test_meta_outplace_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1904146Z test_meta_outplace_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1904331Z test_meta_outplace_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1904515Z test_meta_outplace_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1904700Z test_meta_outplace_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1904877Z test_meta_outplace_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1905058Z test_meta_outplace_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1905233Z test_meta_outplace_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1905503Z test_meta_outplace_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1905709Z test_meta_outplace_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1905909Z test_meta_outplace_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1906108Z test_meta_outplace_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1906297Z test_meta_outplace_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1906495Z test_meta_outplace_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1906682Z test_meta_outplace_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1906993Z test_meta_outplace_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1907191Z test_meta_outplace_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1907385Z test_meta_outplace_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1907557Z test_meta_outplace_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1907747Z test_meta_outplace_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1907932Z test_meta_outplace_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1908240Z test_meta_outplace_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.490s) 2022-11-23T02:43:14.1908571Z test_meta_outplace_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.466s) 2022-11-23T02:43:14.1908768Z test_meta_outplace_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.467s) 2022-11-23T02:43:14.1908956Z test_meta_outplace_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.441s) 2022-11-23T02:43:14.1909145Z test_meta_outplace_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1909334Z test_meta_outplace_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1909529Z test_meta_outplace_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1909722Z test_meta_outplace_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1909910Z test_meta_outplace_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1910099Z test_meta_outplace_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1910285Z test_meta_outplace_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1910568Z test_meta_outplace_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1910753Z test_meta_outplace_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1910932Z test_meta_outplace_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1911120Z test_meta_outplace_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1911284Z test_meta_outplace_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1911484Z test_meta_outplace_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.090s) 2022-11-23T02:43:14.1911676Z test_meta_outplace_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.126s) 2022-11-23T02:43:14.1911871Z test_meta_outplace_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1912060Z test_meta_outplace_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1912264Z test_meta_outplace_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1912462Z test_meta_outplace_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1912654Z test_meta_outplace_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1912919Z test_meta_outplace_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1913129Z test_meta_outplace_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1913320Z test_meta_outplace_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1913509Z test_meta_outplace_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1913698Z test_meta_outplace_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1913992Z test_meta_outplace_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1914201Z test_meta_outplace_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1914387Z test_meta_outplace_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1914589Z test_meta_outplace_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1914791Z test_meta_outplace_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1914969Z test_meta_outplace_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1915281Z test_meta_outplace_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1915588Z test_meta_outplace_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1915781Z test_meta_outplace_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1915999Z test_meta_outplace_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1916224Z test_meta_outplace_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1916445Z test_meta_outplace_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1916666Z test_meta_outplace_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1916881Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1917098Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1917312Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1917529Z test_meta_outplace_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1917737Z test_meta_outplace_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1918064Z test_meta_outplace_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1918278Z test_meta_outplace_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1918494Z test_meta_outplace_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1918713Z test_meta_outplace_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1918925Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1919139Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1919351Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1919546Z test_meta_outplace_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1919761Z test_meta_outplace_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1919973Z test_meta_outplace_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1920189Z test_meta_outplace_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1920475Z test_meta_outplace_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1920711Z test_meta_outplace_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1921045Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1921268Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1921480Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1921694Z test_meta_outplace_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1921903Z test_meta_outplace_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1922232Z test_meta_outplace_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1922551Z test_meta_outplace_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1922775Z test_meta_outplace_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1922993Z test_meta_outplace_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1923205Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1923415Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1923626Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1923841Z test_meta_outplace_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1924051Z test_meta_outplace_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1924266Z test_meta_outplace_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.1924465Z test_meta_outplace_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1924678Z test_meta_outplace_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1924896Z test_meta_outplace_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1925104Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1925315Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1925625Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1925835Z test_meta_outplace_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1926047Z test_meta_outplace_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1926246Z test_meta_outplace_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1926446Z test_meta_outplace_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1926650Z test_meta_outplace_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1926841Z test_meta_outplace_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1927037Z test_meta_outplace_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1927230Z test_meta_outplace_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1927417Z test_meta_outplace_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1927609Z test_meta_outplace_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1927882Z test_meta_outplace_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1928268Z test_meta_outplace_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1928462Z test_meta_outplace_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1928635Z test_meta_outplace_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1928825Z test_meta_outplace_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1929013Z test_meta_outplace_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1929317Z test_meta_outplace_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1929610Z test_meta_outplace_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1929801Z test_meta_outplace_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1929984Z test_meta_outplace_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1930169Z test_meta_outplace_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1930353Z test_meta_outplace_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1930533Z test_meta_outplace_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1930707Z test_meta_outplace_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1930887Z test_meta_outplace_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1931061Z test_meta_outplace_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1931253Z test_meta_outplace_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1931435Z test_meta_outplace_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1931629Z test_meta_outplace_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1931824Z test_meta_outplace_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1932018Z test_meta_outplace_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1932189Z test_meta_outplace_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1932375Z test_meta_outplace_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1932558Z test_meta_outplace_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1932741Z test_meta_outplace_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1933027Z test_meta_outplace_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1933206Z test_meta_outplace_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1933388Z test_meta_outplace_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1933567Z test_meta_outplace_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1933755Z test_meta_outplace_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1933935Z test_meta_outplace_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1934128Z test_meta_outplace_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1934315Z test_meta_outplace_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1934500Z test_meta_outplace_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1934685Z test_meta_outplace_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1934876Z test_meta_outplace_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1935190Z test_meta_outplace_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1935377Z test_meta_outplace_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1935623Z test_meta_outplace_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1935816Z test_meta_outplace_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1935991Z test_meta_outplace_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1936286Z test_meta_outplace_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.1936559Z test_meta_outplace_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.1936767Z test_meta_outplace_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1936951Z test_meta_outplace_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.1937147Z test_meta_outplace_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.504s) 2022-11-23T02:43:14.1937337Z test_meta_outplace_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.467s) 2022-11-23T02:43:14.1937525Z test_meta_outplace_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1937717Z test_meta_outplace_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1937913Z test_meta_outplace_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1938105Z test_meta_outplace_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1938296Z test_meta_outplace_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1938483Z test_meta_outplace_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1938672Z test_meta_outplace_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1938862Z test_meta_outplace_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1939034Z test_meta_outplace_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1939218Z test_meta_outplace_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1939418Z test_meta_outplace_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1939617Z test_meta_outplace_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1939815Z test_meta_outplace_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1940004Z test_meta_outplace_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1940197Z test_meta_outplace_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1940384Z test_meta_outplace_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1940718Z test_meta_outplace_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1940909Z test_meta_outplace_randint_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1941098Z test_meta_outplace_randint_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1941293Z test_meta_outplace_randint_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1941484Z test_meta_outplace_randint_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1941673Z test_meta_outplace_randint_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1941858Z test_meta_outplace_randint_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1942178Z test_meta_outplace_randint_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1942374Z test_meta_outplace_randint_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1942564Z test_meta_outplace_randint_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1942766Z test_meta_outplace_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1942951Z test_meta_outplace_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1943417Z test_meta_outplace_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1943657Z test_meta_outplace_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1943852Z test_meta_outplace_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.1944161Z test_meta_outplace_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1944359Z test_meta_outplace_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1944549Z test_meta_outplace_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1944738Z test_meta_outplace_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1944929Z test_meta_outplace_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1945124Z test_meta_outplace_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1945320Z test_meta_outplace_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1945512Z test_meta_outplace_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1945699Z test_meta_outplace_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1945885Z test_meta_outplace_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1946072Z test_meta_outplace_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1946270Z test_meta_outplace_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1946475Z test_meta_outplace_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1946675Z test_meta_outplace_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1946859Z test_meta_outplace_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1947060Z test_meta_outplace_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1947252Z test_meta_outplace_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1947441Z test_meta_outplace_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1947634Z test_meta_outplace_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1947818Z test_meta_outplace_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1948012Z test_meta_outplace_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1948845Z test_meta_outplace_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1949038Z test_meta_outplace_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1949224Z test_meta_outplace_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1949416Z test_meta_outplace_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1949761Z test_meta_outplace_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1949953Z test_meta_outplace_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1950137Z test_meta_outplace_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1950317Z test_meta_outplace_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1950502Z test_meta_outplace_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1950691Z test_meta_outplace_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1951007Z test_meta_outplace_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1951281Z test_meta_outplace_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1951479Z test_meta_outplace_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1951767Z test_meta_outplace_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1951982Z test_meta_outplace_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1952168Z test_meta_outplace_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1952354Z test_meta_outplace_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1952537Z test_meta_outplace_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1952718Z test_meta_outplace_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1952903Z test_meta_outplace_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1953080Z test_meta_outplace_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1953258Z test_meta_outplace_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1953440Z test_meta_outplace_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1953646Z test_meta_outplace_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1953839Z test_meta_outplace_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1954045Z test_meta_outplace_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1954247Z test_meta_outplace_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1954486Z test_meta_outplace_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1954674Z test_meta_outplace_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1954866Z test_meta_outplace_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1955060Z test_meta_outplace_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1955256Z test_meta_outplace_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1955441Z test_meta_outplace_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1955634Z test_meta_outplace_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1955827Z test_meta_outplace_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1956025Z test_meta_outplace_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1956219Z test_meta_outplace_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1956634Z test_meta_outplace_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1956836Z test_meta_outplace_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1957027Z test_meta_outplace_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1957227Z test_meta_outplace_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1957418Z test_meta_outplace_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1957612Z test_meta_outplace_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.1957901Z test_meta_outplace_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.1958195Z test_meta_outplace_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1958398Z test_meta_outplace_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1958599Z test_meta_outplace_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.1958773Z test_meta_outplace_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1958964Z test_meta_outplace_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1959233Z test_meta_outplace_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1959442Z test_meta_outplace_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.1959628Z test_meta_outplace_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1959822Z test_meta_outplace_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1960015Z test_meta_outplace_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1960203Z test_meta_outplace_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1960398Z test_meta_outplace_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1960588Z test_meta_outplace_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.1960773Z test_meta_outplace_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1960961Z test_meta_outplace_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1961146Z test_meta_outplace_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1961334Z test_meta_outplace_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1961520Z test_meta_outplace_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.1961733Z test_meta_outplace_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1961939Z test_meta_outplace_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1962159Z test_meta_outplace_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1962360Z test_meta_outplace_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1962576Z test_meta_outplace_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1962788Z test_meta_outplace_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1962997Z test_meta_outplace_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1963200Z test_meta_outplace_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1963538Z test_meta_outplace_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1963757Z test_meta_outplace_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1963959Z test_meta_outplace_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1964259Z test_meta_outplace_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1964461Z test_meta_outplace_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1964797Z test_meta_outplace_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1965111Z test_meta_outplace_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1965321Z test_meta_outplace_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1965523Z test_meta_outplace_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1965726Z test_meta_outplace_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1965921Z test_meta_outplace_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1966120Z test_meta_outplace_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1966311Z test_meta_outplace_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1966504Z test_meta_outplace_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1966755Z test_meta_outplace_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1966959Z test_meta_outplace_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1967149Z test_meta_outplace_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1967343Z test_meta_outplace_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1967536Z test_meta_outplace_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1967723Z test_meta_outplace_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1967929Z test_meta_outplace_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1968128Z test_meta_outplace_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1968319Z test_meta_outplace_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1968512Z test_meta_outplace_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.1968708Z test_meta_outplace_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1968899Z test_meta_outplace_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1969088Z test_meta_outplace_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1969275Z test_meta_outplace_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1969463Z test_meta_outplace_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1969650Z test_meta_outplace_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1969840Z test_meta_outplace_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1970034Z test_meta_outplace_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1970204Z test_meta_outplace_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1970528Z test_meta_outplace_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1970740Z test_meta_outplace_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1970932Z test_meta_outplace_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1971120Z test_meta_outplace_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1971313Z test_meta_outplace_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1971498Z test_meta_outplace_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1971905Z test_meta_outplace_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1972187Z test_meta_outplace_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1972379Z test_meta_outplace_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1972566Z test_meta_outplace_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1972766Z test_meta_outplace_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1972958Z test_meta_outplace_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1973162Z test_meta_outplace_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1973363Z test_meta_outplace_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1973560Z test_meta_outplace_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1973752Z test_meta_outplace_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1973939Z test_meta_outplace_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1974113Z test_meta_outplace_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1974375Z test_meta_outplace_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1974577Z test_meta_outplace_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1974764Z test_meta_outplace_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1974958Z test_meta_outplace_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1975160Z test_meta_outplace_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1975355Z test_meta_outplace_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1975565Z test_meta_outplace_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1975772Z test_meta_outplace_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1975971Z test_meta_outplace_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1976173Z test_meta_outplace_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1976370Z test_meta_outplace_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1976571Z test_meta_outplace_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1976762Z test_meta_outplace_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1976950Z test_meta_outplace_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1977143Z test_meta_outplace_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1977450Z test_meta_outplace_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1977684Z test_meta_outplace_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1977864Z test_meta_outplace_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1978073Z test_meta_outplace_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1978371Z test_meta_outplace_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1978585Z test_meta_outplace_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1978886Z test_meta_outplace_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1979082Z test_meta_outplace_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1979365Z test_meta_outplace_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1979561Z test_meta_outplace_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.1979748Z test_meta_outplace_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1979933Z test_meta_outplace_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1980130Z test_meta_outplace_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1980320Z test_meta_outplace_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1980509Z test_meta_outplace_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1980692Z test_meta_outplace_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.1980883Z test_meta_outplace_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1981079Z test_meta_outplace_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.1981268Z test_meta_outplace_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.1981456Z test_meta_outplace_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1981640Z test_meta_outplace_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1981882Z test_meta_outplace_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.1982085Z test_meta_outplace_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1982265Z test_meta_outplace_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1982444Z test_meta_outplace_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1982622Z test_meta_outplace_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1982798Z test_meta_outplace_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.1982988Z test_meta_outplace_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1983170Z test_meta_outplace_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.1983366Z test_meta_outplace_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1983561Z test_meta_outplace_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.1983750Z test_meta_outplace_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1983934Z test_meta_outplace_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.1984121Z test_meta_outplace_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.1984435Z test_meta_outplace_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.1984619Z test_meta_outplace_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1984801Z test_meta_outplace_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.1984981Z test_meta_outplace_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.1985143Z test_meta_outplace_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.1985423Z test_meta_outplace_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1985644Z test_meta_outplace_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1985945Z test_meta_outplace_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1986138Z test_meta_outplace_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1986320Z test_meta_outplace_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1986498Z test_meta_outplace_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1986676Z test_meta_outplace_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1986958Z test_meta_outplace_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1987140Z test_meta_outplace_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.1987348Z test_meta_outplace_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1987556Z test_meta_outplace_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1987759Z test_meta_outplace_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.1994027Z test_meta_outplace_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.1994314Z test_meta_outplace_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1994528Z test_meta_outplace_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1994743Z test_meta_outplace_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1994945Z test_meta_outplace_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1995146Z test_meta_outplace_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1996008Z test_meta_outplace_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1996277Z test_meta_outplace_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1996491Z test_meta_outplace_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1996687Z test_meta_outplace_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1996876Z test_meta_outplace_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1997078Z test_meta_outplace_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1997277Z test_meta_outplace_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.1997475Z test_meta_outplace_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.1997665Z test_meta_outplace_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1997859Z test_meta_outplace_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1998047Z test_meta_outplace_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1998396Z test_meta_outplace_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1998596Z test_meta_outplace_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1998775Z test_meta_outplace_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.1998961Z test_meta_outplace_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.1999143Z test_meta_outplace_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.1999334Z test_meta_outplace_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1999648Z test_meta_outplace_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.1999922Z test_meta_outplace_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2000120Z test_meta_outplace_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2000307Z test_meta_outplace_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2000493Z test_meta_outplace_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2000679Z test_meta_outplace_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2000865Z test_meta_outplace_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2001044Z test_meta_outplace_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2001355Z test_meta_outplace_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2001532Z test_meta_outplace_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2001739Z test_meta_outplace_scalar_tensor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2001945Z test_meta_outplace_scalar_tensor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2002153Z test_meta_outplace_scalar_tensor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2002359Z test_meta_outplace_scalar_tensor_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2002565Z test_meta_outplace_scalar_tensor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2002768Z test_meta_outplace_scalar_tensor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2002971Z test_meta_outplace_scalar_tensor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2003176Z test_meta_outplace_scalar_tensor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2003373Z test_meta_outplace_scalar_tensor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2003550Z test_meta_outplace_scalar_tensor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2003811Z test_meta_outplace_scalar_tensor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2004027Z test_meta_outplace_scalar_tensor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2004213Z test_meta_outplace_scalar_tensor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2004416Z test_meta_outplace_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2004618Z test_meta_outplace_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.2004830Z test_meta_outplace_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2005034Z test_meta_outplace_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.2005353Z test_meta_outplace_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.2005562Z test_meta_outplace_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2005751Z test_meta_outplace_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2005944Z test_meta_outplace_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2006132Z test_meta_outplace_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2006316Z test_meta_outplace_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2006629Z test_meta_outplace_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2006932Z test_meta_outplace_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2007128Z test_meta_outplace_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:14.2007316Z test_meta_outplace_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.2007503Z test_meta_outplace_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.2007702Z test_meta_outplace_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.2007894Z test_meta_outplace_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:14.2008085Z test_meta_outplace_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:14.2008278Z test_meta_outplace_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-11-23T02:43:14.2008466Z test_meta_outplace_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.2008758Z test_meta_outplace_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.2008946Z test_meta_outplace_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.2009135Z test_meta_outplace_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.2009322Z test_meta_outplace_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.2009543Z test_meta_outplace_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.2009758Z test_meta_outplace_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.2009969Z test_meta_outplace_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.2010175Z test_meta_outplace_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.2010381Z test_meta_outplace_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.2010592Z test_meta_outplace_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-11-23T02:43:14.2010792Z test_meta_outplace_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.2010997Z test_meta_outplace_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:14.2011268Z test_meta_outplace_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.2011482Z test_meta_outplace_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.2011694Z test_meta_outplace_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.2011904Z test_meta_outplace_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-11-23T02:43:14.2012110Z test_meta_outplace_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:14.2012453Z test_meta_outplace_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:14.2012669Z test_meta_outplace_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.2012869Z test_meta_outplace_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-11-23T02:43:14.2013077Z test_meta_outplace_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:14.2013277Z test_meta_outplace_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.2013605Z test_meta_outplace_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.2013917Z test_meta_outplace_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-11-23T02:43:14.2014133Z test_meta_outplace_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:14.2014338Z test_meta_outplace_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.2014548Z test_meta_outplace_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-11-23T02:43:14.2014754Z test_meta_outplace_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.2014955Z test_meta_outplace_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.2015161Z test_meta_outplace_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-11-23T02:43:14.2015359Z test_meta_outplace_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.2015575Z test_meta_outplace_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-11-23T02:43:14.2015786Z test_meta_outplace_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:14.2015980Z test_meta_outplace_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:14.2016290Z test_meta_outplace_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.2016496Z test_meta_outplace_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-11-23T02:43:14.2016699Z test_meta_outplace_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.2016904Z test_meta_outplace_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-11-23T02:43:14.2017110Z test_meta_outplace_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:14.2017310Z test_meta_outplace_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.2017517Z test_meta_outplace_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.2017723Z test_meta_outplace_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:14.2017934Z test_meta_outplace_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:14.2018132Z test_meta_outplace_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-11-23T02:43:14.2018323Z test_meta_outplace_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-11-23T02:43:14.2018604Z test_meta_outplace_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-11-23T02:43:14.2018825Z test_meta_outplace_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:14.2019024Z test_meta_outplace_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.2019231Z test_meta_outplace_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.2019552Z test_meta_outplace_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-11-23T02:43:14.2019762Z test_meta_outplace_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.552s) 2022-11-23T02:43:14.2019970Z test_meta_outplace_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.571s) 2022-11-23T02:43:14.2020174Z test_meta_outplace_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.550s) 2022-11-23T02:43:14.2020358Z test_meta_outplace_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.559s) 2022-11-23T02:43:14.2020664Z test_meta_outplace_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.584s) 2022-11-23T02:43:14.2020961Z test_meta_outplace_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.553s) 2022-11-23T02:43:14.2021166Z test_meta_outplace_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.565s) 2022-11-23T02:43:14.2021357Z test_meta_outplace_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.595s) 2022-11-23T02:43:14.2021578Z test_meta_outplace_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:43:14.2021797Z test_meta_outplace_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-11-23T02:43:14.2022018Z test_meta_outplace_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-11-23T02:43:14.2022236Z test_meta_outplace_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-11-23T02:43:14.2022453Z test_meta_outplace_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:43:14.2022667Z test_meta_outplace_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-11-23T02:43:14.2022877Z test_meta_outplace_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-11-23T02:43:14.2023090Z test_meta_outplace_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-11-23T02:43:14.2023284Z test_meta_outplace_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2023473Z test_meta_outplace_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2023775Z test_meta_outplace_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2023970Z test_meta_outplace_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2024159Z test_meta_outplace_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2024354Z test_meta_outplace_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2024530Z test_meta_outplace_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2024720Z test_meta_outplace_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2024906Z test_meta_outplace_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2025090Z test_meta_outplace_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2025275Z test_meta_outplace_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2025463Z test_meta_outplace_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2025645Z test_meta_outplace_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2025849Z test_meta_outplace_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2026120Z test_meta_outplace_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2026469Z test_meta_outplace_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2026681Z test_meta_outplace_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2026883Z test_meta_outplace_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2027081Z test_meta_outplace_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2027281Z test_meta_outplace_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2027587Z test_meta_outplace_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2027803Z test_meta_outplace_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2028109Z test_meta_outplace_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2028302Z test_meta_outplace_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2028468Z test_meta_outplace_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2028663Z test_meta_outplace_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2028852Z test_meta_outplace_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2029041Z test_meta_outplace_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2029226Z test_meta_outplace_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2029418Z test_meta_outplace_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2029600Z test_meta_outplace_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2029778Z test_meta_outplace_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2029960Z test_meta_outplace_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2030140Z test_meta_outplace_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2030319Z test_meta_outplace_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2030492Z test_meta_outplace_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2030686Z test_meta_outplace_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2030870Z test_meta_outplace_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2031065Z test_meta_outplace_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2031358Z test_meta_outplace_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2031546Z test_meta_outplace_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2031733Z test_meta_outplace_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2031907Z test_meta_outplace_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2032091Z test_meta_outplace_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2032273Z test_meta_outplace_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2032453Z test_meta_outplace_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2032634Z test_meta_outplace_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2032811Z test_meta_outplace_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2033013Z test_meta_outplace_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2033200Z test_meta_outplace_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2033528Z test_meta_outplace_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2033818Z test_meta_outplace_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2034023Z test_meta_outplace_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2034214Z test_meta_outplace_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2034406Z test_meta_outplace_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2034716Z test_meta_outplace_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2034990Z test_meta_outplace_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2035203Z test_meta_outplace_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2035391Z test_meta_outplace_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2035578Z test_meta_outplace_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2035749Z test_meta_outplace_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2035933Z test_meta_outplace_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2036115Z test_meta_outplace_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2036300Z test_meta_outplace_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2036486Z test_meta_outplace_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2036670Z test_meta_outplace_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2036852Z test_meta_outplace_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2037035Z test_meta_outplace_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2037212Z test_meta_outplace_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2037390Z test_meta_outplace_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2037569Z test_meta_outplace_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2037787Z test_meta_outplace_signal_windows_cosine_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2038002Z test_meta_outplace_signal_windows_cosine_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2038218Z test_meta_outplace_signal_windows_cosine_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2038430Z test_meta_outplace_signal_windows_cosine_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2038762Z test_meta_outplace_signal_windows_exponential_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2038987Z test_meta_outplace_signal_windows_exponential_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2039201Z test_meta_outplace_signal_windows_exponential_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2039401Z test_meta_outplace_signal_windows_exponential_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2039619Z test_meta_outplace_signal_windows_gaussian_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2039834Z test_meta_outplace_signal_windows_gaussian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2040051Z test_meta_outplace_signal_windows_gaussian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.2040268Z test_meta_outplace_signal_windows_gaussian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2040609Z test_meta_outplace_signal_windows_kaiser_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.2040833Z test_meta_outplace_signal_windows_kaiser_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.2041048Z test_meta_outplace_signal_windows_kaiser_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.2041340Z test_meta_outplace_signal_windows_kaiser_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.2041555Z test_meta_outplace_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2041864Z test_meta_outplace_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2042162Z test_meta_outplace_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2042358Z test_meta_outplace_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2042549Z test_meta_outplace_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2042741Z test_meta_outplace_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2042927Z test_meta_outplace_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2043112Z test_meta_outplace_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2043302Z test_meta_outplace_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2043485Z test_meta_outplace_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2043655Z test_meta_outplace_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2043835Z test_meta_outplace_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2044025Z test_meta_outplace_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2044211Z test_meta_outplace_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2044399Z test_meta_outplace_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2044586Z test_meta_outplace_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2044770Z test_meta_outplace_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2044949Z test_meta_outplace_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2045132Z test_meta_outplace_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2045313Z test_meta_outplace_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2045488Z test_meta_outplace_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2045665Z test_meta_outplace_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2045840Z test_meta_outplace_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2046027Z test_meta_outplace_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2046310Z test_meta_outplace_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2046501Z test_meta_outplace_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2046693Z test_meta_outplace_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2046883Z test_meta_outplace_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2047055Z test_meta_outplace_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2047238Z test_meta_outplace_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2047424Z test_meta_outplace_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2047731Z test_meta_outplace_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2047917Z test_meta_outplace_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2048098Z test_meta_outplace_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2048277Z test_meta_outplace_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2048465Z test_meta_outplace_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2048656Z test_meta_outplace_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2049153Z test_meta_outplace_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2049379Z test_meta_outplace_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2049570Z test_meta_outplace_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2049756Z test_meta_outplace_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2049941Z test_meta_outplace_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2050124Z test_meta_outplace_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2050311Z test_meta_outplace_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2050496Z test_meta_outplace_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2050656Z test_meta_outplace_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2050839Z test_meta_outplace_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2051014Z test_meta_outplace_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2051205Z test_meta_outplace_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2051390Z test_meta_outplace_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2051585Z test_meta_outplace_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2051778Z test_meta_outplace_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2051973Z test_meta_outplace_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2052161Z test_meta_outplace_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2052348Z test_meta_outplace_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2052536Z test_meta_outplace_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2052720Z test_meta_outplace_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2052906Z test_meta_outplace_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2053086Z test_meta_outplace_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2053267Z test_meta_outplace_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2053446Z test_meta_outplace_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2053746Z test_meta_outplace_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2053947Z test_meta_outplace_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2054132Z test_meta_outplace_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2054335Z test_meta_outplace_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2054715Z test_meta_outplace_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2054923Z test_meta_outplace_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2055113Z test_meta_outplace_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2055300Z test_meta_outplace_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2055496Z test_meta_outplace_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2055689Z test_meta_outplace_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2056004Z test_meta_outplace_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.2056304Z test_meta_outplace_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2056589Z test_meta_outplace_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2056794Z test_meta_outplace_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2057008Z test_meta_outplace_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2057213Z test_meta_outplace_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2057431Z test_meta_outplace_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2057644Z test_meta_outplace_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2057856Z test_meta_outplace_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2058062Z test_meta_outplace_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2058266Z test_meta_outplace_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2058457Z test_meta_outplace_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2058661Z test_meta_outplace_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2058858Z test_meta_outplace_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2059059Z test_meta_outplace_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2059264Z test_meta_outplace_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2059455Z test_meta_outplace_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.2059639Z test_meta_outplace_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2059823Z test_meta_outplace_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.2060008Z test_meta_outplace_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.2060192Z test_meta_outplace_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.2060375Z test_meta_outplace_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.2060552Z test_meta_outplace_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2060733Z test_meta_outplace_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-11-23T02:43:14.2060908Z test_meta_outplace_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.2061132Z test_meta_outplace_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2061449Z test_meta_outplace_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2061794Z test_meta_outplace_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2062017Z test_meta_outplace_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2062204Z test_meta_outplace_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2062410Z test_meta_outplace_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2062613Z test_meta_outplace_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2062929Z test_meta_outplace_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2063258Z test_meta_outplace_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2063475Z test_meta_outplace_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2063672Z test_meta_outplace_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2063873Z test_meta_outplace_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2064160Z test_meta_outplace_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2064385Z test_meta_outplace_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2064589Z test_meta_outplace_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2064792Z test_meta_outplace_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2064992Z test_meta_outplace_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2065189Z test_meta_outplace_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2065391Z test_meta_outplace_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2065588Z test_meta_outplace_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2065790Z test_meta_outplace_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2065996Z test_meta_outplace_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2066196Z test_meta_outplace_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2066391Z test_meta_outplace_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2066574Z test_meta_outplace_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2066771Z test_meta_outplace_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2066970Z test_meta_outplace_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2067166Z test_meta_outplace_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2067365Z test_meta_outplace_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2067569Z test_meta_outplace_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2067772Z test_meta_outplace_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2067967Z test_meta_outplace_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2068165Z test_meta_outplace_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2068360Z test_meta_outplace_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2068554Z test_meta_outplace_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2068845Z test_meta_outplace_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2069043Z test_meta_outplace_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2069245Z test_meta_outplace_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2069452Z test_meta_outplace_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2069646Z test_meta_outplace_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2069844Z test_meta_outplace_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2070039Z test_meta_outplace_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2070235Z test_meta_outplace_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2070419Z test_meta_outplace_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2070649Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2070883Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2071187Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2071435Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2071663Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2071891Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2072117Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2072348Z test_meta_outplace_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2072575Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2072808Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2073043Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2073266Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2073489Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2073840Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2074078Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2074309Z test_meta_outplace_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2074628Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2075047Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2075478Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2075797Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2076098Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2077086Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2077394Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2077690Z test_meta_outplace_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2077986Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2078294Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2078612Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2079009Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2079326Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2079621Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2079922Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2080203Z test_meta_outplace_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2080405Z test_meta_outplace_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2080607Z test_meta_outplace_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2080810Z test_meta_outplace_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2081008Z test_meta_outplace_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2081207Z test_meta_outplace_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2081403Z test_meta_outplace_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2081591Z test_meta_outplace_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2081780Z test_meta_outplace_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2081974Z test_meta_outplace_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2082161Z test_meta_outplace_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2082352Z test_meta_outplace_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2082552Z test_meta_outplace_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2082754Z test_meta_outplace_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2082952Z test_meta_outplace_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2083141Z test_meta_outplace_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2083327Z test_meta_outplace_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2083614Z test_meta_outplace_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2083802Z test_meta_outplace_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2084011Z test_meta_outplace_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2084244Z test_meta_outplace_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2084473Z test_meta_outplace_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2084697Z test_meta_outplace_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2084916Z test_meta_outplace_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2085131Z test_meta_outplace_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2085354Z test_meta_outplace_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2085568Z test_meta_outplace_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2085782Z test_meta_outplace_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2086081Z test_meta_outplace_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2086333Z test_meta_outplace_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2086559Z test_meta_outplace_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2086777Z test_meta_outplace_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2086991Z test_meta_outplace_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2087219Z test_meta_outplace_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2087433Z test_meta_outplace_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2087635Z test_meta_outplace_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2087832Z test_meta_outplace_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2088031Z test_meta_outplace_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2088225Z test_meta_outplace_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2088412Z test_meta_outplace_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2088590Z test_meta_outplace_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2088783Z test_meta_outplace_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2088969Z test_meta_outplace_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2089160Z test_meta_outplace_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2089351Z test_meta_outplace_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2089546Z test_meta_outplace_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2089744Z test_meta_outplace_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2089934Z test_meta_outplace_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2090127Z test_meta_outplace_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2090313Z test_meta_outplace_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2090586Z test_meta_outplace_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2090890Z test_meta_outplace_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2091118Z test_meta_outplace_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2091312Z test_meta_outplace_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2091510Z test_meta_outplace_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2091700Z test_meta_outplace_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2091891Z test_meta_outplace_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2092192Z test_meta_outplace_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2092387Z test_meta_outplace_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2092564Z test_meta_outplace_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2092749Z test_meta_outplace_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2093081Z test_meta_outplace_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2093403Z test_meta_outplace_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2093650Z test_meta_outplace_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2093877Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2094101Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2094318Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2094547Z test_meta_outplace_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2094764Z test_meta_outplace_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2095085Z test_meta_outplace_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2095399Z test_meta_outplace_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2095701Z test_meta_outplace_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2096008Z test_meta_outplace_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:43:14.2096306Z test_meta_outplace_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2096597Z test_meta_outplace_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2096897Z test_meta_outplace_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2097190Z test_meta_outplace_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:43:14.2097392Z test_meta_outplace_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2097601Z test_meta_outplace_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2097898Z test_meta_outplace_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2098101Z test_meta_outplace_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2098304Z test_meta_outplace_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2098510Z test_meta_outplace_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2098709Z test_meta_outplace_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2098892Z test_meta_outplace_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2099114Z test_meta_outplace_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2099337Z test_meta_outplace_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2099558Z test_meta_outplace_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2099776Z test_meta_outplace_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2099984Z test_meta_outplace_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2100260Z test_meta_outplace_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2100490Z test_meta_outplace_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2100709Z test_meta_outplace_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2100924Z test_meta_outplace_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2101146Z test_meta_outplace_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2101364Z test_meta_outplace_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2101579Z test_meta_outplace_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2101788Z test_meta_outplace_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2101996Z test_meta_outplace_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2102210Z test_meta_outplace_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2102426Z test_meta_outplace_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2102640Z test_meta_outplace_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2102858Z test_meta_outplace_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2103075Z test_meta_outplace_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2103290Z test_meta_outplace_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2103497Z test_meta_outplace_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2103689Z test_meta_outplace_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2103900Z test_meta_outplace_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2104117Z test_meta_outplace_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2104334Z test_meta_outplace_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2104555Z test_meta_outplace_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2104863Z test_meta_outplace_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2105081Z test_meta_outplace_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2105288Z test_meta_outplace_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2105496Z test_meta_outplace_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2105706Z test_meta_outplace_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2105924Z test_meta_outplace_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2106125Z test_meta_outplace_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2106322Z test_meta_outplace_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2106525Z test_meta_outplace_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2106725Z test_meta_outplace_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2106924Z test_meta_outplace_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2107190Z test_meta_outplace_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2107397Z test_meta_outplace_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2107583Z test_meta_outplace_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2107777Z test_meta_outplace_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2107951Z test_meta_outplace_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2108138Z test_meta_outplace_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2108344Z test_meta_outplace_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2108546Z test_meta_outplace_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2108747Z test_meta_outplace_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2108945Z test_meta_outplace_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2109136Z test_meta_outplace_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2109332Z test_meta_outplace_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2109523Z test_meta_outplace_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2109765Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2110014Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2110266Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2110515Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2110760Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2111003Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2111245Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2111485Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2111723Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2112047Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2112279Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2112515Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2112726Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2112953Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2113178Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2113403Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2113632Z test_meta_outplace_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2113862Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2114094Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2114887Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2115168Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2115396Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2115619Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2115845Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2116075Z test_meta_outplace_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2116402Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2116732Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2117059Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2117379Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2117699Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2118009Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2118326Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2118634Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2118942Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2119259Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2119692Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:43:14.2120008Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2120314Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2120620Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2120933Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:43:14.2121245Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2121619Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2121954Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2122278Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2122586Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2122896Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2123202Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:43:14.2123670Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:43:14.2123982Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2124288Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2124719Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2125152Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2125481Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2125787Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2126090Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2126506Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2126815Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:43:14.2127037Z test_meta_outplace_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2127262Z test_meta_outplace_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2127465Z test_meta_outplace_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2127686Z test_meta_outplace_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2127901Z test_meta_outplace_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2128107Z test_meta_outplace_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2128322Z test_meta_outplace_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2128604Z test_meta_outplace_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2128831Z test_meta_outplace_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:14.2129032Z test_meta_outplace_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.2129240Z test_meta_outplace_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-11-23T02:43:14.2129445Z test_meta_outplace_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.2129654Z test_meta_outplace_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.2129854Z test_meta_outplace_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-11-23T02:43:14.2130057Z test_meta_outplace_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.2130259Z test_meta_outplace_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.2130460Z test_meta_outplace_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.2130659Z test_meta_outplace_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.2130856Z test_meta_outplace_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2131055Z test_meta_outplace_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2131255Z test_meta_outplace_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2131441Z test_meta_outplace_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.2131631Z test_meta_outplace_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2131819Z test_meta_outplace_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2132016Z test_meta_outplace_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.2132205Z test_meta_outplace_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2132398Z test_meta_outplace_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2132583Z test_meta_outplace_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2132779Z test_meta_outplace_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2132974Z test_meta_outplace_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2133259Z test_meta_outplace_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2133447Z test_meta_outplace_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2133636Z test_meta_outplace_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2133826Z test_meta_outplace_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2134013Z test_meta_outplace_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2134198Z test_meta_outplace_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2134376Z test_meta_outplace_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2134562Z test_meta_outplace_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2134741Z test_meta_outplace_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2134935Z test_meta_outplace_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2135137Z test_meta_outplace_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2135345Z test_meta_outplace_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2135622Z test_meta_outplace_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2135842Z test_meta_outplace_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2136043Z test_meta_outplace_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2136243Z test_meta_outplace_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2136440Z test_meta_outplace_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2136640Z test_meta_outplace_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2136840Z test_meta_outplace_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2137038Z test_meta_outplace_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2137230Z test_meta_outplace_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2137440Z test_meta_outplace_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2137639Z test_meta_outplace_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2137850Z test_meta_outplace_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2138058Z test_meta_outplace_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2138264Z test_meta_outplace_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2138470Z test_meta_outplace_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2138671Z test_meta_outplace_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2138867Z test_meta_outplace_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2139056Z test_meta_outplace_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2139256Z test_meta_outplace_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2139455Z test_meta_outplace_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2139654Z test_meta_outplace_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2139850Z test_meta_outplace_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2140039Z test_meta_outplace_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2140310Z test_meta_outplace_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2140503Z test_meta_outplace_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2140693Z test_meta_outplace_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2140887Z test_meta_outplace_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2141075Z test_meta_outplace_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2141259Z test_meta_outplace_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2141443Z test_meta_outplace_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2141624Z test_meta_outplace_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2141805Z test_meta_outplace_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2141982Z test_meta_outplace_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2142162Z test_meta_outplace_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2142321Z test_meta_outplace_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2142513Z test_meta_outplace_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2142767Z test_meta_outplace_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2142985Z test_meta_outplace_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2143182Z test_meta_outplace_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2143376Z test_meta_outplace_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2143566Z test_meta_outplace_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2143759Z test_meta_outplace_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2143947Z test_meta_outplace_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2144130Z test_meta_outplace_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2144313Z test_meta_outplace_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2144501Z test_meta_outplace_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2144683Z test_meta_outplace_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2144878Z test_meta_outplace_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2145063Z test_meta_outplace_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2145262Z test_meta_outplace_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2145459Z test_meta_outplace_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2145653Z test_meta_outplace_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2145833Z test_meta_outplace_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2146023Z test_meta_outplace_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2146217Z test_meta_outplace_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2146406Z test_meta_outplace_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2146592Z test_meta_outplace_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2146776Z test_meta_outplace_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2146962Z test_meta_outplace_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2147147Z test_meta_outplace_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2147433Z test_meta_outplace_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2147616Z test_meta_outplace_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2147810Z test_meta_outplace_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2148004Z test_meta_outplace_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2148196Z test_meta_outplace_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2148382Z test_meta_outplace_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2148569Z test_meta_outplace_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.2148754Z test_meta_outplace_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2148940Z test_meta_outplace_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2149128Z test_meta_outplace_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2149291Z test_meta_outplace_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2149477Z test_meta_outplace_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2149654Z test_meta_outplace_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2149911Z test_meta_outplace_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2150120Z test_meta_outplace_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2150310Z test_meta_outplace_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2150493Z test_meta_outplace_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2150677Z test_meta_outplace_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2150858Z test_meta_outplace_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2151058Z test_meta_outplace_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2151254Z test_meta_outplace_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2151450Z test_meta_outplace_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2151646Z test_meta_outplace_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2151832Z test_meta_outplace_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2152015Z test_meta_outplace_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2152206Z test_meta_outplace_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2152398Z test_meta_outplace_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2152585Z test_meta_outplace_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2152757Z test_meta_outplace_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2152941Z test_meta_outplace_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.2153132Z test_meta_outplace_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2153321Z test_meta_outplace_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.2153510Z test_meta_outplace_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2153693Z test_meta_outplace_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2153876Z test_meta_outplace_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2154055Z test_meta_outplace_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2154235Z test_meta_outplace_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2154549Z test_meta_outplace_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2154725Z test_meta_outplace_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2154902Z test_meta_outplace_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2155076Z test_meta_outplace_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2155264Z test_meta_outplace_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2155443Z test_meta_outplace_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2155636Z test_meta_outplace_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2155825Z test_meta_outplace_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2155998Z test_meta_outplace_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2156180Z test_meta_outplace_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2156365Z test_meta_outplace_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2156545Z test_meta_outplace_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2156724Z test_meta_outplace_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2156975Z test_meta_outplace_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2157167Z test_meta_outplace_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2157344Z test_meta_outplace_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2157521Z test_meta_outplace_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2157718Z test_meta_outplace_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2157912Z test_meta_outplace_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2158119Z test_meta_outplace_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2158320Z test_meta_outplace_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2158516Z test_meta_outplace_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2158708Z test_meta_outplace_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2158894Z test_meta_outplace_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2159089Z test_meta_outplace_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2159276Z test_meta_outplace_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2159441Z test_meta_outplace_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2159628Z test_meta_outplace_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2159818Z test_meta_outplace_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2160011Z test_meta_outplace_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-11-23T02:43:14.2160202Z test_meta_outplace_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-11-23T02:43:14.2160390Z test_meta_outplace_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-11-23T02:43:14.2160573Z test_meta_outplace_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-11-23T02:43:14.2160771Z test_meta_outplace_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.577s) 2022-11-23T02:43:14.2160963Z test_meta_outplace_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.630s) 2022-11-23T02:43:14.2161163Z test_meta_outplace_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2161358Z test_meta_outplace_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2161641Z test_meta_outplace_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.2161830Z test_meta_outplace_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2162015Z test_meta_outplace_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2162193Z test_meta_outplace_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2162384Z test_meta_outplace_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2162570Z test_meta_outplace_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2162754Z test_meta_outplace_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2162917Z test_meta_outplace_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2163094Z test_meta_outplace_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2163270Z test_meta_outplace_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2163447Z test_meta_outplace_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2163622Z test_meta_outplace_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2163798Z test_meta_outplace_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2164045Z test_meta_outplace_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2164265Z test_meta_outplace_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2164464Z test_meta_outplace_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2164671Z test_meta_outplace_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2164876Z test_meta_outplace_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2165079Z test_meta_outplace_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2165286Z test_meta_outplace_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2165488Z test_meta_outplace_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2165683Z test_meta_outplace_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2165882Z test_meta_outplace_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2166080Z test_meta_outplace_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2166275Z test_meta_outplace_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2166455Z test_meta_outplace_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2166645Z test_meta_outplace_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.2166828Z test_meta_outplace_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.2167025Z test_meta_outplace_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.2167216Z test_meta_outplace_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2167405Z test_meta_outplace_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.2167590Z test_meta_outplace_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.2167777Z test_meta_outplace_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.2167958Z test_meta_outplace_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.2168141Z test_meta_outplace_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.2168319Z test_meta_outplace_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.2168499Z test_meta_outplace_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-11-23T02:43:14.2168762Z test_meta_outplace_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-11-23T02:43:14.2168947Z test_meta_outplace_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2169127Z test_meta_outplace_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2169319Z test_meta_outplace_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2169509Z test_meta_outplace_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2169699Z test_meta_outplace_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2169868Z test_meta_outplace_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2170050Z test_meta_outplace_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2170230Z test_meta_outplace_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2170408Z test_meta_outplace_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2170596Z test_meta_outplace_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2170771Z test_meta_outplace_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2170950Z test_meta_outplace_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2171195Z test_meta_outplace_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2171402Z test_meta_outplace_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2171582Z test_meta_outplace_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2171775Z test_meta_outplace_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2171967Z test_meta_outplace_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2172157Z test_meta_outplace_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2172349Z test_meta_outplace_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2172535Z test_meta_outplace_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2172719Z test_meta_outplace_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2172903Z test_meta_outplace_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2173074Z test_meta_outplace_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2173255Z test_meta_outplace_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2173434Z test_meta_outplace_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2173613Z test_meta_outplace_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2173815Z test_meta_outplace_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2174012Z test_meta_outplace_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2174222Z test_meta_outplace_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2174426Z test_meta_outplace_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2174627Z test_meta_outplace_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2174830Z test_meta_outplace_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2175026Z test_meta_outplace_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2175222Z test_meta_outplace_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2175413Z test_meta_outplace_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2175601Z test_meta_outplace_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2175885Z test_meta_outplace_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2176073Z test_meta_outplace_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2176263Z test_meta_outplace_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2176464Z test_meta_outplace_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2176652Z test_meta_outplace_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2176848Z test_meta_outplace_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2177036Z test_meta_outplace_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2177224Z test_meta_outplace_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2177414Z test_meta_outplace_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.2177601Z test_meta_outplace_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.050s) 2022-11-23T02:43:14.2177795Z test_meta_outplace_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.2177988Z test_meta_outplace_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-11-23T02:43:14.2178176Z test_meta_outplace_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.2178433Z test_meta_outplace_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-11-23T02:43:14.2178635Z test_meta_outplace_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-11-23T02:43:14.2178815Z test_meta_outplace_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.2178996Z test_meta_outplace_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.2179173Z test_meta_outplace_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-11-23T02:43:14.2179354Z test_meta_outplace_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-11-23T02:43:14.2179533Z test_meta_outplace_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.2179739Z test_meta_outplace_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2179940Z test_meta_outplace_to_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2180135Z test_meta_outplace_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2180343Z test_meta_outplace_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:43:14.2180547Z test_meta_outplace_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2180911Z test_meta_outplace_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2181130Z test_meta_outplace_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2181327Z test_meta_outplace_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2181530Z test_meta_outplace_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2181726Z test_meta_outplace_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2182033Z test_meta_outplace_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2182249Z test_meta_outplace_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:43:14.2182539Z test_meta_outplace_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2182734Z test_meta_outplace_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2182933Z test_meta_outplace_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2183132Z test_meta_outplace_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2183425Z test_meta_outplace_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2183613Z test_meta_outplace_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2183797Z test_meta_outplace_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2183986Z test_meta_outplace_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2184183Z test_meta_outplace_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2184358Z test_meta_outplace_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2184547Z test_meta_outplace_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2184733Z test_meta_outplace_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2184923Z test_meta_outplace_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2185112Z test_meta_outplace_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2185297Z test_meta_outplace_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2185480Z test_meta_outplace_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2185663Z test_meta_outplace_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2185921Z test_meta_outplace_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2186118Z test_meta_outplace_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2186298Z test_meta_outplace_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2186476Z test_meta_outplace_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2186667Z test_meta_outplace_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2186850Z test_meta_outplace_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2187051Z test_meta_outplace_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2187243Z test_meta_outplace_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2187436Z test_meta_outplace_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2187610Z test_meta_outplace_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2187797Z test_meta_outplace_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2187984Z test_meta_outplace_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2188166Z test_meta_outplace_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2188349Z test_meta_outplace_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2188526Z test_meta_outplace_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2188712Z test_meta_outplace_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2188890Z test_meta_outplace_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2189089Z test_meta_outplace_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2189281Z test_meta_outplace_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2189487Z test_meta_outplace_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2189688Z test_meta_outplace_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2189882Z test_meta_outplace_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2190079Z test_meta_outplace_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2190270Z test_meta_outplace_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2191111Z test_meta_outplace_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2191305Z test_meta_outplace_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2191498Z test_meta_outplace_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2191675Z test_meta_outplace_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2191872Z test_meta_outplace_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2192061Z test_meta_outplace_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2192260Z test_meta_outplace_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2192461Z test_meta_outplace_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2192661Z test_meta_outplace_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2192856Z test_meta_outplace_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2193045Z test_meta_outplace_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2193230Z test_meta_outplace_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2193418Z test_meta_outplace_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2193695Z test_meta_outplace_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2193907Z test_meta_outplace_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2194098Z test_meta_outplace_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2194288Z test_meta_outplace_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2194479Z test_meta_outplace_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2194682Z test_meta_outplace_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2194871Z test_meta_outplace_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2195059Z test_meta_outplace_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2195232Z test_meta_outplace_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2195423Z test_meta_outplace_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2195608Z test_meta_outplace_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2195791Z test_meta_outplace_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2195971Z test_meta_outplace_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.2196157Z test_meta_outplace_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2196338Z test_meta_outplace_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2196558Z test_meta_outplace_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2196770Z test_meta_outplace_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2196978Z test_meta_outplace_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2197186Z test_meta_outplace_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2197369Z test_meta_outplace_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2197561Z test_meta_outplace_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.2197751Z test_meta_outplace_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.2197942Z test_meta_outplace_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2198126Z test_meta_outplace_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2198402Z test_meta_outplace_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2198584Z test_meta_outplace_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-11-23T02:43:14.2198751Z test_meta_outplace_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2198937Z test_meta_outplace_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2199114Z test_meta_outplace_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2199293Z test_meta_outplace_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2199468Z test_meta_outplace_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2199668Z test_meta_outplace_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2199858Z test_meta_outplace_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2200039Z test_meta_outplace_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.2200232Z test_meta_outplace_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2200427Z test_meta_outplace_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-11-23T02:43:14.2200685Z test_meta_outplace_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2200888Z test_meta_outplace_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2201076Z test_meta_outplace_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2201261Z test_meta_outplace_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2201444Z test_meta_outplace_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2201623Z test_meta_outplace_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.2201805Z test_meta_outplace_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-11-23T02:43:14.2201985Z test_meta_outplace_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.2202147Z test_meta_outplace_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2202342Z test_meta_outplace_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2202535Z test_meta_outplace_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2202736Z test_meta_outplace_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-11-23T02:43:14.2202929Z test_meta_outplace_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2203132Z test_meta_outplace_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2203335Z test_meta_outplace_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-11-23T02:43:14.2203538Z test_meta_outplace_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-11-23T02:43:14.2203739Z test_meta_outplace_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2203931Z test_meta_outplace_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.2204119Z test_meta_outplace_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-11-23T02:43:14.2204315Z test_meta_outplace_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2204559Z test_meta_outplace_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2204744Z test_meta_outplace_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2204935Z test_meta_outplace_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-11-23T02:43:14.2205119Z test_meta_outplace_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2205404Z test_meta_outplace_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2205593Z test_meta_outplace_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2205765Z test_meta_outplace_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2205953Z test_meta_outplace_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2206141Z test_meta_outplace_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2206327Z test_meta_outplace_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2206507Z test_meta_outplace_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2206690Z test_meta_outplace_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2206869Z test_meta_outplace_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2207062Z test_meta_outplace_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2207250Z test_meta_outplace_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2207446Z test_meta_outplace_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2207641Z test_meta_outplace_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2207901Z test_meta_outplace_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2208108Z test_meta_outplace_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2208297Z test_meta_outplace_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2208488Z test_meta_outplace_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2208673Z test_meta_outplace_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2208859Z test_meta_outplace_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2209048Z test_meta_outplace_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2209217Z test_meta_outplace_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2209400Z test_meta_outplace_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2209600Z test_meta_outplace_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2209790Z test_meta_outplace_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2209996Z test_meta_outplace_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2210195Z test_meta_outplace_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2210389Z test_meta_outplace_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2210587Z test_meta_outplace_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2210780Z test_meta_outplace_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2210964Z test_meta_outplace_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2211156Z test_meta_outplace_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2211350Z test_meta_outplace_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2211539Z test_meta_outplace_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2211730Z test_meta_outplace_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2211920Z test_meta_outplace_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2212121Z test_meta_outplace_unfold_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2212315Z test_meta_outplace_unfold_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2212608Z test_meta_outplace_unfold_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2212796Z test_meta_outplace_unfold_copy_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-11-23T02:43:14.2212998Z test_meta_outplace_unfold_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-11-23T02:43:14.2213198Z test_meta_outplace_unfold_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2213389Z test_meta_outplace_unfold_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2213577Z test_meta_outplace_unfold_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2213773Z test_meta_outplace_unfold_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2213961Z test_meta_outplace_unfold_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-11-23T02:43:14.2214146Z test_meta_outplace_unfold_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2214344Z test_meta_outplace_unfold_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2214532Z test_meta_outplace_unfold_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2214723Z test_meta_outplace_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2214978Z test_meta_outplace_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2215188Z test_meta_outplace_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2215381Z test_meta_outplace_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2215570Z test_meta_outplace_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2215760Z test_meta_outplace_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2215950Z test_meta_outplace_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2216145Z test_meta_outplace_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2216315Z test_meta_outplace_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2216498Z test_meta_outplace_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-11-23T02:43:14.2216681Z test_meta_outplace_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2216866Z test_meta_outplace_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2217048Z test_meta_outplace_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2217244Z test_meta_outplace_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2217443Z test_meta_outplace_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2217638Z test_meta_outplace_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2217836Z test_meta_outplace_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2218025Z test_meta_outplace_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2218214Z test_meta_outplace_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2218420Z test_meta_outplace_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (0.352s) 2022-11-23T02:43:14.2218634Z test_meta_outplace_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.410s) 2022-11-23T02:43:14.2218843Z test_meta_outplace_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.373s) 2022-11-23T02:43:14.2219048Z test_meta_outplace_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.364s) 2022-11-23T02:43:14.2219253Z test_meta_outplace_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.373s) 2022-11-23T02:43:14.2219457Z test_meta_outplace_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.360s) 2022-11-23T02:43:14.2219756Z test_meta_outplace_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.352s) 2022-11-23T02:43:14.2219958Z test_meta_outplace_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.355s) 2022-11-23T02:43:14.2220146Z test_meta_outplace_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.351s) 2022-11-23T02:43:14.2220333Z test_meta_outplace_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (0.685s) 2022-11-23T02:43:14.2220524Z test_meta_outplace_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.726s) 2022-11-23T02:43:14.2220713Z test_meta_outplace_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.712s) 2022-11-23T02:43:14.2220901Z test_meta_outplace_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.699s) 2022-11-23T02:43:14.2221086Z test_meta_outplace_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.777s) 2022-11-23T02:43:14.2221274Z test_meta_outplace_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.736s) 2022-11-23T02:43:14.2221462Z test_meta_outplace_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.739s) 2022-11-23T02:43:14.2221646Z test_meta_outplace_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.712s) 2022-11-23T02:43:14.2221827Z test_meta_outplace_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.735s) 2022-11-23T02:43:14.2222097Z test_meta_outplace_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2222304Z test_meta_outplace_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2222506Z test_meta_outplace_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2222708Z test_meta_outplace_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2222902Z test_meta_outplace_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-11-23T02:43:14.2223098Z test_meta_outplace_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2223292Z test_meta_outplace_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2223478Z test_meta_outplace_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2223655Z test_meta_outplace_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2223850Z test_meta_outplace_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2224041Z test_meta_outplace_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2224231Z test_meta_outplace_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2224421Z test_meta_outplace_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2224610Z test_meta_outplace_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2224803Z test_meta_outplace_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2224998Z test_meta_outplace_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2225183Z test_meta_outplace_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2225368Z test_meta_outplace_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2225549Z test_meta_outplace_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2225750Z test_meta_outplace_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2225950Z test_meta_outplace_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-11-23T02:43:14.2226147Z test_meta_outplace_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2226341Z test_meta_outplace_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2226529Z test_meta_outplace_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2226806Z test_meta_outplace_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2226994Z test_meta_outplace_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2227169Z test_meta_outplace_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2227360Z test_meta_outplace_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2227548Z test_meta_outplace_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2227733Z test_meta_outplace_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2227919Z test_meta_outplace_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2228123Z test_meta_outplace_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2228325Z test_meta_outplace_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2228528Z test_meta_outplace_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2228724Z test_meta_outplace_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2228907Z test_meta_outplace_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2229107Z test_meta_outplace_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2229882Z test_meta_outplace_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2230131Z test_meta_outplace_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2230322Z test_meta_outplace_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2230511Z test_meta_outplace_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2230700Z test_meta_outplace_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2230888Z test_meta_outplace_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2231078Z test_meta_outplace_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2231248Z test_meta_outplace_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2231437Z test_meta_outplace_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2231624Z test_meta_outplace_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2231830Z test_meta_outplace_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2232033Z test_meta_outplace_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2232233Z test_meta_outplace_view_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2232423Z test_meta_outplace_view_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2232618Z test_meta_outplace_view_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2232818Z test_meta_outplace_view_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-11-23T02:43:14.2233006Z test_meta_outplace_view_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2233193Z test_meta_outplace_view_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2233386Z test_meta_outplace_view_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-11-23T02:43:14.2233576Z test_meta_outplace_view_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2233763Z test_meta_outplace_view_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2233950Z test_meta_outplace_view_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2234137Z test_meta_outplace_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2234319Z test_meta_outplace_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2234620Z test_meta_outplace_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2234797Z test_meta_outplace_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2234987Z test_meta_outplace_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2235179Z test_meta_outplace_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2235362Z test_meta_outplace_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2235546Z test_meta_outplace_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2235727Z test_meta_outplace_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2235907Z test_meta_outplace_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2236084Z test_meta_outplace_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2236270Z test_meta_outplace_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2236447Z test_meta_outplace_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2236637Z test_meta_outplace_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2236822Z test_meta_outplace_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2237093Z test_meta_outplace_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2237311Z test_meta_outplace_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2237499Z test_meta_outplace_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2237690Z test_meta_outplace_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2237879Z test_meta_outplace_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2238072Z test_meta_outplace_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2238239Z test_meta_outplace_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2238423Z test_meta_outplace_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2238604Z test_meta_outplace_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2238790Z test_meta_outplace_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2238970Z test_meta_outplace_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2239161Z test_meta_outplace_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2239342Z test_meta_outplace_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-11-23T02:43:14.2239537Z test_meta_outplace_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2239729Z test_meta_outplace_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2239919Z test_meta_outplace_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2240110Z test_meta_outplace_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-11-23T02:43:14.2240297Z test_meta_outplace_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2240487Z test_meta_outplace_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2240671Z test_meta_outplace_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2240854Z test_meta_outplace_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2241036Z test_meta_outplace_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2241217Z test_meta_outplace_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2241399Z test_meta_outplace_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2241663Z test_meta_outplace_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2241849Z test_meta_outplace_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2242040Z test_meta_outplace_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2242234Z test_meta_outplace_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2242424Z test_meta_outplace_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2242613Z test_meta_outplace_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-11-23T02:43:14.2242799Z test_meta_outplace_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2242985Z test_meta_outplace_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2243170Z test_meta_outplace_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2243358Z test_meta_outplace_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-11-23T02:43:14.2243537Z test_meta_outplace_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2243721Z test_meta_outplace_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-11-23T02:43:14.2243900Z test_meta_outplace_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-11-23T02:43:14.2244159Z test_meta_outplace_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-11-23T02:43:14.2244361Z test_meta_outplace_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.2244548Z test_meta_outplace_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-11-23T02:43:14.2244734Z test_meta_outplace_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-11-23T02:43:14.2244905Z test_meta_outplace_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-11-23T02:43:14.2245086Z test_meta_outplace_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.2245273Z test_meta_outplace_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-11-23T02:43:14.2245448Z test_meta_outplace_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.2245631Z test_meta_outplace_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-11-23T02:43:14.2245809Z test_meta_outplace_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-11-23T02:43:14.2245997Z test_meta_outplace_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2246183Z test_meta_outplace_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2246376Z test_meta_outplace_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2246568Z test_meta_outplace_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2246754Z test_meta_outplace_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2246943Z test_meta_outplace_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2247131Z test_meta_outplace_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-11-23T02:43:14.2247314Z test_meta_outplace_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2247497Z test_meta_outplace_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2247678Z test_meta_outplace_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2247860Z test_meta_outplace_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2248036Z test_meta_outplace_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-11-23T02:43:14.2248212Z test_meta_outplace_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2248394Z test_meta_outplace_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2248588Z test_meta_outplace_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2248874Z test_meta_outplace_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2249065Z test_meta_outplace_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2249252Z test_meta_outplace_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2249443Z test_meta_outplace_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2249629Z test_meta_outplace_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2249860Z test_meta_outplace_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.000s) 2022-11-23T02:43:14.2250039Z test_meta_outplace_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-11-23T02:43:14.2250216Z test_meta_outplace_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2250400Z test_meta_outplace_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-11-23T02:43:14.2250582Z test_meta_outplace_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-11-23T02:43:14.2250781Z test_meta_outplace_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2250971Z test_meta_outplace_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2251243Z test_meta_outplace_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2251460Z test_meta_outplace_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2251659Z test_meta_outplace_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2251839Z test_meta_outplace_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2252027Z test_meta_outplace_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2252213Z test_meta_outplace_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2252411Z test_meta_outplace_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2252597Z test_meta_outplace_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2252780Z test_meta_outplace_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-11-23T02:43:14.2252972Z test_meta_outplace_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-11-23T02:43:14.2253164Z test_meta_outplace_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-11-23T02:43:14.2253336Z test_channels_last (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:43:14.2253516Z test_channels_last_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:43:14.2253700Z test_channels_last_non_leaf (__main__.TestMetaConverter) ... ok (0.006s) 2022-11-23T02:43:14.2253893Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:43:14.2254094Z test_empty_strided_non_dense_leaf (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:43:14.2254249Z test_imag (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:43:14.2254404Z test_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T02:43:14.2254623Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.007s) 2022-11-23T02:43:14.2255224Z test_non_leaf_torture (__main__.TestMetaConverter) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T02:43:14.2255359Z warnings.warn(message, UserWarning) 2022-11-23T02:43:14.2255429Z ok (0.003s) 2022-11-23T02:43:14.2255614Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T02:43:14.2255806Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T02:43:14.2256084Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:43:14.2256253Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.003s) 2022-11-23T02:43:14.2256421Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.002s) 2022-11-23T02:43:14.2256587Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.005s) 2022-11-23T02:43:14.2256765Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.005s) 2022-11-23T02:43:14.2256941Z test_view_of_view_of_leaf (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T02:43:14.2257106Z test_weakref (__main__.TestMetaConverter) ... ok (0.004s) 2022-11-23T02:43:14.2257120Z 2022-11-23T02:43:14.2257311Z ---------------------------------------------------------------------- 2022-11-23T02:43:14.2257419Z Ran 33554 tests in 1930.765s 2022-11-23T02:43:14.2257427Z 2022-11-23T02:43:14.2257524Z OK (skipped=13453) 2022-11-23T02:43:14.2257531Z 2022-11-23T02:43:14.2257655Z Generating XML reports... 2022-11-23T02:43:14.2257935Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaCUDA-20221123021053.xml 2022-11-23T02:43:14.2258222Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaConverter-20221123021053.xml 2022-11-23T02:43:14.2258230Z 2022-11-23T02:43:14.2258806Z ##[endgroup] 2022-11-23T02:43:14.2259196Z FINISHED PRINTING LOG FILE of test_meta (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_meta_e2occojk) 2022-11-23T02:43:14.2259210Z 2022-11-23T02:43:17.8103701Z Running test_quantization ... [2022-11-23 02:43:17.809527] 2022-11-23T02:43:17.8110032Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:43:17.810272] 2022-11-23T02:43:17.8112635Z Ignoring disabled issues: [] 2022-11-23T03:02:48.1971320Z 2022-11-23T03:02:48.1972088Z Expand the folded group to see the log file of test_quantization 2022-11-23T03:02:48.1973372Z ##[group]PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_bav1s4v4) 2022-11-23T03:02:48.1996719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T03:02:48.1998049Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T03:02:48.1998468Z 2022-11-23T03:02:48.1998649Z Running tests... 2022-11-23T03:02:48.1999243Z ---------------------------------------------------------------------- 2022-11-23T03:02:48.2000000Z Test results will be stored in test-reports\python-unittest\test_quantization 2022-11-23T03:02:48.2000968Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (1.803s) 2022-11-23T03:02:48.2002058Z test_modules_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.002s) 2022-11-23T03:02:48.2003177Z test_modules_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T03:02:48.2004259Z test_modules_intrinsic_qat_conv_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T03:02:48.2005358Z test_modules_intrinsic_qat_linear_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T03:02:48.2006465Z test_modules_intrinsic_qat_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T03:02:48.2007579Z test_modules_intrinsic_quantized_bn_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T03:02:48.2008869Z test_modules_intrinsic_quantized_conv_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T03:02:48.2010464Z test_modules_intrinsic_quantized_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T03:02:48.2011487Z test_modules_nn_intrinsic_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.002s) 2022-11-23T03:02:48.2012141Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T03:02:48.2012763Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T03:02:48.2013257Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-11-23T03:02:48.2013783Z test_package_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T03:02:48.2014292Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-11-23T03:02:48.2014832Z test_package_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T03:02:48.2015354Z Tests the migration of the torch.nn.intrinsic.quantized ... ok (0.001s) 2022-11-23T03:02:48.2015859Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T03:02:48.2016488Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2022-11-23T03:02:48.2017046Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T03:02:48.2017657Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T03:02:48.2018275Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T03:02:48.2018879Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T03:02:48.2019698Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T03:02:48.2020409Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.002s) 2022-11-23T03:02:48.2021205Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T03:02:48.2021798Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.003s) 2022-11-23T03:02:48.2022393Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T03:02:48.2022992Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T03:02:48.2023578Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.006s) 2022-11-23T03:02:48.2024181Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T03:02:48.2024797Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T03:02:48.2025406Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T03:02:48.2025989Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T03:02:48.2026561Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T03:02:48.2027149Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T03:02:48.2027736Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.011s) 2022-11-23T03:02:48.2028469Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T03:02:48.2028956Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-11-23T03:02:48.2029457Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T03:02:48.2029954Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-11-23T03:02:48.2030453Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T03:02:48.2031078Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T03:02:48.2031602Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.002s) 2022-11-23T03:02:48.2032140Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T03:02:48.2032780Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T03:02:48.2033419Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T03:02:48.2034030Z Tests the migration of the torch.nn.quantized.modules ... ok (0.004s) 2022-11-23T03:02:48.2034559Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T03:02:48.2035073Z Tests the migration of the torch.nn.quantized.modules ... ok (0.003s) 2022-11-23T03:02:48.2035616Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T03:02:48.2036257Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2036914Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2037607Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2038238Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2038866Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2039494Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2040141Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2040774Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2041401Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2042012Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.002s) 2022-11-23T03:02:48.2042647Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2043285Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2043940Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2044565Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2045305Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2045936Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2046589Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2047245Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2047879Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2048506Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2049125Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T03:02:48.2049708Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T03:02:48.2050325Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T03:02:48.2051029Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T03:02:48.2051678Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T03:02:48.2052308Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T03:02:48.2052950Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T03:02:48.2053584Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T03:02:48.2054225Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T03:02:48.2054832Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T03:02:48.2055482Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T03:02:48.2056121Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T03:02:48.2056741Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T03:02:48.2057353Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T03:02:48.2057973Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.002s) 2022-11-23T03:02:48.2058599Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T03:02:48.2059221Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T03:02:48.2059826Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.003s) 2022-11-23T03:02:48.2060470Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T03:02:48.2061102Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T03:02:48.2061850Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T03:02:48.2062479Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T03:02:48.2063125Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.006s) 2022-11-23T03:02:48.2063763Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T03:02:48.2064382Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T03:02:48.2064942Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T03:02:48.2065510Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.010s) 2022-11-23T03:02:48.2066073Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T03:02:48.2066605Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T03:02:48.2067239Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T03:02:48.2067824Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.005s) 2022-11-23T03:02:48.2068388Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T03:02:48.2068961Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T03:02:48.2069496Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T03:02:48.2070083Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T03:02:48.2070672Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T03:02:48.2071279Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T03:02:48.2071882Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T03:02:48.2072454Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T03:02:48.2073040Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T03:02:48.2073622Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T03:02:48.2074168Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T03:02:48.2074726Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-11-23T03:02:48.2075266Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-11-23T03:02:48.2075799Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T03:02:48.2076343Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (1.049s) 2022-11-23T03:02:48.2076907Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.225s) 2022-11-23T03:02:48.2077457Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (1.460s) 2022-11-23T03:02:48.2078076Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.629s) 2022-11-23T03:02:48.2078649Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.032s) 2022-11-23T03:02:48.2079256Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.232s) 2022-11-23T03:02:48.2080197Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-11-23T03:02:48.2081090Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-11-23T03:02:48.2081873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:100: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-11-23T03:02:48.2082524Z warnings.warn( 2022-11-23T03:02:48.2083290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:213: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-11-23T03:02:48.2083954Z warnings.warn( 2022-11-23T03:02:48.2084623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:236: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-11-23T03:02:48.2085257Z warnings.warn( 2022-11-23T03:02:48.2085970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:178: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-11-23T03:02:48.2086604Z warnings.warn( 2022-11-23T03:02:48.2086837Z ok (0.292s) 2022-11-23T03:02:48.2087590Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-11-23T03:02:48.2088389Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-11-23T03:02:48.2089126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:264: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-11-23T03:02:48.2089733Z warnings.warn( 2022-11-23T03:02:48.2090393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:369: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-11-23T03:02:48.2090986Z warnings.warn( 2022-11-23T03:02:48.2091632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\quantized.py:449: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-11-23T03:02:48.2092241Z warnings.warn( 2022-11-23T03:02:48.2092472Z ok (0.187s) 2022-11-23T03:02:48.2092899Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.006s) 2022-11-23T03:02:48.2093459Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T03:02:48.2093953Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.000s) 2022-11-23T03:02:48.2094547Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T03:02:48.2095037Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.025s) 2022-11-23T03:02:48.2095540Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T03:02:48.2096414Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T03:02:48.2097099Z warnings.warn( 2022-11-23T03:02:48.2097334Z ok (0.009s) 2022-11-23T03:02:48.2097693Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T03:02:48.2098170Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.003s) 2022-11-23T03:02:48.2098680Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T03:02:48.2099161Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.003s) 2022-11-23T03:02:48.2100138Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:02:48.2100951Z warnings.warn(message, UserWarning) 2022-11-23T03:02:48.2101222Z ok (0.218s) 2022-11-23T03:02:48.2102008Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:58: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-11-23T03:02:48.2102752Z warnings.warn( 2022-11-23T03:02:48.2102962Z ok (0.741s) 2022-11-23T03:02:48.2103738Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:123: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-11-23T03:02:48.2104492Z warnings.warn( 2022-11-23T03:02:48.2104726Z ok (0.750s) 2022-11-23T03:02:48.2105495Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:188: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-11-23T03:02:48.2106235Z warnings.warn( 2022-11-23T03:02:48.2107082Z ok (0.764s) 2022-11-23T03:02:48.2107925Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:258: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-11-23T03:02:48.2108718Z warnings.warn( 2022-11-23T03:02:48.2108932Z ok (0.648s) 2022-11-23T03:02:48.2109961Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:319: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-11-23T03:02:48.2112073Z warnings.warn( 2022-11-23T03:02:48.2112313Z ok (0.703s) 2022-11-23T03:02:48.2113150Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py:380: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-11-23T03:02:48.2113928Z warnings.warn( 2022-11-23T03:02:48.2114161Z ok (0.601s) 2022-11-23T03:02:48.2114538Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.023s) 2022-11-23T03:02:48.2115112Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (13.967s) 2022-11-23T03:02:48.2115678Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.345s) 2022-11-23T03:02:48.2116355Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.007s) 2022-11-23T03:02:48.2116955Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T03:02:48.2117752Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T03:02:48.2118431Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-11-23T03:02:48.2119008Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T03:02:48.2119578Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-11-23T03:02:48.2120289Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2120942Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2121442Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2121934Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2122419Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2123077Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2123765Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2124267Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2124748Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2125227Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2125705Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2126179Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2126626Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2127101Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2127586Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2128065Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2128538Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2129162Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2130020Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2130341Z ok (0.071s) 2022-11-23T03:02:48.2130729Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.712s) 2022-11-23T03:02:48.2131269Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.049s) 2022-11-23T03:02:48.2131818Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.439s) 2022-11-23T03:02:48.2132348Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.163s) 2022-11-23T03:02:48.2132865Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.000s) 2022-11-23T03:02:48.2133339Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T03:02:48.2133782Z Sanity checks on _equalize.converged working ... ok (0.006s) 2022-11-23T03:02:48.2134240Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T03:02:48.2134737Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.000s) 2022-11-23T03:02:48.2135348Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T03:02:48.2135812Z First checks to see if _equalize.equalize can handle multiple ... ok (0.037s) 2022-11-23T03:02:48.2136641Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T03:02:48.2137104Z Checks to see if eager mode equalization supports fused ... ok (0.042s) 2022-11-23T03:02:48.2137578Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T03:02:48.2138045Z Checks to see if eager mode equalization supports fused ... ok (0.052s) 2022-11-23T03:02:48.2138510Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.481s) 2022-11-23T03:02:48.2139032Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T03:02:48.2139930Z After applying the equalization functions check if the input ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:1482: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T03:02:48.2140623Z warnings.warn( 2022-11-23T03:02:48.2141278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:1488: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T03:02:48.2142058Z warnings.warn( 2022-11-23T03:02:48.2142299Z ok (0.318s) 2022-11-23T03:02:48.2142936Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T03:02:48.2143699Z Tests that graphs containing branches are prepared correctly. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:756: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-11-23T03:02:48.2144280Z warnings.warn( 2022-11-23T03:02:48.2144805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:756: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-11-23T03:02:48.2145289Z warnings.warn( 2022-11-23T03:02:48.2145496Z ok (0.062s) 2022-11-23T03:02:48.2145871Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T03:02:48.2146782Z Tests that the modified model for equalization (before quantization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2147734Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2148645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2149649Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2150427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2151172Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2151940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2152768Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2153513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2154247Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2155143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2156124Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2156575Z ok (5.563s) 2022-11-23T03:02:48.2157004Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T03:02:48.2157516Z After applying the equalization functions, check if the equalization ... ok (0.115s) 2022-11-23T03:02:48.2158006Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T03:02:48.2179103Z Tests that the modified model for equalization has the same graph ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T03:02:48.2180367Z warnings.warn( 2022-11-23T03:02:48.2181615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_equalize.py:190: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-11-23T03:02:48.2182754Z warnings.warn( 2022-11-23T03:02:48.2183400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_equalize.py:102: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-11-23T03:02:48.2183981Z warnings.warn( 2022-11-23T03:02:48.2184527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T03:02:48.2185036Z warnings.warn( 2022-11-23T03:02:48.2185270Z ok (0.954s) 2022-11-23T03:02:48.2185697Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T03:02:48.2186349Z Tests that graphs created after prepare_fx is as expected ... ok (0.500s) 2022-11-23T03:02:48.2186824Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T03:02:48.2187296Z Tests that for small models, the results of quantized models that ... ok (0.520s) 2022-11-23T03:02:48.2187957Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T03:02:48.2188464Z After applying the equalization functions check if the weights and ... ok (0.130s) 2022-11-23T03:02:48.2189173Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T03:02:48.2189744Z Tests that we are able to run numeric suite on the equalized model ... ok (0.440s) 2022-11-23T03:02:48.2190513Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.179s) 2022-11-23T03:02:48.2191191Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.089s) 2022-11-23T03:02:48.2191862Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.072s) 2022-11-23T03:02:48.2192619Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T03:02:48.2193163Z Verify that graph matching works on methods ... ok (0.096s) 2022-11-23T03:02:48.2193735Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.260s) 2022-11-23T03:02:48.2194608Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T03:02:48.2195302Z warnings.warn( 2022-11-23T03:02:48.2195540Z ok (0.218s) 2022-11-23T03:02:48.2195900Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T03:02:48.2196369Z Tests that the mapping of op relationships is complete. ... ok (0.009s) 2022-11-23T03:02:48.2196839Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.175s) 2022-11-23T03:02:48.2197739Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2198731Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2199065Z ok (0.323s) 2022-11-23T03:02:48.2199700Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.204s) 2022-11-23T03:02:48.2200313Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.104s) 2022-11-23T03:02:48.2200954Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.267s) 2022-11-23T03:02:48.2201739Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.150s) 2022-11-23T03:02:48.2202392Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T03:02:48.2202980Z Verify that graph matching works on user defined functions ... ok (0.071s) 2022-11-23T03:02:48.2203620Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T03:02:48.2204353Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-11-23T03:02:48.2204905Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.924s) 2022-11-23T03:02:48.2206067Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T03:02:48.2206983Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T03:02:48.2207292Z ok (4.940s) 2022-11-23T03:02:48.2207706Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.087s) 2022-11-23T03:02:48.2208676Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2209715Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2210288Z ok (1.288s) 2022-11-23T03:02:48.2210832Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.818s) 2022-11-23T03:02:48.2211598Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T03:02:48.2212437Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T03:02:48.2213186Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-11-23T03:02:48.2213873Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-11-23T03:02:48.2214196Z ok (0.277s) 2022-11-23T03:02:48.2214619Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.774s) 2022-11-23T03:02:48.2215191Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.863s) 2022-11-23T03:02:48.2215772Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.222s) 2022-11-23T03:02:48.2216770Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2217681Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2218427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2219302Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2220420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2221139Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2221866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2222681Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2223007Z ok (1.590s) 2022-11-23T03:02:48.2223431Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.572s) 2022-11-23T03:02:48.2223997Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.059s) 2022-11-23T03:02:48.2224573Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.406s) 2022-11-23T03:02:48.2225144Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.182s) 2022-11-23T03:02:48.2225901Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.807s) 2022-11-23T03:02:48.2226733Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.681s) 2022-11-23T03:02:48.2227477Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.883s) 2022-11-23T03:02:48.2228051Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.883s) 2022-11-23T03:02:48.2229379Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.101s) 2022-11-23T03:02:48.2230305Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-11-23T03:02:48.2231266Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-11-23T03:02:48.2232002Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-11-23T03:02:48.2232910Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-11-23T03:02:48.2233998Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-11-23T03:02:48.2234722Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-11-23T03:02:48.2235200Z ok (0.513s) 2022-11-23T03:02:48.2235612Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.259s) 2022-11-23T03:02:48.2236155Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.231s) 2022-11-23T03:02:48.2236715Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.312s) 2022-11-23T03:02:48.2237261Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.585s) 2022-11-23T03:02:48.2237818Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.783s) 2022-11-23T03:02:48.2238405Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.701s) 2022-11-23T03:02:48.2239139Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.100s) 2022-11-23T03:02:48.2239780Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.432s) 2022-11-23T03:02:48.2240727Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.084s) 2022-11-23T03:02:48.2241322Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.169s) 2022-11-23T03:02:48.2242028Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T03:02:48.2242688Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2243401Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2243821Z ok (2.171s) 2022-11-23T03:02:48.2244231Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.201s) 2022-11-23T03:02:48.2244804Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.207s) 2022-11-23T03:02:48.2245352Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.756s) 2022-11-23T03:02:48.2246081Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T03:02:48.2246551Z Verify that add_loggers works on methods ... ok (0.364s) 2022-11-23T03:02:48.2247299Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.288s) 2022-11-23T03:02:48.2248265Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.768s) 2022-11-23T03:02:48.2249326Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-11-23T03:02:48.2250459Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-11-23T03:02:48.2251290Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T03:02:48.2252275Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T03:02:48.2253155Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-11-23T03:02:48.2253996Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-11-23T03:02:48.2254787Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T03:02:48.2255770Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T03:02:48.2256711Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2257660Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T03:02:48.2258560Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-11-23T03:02:48.2259444Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T03:02:48.2260210Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-11-23T03:02:48.2261102Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T03:02:48.2262023Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2262972Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T03:02:48.2263682Z ok (2.686s) 2022-11-23T03:02:48.2264226Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T03:02:48.2264831Z Tests that all the ops quantization cares about have input and output ... ok (0.031s) 2022-11-23T03:02:48.2265351Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T03:02:48.2266062Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T03:02:48.2266865Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T03:02:48.2267544Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T03:02:48.2268214Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T03:02:48.2268910Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-11-23T03:02:48.2269632Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-11-23T03:02:48.2270157Z ok (1.391s) 2022-11-23T03:02:48.2270915Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2271866Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T03:02:48.2272520Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2273168Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T03:02:48.2273593Z ok (0.638s) 2022-11-23T03:02:48.2274006Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T03:02:48.2274506Z Verifies that we can match pairs of ops which have the same aten ... ok (0.848s) 2022-11-23T03:02:48.2274990Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.179s) 2022-11-23T03:02:48.2275592Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.238s) 2022-11-23T03:02:48.2276196Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T03:02:48.2277056Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-11-23T03:02:48.2278208Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-11-23T03:02:48.2279211Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-11-23T03:02:48.2279824Z ok (0.856s) 2022-11-23T03:02:48.2280347Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T03:02:48.2281322Z Verify that NS APIs work on user defined functions ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T03:02:48.2282423Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T03:02:48.2283000Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-11-23T03:02:48.2283716Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-11-23T03:02:48.2284213Z ok (0.511s) 2022-11-23T03:02:48.2284587Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T03:02:48.2285427Z For user defined modules, ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py:149: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-11-23T03:02:48.2286142Z warnings.warn( 2022-11-23T03:02:48.2286353Z ok (0.422s) 2022-11-23T03:02:48.2286766Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.301s) 2022-11-23T03:02:48.2287362Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (2.263s) 2022-11-23T03:02:48.2288208Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.248s) 2022-11-23T03:02:48.2289738Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\reference\modules\rnn.py:310: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:02:48.2290719Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-11-23T03:02:48.2291530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\reference\modules\rnn.py:313: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:02:48.2292312Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-11-23T03:02:48.2292640Z ok (0.464s) 2022-11-23T03:02:48.2293061Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (2.536s) 2022-11-23T03:02:48.2293702Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.284s) 2022-11-23T03:02:48.2294350Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.432s) 2022-11-23T03:02:48.2295126Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.411s) 2022-11-23T03:02:48.2296012Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.810s) 2022-11-23T03:02:48.2296762Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.670s) 2022-11-23T03:02:48.2297391Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-11-23T03:02:48.2298019Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-11-23T03:02:48.2298620Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (10.071s) 2022-11-23T03:02:48.2299470Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T03:02:48.2300512Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T03:02:48.2301240Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2302081Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T03:02:48.2303011Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2303826Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T03:02:48.2304586Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T03:02:48.2305301Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2306050Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-11-23T03:02:48.2306763Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T03:02:48.2307187Z ok (10.425s) 2022-11-23T03:02:48.2307759Z 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. 2022-11-23T03:02:48.2308296Z ok (0.267s) 2022-11-23T03:02:48.2309494Z test_functions (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: 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){}). 2022-11-23T03:02:48.2310834Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T03:02:48.2311336Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T03:02:48.2311724Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T03:02:48.2312192Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T03:02:48.2312771Z `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T03:02:48.2313167Z ok (0.466s) 2022-11-23T03:02:48.2313919Z 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. 2022-11-23T03:02:48.2314619Z ok (0.059s) 2022-11-23T03:02:48.2315729Z 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. 2022-11-23T03:02:48.2316671Z ok (0.180s) 2022-11-23T03:02:48.2317410Z test_logger_enabled_and_save_activations_flags (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.076s) 2022-11-23T03:02:48.2318612Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: no torchvision (0.001s) 2022-11-23T03:02:48.2319790Z 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 2022-11-23T03:02:48.2320951Z unable to find at least one qconfig for node %add : [#users=1] = call_function[target=operator.add](args = (%relu, %relu), kwargs = {}), skipping 2022-11-23T03:02:48.2321887Z `print_tabular` relies on the library `tabulate`, which could not be found on this machine. Run `pip install tabulate` to install the library. 2022-11-23T03:02:48.2322542Z ok (0.085s) 2022-11-23T03:02:48.2323357Z test_qconfig_multi_mapping_deduplication (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.003s) 2022-11-23T03:02:48.2324839Z 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. 2022-11-23T03:02:48.2325865Z ok (0.148s) 2022-11-23T03:02:48.2326982Z 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. 2022-11-23T03:02:48.2328039Z ok (0.270s) 2022-11-23T03:02:48.2328953Z test_qconfig_multi_mapping_insert_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.004s) 2022-11-23T03:02:48.2330596Z 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. 2022-11-23T03:02:48.2331769Z ok (0.222s) 2022-11-23T03:02:48.2332627Z test_qconfig_multi_mapping_retroactive_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... ok (0.004s) 2022-11-23T03:02:48.2333681Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.394s) 2022-11-23T03:02:48.2334804Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.005s) 2022-11-23T03:02:48.2335826Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.000s) 2022-11-23T03:02:48.2336767Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T03:02:48.2337848Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.649s) 2022-11-23T03:02:48.2338984Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.033s) 2022-11-23T03:02:48.2340165Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.054s) 2022-11-23T03:02:48.2341182Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T03:02:48.2342054Z Tests the backward method. ... skip: temporarily disable the test (0.012s) 2022-11-23T03:02:48.2342992Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-11-23T03:02:48.2344039Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.049s) 2022-11-23T03:02:48.2344965Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-11-23T03:02:48.2345907Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (1.328s) 2022-11-23T03:02:48.2347147Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-11-23T03:02:48.2348094Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.305s) 2022-11-23T03:02:48.2349035Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-11-23T03:02:48.2349940Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T03:02:48.2350747Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.314s) 2022-11-23T03:02:48.2351650Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.015s) 2022-11-23T03:02:48.2352628Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.035s) 2022-11-23T03:02:48.2353631Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.029s) 2022-11-23T03:02:48.2354548Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T03:02:48.2355434Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.194s) 2022-11-23T03:02:48.2356303Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.022s) 2022-11-23T03:02:48.2357421Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.041s) 2022-11-23T03:02:48.2358482Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.006s) 2022-11-23T03:02:48.2359480Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.285s) 2022-11-23T03:02:48.2360425Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-11-23T03:02:48.2361679Z 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.017s) 2022-11-23T03:02:48.2363073Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (23.583s) 2022-11-23T03:02:48.2364255Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.562s) 2022-11-23T03:02:48.2365267Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.997s) 2022-11-23T03:02:48.2366246Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.243s) 2022-11-23T03:02:48.2367225Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.383s) 2022-11-23T03:02:48.2368466Z 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.009s) 2022-11-23T03:02:48.2369693Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.265s) 2022-11-23T03:02:48.2370723Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.550s) 2022-11-23T03:02:48.2371800Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.192s) 2022-11-23T03:02:48.2372804Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-11-23T03:02:48.2373689Z Test case that checks whether forward pre hooks of the first module and ... ok (0.020s) 2022-11-23T03:02:48.2374635Z test_fuse_function_customization (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.000s) 2022-11-23T03:02:48.2375613Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.095s) 2022-11-23T03:02:48.2376697Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.536s) 2022-11-23T03:02:48.2377546Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.080s) 2022-11-23T03:02:48.2378490Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.020s) 2022-11-23T03:02:48.2379474Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.006s) 2022-11-23T03:02:48.2380370Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.855s) 2022-11-23T03:02:48.2381307Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.261s) 2022-11-23T03:02:48.2382445Z 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.006s) 2022-11-23T03:02:48.2383520Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.058s) 2022-11-23T03:02:48.2384344Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.021s) 2022-11-23T03:02:48.2385225Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.021s) 2022-11-23T03:02:48.2386190Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.013s) 2022-11-23T03:02:48.2386959Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.020s) 2022-11-23T03:02:48.2387685Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T03:02:48.2388499Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.012s) 2022-11-23T03:02:48.2389269Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T03:02:48.2390046Z This test tests two keys in backend_config: root_node_getter and ... ok (0.016s) 2022-11-23T03:02:48.2390797Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.035s) 2022-11-23T03:02:48.2391584Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T03:02:48.2392252Z TODO: add test for all fused modules ... ok (0.229s) 2022-11-23T03:02:48.2393992Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... C:\actions-runner\_work\pytorch\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\ReduceAllOps.cpp:66.) 2022-11-23T03:02:48.2395631Z out = pt_op( 2022-11-23T03:02:48.2395995Z ok (0.011s) 2022-11-23T03:02:48.2396697Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.010s) 2022-11-23T03:02:48.2397657Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T03:02:48.2398501Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.064s) 2022-11-23T03:02:48.2399384Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T03:02:48.2401229Z Tests the case where we call the fused_obs_fake_quant op multiple times ... C:\actions-runner\_work\pytorch\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorCompare.cpp:650.) 2022-11-23T03:02:48.2402721Z out = pt_op( 2022-11-23T03:02:48.2403258Z ok (0.233s) 2022-11-23T03:02:48.2404045Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.034s) 2022-11-23T03:02:48.2405107Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.039s) 2022-11-23T03:02:48.2406164Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.042s) 2022-11-23T03:02:48.2407248Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.087s) 2022-11-23T03:02:48.2408241Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.136s) 2022-11-23T03:02:48.2409289Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.002s) 2022-11-23T03:02:48.2410311Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.012s) 2022-11-23T03:02:48.2411383Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.036s) 2022-11-23T03:02:48.2412378Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.050s) 2022-11-23T03:02:48.2413616Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.115s) 2022-11-23T03:02:48.2414860Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.105s) 2022-11-23T03:02:48.2416114Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.032s) 2022-11-23T03:02:48.2417162Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.058s) 2022-11-23T03:02:48.2418209Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.221s) 2022-11-23T03:02:48.2419304Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.058s) 2022-11-23T03:02:48.2420378Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.053s) 2022-11-23T03:02:48.2421296Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T03:02:48.2422042Z Tests the constructor of the ModelReport class. ... ok (0.029s) 2022-11-23T03:02:48.2422812Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T03:02:48.2423605Z Tests for generation of qconfigs by ModelReport API ... ok (0.122s) 2022-11-23T03:02:48.2424410Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T03:02:48.2426018Z Tests model_report.generate_model_report to ensure report generation ... C:\actions-runner\_work\pytorch\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). 2022-11-23T03:02:48.2427512Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-11-23T03:02:48.2428060Z ok (0.441s) 2022-11-23T03:02:48.2428708Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T03:02:48.2429631Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.063s) 2022-11-23T03:02:48.2430586Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T03:02:48.2431527Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.050s) 2022-11-23T03:02:48.2432519Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T03:02:48.2433515Z Tests for generation of qconfigs by ModelReport API ... ok (0.101s) 2022-11-23T03:02:48.2434406Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.125s) 2022-11-23T03:02:48.2435588Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.006s) 2022-11-23T03:02:48.2436678Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.056s) 2022-11-23T03:02:48.2437879Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.004s) 2022-11-23T03:02:48.2439133Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.007s) 2022-11-23T03:02:48.2440371Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.006s) 2022-11-23T03:02:48.2441632Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T03:02:48.2442795Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.033s) 2022-11-23T03:02:48.2443776Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.035s) 2022-11-23T03:02:48.2444857Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.243s) 2022-11-23T03:02:48.2445935Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.006s) 2022-11-23T03:02:48.2446812Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.022s) 2022-11-23T03:02:48.2447715Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T03:02:48.2448418Z Tests the generate_table_view() ... ok (0.067s) 2022-11-23T03:02:48.2449107Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T03:02:48.2449774Z Tests the generate_table_view() ... ok (0.080s) 2022-11-23T03:02:48.2450470Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T03:02:48.2451222Z Tests the generate_table_view() ... ok (0.060s) 2022-11-23T03:02:48.2452071Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T03:02:48.2453067Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.057s) 2022-11-23T03:02:48.2453917Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (42.191s) 2022-11-23T03:02:48.2454887Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (11.503s) 2022-11-23T03:02:48.2455884Z test_histogram_observer_extreme_inputs (quantization.core.test_workflow_module.TestHistogramObserver) 2022-11-23T03:02:48.2456642Z Ensures that the HistogramObserver is able to work correctly in ... ok (0.003s) 2022-11-23T03:02:48.2457519Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.733s) 2022-11-23T03:02:48.2458611Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (1.308s) 2022-11-23T03:02:48.2459702Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.920s) 2022-11-23T03:02:48.2460802Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.310s) 2022-11-23T03:02:48.2462116Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.071s) 2022-11-23T03:02:48.2463264Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.155s) 2022-11-23T03:02:48.2464354Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.427s) 2022-11-23T03:02:48.2465546Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.239s) 2022-11-23T03:02:48.2466680Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.280s) 2022-11-23T03:02:48.2467846Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.019s) 2022-11-23T03:02:48.2469047Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.182s) 2022-11-23T03:02:48.2470203Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.019s) 2022-11-23T03:02:48.2471214Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.365s) 2022-11-23T03:02:48.2472408Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.386s) 2022-11-23T03:02:48.2473482Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.013s) 2022-11-23T03:02:48.2474654Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.244s) 2022-11-23T03:02:48.2475842Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.020s) 2022-11-23T03:02:48.2477032Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.932s) 2022-11-23T03:02:48.2478254Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.028s) 2022-11-23T03:02:48.2479469Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.230s) 2022-11-23T03:02:48.2480638Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-11-23T03:02:48.2481791Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.172s) 2022-11-23T03:02:48.2482927Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.017s) 2022-11-23T03:02:48.2484107Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.002s) 2022-11-23T03:02:48.2485270Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.001s) 2022-11-23T03:02:48.2486402Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.004s) 2022-11-23T03:02:48.2487487Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.003s) 2022-11-23T03:02:48.2488556Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-11-23T03:02:48.2489445Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.010s) 2022-11-23T03:02:48.2490377Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-11-23T03:02:48.2491237Z Smoke test on saving/loading state_dict ... ok (0.002s) 2022-11-23T03:02:48.2492104Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.052s) 2022-11-23T03:02:48.2494461Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.041s) 2022-11-23T03:02:48.2495432Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-11-23T03:02:48.2496486Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:02:48.2497500Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.152s) 2022-11-23T03:02:48.2498476Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.680s) 2022-11-23T03:02:48.2499466Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.148s) 2022-11-23T03:02:48.2500422Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-11-23T03:02:48.2501327Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.423s) 2022-11-23T03:02:48.2502487Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-11-23T03:02:48.2503487Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.006s) 2022-11-23T03:02:48.2504846Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T03:02:48.2505915Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T03:02:48.2506420Z ok (16.812s) 2022-11-23T03:02:48.2507030Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.626s) 2022-11-23T03:02:48.2508688Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87052 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T03:02:48.2510518Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T03:02:48.2511751Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-11-23T03:02:48.2513021Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.008s) 2022-11-23T03:02:48.2514214Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-11-23T03:02:48.2515459Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.007s) 2022-11-23T03:02:48.2516816Z test_qnnpack_add_broadcast (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.005s) 2022-11-23T03:02:48.2533122Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.005s) 2022-11-23T03:02:48.2537824Z test_qnnpack_mul (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.007s) 2022-11-23T03:02:48.2539172Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T03:02:48.2540578Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-11-23T03:02:48.2542955Z test_qnnpack_sigmoid_sweep (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T03:02:48.2543799Z test_qnnpack_tanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.006s) 2022-11-23T03:02:48.2545217Z test_quantization_doc_custom (quantization.core.test_docs.TestQuantizationDocs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py:541: UserWarning: Passing a convert_custom_config_dict to convert is deprecated and will not be supported in a future version. Please pass in a ConvertCustomConfig instead. 2022-11-23T03:02:48.2547123Z warnings.warn( 2022-11-23T03:02:48.2547578Z ok (0.057s) 2022-11-23T03:02:48.2548330Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.253s) 2022-11-23T03:02:48.2549381Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.005s) 2022-11-23T03:02:48.2550405Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.186s) 2022-11-23T03:02:48.2551436Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.024s) 2022-11-23T03:02:48.2554560Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:806: 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 C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T03:02:48.2557000Z if param.grad is not None: 2022-11-23T03:02:48.2557476Z ok (0.174s) 2022-11-23T03:02:48.2558256Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.160s) 2022-11-23T03:02:48.2559435Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (2.537s) 2022-11-23T03:02:48.2560700Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.033s) 2022-11-23T03:02:48.2562396Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp:1377] Warning: debug option for add_scalar and mul_scalar is not supported, please don't use debug option for models that uses these ops. (function operator ()) 2022-11-23T03:02:48.2563822Z ok (0.874s) 2022-11-23T03:02:48.2564540Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.914s) 2022-11-23T03:02:48.2565640Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.358s) 2022-11-23T03:02:48.2566910Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.252s) 2022-11-23T03:02:48.2567987Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (2.244s) 2022-11-23T03:02:48.2568958Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.230s) 2022-11-23T03:02:48.2570154Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.069s) 2022-11-23T03:02:48.2571274Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.063s) 2022-11-23T03:02:48.2572636Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.024s) 2022-11-23T03:02:48.2573848Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.076s) 2022-11-23T03:02:48.2574827Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.055s) 2022-11-23T03:02:48.2575757Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.055s) 2022-11-23T03:02:48.2576682Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.059s) 2022-11-23T03:02:48.2577671Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.068s) 2022-11-23T03:02:48.2578655Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.074s) 2022-11-23T03:02:48.2579705Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.957s) 2022-11-23T03:02:48.2580861Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.052s) 2022-11-23T03:02:48.2581818Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.014s) 2022-11-23T03:02:48.2582924Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.072s) 2022-11-23T03:02:48.2583880Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.006s) 2022-11-23T03:02:48.2584869Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.006s) 2022-11-23T03:02:48.2586069Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2587039Z Test post-training dynamic quantization on preserving ... ok (0.010s) 2022-11-23T03:02:48.2587961Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.228s) 2022-11-23T03:02:48.2588949Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2589769Z Test quantization for nested model, top level 'fc3' and ... ok (1.493s) 2022-11-23T03:02:48.2590596Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2591460Z Another test case for quantized, we will quantize all submodules ... ok (1.913s) 2022-11-23T03:02:48.2592412Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2593415Z More complicated nested test case with child qconfig overrides ... ok (1.725s) 2022-11-23T03:02:48.2594346Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2595237Z Test quantization for per_channel dynamic quantization ... ok (0.863s) 2022-11-23T03:02:48.2596103Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2597112Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (2.867s) 2022-11-23T03:02:48.2598127Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2599348Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (1.384s) 2022-11-23T03:02:48.2600446Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2601387Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.710s) 2022-11-23T03:02:48.2602310Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2603218Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.729s) 2022-11-23T03:02:48.2604340Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T03:02:48.2605268Z Test quantization for nested model, top level 'fc3' and ... ok (1.084s) 2022-11-23T03:02:48.2606279Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2607062Z Test quantization of activations ... ok (1.360s) 2022-11-23T03:02:48.2607935Z test_activations_in_non_leaf_module_list (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2608892Z Ensure activations like `nn.Sigmoid` and `nn.Tanh` are properly handled in ... ok (0.006s) 2022-11-23T03:02:48.2609870Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2610868Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.000s) 2022-11-23T03:02:48.2611972Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2613106Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.000s) 2022-11-23T03:02:48.2614028Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.035s) 2022-11-23T03:02:48.2615223Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.010s) 2022-11-23T03:02:48.2616324Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (1.042s) 2022-11-23T03:02:48.2617328Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2618236Z User inserts QuantStub and DeQuantStub in model code ... ok (0.880s) 2022-11-23T03:02:48.2619193Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2620101Z Test quantization for nested model, top level 'fc3' and ... ok (1.705s) 2022-11-23T03:02:48.2620993Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.762s) 2022-11-23T03:02:48.2621971Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2622843Z More complicated nested test case with child qconfig overrides ... ok (2.378s) 2022-11-23T03:02:48.2623733Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2625454Z Test quantization of normalization layers ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize.py:314: UserWarning: None of the submodule got qconfig applied. Make sure you passed correct configuration through `qconfig_dict` or by assigning the `.qconfig` attribute directly on submodules 2022-11-23T03:02:48.2627100Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-11-23T03:02:48.2627681Z ok (1.048s) 2022-11-23T03:02:48.2628378Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2629326Z Test the post-training quantization flow, serialization and scripting ... ok (0.177s) 2022-11-23T03:02:48.2630287Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2631326Z Test the post-training quantization flow, serialization and scripting ... ok (0.176s) 2022-11-23T03:02:48.2632534Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.010s) 2022-11-23T03:02:48.2633625Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2634524Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.584s) 2022-11-23T03:02:48.2635422Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2636564Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (2.063s) 2022-11-23T03:02:48.2637507Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2638574Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (5.166s) 2022-11-23T03:02:48.2639710Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2640545Z The case when we want to skip quantizing some layers ... ok (5.296s) 2022-11-23T03:02:48.2641353Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T03:02:48.2642286Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.860s) 2022-11-23T03:02:48.2643272Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.009s) 2022-11-23T03:02:48.2644296Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (2.121s) 2022-11-23T03:02:48.2645443Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T03:02:48.2646378Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.005s) 2022-11-23T03:02:48.2647441Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.750s) 2022-11-23T03:02:48.2648474Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.084s) 2022-11-23T03:02:48.2649469Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.694s) 2022-11-23T03:02:48.2650491Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.688s) 2022-11-23T03:02:48.2651633Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.005s) 2022-11-23T03:02:48.2652858Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T03:02:48.2653663Z Using FakeQuant in evaluation only mode, ... ok (0.055s) 2022-11-23T03:02:48.2654530Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.050s) 2022-11-23T03:02:48.2655503Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.420s) 2022-11-23T03:02:48.2656524Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.013s) 2022-11-23T03:02:48.2657664Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.011s) 2022-11-23T03:02:48.2658844Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T03:02:48.2659775Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.305s) 2022-11-23T03:02:48.2660810Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.740s) 2022-11-23T03:02:48.2661908Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.850s) 2022-11-23T03:02:48.2663006Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.032s) 2022-11-23T03:02:48.2664134Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.012s) 2022-11-23T03:02:48.2665316Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.012s) 2022-11-23T03:02:48.2666557Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T03:02:48.2667652Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.054s) 2022-11-23T03:02:48.2668897Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.008s) 2022-11-23T03:02:48.2669930Z test__convert_to_reference_decomposed_fx (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-11-23T03:02:48.2671175Z test__convert_to_reference_decomposed_fx_dynamic_quant (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-11-23T03:02:48.2672346Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2673278Z Verifies that calculating a size of a quantized tensor works ... ok (0.044s) 2022-11-23T03:02:48.2674086Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.242s) 2022-11-23T03:02:48.2674989Z test_backend_config_check_for_weight_and_bias (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2675838Z Test to make sure the backend_config check for weight and bias ... ok (0.019s) 2022-11-23T03:02:48.2676694Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2679780Z Check that quantization ranges specified through the BackendConfig are reflected in ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:994: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-11-23T03:02:48.2682605Z QConfig range = (0, 63), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=63, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000010D611C6AF0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000010D611C6AF0>}) 2022-11-23T03:02:48.2684529Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T03:02:48.2685714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:994: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-11-23T03:02:48.2688017Z 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 0x0000010D47209CA0>}, 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 0x0000010D47209CA0>}) 2022-11-23T03:02:48.2690035Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-11-23T03:02:48.2691807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:990: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2022-11-23T03:02:48.2693466Z warnings.warn("QConfig %s must specify 'quant_min' and 'quant_max', ignoring %s" % 2022-11-23T03:02:48.2693985Z ok (0.067s) 2022-11-23T03:02:48.2694574Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2697442Z Test QConfig eps validation against the BackendConfig's min scale value. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1005: 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 0x0000010D44569CA0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000010D44569CA0>}) 2022-11-23T03:02:48.2700431Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T03:02:48.2703291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1005: 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 0x0000010D445694C0>}, 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 0x0000010D445694C0>}) 2022-11-23T03:02:48.2705911Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-11-23T03:02:48.2707824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1002: 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){}) 2022-11-23T03:02:48.2709382Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-11-23T03:02:48.2709729Z ok (0.097s) 2022-11-23T03:02:48.2710100Z test_change_backend_config_for_fixed_qparam_ops (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2710603Z Making sure we can skip validation of qconfigs for fixedqparam ops based ... ok (0.015s) 2022-11-23T03:02:48.2711273Z test_channel_shuffle_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.164s) 2022-11-23T03:02:48.2711756Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2712455Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (3.075s) 2022-11-23T03:02:48.2712926Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2713300Z Test quantizing conv and linear ... ok (3.217s) 2022-11-23T03:02:48.2713709Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2714164Z Test quantizing functional conv and linear with reference option ... ok (3.049s) 2022-11-23T03:02:48.2714621Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.124s) 2022-11-23T03:02:48.2715123Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T03:02:48.2715680Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T03:02:48.2716236Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T03:02:48.2716777Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T03:02:48.2717819Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\convert.py:877: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T03:02:48.2718975Z warnings.warn( 2022-11-23T03:02:48.2719664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2720406Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2721168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2721881Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2722205Z ok (0.411s) 2022-11-23T03:02:48.2722586Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2723074Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.022s) 2022-11-23T03:02:48.2723674Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2724252Z Test the output of CopyNode to have the same ... ok (0.106s) 2022-11-23T03:02:48.2724716Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.158s) 2022-11-23T03:02:48.2725452Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2725940Z Tests that the flow still works when the input of custom module ... ok (0.054s) 2022-11-23T03:02:48.2726399Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-11-23T03:02:48.2726907Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2727339Z Make sure default quant is inserted properly ... ok (0.043s) 2022-11-23T03:02:48.2727744Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2728159Z Test to make sure dequantize node are placed before ... ok (0.519s) 2022-11-23T03:02:48.2728573Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2729006Z Make sure quantization runs for models with dictionary output ... ok (0.054s) 2022-11-23T03:02:48.2729448Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2729902Z Tests input for dynamic linear being used by multiple ops ... ok (0.114s) 2022-11-23T03:02:48.2730352Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.135s) 2022-11-23T03:02:48.2730994Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2731438Z Test that weight observer is run in convert step ... ok (0.027s) 2022-11-23T03:02:48.2732125Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2732982Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2733802Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2734130Z ok (0.120s) 2022-11-23T03:02:48.2734496Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2735079Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.086s) 2022-11-23T03:02:48.2735530Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2735955Z Test that the sequence of quant-dequant nodes in the ... ok (0.048s) 2022-11-23T03:02:48.2736386Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.053s) 2022-11-23T03:02:48.2736887Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.058s) 2022-11-23T03:02:48.2737494Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2737936Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.111s) 2022-11-23T03:02:48.2738651Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T03:02:48.2739198Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T03:02:48.2739735Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T03:02:48.2740210Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.058s) 2022-11-23T03:02:48.2740695Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2741250Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.061s) 2022-11-23T03:02:48.2741739Z test_get_default_qconfig_valid_backend (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2742237Z Checks that AssertionError is raised when non expected backend input is specified ... ok (0.003s) 2022-11-23T03:02:48.2742746Z test_get_executorch_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-11-23T03:02:48.2743246Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2743674Z Verifies that binary ops get quantized correctly if some ... ok (0.147s) 2022-11-23T03:02:48.2744262Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (2.133s) 2022-11-23T03:02:48.2744731Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2745404Z Test support for qint8 activation in reference pattern ... ok (0.032s) 2022-11-23T03:02:48.2745894Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-11-23T03:02:48.2746406Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.050s) 2022-11-23T03:02:48.2746885Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2747355Z Verifies that an observer is not inserted between an unmatched ... ok (0.037s) 2022-11-23T03:02:48.2747821Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-11-23T03:02:48.2748279Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2748652Z Test quantizing a not used value ... ok (0.032s) 2022-11-23T03:02:48.2749036Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2749511Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.056s) 2022-11-23T03:02:48.2749973Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2750428Z Verify that specifying complicated output types does not crash. ... ok (0.051s) 2022-11-23T03:02:48.2751029Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.105s) 2022-11-23T03:02:48.2751634Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2752105Z test MatchAllNode with ... ok (0.022s) 2022-11-23T03:02:48.2752533Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.072s) 2022-11-23T03:02:48.2753156Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.008s) 2022-11-23T03:02:48.2753709Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T03:02:48.2754294Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T03:02:48.2754875Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-11-23T03:02:48.2755457Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T03:02:48.2756032Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T03:02:48.2756603Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-11-23T03:02:48.2757317Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.011s) 2022-11-23T03:02:48.2757870Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T03:02:48.2758733Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-11-23T03:02:48.2759232Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.260s) 2022-11-23T03:02:48.2759695Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2760157Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.042s) 2022-11-23T03:02:48.2760630Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.044s) 2022-11-23T03:02:48.2761107Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2761548Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.056s) 2022-11-23T03:02:48.2762002Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2762393Z Test tuple input type is preserved ... ok (0.036s) 2022-11-23T03:02:48.2762858Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-11-23T03:02:48.2763431Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-11-23T03:02:48.2764166Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.044s) 2022-11-23T03:02:48.2764830Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-11-23T03:02:48.2765500Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.069s) 2022-11-23T03:02:48.2766063Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.063s) 2022-11-23T03:02:48.2766631Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-11-23T03:02:48.2767145Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.476s) 2022-11-23T03:02:48.2767681Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.001s) 2022-11-23T03:02:48.2768221Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.071s) 2022-11-23T03:02:48.2768704Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.320s) 2022-11-23T03:02:48.2769177Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.341s) 2022-11-23T03:02:48.2769797Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.055s) 2022-11-23T03:02:48.2770441Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.147s) 2022-11-23T03:02:48.2770930Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.055s) 2022-11-23T03:02:48.2771683Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-11-23T03:02:48.2772198Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T03:02:48.2772713Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-11-23T03:02:48.2773237Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.009s) 2022-11-23T03:02:48.2773779Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-11-23T03:02:48.2774310Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.010s) 2022-11-23T03:02:48.2774823Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-11-23T03:02:48.2775419Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.179s) 2022-11-23T03:02:48.2775951Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.059s) 2022-11-23T03:02:48.2776439Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.056s) 2022-11-23T03:02:48.2777012Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-11-23T03:02:48.2777499Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.064s) 2022-11-23T03:02:48.2778235Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.084s) 2022-11-23T03:02:48.2778714Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2779200Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (2.160s) 2022-11-23T03:02:48.2779689Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.126s) 2022-11-23T03:02:48.2780130Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2780506Z Test that the FQN of input_scale/zero_point is set ... ok (0.084s) 2022-11-23T03:02:48.2780921Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2781354Z If the output is hardcoded to be quantized, ensure that ... ok (0.222s) 2022-11-23T03:02:48.2781802Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-11-23T03:02:48.2782313Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-11-23T03:02:48.2782787Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2783208Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.059s) 2022-11-23T03:02:48.2783778Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2784190Z Make sure the numerics for models with ref conv module ... ok (0.307s) 2022-11-23T03:02:48.2784849Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2785264Z Make sure the numerics for models with ref linear module ... ok (0.096s) 2022-11-23T03:02:48.2785732Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-11-23T03:02:48.2786183Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-11-23T03:02:48.2786638Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.053s) 2022-11-23T03:02:48.2787258Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.051s) 2022-11-23T03:02:48.2787756Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2788239Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.010s) 2022-11-23T03:02:48.2788738Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.070s) 2022-11-23T03:02:48.2789220Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-11-23T03:02:48.2789662Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.438s) 2022-11-23T03:02:48.2790283Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.159s) 2022-11-23T03:02:48.2790762Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.730s) 2022-11-23T03:02:48.2791364Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2791889Z Make sure that shape does not dequantize ... ok (0.044s) 2022-11-23T03:02:48.2792334Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-11-23T03:02:48.2792933Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.062s) 2022-11-23T03:02:48.2793447Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.215s) 2022-11-23T03:02:48.2793968Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.279s) 2022-11-23T03:02:48.2794435Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2794819Z Make sure packed params appear in state_dict ... ok (0.184s) 2022-11-23T03:02:48.2795207Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2795651Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.659s) 2022-11-23T03:02:48.2796102Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2796569Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.541s) 2022-11-23T03:02:48.2797053Z test_static_lstm_with_custom_fixed_qparams (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2797686Z Test statically quantized LSTM with custom fixed qparams assigned to each of the ... ok (0.318s) 2022-11-23T03:02:48.2798275Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.053s) 2022-11-23T03:02:48.2798872Z test_symmetric_qnnpack_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T03:02:48.2799393Z Test whether `torch.ao.quantization.qconfig_mapping._get_symmetric_qnnpack_qconfig_mapping` ... ok (0.003s) 2022-11-23T03:02:48.2799923Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-11-23T03:02:48.2800464Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-11-23T03:02:48.2800978Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-11-23T03:02:48.2801491Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.055s) 2022-11-23T03:02:48.2802019Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.062s) 2022-11-23T03:02:48.2802548Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.057s) 2022-11-23T03:02:48.2803097Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.086s) 2022-11-23T03:02:48.2803882Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.002s) 2022-11-23T03:02:48.2804463Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.536s) 2022-11-23T03:02:48.2805262Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.516s) 2022-11-23T03:02:48.2805796Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.713s) 2022-11-23T03:02:48.2806320Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.498s) 2022-11-23T03:02:48.2806850Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.002s) 2022-11-23T03:02:48.2807358Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.681s) 2022-11-23T03:02:48.2807862Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.491s) 2022-11-23T03:02:48.2808400Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.701s) 2022-11-23T03:02:48.2808934Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.013s) 2022-11-23T03:02:48.2809519Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.095s) 2022-11-23T03:02:48.2809997Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.242s) 2022-11-23T03:02:48.2810632Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.077s) 2022-11-23T03:02:48.2811140Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2811713Z A test that checks correct patterns are produced for ... ok (0.050s) 2022-11-23T03:02:48.2812366Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.004s) 2022-11-23T03:02:48.2812914Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2813351Z int8 is not supported for bmm so we won't produce reference ... ok (0.048s) 2022-11-23T03:02:48.2813779Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2814197Z Make sure we don't insert observer for boolean Tensors ... ok (0.047s) 2022-11-23T03:02:48.2814597Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2814997Z quantization of the output of cat will depend on the ... ok (1.054s) 2022-11-23T03:02:48.2815405Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.037s) 2022-11-23T03:02:48.2815860Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.793s) 2022-11-23T03:02:48.2816321Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.976s) 2022-11-23T03:02:48.2816916Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T03:02:48.2817739Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T03:02:48.2818450Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2819026Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.193s) 2022-11-23T03:02:48.2819548Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T03:02:48.2820082Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.570s) 2022-11-23T03:02:48.2820545Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.149s) 2022-11-23T03:02:48.2821131Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.177s) 2022-11-23T03:02:48.2821618Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.749s) 2022-11-23T03:02:48.2822115Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.090s) 2022-11-23T03:02:48.2822621Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.118s) 2022-11-23T03:02:48.2823106Z test_fixed_qparams_ops_wrong_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2825107Z Test that wrong qconfigs for fixed qparams ops results in the ops not being quantized. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: 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 0x0000010D95873820>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000010D95873820>}). 2022-11-23T03:02:48.2826915Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T03:02:48.2827414Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T03:02:48.2827772Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T03:02:48.2828231Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T03:02:48.2829757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: 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 0x0000010D95873700>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000010D95873700>}). 2022-11-23T03:02:48.2831545Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T03:02:48.2832171Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T03:02:48.2832548Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T03:02:48.2833005Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T03:02:48.2834522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: 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 0x0000010D95873670>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000010D95873670>}). 2022-11-23T03:02:48.2836044Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T03:02:48.2836644Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T03:02:48.2837019Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T03:02:48.2837656Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T03:02:48.2839415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\utils.py:1024: 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 0x0000010D958738B0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x0000010D958738B0>}). 2022-11-23T03:02:48.2840946Z Please use torch.ao.quantization.get_default_qconfig_mapping or torch.ao.quantization.get_default_qat_qconfig_mapping. Example: 2022-11-23T03:02:48.2841437Z qconfig_mapping = get_default_qconfig_mapping("fbgemm") 2022-11-23T03:02:48.2841942Z model = prepare_fx(model, qconfig_mapping, example_inputs) 2022-11-23T03:02:48.2842399Z warnings.warn(("QConfig must specify a FixedQParamsObserver or a FixedQParamsFakeQuantize " 2022-11-23T03:02:48.2842764Z ok (0.077s) 2022-11-23T03:02:48.2843124Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.197s) 2022-11-23T03:02:48.2843613Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (19.152s) 2022-11-23T03:02:48.2844267Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (24.435s) 2022-11-23T03:02:48.2845090Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-11-23T03:02:48.2845714Z 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) 2022-11-23T03:02:48.2846273Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2846694Z A test that checks dequantize will be swapped for ... ok (0.548s) 2022-11-23T03:02:48.2847114Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2847537Z A test that checks correct patterns are produced for ... ok (0.147s) 2022-11-23T03:02:48.2847946Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2848385Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.128s) 2022-11-23T03:02:48.2848830Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.549s) 2022-11-23T03:02:48.2849308Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (3.043s) 2022-11-23T03:02:48.2849789Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2850232Z If the inputs to the graph are quantized and the only node ... ok (0.029s) 2022-11-23T03:02:48.2850823Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.295s) 2022-11-23T03:02:48.2851424Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.489s) 2022-11-23T03:02:48.2852015Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.878s) 2022-11-23T03:02:48.2852503Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.872s) 2022-11-23T03:02:48.2852984Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.867s) 2022-11-23T03:02:48.2853680Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-11-23T03:02:48.2854228Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.006s) 2022-11-23T03:02:48.2854685Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.068s) 2022-11-23T03:02:48.2855238Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2855650Z Test multiple qconfigs for a single value ... ok (0.044s) 2022-11-23T03:02:48.2856493Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.2857531Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.2857986Z ok (0.851s) 2022-11-23T03:02:48.2858453Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.827s) 2022-11-23T03:02:48.2858918Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.966s) 2022-11-23T03:02:48.2859480Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (3.706s) 2022-11-23T03:02:48.2859973Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.288s) 2022-11-23T03:02:48.2860430Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.067s) 2022-11-23T03:02:48.2860903Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T03:02:48.2861313Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (4.491s) 2022-11-23T03:02:48.2861733Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.044s) 2022-11-23T03:02:48.2862231Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.058s) 2022-11-23T03:02:48.2862717Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.054s) 2022-11-23T03:02:48.2863158Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.961s) 2022-11-23T03:02:48.2863771Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.703s) 2022-11-23T03:02:48.2864480Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-11-23T03:02:48.2865254Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-11-23T03:02:48.2865889Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T03:02:48.2866544Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T03:02:48.2867155Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-11-23T03:02:48.2867688Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (3.042s) 2022-11-23T03:02:48.2868126Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.694s) 2022-11-23T03:02:48.2868595Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.003s) 2022-11-23T03:02:48.2869206Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2869804Z [W QuantUtils.h:215] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-11-23T03:02:48.2871495Z ok (0.084s) 2022-11-23T03:02:48.2872783Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:806: 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 C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T03:02:48.2874025Z if param.grad is not None: 2022-11-23T03:02:48.2874262Z ok (2.318s) 2022-11-23T03:02:48.2874619Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-11-23T03:02:48.2875066Z Test observers with ignored function and make sure it works in ... ok (2.554s) 2022-11-23T03:02:48.2876009Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T03:02:48.2876878Z warnings.warn( 2022-11-23T03:02:48.2877103Z ok (6.025s) 2022-11-23T03:02:48.2877571Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.003s) 2022-11-23T03:02:48.2878205Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (8.873s) 2022-11-23T03:02:48.2878682Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.191s) 2022-11-23T03:02:48.2879137Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.386s) 2022-11-23T03:02:48.2879649Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.002s) 2022-11-23T03:02:48.2880144Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T03:02:48.2880570Z Make sure dequantize can support Tuple of tensor ... ok (2.165s) 2022-11-23T03:02:48.2880997Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (22.976s) 2022-11-23T03:02:48.2881468Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T03:02:48.2881893Z A test that checks dequantize will be swapped for ... ok (0.274s) 2022-11-23T03:02:48.2882305Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T03:02:48.2882733Z A test that checks correct patterns are produced for ... ok (0.716s) 2022-11-23T03:02:48.2883283Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (14.515s) 2022-11-23T03:02:48.2883816Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (17.544s) 2022-11-23T03:02:48.2884907Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2885971Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2886869Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2887860Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2888756Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2889636Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2890797Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2891823Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2892792Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2893689Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2894572Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2895436Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2896316Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2897449Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2898470Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2899350Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2900229Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2901099Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-11-23T03:02:48.2901738Z ok (26.083s) 2022-11-23T03:02:48.2902096Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (14.618s) 2022-11-23T03:02:48.2902578Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (27.138s) 2022-11-23T03:02:48.2903063Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (14.992s) 2022-11-23T03:02:48.2903594Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.520s) 2022-11-23T03:02:48.2904130Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.850s) 2022-11-23T03:02:48.2904660Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (19.878s) 2022-11-23T03:02:48.2905170Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.332s) 2022-11-23T03:02:48.2905663Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T03:02:48.2906130Z Test quant fusion for multiple aten::add using same ... ok (2.518s) 2022-11-23T03:02:48.2906583Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (15.720s) 2022-11-23T03:02:48.2907081Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T03:02:48.2907598Z Test quant fusion for multiple aten::add using same ... ok (32.765s) 2022-11-23T03:02:48.2908215Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.339s) 2022-11-23T03:02:48.2908755Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.158s) 2022-11-23T03:02:48.2909518Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T03:02:48.2909957Z quantization of the output of cat will be depend on the ... ok (2.881s) 2022-11-23T03:02:48.2910411Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.716s) 2022-11-23T03:02:48.2910882Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T03:02:48.2911299Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (23.323s) 2022-11-23T03:02:48.2911727Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.275s) 2022-11-23T03:02:48.2912231Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (16.125s) 2022-11-23T03:02:48.2912742Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.147s) 2022-11-23T03:02:48.2913263Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.583s) 2022-11-23T03:02:48.2913772Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.126s) 2022-11-23T03:02:48.2914272Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.175s) 2022-11-23T03:02:48.2914801Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.012s) 2022-11-23T03:02:48.2915314Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.196s) 2022-11-23T03:02:48.2915835Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.153s) 2022-11-23T03:02:48.2916365Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (2.031s) 2022-11-23T03:02:48.2916887Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.181s) 2022-11-23T03:02:48.2917382Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T03:02:48.2917816Z Test that we don't fuse the cases when module type does not match ... ok (0.021s) 2022-11-23T03:02:48.2918294Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.487s) 2022-11-23T03:02:48.2918931Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.105s) 2022-11-23T03:02:48.2919447Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.144s) 2022-11-23T03:02:48.2919958Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.109s) 2022-11-23T03:02:48.2920464Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.415s) 2022-11-23T03:02:48.2920982Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.064s) 2022-11-23T03:02:48.2921509Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.116s) 2022-11-23T03:02:48.2922053Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T03:02:48.2922517Z Make sure we skip observers for ops that doesn't require ... ok (0.064s) 2022-11-23T03:02:48.2922992Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.237s) 2022-11-23T03:02:48.2923543Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T03:02:48.2924000Z check quantization for if works as long as ... ok (0.754s) 2022-11-23T03:02:48.2924543Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.261s) 2022-11-23T03:02:48.2925263Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.046s) 2022-11-23T03:02:48.2926091Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.148s) 2022-11-23T03:02:48.2926664Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.439s) 2022-11-23T03:02:48.2927235Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T03:02:48.2927724Z Make sure we propagate observed property through general ops ... ok (0.078s) 2022-11-23T03:02:48.2928251Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.092s) 2022-11-23T03:02:48.2928853Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T03:02:48.2929338Z Make sure we propagate observed property through general ops ... ok (0.079s) 2022-11-23T03:02:48.2929838Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.086s) 2022-11-23T03:02:48.2930397Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.276s) 2022-11-23T03:02:48.2930944Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.066s) 2022-11-23T03:02:48.2931489Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.302s) 2022-11-23T03:02:48.2932041Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.417s) 2022-11-23T03:02:48.2932590Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.187s) 2022-11-23T03:02:48.2933085Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.240s) 2022-11-23T03:02:48.2933579Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T03:02:48.2934345Z Tests the case where fork and wait calls are in different subgraphs ... [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T03:02:48.2934956Z ok (0.177s) 2022-11-23T03:02:48.2935459Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.172s) 2022-11-23T03:02:48.2936005Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.009s) 2022-11-23T03:02:48.2936550Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.025s) 2022-11-23T03:02:48.2937089Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T03:02:48.2937843Z We want to move quantize nodes for output of prim::If ... [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T03:02:48.2938730Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T03:02:48.2939545Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T03:02:48.2940430Z [W C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T03:02:48.2940939Z ok (0.252s) 2022-11-23T03:02:48.2941328Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.224s) 2022-11-23T03:02:48.2941872Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.020s) 2022-11-23T03:02:48.2942471Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.007s) 2022-11-23T03:02:48.2943037Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.687s) 2022-11-23T03:02:48.2943707Z 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) 2022-11-23T03:02:48.2944390Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.698s) 2022-11-23T03:02:48.2944876Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (7.837s) 2022-11-23T03:02:48.2945547Z 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.022s) 2022-11-23T03:02:48.2946213Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.947s) 2022-11-23T03:02:48.2946695Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.856s) 2022-11-23T03:02:48.2947186Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.009s) 2022-11-23T03:02:48.2947689Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.001s) 2022-11-23T03:02:48.2948324Z 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.008s) 2022-11-23T03:02:48.2949079Z 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.008s) 2022-11-23T03:02:48.2949720Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.252s) 2022-11-23T03:02:48.2950249Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T03:02:48.2950819Z Tests the case where 2D indices are passed into the operator ... ok (0.000s) 2022-11-23T03:02:48.2951304Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.290s) 2022-11-23T03:02:48.2951894Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-11-23T03:02:48.2952477Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T03:02:48.2952934Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-11-23T03:02:48.2953418Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.273s) 2022-11-23T03:02:48.2954013Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.003s) 2022-11-23T03:02:48.2954601Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.295s) 2022-11-23T03:02:48.2955198Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.002s) 2022-11-23T03:02:48.2955799Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.176s) 2022-11-23T03:02:48.2957613Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.405s) 2022-11-23T03:02:48.2958244Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.335s) 2022-11-23T03:02:48.2959270Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T03:02:48.2960103Z warnings.warn( 2022-11-23T03:02:48.2960325Z ok (0.108s) 2022-11-23T03:02:48.2960729Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.002s) 2022-11-23T03:02:48.2961257Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.885s) 2022-11-23T03:02:48.2961964Z 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.023s) 2022-11-23T03:02:48.2962661Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.312s) 2022-11-23T03:02:48.2963170Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.107s) 2022-11-23T03:02:48.2963670Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.168s) 2022-11-23T03:02:48.2964198Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.163s) 2022-11-23T03:02:48.2964704Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.474s) 2022-11-23T03:02:48.2965188Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T03:02:48.2965637Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.011s) 2022-11-23T03:02:48.2966066Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T03:02:48.2966534Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (2.622s) 2022-11-23T03:02:48.2967016Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T03:02:48.2967509Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (2.914s) 2022-11-23T03:02:48.2967981Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T03:02:48.2968593Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (12.419s) 2022-11-23T03:02:48.2969075Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T03:02:48.2969569Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (18.394s) 2022-11-23T03:02:48.2970048Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.611s) 2022-11-23T03:02:48.2970535Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.551s) 2022-11-23T03:02:48.2971009Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.677s) 2022-11-23T03:02:48.2971473Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.623s) 2022-11-23T03:02:48.2971952Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.986s) 2022-11-23T03:02:48.2972452Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (72.452s) 2022-11-23T03:02:48.2973390Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T03:02:48.2974105Z warnings.warn( 2022-11-23T03:02:48.2974308Z ok (22.577s) 2022-11-23T03:02:48.2974968Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T03:02:48.2975783Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:02:48.2976164Z ok (0.017s) 2022-11-23T03:02:48.2976508Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.500s) 2022-11-23T03:02:48.2976981Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (13.114s) 2022-11-23T03:02:48.2977466Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.860s) 2022-11-23T03:02:48.2977935Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.098s) 2022-11-23T03:02:48.2978420Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.140s) 2022-11-23T03:02:48.2978884Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T03:02:48.2979318Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (8.057s) 2022-11-23T03:02:48.2979755Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T03:02:48.2980151Z This test cover upsample_nearest3d ... ok (37.962s) 2022-11-23T03:02:48.2980552Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.053s) 2022-11-23T03:02:48.2981058Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.836s) 2022-11-23T03:02:48.2981579Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.005s) 2022-11-23T03:02:48.2982069Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.541s) 2022-11-23T03:02:48.2982546Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.271s) 2022-11-23T03:02:48.2983229Z 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.018s) 2022-11-23T03:02:48.2983913Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.226s) 2022-11-23T03:02:48.2984477Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.366s) 2022-11-23T03:02:48.2984956Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.530s) 2022-11-23T03:02:48.2986164Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-11-23T03:02:48.2987147Z ok (0.003s) 2022-11-23T03:02:48.2987712Z 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.003s) 2022-11-23T03:02:48.2988617Z 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.003s) 2022-11-23T03:02:48.2989414Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2022-11-23T03:02:48.2989965Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.008s) 2022-11-23T03:02:48.2990454Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.313s) 2022-11-23T03:02:48.2990923Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.610s) 2022-11-23T03:02:48.2991373Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.379s) 2022-11-23T03:02:48.2991840Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.376s) 2022-11-23T03:02:48.2992318Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.509s) 2022-11-23T03:02:48.2992811Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.156s) 2022-11-23T03:02:48.2993287Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.146s) 2022-11-23T03:02:48.2993769Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-11-23T03:02:48.2994285Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.020s) 2022-11-23T03:02:48.2994791Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.725s) 2022-11-23T03:02:48.2995280Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.085s) 2022-11-23T03:02:48.2995757Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (9.544s) 2022-11-23T03:02:48.2996215Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.432s) 2022-11-23T03:02:48.2996681Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.242s) 2022-11-23T03:02:48.2997237Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.002s) 2022-11-23T03:02:48.2997922Z 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.010s) 2022-11-23T03:02:48.2998507Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.321s) 2022-11-23T03:02:48.2999414Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\core\test_quantized_op.py:2000: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:02:48.3000292Z indices = torch.tensor(X).long() 2022-11-23T03:02:48.3000536Z ok (0.142s) 2022-11-23T03:02:48.3000975Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.003s) 2022-11-23T03:02:48.3001526Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.376s) 2022-11-23T03:02:48.3002022Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.251s) 2022-11-23T03:02:48.3002506Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.522s) 2022-11-23T03:02:48.3002980Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T03:02:48.3003648Z 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.014s) 2022-11-23T03:02:48.3004323Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.024s) 2022-11-23T03:02:48.3004850Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-11-23T03:02:48.3005469Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.092s) 2022-11-23T03:02:48.3006081Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T03:02:48.3006668Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T03:02:48.3007249Z test_decomposed_dequantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T03:02:48.3007817Z test_decomposed_dynamic_quant_pattern (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T03:02:48.3008393Z test_decomposed_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T03:02:48.3008975Z test_decomposed_quantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T03:02:48.3009535Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T03:02:48.3010073Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T03:02:48.3011004Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\core\test_quantized_tensor.py:1393: UserWarning: FOUND weight out of range (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/quantized/cpu/QuantUtils.h:215.) 2022-11-23T03:02:48.3011795Z y = torch._saturate_weight_to_fp16(x) 2022-11-23T03:02:48.3012048Z ok (0.000s) 2022-11-23T03:02:48.3012416Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.029s) 2022-11-23T03:02:48.3013142Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T03:02:48.3014038Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-11-23T03:02:48.3014876Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T03:02:48.3015444Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-11-23T03:02:48.3016008Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T03:02:48.3016688Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T03:02:48.3017646Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:02:48.3018478Z warnings.warn(message, UserWarning) 2022-11-23T03:02:48.3018720Z ok (0.021s) 2022-11-23T03:02:48.3019095Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-11-23T03:02:48.3019655Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.066s) 2022-11-23T03:02:48.3020357Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-11-23T03:02:48.3021017Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-11-23T03:02:48.3021679Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-11-23T03:02:48.3022184Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.029s) 2022-11-23T03:02:48.3022793Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T03:02:48.3023358Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.029s) 2022-11-23T03:02:48.3023918Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.052s) 2022-11-23T03:02:48.3024471Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.025s) 2022-11-23T03:02:48.3025027Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.031s) 2022-11-23T03:02:48.3025585Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.018s) 2022-11-23T03:02:48.3026113Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.033s) 2022-11-23T03:02:48.3026811Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.023s) 2022-11-23T03:02:48.3027381Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T03:02:48.3028159Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T03:02:48.3028697Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T03:02:48.3029239Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.015s) 2022-11-23T03:02:48.3029788Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-11-23T03:02:48.3030329Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-11-23T03:02:48.3030868Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.047s) 2022-11-23T03:02:48.3031426Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-11-23T03:02:48.3031988Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-11-23T03:02:48.3032530Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.035s) 2022-11-23T03:02:48.3033068Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-11-23T03:02:48.3033875Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (1.277s) 2022-11-23T03:02:48.3034683Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-11-23T03:02:48.3035407Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T03:02:48.3036037Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T03:02:48.3036321Z ok (0.013s) 2022-11-23T03:02:48.3036715Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-11-23T03:02:48.3037279Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-11-23T03:02:48.3037829Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-11-23T03:02:48.3038356Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-11-23T03:02:48.3038862Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T03:02:48.3039511Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (1.283s) 2022-11-23T03:02:48.3040244Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-11-23T03:02:48.3040852Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.054s) 2022-11-23T03:02:48.3041450Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T03:02:48.3041981Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T03:02:48.3042547Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.044s) 2022-11-23T03:02:48.3043116Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.016s) 2022-11-23T03:02:48.3043658Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T03:02:48.3044126Z Checks the rnn reference quantized modules has correct numerics ... ok (0.017s) 2022-11-23T03:02:48.3044608Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T03:02:48.3045093Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.000s) 2022-11-23T03:02:48.3045576Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T03:02:48.3045988Z Embedding and EmbeddingBag ... ok (0.008s) 2022-11-23T03:02:48.3046535Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.093s) 2022-11-23T03:02:48.3047074Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.031s) 2022-11-23T03:02:48.3047852Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.035s) 2022-11-23T03:02:48.3048393Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.030s) 2022-11-23T03:02:48.3048932Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.074s) 2022-11-23T03:02:48.3049469Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.025s) 2022-11-23T03:02:48.3050008Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.027s) 2022-11-23T03:02:48.3050564Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.024s) 2022-11-23T03:02:48.3051107Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.085s) 2022-11-23T03:02:48.3051743Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.024s) 2022-11-23T03:02:48.3052264Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.013s) 2022-11-23T03:02:48.3052802Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.028s) 2022-11-23T03:02:48.3053506Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.081s) 2022-11-23T03:02:48.3054293Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.107s) 2022-11-23T03:02:48.3054820Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.106s) 2022-11-23T03:02:48.3055803Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:1482: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T03:02:48.3056621Z warnings.warn( 2022-11-23T03:02:48.3057381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.3058142Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.3058877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T03:02:48.3059732Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-11-23T03:02:48.3060062Z ok (0.644s) 2022-11-23T03:02:48.3060562Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.122s) 2022-11-23T03:02:48.3061221Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.005s) 2022-11-23T03:02:48.3061794Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-11-23T03:02:48.3062336Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3062790Z Tests the correctness of the batchnorm2d module. ... ok (0.005s) 2022-11-23T03:02:48.3063571Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T03:02:48.3064250Z warnings.warn( 2022-11-23T03:02:48.3064472Z ok (0.019s) 2022-11-23T03:02:48.3064825Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3065272Z Tests the correctness of the batchnorm3d module. ... ok (0.000s) 2022-11-23T03:02:48.3065768Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.022s) 2022-11-23T03:02:48.3066466Z test_channel_shuffle (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3067046Z Tests the correctness of the ChannelShuffle module. ... ok (0.007s) 2022-11-23T03:02:48.3067659Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (5.775s) 2022-11-23T03:02:48.3068191Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (5.729s) 2022-11-23T03:02:48.3068723Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.926s) 2022-11-23T03:02:48.3069359Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3069797Z Tests the correctness of the dropout module. ... ok (0.000s) 2022-11-23T03:02:48.3070277Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.028s) 2022-11-23T03:02:48.3070817Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3071235Z Tests the correctness of the ELU module. ... ok (0.005s) 2022-11-23T03:02:48.3071679Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (8.129s) 2022-11-23T03:02:48.3072224Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3072881Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (8.357s) 2022-11-23T03:02:48.3073389Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3074088Z Tests the correctness of the groupnorm module. ... ok (0.006s) 2022-11-23T03:02:48.3074537Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3074979Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.013s) 2022-11-23T03:02:48.3075525Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3075985Z Tests the correctness of the layernorm module. ... ok (0.008s) 2022-11-23T03:02:48.3076449Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.005s) 2022-11-23T03:02:48.3076996Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (44.287s) 2022-11-23T03:02:48.3077571Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T03:02:48.3078001Z Tests the correctness of the pool module. ... ok (0.039s) 2022-11-23T03:02:48.3078440Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.006s) 2022-11-23T03:02:48.3078990Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2022-11-23T03:02:48.3079716Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2022-11-23T03:02:48.3080505Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.005s) 2022-11-23T03:02:48.3081086Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (11.742s) 2022-11-23T03:02:48.3081702Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.103s) 2022-11-23T03:02:48.3082321Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.057s) 2022-11-23T03:02:48.3082965Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.044s) 2022-11-23T03:02:48.3083622Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.049s) 2022-11-23T03:02:48.3084236Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.050s) 2022-11-23T03:02:48.3084900Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.054s) 2022-11-23T03:02:48.3085545Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T03:02:48.3086226Z This tests that a placeholder Node can be matched to a Node with ... ok (0.044s) 2022-11-23T03:02:48.3086884Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.052s) 2022-11-23T03:02:48.3087612Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.049s) 2022-11-23T03:02:48.3088217Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.056s) 2022-11-23T03:02:48.3088823Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.047s) 2022-11-23T03:02:48.3089422Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.058s) 2022-11-23T03:02:48.3090038Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.052s) 2022-11-23T03:02:48.3090590Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-11-23T03:02:48.3091047Z Test that we can record complex example inputs such as lists and dicts ... ok (0.005s) 2022-11-23T03:02:48.3091510Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-11-23T03:02:48.3092134Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.006s) 2022-11-23T03:02:48.3092614Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.016s) 2022-11-23T03:02:48.3093442Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-11-23T03:02:48.3093955Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.003s) 2022-11-23T03:02:48.3094430Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-11-23T03:02:48.3094907Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.004s) 2022-11-23T03:02:48.3095170Z 2022-11-23T03:02:48.3095361Z ---------------------------------------------------------------------- 2022-11-23T03:02:48.3095669Z Ran 977 tests in 1162.297s 2022-11-23T03:02:48.3095821Z 2022-11-23T03:02:48.3095915Z OK (skipped=67) 2022-11-23T03:02:48.3096055Z 2022-11-23T03:02:48.3096163Z Generating XML reports... 2022-11-23T03:02:48.3096739Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221123024322.xml 2022-11-23T03:02:48.3097575Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221123024322.xml 2022-11-23T03:02:48.3098538Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221123024322.xml 2022-11-23T03:02:48.3099553Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221123024322.xml 2022-11-23T03:02:48.3100489Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_backend_config.TestBackendConfig-20221123024322.xml 2022-11-23T03:02:48.3101274Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221123024322.xml 2022-11-23T03:02:48.3102043Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestComparatorOps-20221123024322.xml 2022-11-23T03:02:48.3102818Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221123024322.xml 2022-11-23T03:02:48.3103604Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestDistributed-20221123024322.xml 2022-11-23T03:02:48.3104391Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221123024322.xml 2022-11-23T03:02:48.3104878Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221123024322.xml 2022-11-23T03:02:48.3105395Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221123024322.xml 2022-11-23T03:02:48.3105750Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221123024322.xml 2022-11-23T03:02:48.3106360Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221123024322.xml 2022-11-23T03:02:48.3106751Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221123024322.xml 2022-11-23T03:02:48.3107162Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221123024322.xml 2022-11-23T03:02:48.3107551Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows-20221123024322.xml 2022-11-23T03:02:48.3108007Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221123024322.xml 2022-11-23T03:02:48.3108396Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221123024322.xml 2022-11-23T03:02:48.3108745Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221123024322.xml 2022-11-23T03:02:48.3109076Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221123024322.xml 2022-11-23T03:02:48.3109453Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221123024322.xml 2022-11-23T03:02:48.3109854Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221123024322.xml 2022-11-23T03:02:48.3110215Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221123024322.xml 2022-11-23T03:02:48.3110635Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221123024322.xml 2022-11-23T03:02:48.3111003Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221123024322.xml 2022-11-23T03:02:48.3111374Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221123024322.xml 2022-11-23T03:02:48.3111960Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221123024322.xml 2022-11-23T03:02:48.3112353Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221123024322.xml 2022-11-23T03:02:48.3112982Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221123024322.xml 2022-11-23T03:02:48.3113372Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221123024322.xml 2022-11-23T03:02:48.3113754Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221123024322.xml 2022-11-23T03:02:48.3114252Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221123024322.xml 2022-11-23T03:02:48.3114637Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221123024322.xml 2022-11-23T03:02:48.3114994Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestObserver-20221123024322.xml 2022-11-23T03:02:48.3115342Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestPadding-20221123024322.xml 2022-11-23T03:02:48.3115703Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_docs.TestQuantizationDocs-20221123024322.xml 2022-11-23T03:02:48.3116081Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221123024322.xml 2022-11-23T03:02:48.3116471Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221123024322.xml 2022-11-23T03:02:48.3116852Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221123024322.xml 2022-11-23T03:02:48.3117317Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221123024322.xml 2022-11-23T03:02:48.3117740Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221123024322.xml 2022-11-23T03:02:48.3118115Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221123024322.xml 2022-11-23T03:02:48.3118685Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221123024322.xml 2022-11-23T03:02:48.3119041Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221123024322.xml 2022-11-23T03:02:48.3119653Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221123024322.xml 2022-11-23T03:02:48.3120013Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221123024322.xml 2022-11-23T03:02:48.3120361Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221123024322.xml 2022-11-23T03:02:48.3120724Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221123024322.xml 2022-11-23T03:02:48.3121091Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221123024322.xml 2022-11-23T03:02:48.3121441Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221123024322.xml 2022-11-23T03:02:48.3121825Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221123024322.xml 2022-11-23T03:02:48.3122243Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221123024322.xml 2022-11-23T03:02:48.3122610Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221123024322.xml 2022-11-23T03:02:48.3122965Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221123024322.xml 2022-11-23T03:02:48.3124258Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221123024322.xml 2022-11-23T03:02:48.3124666Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221123024322.xml 2022-11-23T03:02:48.3125230Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221123024322.xml 2022-11-23T03:02:48.3125751Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221123024322.xml 2022-11-23T03:02:48.3126281Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221123024322.xml 2022-11-23T03:02:48.3126674Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123024322.xml 2022-11-23T03:02:48.3127004Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_utils.TestUtils-20221123024322.xml 2022-11-23T03:02:48.3127490Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221123024322.xml 2022-11-23T03:02:48.3127861Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221123024322.xml 2022-11-23T03:02:48.3127872Z 2022-11-23T03:02:48.3128275Z ##[endgroup] 2022-11-23T03:02:48.3128605Z FINISHED PRINTING LOG FILE of test_quantization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_quantization_bav1s4v4) 2022-11-23T03:02:48.3128613Z 2022-11-23T03:02:52.7146854Z Running test_jit_fuser_te ... [2022-11-23 03:02:52.708541] 2022-11-23T03:02:52.7154152Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:02:52.708541] 2022-11-23T03:02:52.7156729Z Ignoring disabled issues: [] 2022-11-23T03:15:08.3229333Z 2022-11-23T03:15:08.3230002Z Expand the folded group to see the log file of test_jit_fuser_te 2022-11-23T03:15:08.3230933Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_h7w9zpr0) 2022-11-23T03:15:08.3426749Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T03:15:08.3427235Z 2022-11-23T03:15:08.3427400Z Running tests... 2022-11-23T03:15:08.3427959Z ---------------------------------------------------------------------- 2022-11-23T03:15:08.3432540Z Test results will be stored in test-reports\python-unittest\test_jit_fuser_te 2022-11-23T03:15:08.3433394Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (1.950s) 2022-11-23T03:15:08.3433946Z test_failures___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.3434675Z test_failures_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.3435691Z test_failures_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.3436745Z test_nnc_correctness_H_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3437458Z test_nnc_correctness_H_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3438549Z test_nnc_correctness_H_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3439898Z test_nnc_correctness_H_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3440734Z test_nnc_correctness_H_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3441733Z test_nnc_correctness_H_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3442479Z test_nnc_correctness_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3443480Z test_nnc_correctness_H_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3444443Z test_nnc_correctness_H_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3445400Z test_nnc_correctness_H_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.3446329Z test_nnc_correctness_H_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3447451Z test_nnc_correctness_H_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3448413Z test_nnc_correctness_H_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3449352Z test_nnc_correctness_T_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3450299Z test_nnc_correctness_T_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3451251Z test_nnc_correctness_T_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3452202Z test_nnc_correctness_T_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3453170Z test_nnc_correctness_T_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3454122Z test_nnc_correctness_T_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3455058Z test_nnc_correctness_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3456006Z test_nnc_correctness_T_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3457013Z test_nnc_correctness_T_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3458020Z test_nnc_correctness_T_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3458981Z test_nnc_correctness_T_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3459931Z test_nnc_correctness_T_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3460864Z test_nnc_correctness_T_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3461997Z test_nnc_correctness___getitem___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3463003Z test_nnc_correctness___getitem___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3465551Z test_nnc_correctness___getitem___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3466852Z test_nnc_correctness___getitem___cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3468072Z test_nnc_correctness___getitem___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3469117Z test_nnc_correctness___getitem___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3470136Z test_nnc_correctness___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.3471267Z test_nnc_correctness___getitem___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3472290Z test_nnc_correctness___getitem___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3473536Z test_nnc_correctness___getitem___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3474768Z test_nnc_correctness___getitem___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3475744Z test_nnc_correctness___getitem___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3476690Z test_nnc_correctness___getitem___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3477678Z test_nnc_correctness___radd___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3478664Z test_nnc_correctness___radd___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3479904Z test_nnc_correctness___radd___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3481280Z test_nnc_correctness___radd___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3482383Z test_nnc_correctness___radd___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3483410Z test_nnc_correctness___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3484414Z test_nnc_correctness___radd___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3485409Z test_nnc_correctness___radd___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3486546Z test_nnc_correctness___radd___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3488023Z test_nnc_correctness___radd___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3489051Z test_nnc_correctness___radd___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3490060Z test_nnc_correctness___radd___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3491038Z test_nnc_correctness___rand___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3492025Z test_nnc_correctness___rand___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3493006Z test_nnc_correctness___rand___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3494246Z test_nnc_correctness___rand___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3495418Z test_nnc_correctness___rand___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3496539Z test_nnc_correctness___rand___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3497570Z test_nnc_correctness___rdiv___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3498586Z test_nnc_correctness___rdiv___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3499722Z test_nnc_correctness___rdiv___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3500924Z test_nnc_correctness___rdiv___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3502172Z test_nnc_correctness___rdiv___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3503213Z test_nnc_correctness___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3504199Z test_nnc_correctness___rdiv___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3505183Z test_nnc_correctness___rdiv___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3506165Z test_nnc_correctness___rdiv___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3507086Z test_nnc_correctness___rdiv___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3508318Z test_nnc_correctness___rdiv___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3509433Z test_nnc_correctness___rdiv___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3510020Z test_nnc_correctness___rmatmul___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3510634Z test_nnc_correctness___rmatmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3511397Z test_nnc_correctness___rmatmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:15:08.3512006Z test_nnc_correctness___rmatmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3512604Z test_nnc_correctness___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3513337Z test_nnc_correctness___rmatmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3514561Z test_nnc_correctness___rmod___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3515840Z test_nnc_correctness___rmod___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3516987Z test_nnc_correctness___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3517854Z test_nnc_correctness___rmod___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3518451Z test_nnc_correctness___rmod___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3519035Z test_nnc_correctness___rmod___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3519614Z test_nnc_correctness___rmod___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3520198Z test_nnc_correctness___rmod___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3520773Z test_nnc_correctness___rmod___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3521937Z test_nnc_correctness___rmul___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3523209Z test_nnc_correctness___rmul___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3523827Z test_nnc_correctness___rmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3524428Z test_nnc_correctness___rmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.3525008Z test_nnc_correctness___rmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3525601Z test_nnc_correctness___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3526177Z test_nnc_correctness___rmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3526761Z test_nnc_correctness___rmul___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3527340Z test_nnc_correctness___rmul___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.3528364Z test_nnc_correctness___rmul___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3529574Z test_nnc_correctness___rmul___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3530451Z test_nnc_correctness___rmul___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3531033Z test_nnc_correctness___ror___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.3531614Z test_nnc_correctness___ror___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3532180Z test_nnc_correctness___ror___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3532761Z test_nnc_correctness___ror___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3534277Z test_nnc_correctness___ror___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3535256Z test_nnc_correctness___ror___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.3536543Z test_nnc_correctness___rpow___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3537375Z test_nnc_correctness___rpow___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3537986Z test_nnc_correctness___rpow___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3538580Z test_nnc_correctness___rpow___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3539173Z test_nnc_correctness___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3539759Z test_nnc_correctness___rpow___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3540332Z test_nnc_correctness___rpow___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3540913Z test_nnc_correctness___rpow___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3541540Z test_nnc_correctness___rpow___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.3542742Z test_nnc_correctness___rpow___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3543890Z test_nnc_correctness___rpow___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3544493Z test_nnc_correctness___rsub___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3545086Z test_nnc_correctness___rsub___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3545817Z test_nnc_correctness___rsub___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3546404Z test_nnc_correctness___rsub___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3546972Z test_nnc_correctness___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3547559Z test_nnc_correctness___rsub___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3548138Z test_nnc_correctness___rsub___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3549134Z test_nnc_correctness___rsub___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3550299Z test_nnc_correctness___rsub___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3551434Z test_nnc_correctness___rsub___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3552539Z test_nnc_correctness___rsub___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.3553549Z test_nnc_correctness___rxor___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3554468Z test_nnc_correctness___rxor___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3555059Z test_nnc_correctness___rxor___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3555630Z test_nnc_correctness___rxor___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3556511Z test_nnc_correctness___rxor___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3557680Z test_nnc_correctness___rxor___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3558681Z test_nnc_correctness__softmax_backward_data_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3559319Z test_nnc_correctness__softmax_backward_data_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3559956Z test_nnc_correctness__softmax_backward_data_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3560582Z test_nnc_correctness__softmax_backward_data_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3561194Z test_nnc_correctness_abs_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3561776Z test_nnc_correctness_abs_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3562356Z test_nnc_correctness_abs_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3563008Z test_nnc_correctness_abs_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3564496Z test_nnc_correctness_abs_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3565507Z test_nnc_correctness_abs_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3566100Z test_nnc_correctness_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3566680Z test_nnc_correctness_abs_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3567258Z test_nnc_correctness_abs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3567835Z test_nnc_correctness_abs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3568405Z test_nnc_correctness_abs_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3569072Z test_nnc_correctness_abs_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3569654Z test_nnc_correctness_abs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3570773Z test_nnc_correctness_acos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3572006Z test_nnc_correctness_acos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3572670Z test_nnc_correctness_acos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3573268Z test_nnc_correctness_acos_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3573865Z test_nnc_correctness_acos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.3574454Z test_nnc_correctness_acos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3575039Z test_nnc_correctness_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3575616Z test_nnc_correctness_acos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3576189Z test_nnc_correctness_acos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3576864Z test_nnc_correctness_acos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3578087Z test_nnc_correctness_acos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3579184Z test_nnc_correctness_acos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3579765Z test_nnc_correctness_acos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3580345Z test_nnc_correctness_acosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3581049Z test_nnc_correctness_acosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3581646Z test_nnc_correctness_acosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3582247Z test_nnc_correctness_acosh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3582838Z test_nnc_correctness_acosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3583420Z test_nnc_correctness_acosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3584609Z test_nnc_correctness_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3585867Z test_nnc_correctness_acosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3586561Z test_nnc_correctness_acosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3587162Z test_nnc_correctness_acosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3587742Z test_nnc_correctness_acosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3588317Z test_nnc_correctness_acosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3588897Z test_nnc_correctness_acosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3589480Z test_nnc_correctness_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3590047Z test_nnc_correctness_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.3590948Z test_nnc_correctness_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3592200Z test_nnc_correctness_add_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3593063Z test_nnc_correctness_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3593660Z test_nnc_correctness_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3594245Z test_nnc_correctness_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3594852Z test_nnc_correctness_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3595425Z test_nnc_correctness_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3595999Z test_nnc_correctness_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3596690Z test_nnc_correctness_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3597271Z test_nnc_correctness_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3598489Z test_nnc_correctness_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3599648Z test_nnc_correctness_addbmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3600255Z test_nnc_correctness_addbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3600860Z test_nnc_correctness_addbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3601457Z test_nnc_correctness_addbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3602049Z test_nnc_correctness_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3602725Z test_nnc_correctness_addbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3603343Z test_nnc_correctness_addcdiv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3603932Z test_nnc_correctness_addcdiv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3605056Z test_nnc_correctness_addcdiv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3606320Z test_nnc_correctness_addcdiv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3607028Z test_nnc_correctness_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3607623Z test_nnc_correctness_addcdiv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:15:08.3608215Z test_nnc_correctness_addcmul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3608824Z test_nnc_correctness_addcmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3609434Z test_nnc_correctness_addcmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.3610027Z test_nnc_correctness_addcmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3610620Z test_nnc_correctness_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3611475Z test_nnc_correctness_addcmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3612680Z test_nnc_correctness_addcmul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3613683Z test_nnc_correctness_addcmul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3614395Z test_nnc_correctness_addcmul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3614985Z test_nnc_correctness_addcmul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3615574Z test_nnc_correctness_addcmul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3616164Z test_nnc_correctness_addmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3616762Z test_nnc_correctness_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3617364Z test_nnc_correctness_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3618026Z test_nnc_correctness_addmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.3619506Z test_nnc_correctness_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3620550Z test_nnc_correctness_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3621169Z test_nnc_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3621807Z test_nnc_correctness_addmm_decomposed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3622450Z test_nnc_correctness_addmm_decomposed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3623081Z test_nnc_correctness_addmm_decomposed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3623698Z test_nnc_correctness_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3624308Z test_nnc_correctness_addmm_decomposed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3625002Z test_nnc_correctness_addmv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3626255Z test_nnc_correctness_addmv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3627378Z test_nnc_correctness_addmv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3627991Z test_nnc_correctness_addmv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3628583Z test_nnc_correctness_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3629166Z test_nnc_correctness_addmv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3629756Z test_nnc_correctness_addr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3630465Z test_nnc_correctness_addr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3631055Z test_nnc_correctness_addr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3631657Z test_nnc_correctness_addr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3632857Z test_nnc_correctness_addr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3634097Z test_nnc_correctness_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3634698Z test_nnc_correctness_addr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3635293Z test_nnc_correctness_addr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3635967Z test_nnc_correctness_addr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3636569Z test_nnc_correctness_addr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3637144Z test_nnc_correctness_addr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3637723Z test_nnc_correctness_addr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3638301Z test_nnc_correctness_all_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3639221Z test_nnc_correctness_all_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.3640460Z test_nnc_correctness_all_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3641311Z test_nnc_correctness_all_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3641901Z test_nnc_correctness_all_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3642487Z test_nnc_correctness_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3643070Z test_nnc_correctness_all_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3643644Z test_nnc_correctness_all_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3644220Z test_nnc_correctness_all_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3644789Z test_nnc_correctness_all_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3645360Z test_nnc_correctness_all_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3646473Z test_nnc_correctness_all_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3647705Z test_nnc_correctness_allclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.3648305Z test_nnc_correctness_allclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.3648806Z test_nnc_correctness_allclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3649293Z test_nnc_correctness_allclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3649770Z test_nnc_correctness_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3650240Z test_nnc_correctness_allclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3650768Z test_nnc_correctness_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.3651340Z test_nnc_correctness_amax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3651924Z test_nnc_correctness_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3652807Z test_nnc_correctness_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3654032Z test_nnc_correctness_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.3655019Z test_nnc_correctness_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3655604Z test_nnc_correctness_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3656180Z test_nnc_correctness_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3656755Z test_nnc_correctness_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3657326Z test_nnc_correctness_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3657905Z test_nnc_correctness_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3658468Z test_nnc_correctness_amin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3659050Z test_nnc_correctness_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3659964Z test_nnc_correctness_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3661085Z test_nnc_correctness_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3662055Z test_nnc_correctness_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3662630Z test_nnc_correctness_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3663204Z test_nnc_correctness_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3663949Z test_nnc_correctness_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3664563Z test_nnc_correctness_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3665134Z test_nnc_correctness_aminmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3665726Z test_nnc_correctness_aminmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3666354Z test_nnc_correctness_aminmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3667584Z test_nnc_correctness_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3668756Z test_nnc_correctness_aminmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.3669359Z test_nnc_correctness_aminmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3670038Z test_nnc_correctness_aminmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3670644Z test_nnc_correctness_aminmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3671233Z test_nnc_correctness_aminmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3671796Z test_nnc_correctness_aminmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3672388Z test_nnc_correctness_angle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3672983Z test_nnc_correctness_angle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3673973Z test_nnc_correctness_angle_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3675033Z test_nnc_correctness_angle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3675635Z test_nnc_correctness_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3676655Z test_nnc_correctness_angle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3677244Z test_nnc_correctness_angle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3677830Z test_nnc_correctness_angle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3678411Z test_nnc_correctness_angle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3678977Z test_nnc_correctness_angle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3679559Z test_nnc_correctness_angle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3680261Z test_nnc_correctness_any_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3680841Z test_nnc_correctness_any_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3681960Z test_nnc_correctness_any_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3683218Z test_nnc_correctness_any_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3683880Z test_nnc_correctness_any_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3684454Z test_nnc_correctness_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3685041Z test_nnc_correctness_any_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3685696Z test_nnc_correctness_any_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3686297Z test_nnc_correctness_any_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3686868Z test_nnc_correctness_any_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3687441Z test_nnc_correctness_any_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3688222Z test_nnc_correctness_any_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3689453Z test_nnc_correctness_arange_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3690472Z test_nnc_correctness_arange_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3691069Z test_nnc_correctness_arange_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3691659Z test_nnc_correctness_arange_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3692246Z test_nnc_correctness_arange_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3692819Z test_nnc_correctness_arange_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3693402Z test_nnc_correctness_arange_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3693993Z test_nnc_correctness_arange_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3694580Z test_nnc_correctness_arange_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3695608Z test_nnc_correctness_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.3696803Z test_nnc_correctness_argmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3697679Z test_nnc_correctness_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3698268Z test_nnc_correctness_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3698858Z test_nnc_correctness_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3699423Z test_nnc_correctness_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3700000Z test_nnc_correctness_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3700584Z test_nnc_correctness_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3701170Z test_nnc_correctness_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3702024Z test_nnc_correctness_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3703279Z test_nnc_correctness_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3704281Z test_nnc_correctness_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3704869Z test_nnc_correctness_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3705453Z test_nnc_correctness_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3706035Z test_nnc_correctness_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3706602Z test_nnc_correctness_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3707178Z test_nnc_correctness_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3707757Z test_nnc_correctness_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3708344Z test_nnc_correctness_argsort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3709371Z test_nnc_correctness_argsort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3710590Z test_nnc_correctness_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3711389Z test_nnc_correctness_argsort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3711979Z test_nnc_correctness_argsort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3712567Z test_nnc_correctness_argsort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3714247Z test_nnc_correctness_argsort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3714837Z test_nnc_correctness_argsort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3715428Z test_nnc_correctness_argsort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3716665Z test_nnc_correctness_argwhere_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3717921Z test_nnc_correctness_argwhere_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3718546Z test_nnc_correctness_argwhere_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3719166Z test_nnc_correctness_argwhere_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3719767Z test_nnc_correctness_argwhere_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3720519Z test_nnc_correctness_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3721143Z test_nnc_correctness_argwhere_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3721728Z test_nnc_correctness_argwhere_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3722320Z test_nnc_correctness_argwhere_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3723501Z test_nnc_correctness_argwhere_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3724729Z test_nnc_correctness_argwhere_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3725399Z test_nnc_correctness_argwhere_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3726005Z test_nnc_correctness_as_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3726608Z test_nnc_correctness_as_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3727219Z test_nnc_correctness_as_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3727828Z test_nnc_correctness_as_strided_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3728426Z test_nnc_correctness_as_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:15:08.3729040Z test_nnc_correctness_as_strided_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3730055Z test_nnc_correctness_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3731289Z test_nnc_correctness_as_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3732158Z test_nnc_correctness_as_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3732755Z test_nnc_correctness_as_strided_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3733345Z test_nnc_correctness_as_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3733938Z test_nnc_correctness_as_strided_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3734519Z test_nnc_correctness_as_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3735129Z test_nnc_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3735738Z test_nnc_correctness_as_strided_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3736778Z test_nnc_correctness_as_strided_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3738097Z test_nnc_correctness_as_strided_scatter_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3738965Z test_nnc_correctness_as_strided_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3739590Z test_nnc_correctness_as_strided_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3740216Z test_nnc_correctness_as_strided_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3740837Z test_nnc_correctness_as_strided_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3741448Z test_nnc_correctness_as_strided_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3742056Z test_nnc_correctness_as_strided_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3742660Z test_nnc_correctness_as_strided_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3743594Z test_nnc_correctness_as_strided_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3744781Z test_nnc_correctness_as_strided_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3745746Z test_nnc_correctness_asin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3746333Z test_nnc_correctness_asin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3746923Z test_nnc_correctness_asin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.3747632Z test_nnc_correctness_asin_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3748227Z test_nnc_correctness_asin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3748822Z test_nnc_correctness_asin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3749403Z test_nnc_correctness_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3750040Z test_nnc_correctness_asin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3751212Z test_nnc_correctness_asin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3752367Z test_nnc_correctness_asin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3752955Z test_nnc_correctness_asin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3753629Z test_nnc_correctness_asin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3754221Z test_nnc_correctness_asin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3754801Z test_nnc_correctness_asinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3755385Z test_nnc_correctness_asinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3755979Z test_nnc_correctness_asinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3756579Z test_nnc_correctness_asinh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3757559Z test_nnc_correctness_asinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3758716Z test_nnc_correctness_asinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3759582Z test_nnc_correctness_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3760173Z test_nnc_correctness_asinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3760755Z test_nnc_correctness_asinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3761340Z test_nnc_correctness_asinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3761915Z test_nnc_correctness_asinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3762489Z test_nnc_correctness_asinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3763063Z test_nnc_correctness_asinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3763774Z test_nnc_correctness_atan2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:15:08.3765023Z test_nnc_correctness_atan2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3766178Z test_nnc_correctness_atan2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3766774Z test_nnc_correctness_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3767355Z test_nnc_correctness_atan2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3767939Z test_nnc_correctness_atan2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3768517Z test_nnc_correctness_atan2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3769185Z test_nnc_correctness_atan2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3769778Z test_nnc_correctness_atan2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3770353Z test_nnc_correctness_atan2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3771230Z test_nnc_correctness_atan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3772369Z test_nnc_correctness_atan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3773326Z test_nnc_correctness_atan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3773930Z test_nnc_correctness_atan_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3774522Z test_nnc_correctness_atan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3775110Z test_nnc_correctness_atan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3775694Z test_nnc_correctness_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3776267Z test_nnc_correctness_atan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3776832Z test_nnc_correctness_atan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3777413Z test_nnc_correctness_atan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3778484Z test_nnc_correctness_atan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3779678Z test_nnc_correctness_atan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3780382Z test_nnc_correctness_atan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3781083Z test_nnc_correctness_atanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3781671Z test_nnc_correctness_atanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3782257Z test_nnc_correctness_atanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3783348Z test_nnc_correctness_atanh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3784496Z test_nnc_correctness_atanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3785798Z test_nnc_correctness_atanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3786929Z test_nnc_correctness_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3788208Z test_nnc_correctness_atanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3789383Z test_nnc_correctness_atanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3790483Z test_nnc_correctness_atanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3791589Z test_nnc_correctness_atanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3792747Z test_nnc_correctness_atanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3793876Z test_nnc_correctness_atanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3795014Z test_nnc_correctness_atleast_1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3796171Z test_nnc_correctness_atleast_1d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3797336Z test_nnc_correctness_atleast_1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3798502Z test_nnc_correctness_atleast_1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.3799713Z test_nnc_correctness_atleast_1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3801388Z test_nnc_correctness_atleast_1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3802633Z test_nnc_correctness_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3803665Z test_nnc_correctness_atleast_1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3804708Z test_nnc_correctness_atleast_1d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3806115Z test_nnc_correctness_atleast_1d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3810193Z test_nnc_correctness_atleast_1d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3811434Z test_nnc_correctness_atleast_1d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3812477Z test_nnc_correctness_atleast_1d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3813502Z test_nnc_correctness_atleast_2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3814555Z test_nnc_correctness_atleast_2d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3815679Z test_nnc_correctness_atleast_2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3818071Z test_nnc_correctness_atleast_2d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3819232Z test_nnc_correctness_atleast_2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3820306Z test_nnc_correctness_atleast_2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3821351Z test_nnc_correctness_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3822541Z test_nnc_correctness_atleast_2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3823693Z test_nnc_correctness_atleast_2d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3824725Z test_nnc_correctness_atleast_2d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3825748Z test_nnc_correctness_atleast_2d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3826777Z test_nnc_correctness_atleast_2d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3827792Z test_nnc_correctness_atleast_2d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3828833Z test_nnc_correctness_atleast_3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3830056Z test_nnc_correctness_atleast_3d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3831199Z test_nnc_correctness_atleast_3d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3832256Z test_nnc_correctness_atleast_3d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3833307Z test_nnc_correctness_atleast_3d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3834536Z test_nnc_correctness_atleast_3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3835554Z test_nnc_correctness_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3836753Z test_nnc_correctness_atleast_3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3837898Z test_nnc_correctness_atleast_3d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3838929Z test_nnc_correctness_atleast_3d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3839941Z test_nnc_correctness_atleast_3d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3840974Z test_nnc_correctness_atleast_3d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3842906Z test_nnc_correctness_atleast_3d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3844206Z test_nnc_correctness_baddbmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3845264Z test_nnc_correctness_baddbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3846329Z test_nnc_correctness_baddbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3847353Z test_nnc_correctness_baddbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3848380Z test_nnc_correctness_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3849479Z test_nnc_correctness_baddbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3850685Z test_nnc_correctness_bernoulli_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3851714Z test_nnc_correctness_bernoulli_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3852741Z test_nnc_correctness_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3853779Z test_nnc_correctness_bernoulli_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3854693Z test_nnc_correctness_bfloat16_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.3855580Z test_nnc_correctness_bfloat16_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.3856483Z test_nnc_correctness_bfloat16_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.3857417Z test_nnc_correctness_bfloat16_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:15:08.3858273Z test_nnc_correctness_bfloat16_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3859116Z test_nnc_correctness_bfloat16_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3860119Z test_nnc_correctness_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3860946Z test_nnc_correctness_bfloat16_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3861767Z test_nnc_correctness_bfloat16_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3862636Z test_nnc_correctness_bfloat16_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3863630Z test_nnc_correctness_bfloat16_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3864499Z test_nnc_correctness_bfloat16_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3865334Z test_nnc_correctness_bfloat16_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.3866272Z test_nnc_correctness_bincount_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3867329Z test_nnc_correctness_bincount_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3869263Z test_nnc_correctness_bincount_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3870557Z test_nnc_correctness_bincount_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3871574Z test_nnc_correctness_bincount_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3872617Z test_nnc_correctness_bitwise_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3873669Z test_nnc_correctness_bitwise_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3874717Z test_nnc_correctness_bitwise_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.3875838Z test_nnc_correctness_bitwise_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3877007Z test_nnc_correctness_bitwise_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3878048Z test_nnc_correctness_bitwise_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3879099Z test_nnc_correctness_bitwise_left_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3880167Z test_nnc_correctness_bitwise_left_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3881232Z test_nnc_correctness_bitwise_left_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3882372Z test_nnc_correctness_bitwise_left_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3883594Z test_nnc_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3884654Z test_nnc_correctness_bitwise_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3885878Z test_nnc_correctness_bitwise_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3886934Z test_nnc_correctness_bitwise_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3887980Z test_nnc_correctness_bitwise_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3889089Z test_nnc_correctness_bitwise_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3890319Z test_nnc_correctness_bitwise_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3891372Z test_nnc_correctness_bitwise_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3892415Z test_nnc_correctness_bitwise_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3894209Z test_nnc_correctness_bitwise_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3895394Z test_nnc_correctness_bitwise_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3896596Z test_nnc_correctness_bitwise_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3897630Z test_nnc_correctness_bitwise_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3898696Z test_nnc_correctness_bitwise_right_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3899798Z test_nnc_correctness_bitwise_right_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3900889Z test_nnc_correctness_bitwise_right_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3902037Z test_nnc_correctness_bitwise_right_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3903279Z test_nnc_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3904339Z test_nnc_correctness_bitwise_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3905362Z test_nnc_correctness_bitwise_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3906418Z test_nnc_correctness_bitwise_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3907447Z test_nnc_correctness_bitwise_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3908557Z test_nnc_correctness_bitwise_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3909762Z test_nnc_correctness_bitwise_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3910983Z test_nnc_correctness_block_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3912040Z test_nnc_correctness_block_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3913101Z test_nnc_correctness_block_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3914177Z test_nnc_correctness_block_diag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3915320Z test_nnc_correctness_block_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3916527Z test_nnc_correctness_block_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.3917581Z test_nnc_correctness_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3919400Z test_nnc_correctness_block_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3920507Z test_nnc_correctness_block_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3921624Z test_nnc_correctness_block_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3922848Z test_nnc_correctness_block_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3923906Z test_nnc_correctness_block_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3924934Z test_nnc_correctness_block_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3925955Z test_nnc_correctness_bmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3926963Z test_nnc_correctness_bmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3928091Z test_nnc_correctness_bmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3929278Z test_nnc_correctness_bmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3930296Z test_nnc_correctness_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3931290Z test_nnc_correctness_bmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3932303Z test_nnc_correctness_bool_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3933328Z test_nnc_correctness_bool_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3934420Z test_nnc_correctness_bool_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3935530Z test_nnc_correctness_bool_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3936842Z test_nnc_correctness_bool_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3937854Z test_nnc_correctness_bool_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3938861Z test_nnc_correctness_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3939866Z test_nnc_correctness_bool_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3940864Z test_nnc_correctness_bool_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3941861Z test_nnc_correctness_bool_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.3942854Z test_nnc_correctness_bool_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3944622Z test_nnc_correctness_bool_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3945704Z test_nnc_correctness_bool_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3946828Z test_nnc_correctness_broadcast_shapes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3948055Z test_nnc_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.3949172Z test_nnc_correctness_broadcast_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3950281Z test_nnc_correctness_broadcast_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3951396Z test_nnc_correctness_broadcast_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3952500Z test_nnc_correctness_broadcast_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.3953593Z test_nnc_correctness_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3954708Z test_nnc_correctness_broadcast_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3955797Z test_nnc_correctness_broadcast_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3956886Z test_nnc_correctness_broadcast_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3957970Z test_nnc_correctness_broadcast_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3959056Z test_nnc_correctness_broadcast_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.3960112Z test_nnc_correctness_broadcast_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3961359Z test_nnc_correctness_broadcast_to_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3962438Z test_nnc_correctness_broadcast_to_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3963580Z test_nnc_correctness_broadcast_to_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3964906Z test_nnc_correctness_broadcast_to_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3965988Z test_nnc_correctness_broadcast_to_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3967064Z test_nnc_correctness_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3968137Z test_nnc_correctness_broadcast_to_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3969959Z test_nnc_correctness_broadcast_to_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3971088Z test_nnc_correctness_broadcast_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3972112Z test_nnc_correctness_broadcast_to_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3973172Z test_nnc_correctness_broadcast_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3974218Z test_nnc_correctness_broadcast_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3975278Z test_nnc_correctness_bucketize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:15:08.3976341Z test_nnc_correctness_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3977391Z test_nnc_correctness_bucketize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3978427Z test_nnc_correctness_bucketize_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3979487Z test_nnc_correctness_bucketize_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3980527Z test_nnc_correctness_bucketize_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3981544Z test_nnc_correctness_bucketize_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3982579Z test_nnc_correctness_bucketize_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3983611Z test_nnc_correctness_byte_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3984621Z test_nnc_correctness_byte_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3985828Z test_nnc_correctness_byte_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3986867Z test_nnc_correctness_byte_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3987899Z test_nnc_correctness_byte_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3988928Z test_nnc_correctness_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3989940Z test_nnc_correctness_byte_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3990953Z test_nnc_correctness_byte_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3991938Z test_nnc_correctness_byte_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3993723Z test_nnc_correctness_byte_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3994899Z test_nnc_correctness_byte_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.3996072Z test_nnc_correctness_byte_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.3997134Z test_nnc_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.3998200Z test_nnc_correctness_cartesian_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.3999285Z test_nnc_correctness_cartesian_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4000383Z test_nnc_correctness_cartesian_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4001461Z test_nnc_correctness_cartesian_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4002506Z test_nnc_correctness_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4003543Z test_nnc_correctness_cartesian_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4004593Z test_nnc_correctness_cartesian_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4005650Z test_nnc_correctness_cartesian_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4006712Z test_nnc_correctness_cartesian_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4007751Z test_nnc_correctness_cartesian_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4008802Z test_nnc_correctness_cartesian_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4010002Z test_nnc_correctness_cat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4011015Z test_nnc_correctness_cat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4012034Z test_nnc_correctness_cat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4013047Z test_nnc_correctness_cat_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4014072Z test_nnc_correctness_cat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4015093Z test_nnc_correctness_cat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4016098Z test_nnc_correctness_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4017882Z test_nnc_correctness_cat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4018960Z test_nnc_correctness_cat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4019961Z test_nnc_correctness_cat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4020961Z test_nnc_correctness_cat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4021967Z test_nnc_correctness_cat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4022965Z test_nnc_correctness_cat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4023952Z test_nnc_correctness_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4024953Z test_nnc_correctness_cdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4025864Z test_nnc_correctness_cdouble_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:15:08.4026678Z test_nnc_correctness_cdouble_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4027492Z test_nnc_correctness_cdouble_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4028324Z test_nnc_correctness_cdouble_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4029160Z test_nnc_correctness_cdouble_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4029975Z test_nnc_correctness_cdouble_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4030800Z test_nnc_correctness_cdouble_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.012s) 2022-11-23T03:15:08.4031614Z test_nnc_correctness_cdouble_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4032433Z test_nnc_correctness_cdouble_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4033230Z test_nnc_correctness_cdouble_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4034263Z test_nnc_correctness_cdouble_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4035057Z test_nnc_correctness_cdouble_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4035844Z test_nnc_correctness_cdouble_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4036792Z test_nnc_correctness_ceil_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4037817Z test_nnc_correctness_ceil_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4038849Z test_nnc_correctness_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4039879Z test_nnc_correctness_ceil_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4040902Z test_nnc_correctness_ceil_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4041914Z test_nnc_correctness_ceil_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4043767Z test_nnc_correctness_ceil_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4044850Z test_nnc_correctness_ceil_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4045854Z test_nnc_correctness_ceil_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4046734Z test_nnc_correctness_cfloat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4047567Z test_nnc_correctness_cfloat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4048368Z test_nnc_correctness_cfloat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.4049209Z test_nnc_correctness_cfloat_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4050044Z test_nnc_correctness_cfloat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.4050859Z test_nnc_correctness_cfloat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4051825Z test_nnc_correctness_cfloat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4052696Z test_nnc_correctness_cfloat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4053605Z test_nnc_correctness_cfloat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.007s) 2022-11-23T03:15:08.4054410Z test_nnc_correctness_cfloat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4055196Z test_nnc_correctness_cfloat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4055997Z test_nnc_correctness_cfloat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4056786Z test_nnc_correctness_cfloat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4057710Z test_nnc_correctness_chalf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4058710Z test_nnc_correctness_chalf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4059733Z test_nnc_correctness_chalf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4060962Z test_nnc_correctness_chalf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4062006Z test_nnc_correctness_chalf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4063020Z test_nnc_correctness_chalf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4064036Z test_nnc_correctness_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4065111Z test_nnc_correctness_chalf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4066127Z test_nnc_correctness_chalf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4067131Z test_nnc_correctness_chalf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4068993Z test_nnc_correctness_chalf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4070070Z test_nnc_correctness_chalf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4071073Z test_nnc_correctness_chalf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4072093Z test_nnc_correctness_char_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4073116Z test_nnc_correctness_char_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4074130Z test_nnc_correctness_char_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4075163Z test_nnc_correctness_char_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4076188Z test_nnc_correctness_char_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4077196Z test_nnc_correctness_char_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4078216Z test_nnc_correctness_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4079213Z test_nnc_correctness_char_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4080218Z test_nnc_correctness_char_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4081218Z test_nnc_correctness_char_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4082227Z test_nnc_correctness_char_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4083229Z test_nnc_correctness_char_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.4085107Z test_nnc_correctness_char_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4086140Z test_nnc_correctness_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4087198Z test_nnc_correctness_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4088239Z test_nnc_correctness_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4089248Z test_nnc_correctness_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.4090324Z test_nnc_correctness_cholesky_inverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4091432Z test_nnc_correctness_cholesky_inverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4093327Z test_nnc_correctness_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4094481Z test_nnc_correctness_cholesky_inverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4095574Z test_nnc_correctness_cholesky_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:15:08.4096657Z test_nnc_correctness_cholesky_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4097751Z test_nnc_correctness_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4098814Z test_nnc_correctness_cholesky_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4099861Z test_nnc_correctness_chunk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4100936Z test_nnc_correctness_chunk_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4101979Z test_nnc_correctness_chunk_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4103023Z test_nnc_correctness_chunk_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4104071Z test_nnc_correctness_chunk_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4105113Z test_nnc_correctness_chunk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4106147Z test_nnc_correctness_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4107167Z test_nnc_correctness_chunk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4108194Z test_nnc_correctness_chunk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4109375Z test_nnc_correctness_chunk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4110374Z test_nnc_correctness_chunk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4111369Z test_nnc_correctness_chunk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4112371Z test_nnc_correctness_chunk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4113440Z test_nnc_correctness_clamp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4114468Z test_nnc_correctness_clamp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4115499Z test_nnc_correctness_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4116527Z test_nnc_correctness_clamp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4117663Z test_nnc_correctness_clamp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4118702Z test_nnc_correctness_clamp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4119714Z test_nnc_correctness_clamp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4120713Z test_nnc_correctness_clamp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4121745Z test_nnc_correctness_clamp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4122802Z test_nnc_correctness_clamp_max_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4123852Z test_nnc_correctness_clamp_max_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4124890Z test_nnc_correctness_clamp_max_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4125949Z test_nnc_correctness_clamp_max_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4127011Z test_nnc_correctness_clamp_max_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4128049Z test_nnc_correctness_clamp_max_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4129100Z test_nnc_correctness_clamp_max_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4130138Z test_nnc_correctness_clamp_max_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4131147Z test_nnc_correctness_clamp_max_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4132178Z test_nnc_correctness_clamp_max_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4133357Z test_nnc_correctness_clamp_min_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4134412Z test_nnc_correctness_clamp_min_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4135478Z test_nnc_correctness_clamp_min_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4136533Z test_nnc_correctness_clamp_min_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4137573Z test_nnc_correctness_clamp_min_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4138612Z test_nnc_correctness_clamp_min_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4139656Z test_nnc_correctness_clamp_min_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4140781Z test_nnc_correctness_clamp_min_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4141840Z test_nnc_correctness_clamp_min_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4142872Z test_nnc_correctness_clamp_min_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4143911Z test_nnc_correctness_clone_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4144945Z test_nnc_correctness_clone_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4145996Z test_nnc_correctness_clone_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4147056Z test_nnc_correctness_clone_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4148112Z test_nnc_correctness_clone_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4149157Z test_nnc_correctness_clone_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4150187Z test_nnc_correctness_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4151191Z test_nnc_correctness_clone_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4152227Z test_nnc_correctness_clone_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4153230Z test_nnc_correctness_clone_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4154482Z test_nnc_correctness_clone_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4155575Z test_nnc_correctness_clone_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4156603Z test_nnc_correctness_clone_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4157792Z test_nnc_correctness_column_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4158861Z test_nnc_correctness_column_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4159934Z test_nnc_correctness_column_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4161005Z test_nnc_correctness_column_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4162058Z test_nnc_correctness_column_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4163130Z test_nnc_correctness_column_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4164189Z test_nnc_correctness_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4165408Z test_nnc_correctness_column_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4166477Z test_nnc_correctness_column_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4167534Z test_nnc_correctness_column_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4168575Z test_nnc_correctness_column_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4169605Z test_nnc_correctness_column_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4170649Z test_nnc_correctness_column_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4171673Z test_nnc_correctness_combinations_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4172725Z test_nnc_correctness_combinations_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4173791Z test_nnc_correctness_combinations_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4174881Z test_nnc_correctness_combinations_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4175955Z test_nnc_correctness_combinations_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4177031Z test_nnc_correctness_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4178091Z test_nnc_correctness_combinations_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4179150Z test_nnc_correctness_combinations_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4180341Z test_nnc_correctness_combinations_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4181385Z test_nnc_correctness_combinations_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4182412Z test_nnc_correctness_combinations_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4183459Z test_nnc_correctness_combinations_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4184502Z test_nnc_correctness_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4185537Z test_nnc_correctness_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4186574Z test_nnc_correctness_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4187607Z test_nnc_correctness_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4188744Z test_nnc_correctness_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4189785Z test_nnc_correctness_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4190812Z test_nnc_correctness_conj_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4191849Z test_nnc_correctness_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4192853Z test_nnc_correctness_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4193854Z test_nnc_correctness_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4194860Z test_nnc_correctness_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4195851Z test_nnc_correctness_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4196850Z test_nnc_correctness_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4197855Z test_nnc_correctness_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4198856Z test_nnc_correctness_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4199857Z test_nnc_correctness_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4200905Z test_nnc_correctness_conj_physical_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4201949Z test_nnc_correctness_conj_physical_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4203023Z test_nnc_correctness_conj_physical_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4204262Z test_nnc_correctness_conj_physical_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4205354Z test_nnc_correctness_conj_physical_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4206434Z test_nnc_correctness_conj_physical_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4207503Z test_nnc_correctness_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4208575Z test_nnc_correctness_conj_physical_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4209656Z test_nnc_correctness_conj_physical_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4210721Z test_nnc_correctness_conj_physical_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4211896Z test_nnc_correctness_conj_physical_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4212947Z test_nnc_correctness_conj_physical_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4213990Z test_nnc_correctness_conj_physical_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4215048Z test_nnc_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4216127Z test_nnc_correctness_constant_pad_nd_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4217214Z test_nnc_correctness_constant_pad_nd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4218313Z test_nnc_correctness_constant_pad_nd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4219413Z test_nnc_correctness_constant_pad_nd_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4220492Z test_nnc_correctness_constant_pad_nd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4221568Z test_nnc_correctness_constant_pad_nd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4222639Z test_nnc_correctness_constant_pad_nd_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4223708Z test_nnc_correctness_constant_pad_nd_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4224753Z test_nnc_correctness_constant_pad_nd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4225820Z test_nnc_correctness_constant_pad_nd_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4226886Z test_nnc_correctness_constant_pad_nd_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4228104Z test_nnc_correctness_contiguous_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4229177Z test_nnc_correctness_contiguous_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4230244Z test_nnc_correctness_contiguous_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4231322Z test_nnc_correctness_contiguous_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4232392Z test_nnc_correctness_contiguous_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4233452Z test_nnc_correctness_contiguous_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4234505Z test_nnc_correctness_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4235633Z test_nnc_correctness_contiguous_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4236695Z test_nnc_correctness_contiguous_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4237756Z test_nnc_correctness_contiguous_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4238805Z test_nnc_correctness_contiguous_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4239862Z test_nnc_correctness_contiguous_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4240910Z test_nnc_correctness_contiguous_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4241965Z test_nnc_correctness_copysign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4243002Z test_nnc_correctness_copysign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4244048Z test_nnc_correctness_copysign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4245076Z test_nnc_correctness_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4246110Z test_nnc_correctness_copysign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4247139Z test_nnc_correctness_copysign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4248174Z test_nnc_correctness_copysign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4249213Z test_nnc_correctness_copysign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4250254Z test_nnc_correctness_copysign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4251417Z test_nnc_correctness_copysign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4252524Z test_nnc_correctness_corrcoef_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4253569Z test_nnc_correctness_corrcoef_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4254620Z test_nnc_correctness_corrcoef_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4255731Z test_nnc_correctness_corrcoef_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4256867Z test_nnc_correctness_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4257984Z test_nnc_correctness_corrcoef_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4259159Z test_nnc_correctness_corrcoef_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4260209Z test_nnc_correctness_corrcoef_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4261234Z test_nnc_correctness_corrcoef_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4262264Z test_nnc_correctness_corrcoef_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4263306Z test_nnc_correctness_corrcoef_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4264325Z test_nnc_correctness_cos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4265382Z test_nnc_correctness_cos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4266400Z test_nnc_correctness_cos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4267431Z test_nnc_correctness_cos_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4268449Z test_nnc_correctness_cos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4269482Z test_nnc_correctness_cos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4270498Z test_nnc_correctness_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4271504Z test_nnc_correctness_cos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4272499Z test_nnc_correctness_cos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4273497Z test_nnc_correctness_cos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4274619Z test_nnc_correctness_cos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4275576Z test_nnc_correctness_cos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4276573Z test_nnc_correctness_cos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4277576Z test_nnc_correctness_cosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4278577Z test_nnc_correctness_cosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4279595Z test_nnc_correctness_cosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4280639Z test_nnc_correctness_cosh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4281681Z test_nnc_correctness_cosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4282812Z test_nnc_correctness_cosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4283853Z test_nnc_correctness_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4284841Z test_nnc_correctness_cosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4285855Z test_nnc_correctness_cosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4286888Z test_nnc_correctness_cosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4287910Z test_nnc_correctness_cosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4288925Z test_nnc_correctness_cosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4289942Z test_nnc_correctness_cosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4290995Z test_nnc_correctness_count_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4292069Z test_nnc_correctness_count_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4293144Z test_nnc_correctness_count_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4294237Z test_nnc_correctness_count_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4295296Z test_nnc_correctness_count_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4296359Z test_nnc_correctness_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4297412Z test_nnc_correctness_count_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4298609Z test_nnc_correctness_count_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4299676Z test_nnc_correctness_count_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4300743Z test_nnc_correctness_count_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4301796Z test_nnc_correctness_count_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4302855Z test_nnc_correctness_count_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4303892Z test_nnc_correctness_cov_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4304920Z test_nnc_correctness_cov_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4306043Z test_nnc_correctness_cov_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4307101Z test_nnc_correctness_cov_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4308122Z test_nnc_correctness_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4309141Z test_nnc_correctness_cov_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4310151Z test_nnc_correctness_cov_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4311159Z test_nnc_correctness_cov_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4312176Z test_nnc_correctness_cov_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4313184Z test_nnc_correctness_cov_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4314185Z test_nnc_correctness_cov_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4315194Z test_nnc_correctness_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4316251Z test_nnc_correctness_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4317294Z test_nnc_correctness_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4318324Z test_nnc_correctness_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4319340Z test_nnc_correctness_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4320366Z test_nnc_correctness_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4321535Z test_nnc_correctness_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4322553Z test_nnc_correctness_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4323579Z test_nnc_correctness_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4324566Z test_nnc_correctness_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4325568Z test_nnc_correctness_cummax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4326596Z test_nnc_correctness_cummax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4327612Z test_nnc_correctness_cummax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4328626Z test_nnc_correctness_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4329750Z test_nnc_correctness_cummax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4330796Z test_nnc_correctness_cummax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4331807Z test_nnc_correctness_cummax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4332806Z test_nnc_correctness_cummax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4333823Z test_nnc_correctness_cummax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4334818Z test_nnc_correctness_cummax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4335846Z test_nnc_correctness_cummin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4336851Z test_nnc_correctness_cummin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4337856Z test_nnc_correctness_cummin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4338889Z test_nnc_correctness_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4339905Z test_nnc_correctness_cummin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4340928Z test_nnc_correctness_cummin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4341934Z test_nnc_correctness_cummin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4342947Z test_nnc_correctness_cummin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4343928Z test_nnc_correctness_cummin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4345068Z test_nnc_correctness_cummin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4346099Z test_nnc_correctness_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4347158Z test_nnc_correctness_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4348210Z test_nnc_correctness_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4349239Z test_nnc_correctness_cumprod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4350271Z test_nnc_correctness_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4351306Z test_nnc_correctness_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4352443Z test_nnc_correctness_cumprod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4353478Z test_nnc_correctness_cumprod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4354478Z test_nnc_correctness_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4355505Z test_nnc_correctness_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4356536Z test_nnc_correctness_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4357666Z test_nnc_correctness_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4358799Z test_nnc_correctness_cumsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4359943Z test_nnc_correctness_cumsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4360975Z test_nnc_correctness_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4361998Z test_nnc_correctness_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4363023Z test_nnc_correctness_cumsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4364039Z test_nnc_correctness_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4365107Z test_nnc_correctness_cumsum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4366116Z test_nnc_correctness_cumsum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4367129Z test_nnc_correctness_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4368158Z test_nnc_correctness_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4369395Z test_nnc_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4370529Z test_nnc_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4371665Z test_nnc_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4372817Z test_nnc_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4373945Z test_nnc_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4375064Z test_nnc_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4376257Z test_nnc_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4377396Z test_nnc_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4378486Z test_nnc_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4379587Z test_nnc_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4380698Z test_nnc_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4381774Z test_nnc_correctness_deg2rad_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4382802Z test_nnc_correctness_deg2rad_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4383856Z test_nnc_correctness_deg2rad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4384912Z test_nnc_correctness_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4385954Z test_nnc_correctness_deg2rad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4386969Z test_nnc_correctness_deg2rad_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4387990Z test_nnc_correctness_deg2rad_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4388997Z test_nnc_correctness_deg2rad_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4390004Z test_nnc_correctness_deg2rad_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4391010Z test_nnc_correctness_deg2rad_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4392165Z test_nnc_correctness_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4393171Z test_nnc_correctness_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4394190Z test_nnc_correctness_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4395213Z test_nnc_correctness_diag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4396217Z test_nnc_correctness_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4397234Z test_nnc_correctness_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4398231Z test_nnc_correctness_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4399220Z test_nnc_correctness_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4400327Z test_nnc_correctness_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4401407Z test_nnc_correctness_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4402402Z test_nnc_correctness_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4403386Z test_nnc_correctness_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4404379Z test_nnc_correctness_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4405375Z test_nnc_correctness_diag_embed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4405887Z test_nnc_correctness_diag_embed_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4406407Z test_nnc_correctness_diag_embed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4406918Z test_nnc_correctness_diag_embed_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4407434Z test_nnc_correctness_diag_embed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4407943Z test_nnc_correctness_diag_embed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4408458Z test_nnc_correctness_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4408972Z test_nnc_correctness_diag_embed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4409480Z test_nnc_correctness_diag_embed_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4409981Z test_nnc_correctness_diag_embed_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4410638Z test_nnc_correctness_diag_embed_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4411149Z test_nnc_correctness_diag_embed_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4411657Z test_nnc_correctness_diag_embed_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4412171Z test_nnc_correctness_diagflat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4412680Z test_nnc_correctness_diagflat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4413206Z test_nnc_correctness_diagflat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4413732Z test_nnc_correctness_diagflat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4414340Z test_nnc_correctness_diagflat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4414871Z test_nnc_correctness_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4415368Z test_nnc_correctness_diagflat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4415873Z test_nnc_correctness_diagflat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4416384Z test_nnc_correctness_diagflat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4416890Z test_nnc_correctness_diagflat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4417387Z test_nnc_correctness_diagflat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4417883Z test_nnc_correctness_diagflat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4418409Z test_nnc_correctness_diagonal_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4418928Z test_nnc_correctness_diagonal_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4419462Z test_nnc_correctness_diagonal_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4419998Z test_nnc_correctness_diagonal_copy_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4420520Z test_nnc_correctness_diagonal_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4421042Z test_nnc_correctness_diagonal_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4421556Z test_nnc_correctness_diagonal_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4422207Z test_nnc_correctness_diagonal_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4422724Z test_nnc_correctness_diagonal_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4423242Z test_nnc_correctness_diagonal_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4423755Z test_nnc_correctness_diagonal_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4424276Z test_nnc_correctness_diagonal_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4424789Z test_nnc_correctness_diagonal_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4425299Z test_nnc_correctness_diagonal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4425899Z test_nnc_correctness_diagonal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4426436Z test_nnc_correctness_diagonal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4426952Z test_nnc_correctness_diagonal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4427471Z test_nnc_correctness_diagonal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4427993Z test_nnc_correctness_diagonal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4428506Z test_nnc_correctness_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4429012Z test_nnc_correctness_diagonal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4429510Z test_nnc_correctness_diagonal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4430016Z test_nnc_correctness_diagonal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4430511Z test_nnc_correctness_diagonal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4431013Z test_nnc_correctness_diagonal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4431514Z test_nnc_correctness_diagonal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4432022Z test_nnc_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4432547Z test_nnc_correctness_diagonal_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4433074Z test_nnc_correctness_diagonal_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4435510Z test_nnc_correctness_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4436042Z test_nnc_correctness_diagonal_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4436569Z test_nnc_correctness_diagonal_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4437086Z test_nnc_correctness_diagonal_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4437597Z test_nnc_correctness_diagonal_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4438120Z test_nnc_correctness_diagonal_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4438630Z test_nnc_correctness_diagonal_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4439267Z test_nnc_correctness_diff_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4439794Z test_nnc_correctness_diff_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4440296Z test_nnc_correctness_diff_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4440797Z test_nnc_correctness_diff_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4441291Z test_nnc_correctness_diff_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4441792Z test_nnc_correctness_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4442286Z test_nnc_correctness_diff_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4442767Z test_nnc_correctness_diff_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4443253Z test_nnc_correctness_diff_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4443740Z test_nnc_correctness_diff_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4444237Z test_nnc_correctness_diff_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4444723Z test_nnc_correctness_diff_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4445226Z test_nnc_correctness_digamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4445730Z test_nnc_correctness_digamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4446233Z test_nnc_correctness_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4446855Z test_nnc_correctness_digamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4447352Z test_nnc_correctness_digamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4447854Z test_nnc_correctness_digamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4448346Z test_nnc_correctness_digamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4448840Z test_nnc_correctness_digamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4449342Z test_nnc_correctness_digamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4449845Z test_nnc_correctness_dist_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4450353Z test_nnc_correctness_dist_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4450966Z test_nnc_correctness_dist_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4451499Z test_nnc_correctness_dist_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4452007Z test_nnc_correctness_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4452500Z test_nnc_correctness_dist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4453047Z test_nnc_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4453587Z test_nnc_correctness_div_floor_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4454131Z test_nnc_correctness_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4454673Z test_nnc_correctness_div_floor_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4455209Z test_nnc_correctness_div_floor_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4455746Z test_nnc_correctness_div_floor_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4456270Z test_nnc_correctness_div_floor_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4456803Z test_nnc_correctness_div_floor_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4457324Z test_nnc_correctness_div_floor_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4457872Z test_nnc_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4458543Z test_nnc_correctness_div_no_rounding_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4459098Z test_nnc_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4459656Z test_nnc_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4460350Z test_nnc_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4460992Z test_nnc_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4461610Z test_nnc_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:15:08.4462138Z test_nnc_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4462779Z test_nnc_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.4463328Z test_nnc_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4463855Z test_nnc_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4464380Z test_nnc_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4464986Z test_nnc_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4465540Z test_nnc_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4466073Z test_nnc_correctness_div_trunc_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4466609Z test_nnc_correctness_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4467127Z test_nnc_correctness_div_trunc_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4467667Z test_nnc_correctness_div_trunc_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4468195Z test_nnc_correctness_div_trunc_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4468709Z test_nnc_correctness_div_trunc_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4469236Z test_nnc_correctness_div_trunc_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4469753Z test_nnc_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4470392Z test_nnc_correctness_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4470907Z test_nnc_correctness_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4471422Z test_nnc_correctness_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4471920Z test_nnc_correctness_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4472475Z test_nnc_correctness_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4472964Z test_nnc_correctness_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4473478Z test_nnc_correctness_double_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4473979Z test_nnc_correctness_double_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4474610Z test_nnc_correctness_double_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4475157Z test_nnc_correctness_double_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4475678Z test_nnc_correctness_double_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4476185Z test_nnc_correctness_double_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4476696Z test_nnc_correctness_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4477199Z test_nnc_correctness_double_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4477705Z test_nnc_correctness_double_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4478213Z test_nnc_correctness_double_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4478712Z test_nnc_correctness_double_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4479218Z test_nnc_correctness_double_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4479720Z test_nnc_correctness_double_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4480231Z test_nnc_correctness_dsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4480731Z test_nnc_correctness_dsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4481253Z test_nnc_correctness_dsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4481768Z test_nnc_correctness_dsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4482405Z test_nnc_correctness_dsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4482916Z test_nnc_correctness_dsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4483415Z test_nnc_correctness_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4483921Z test_nnc_correctness_dsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4484419Z test_nnc_correctness_dsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4484933Z test_nnc_correctness_dsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4485430Z test_nnc_correctness_dsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4486029Z test_nnc_correctness_dsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4486558Z test_nnc_correctness_dsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4487072Z test_nnc_correctness_dstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4487576Z test_nnc_correctness_dstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4488116Z test_nnc_correctness_dstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4488612Z test_nnc_correctness_dstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4489143Z test_nnc_correctness_dstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4489651Z test_nnc_correctness_dstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4490157Z test_nnc_correctness_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4490658Z test_nnc_correctness_dstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4491169Z test_nnc_correctness_dstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4491673Z test_nnc_correctness_dstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4492173Z test_nnc_correctness_dstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4492674Z test_nnc_correctness_dstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4493172Z test_nnc_correctness_dstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4538541Z test_nnc_correctness_einsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4539101Z test_nnc_correctness_einsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4539641Z test_nnc_correctness_einsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4540153Z test_nnc_correctness_einsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4540670Z test_nnc_correctness_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4541184Z test_nnc_correctness_einsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4541595Z test_nnc_correctness_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4541980Z test_nnc_correctness_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4542387Z test_nnc_correctness_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4544026Z test_nnc_correctness_empty_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4544493Z test_nnc_correctness_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4544886Z test_nnc_correctness_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4545277Z test_nnc_correctness_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4545655Z test_nnc_correctness_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4546052Z test_nnc_correctness_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4546436Z test_nnc_correctness_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4546823Z test_nnc_correctness_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4547203Z test_nnc_correctness_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4547581Z test_nnc_correctness_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4547990Z test_nnc_correctness_empty_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4548382Z test_nnc_correctness_empty_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4548796Z test_nnc_correctness_empty_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4549213Z test_nnc_correctness_empty_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4549616Z test_nnc_correctness_empty_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.4550028Z test_nnc_correctness_empty_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4550412Z test_nnc_correctness_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4550808Z test_nnc_correctness_empty_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4551210Z test_nnc_correctness_empty_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4551601Z test_nnc_correctness_empty_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4552145Z test_nnc_correctness_empty_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:15:08.4552541Z test_nnc_correctness_empty_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4552935Z test_nnc_correctness_empty_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.4553448Z test_nnc_correctness_eq_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4553941Z test_nnc_correctness_eq_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4554458Z test_nnc_correctness_eq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4554963Z test_nnc_correctness_eq_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4555468Z test_nnc_correctness_eq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4555968Z test_nnc_correctness_eq_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4556556Z test_nnc_correctness_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4557077Z test_nnc_correctness_eq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4557561Z test_nnc_correctness_eq_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4558052Z test_nnc_correctness_eq_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4558543Z test_nnc_correctness_eq_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4559033Z test_nnc_correctness_eq_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4559522Z test_nnc_correctness_eq_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4560033Z test_nnc_correctness_equal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4560534Z test_nnc_correctness_equal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4561056Z test_nnc_correctness_equal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4561574Z test_nnc_correctness_equal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4562223Z test_nnc_correctness_equal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4562804Z test_nnc_correctness_equal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4563409Z test_nnc_correctness_equal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4563908Z test_nnc_correctness_equal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4564622Z test_nnc_correctness_equal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4565123Z test_nnc_correctness_equal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4565626Z test_nnc_correctness_equal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4566114Z test_nnc_correctness_equal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4566615Z test_nnc_correctness_erf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4567104Z test_nnc_correctness_erf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4567611Z test_nnc_correctness_erf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4568207Z test_nnc_correctness_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4568774Z test_nnc_correctness_erf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4569274Z test_nnc_correctness_erf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4569952Z test_nnc_correctness_erf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4570425Z test_nnc_correctness_erf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4570926Z test_nnc_correctness_erf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4571420Z test_nnc_correctness_erf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4571922Z test_nnc_correctness_erfc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4572419Z test_nnc_correctness_erfc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4572915Z test_nnc_correctness_erfc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4573408Z test_nnc_correctness_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4573890Z test_nnc_correctness_erfc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4574380Z test_nnc_correctness_erfc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4574877Z test_nnc_correctness_erfc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4575443Z test_nnc_correctness_erfc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4576026Z test_nnc_correctness_erfc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4576753Z test_nnc_correctness_erfc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4577254Z test_nnc_correctness_erfinv_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4577758Z test_nnc_correctness_erfinv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4578258Z test_nnc_correctness_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4578751Z test_nnc_correctness_erfinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4579246Z test_nnc_correctness_erfinv_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4579729Z test_nnc_correctness_erfinv_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4580316Z test_nnc_correctness_erfinv_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4580840Z test_nnc_correctness_erfinv_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4581336Z test_nnc_correctness_erfinv_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4581929Z test_nnc_correctness_exp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4582426Z test_nnc_correctness_exp2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4583125Z test_nnc_correctness_exp2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4583616Z test_nnc_correctness_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4584089Z test_nnc_correctness_exp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4584580Z test_nnc_correctness_exp2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4585074Z test_nnc_correctness_exp2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4585561Z test_nnc_correctness_exp2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4586048Z test_nnc_correctness_exp2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4586539Z test_nnc_correctness_exp2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4587045Z test_nnc_correctness_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4587535Z test_nnc_correctness_exp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4588044Z test_nnc_correctness_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4588800Z test_nnc_correctness_exp_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4589478Z test_nnc_correctness_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4589982Z test_nnc_correctness_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4590468Z test_nnc_correctness_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4590942Z test_nnc_correctness_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4591430Z test_nnc_correctness_exp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4591903Z test_nnc_correctness_exp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4592499Z test_nnc_correctness_exp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4593019Z test_nnc_correctness_exp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4593509Z test_nnc_correctness_exp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4594024Z test_nnc_correctness_expand_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4594535Z test_nnc_correctness_expand_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4595139Z test_nnc_correctness_expand_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4595754Z test_nnc_correctness_expand_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4596368Z test_nnc_correctness_expand_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4596893Z test_nnc_correctness_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4597405Z test_nnc_correctness_expand_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4597917Z test_nnc_correctness_expand_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4598416Z test_nnc_correctness_expand_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4598924Z test_nnc_correctness_expand_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4599423Z test_nnc_correctness_expand_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4599922Z test_nnc_correctness_expand_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4600559Z test_nnc_correctness_expand_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4601056Z test_nnc_correctness_expand_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4601650Z test_nnc_correctness_expand_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4602244Z test_nnc_correctness_expand_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4602852Z test_nnc_correctness_expand_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4603349Z test_nnc_correctness_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4603859Z test_nnc_correctness_expand_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4604356Z test_nnc_correctness_expand_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4604963Z test_nnc_correctness_expand_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4605468Z test_nnc_correctness_expand_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4605959Z test_nnc_correctness_expand_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4606445Z test_nnc_correctness_expand_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4606952Z test_nnc_correctness_expm1_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4607448Z test_nnc_correctness_expm1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4608016Z test_nnc_correctness_expm1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4608510Z test_nnc_correctness_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4609198Z test_nnc_correctness_expm1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4609705Z test_nnc_correctness_expm1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4610203Z test_nnc_correctness_expm1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4610697Z test_nnc_correctness_expm1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4611198Z test_nnc_correctness_expm1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4611686Z test_nnc_correctness_expm1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4612184Z test_nnc_correctness_eye_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4612813Z test_nnc_correctness_eye_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4613327Z test_nnc_correctness_eye_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4613842Z test_nnc_correctness_eye_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4614343Z test_nnc_correctness_eye_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4614916Z test_nnc_correctness_eye_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4615506Z test_nnc_correctness_eye_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4616109Z test_nnc_correctness_eye_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4616704Z test_nnc_correctness_eye_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4617215Z test_nnc_correctness_eye_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4617707Z test_nnc_correctness_eye_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4618206Z test_nnc_correctness_eye_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4618714Z test_nnc_correctness_fft_fft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4619270Z test_nnc_correctness_fft_fft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4619794Z test_nnc_correctness_fft_fft2_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4620320Z test_nnc_correctness_fft_fft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4620830Z test_nnc_correctness_fft_fft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4621416Z test_nnc_correctness_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4622011Z test_nnc_correctness_fft_fft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4622617Z test_nnc_correctness_fft_fft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4623126Z test_nnc_correctness_fft_fft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4623615Z test_nnc_correctness_fft_fft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4624119Z test_nnc_correctness_fft_fft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4624626Z test_nnc_correctness_fft_fft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4625262Z test_nnc_correctness_fft_fft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4625787Z test_nnc_correctness_fft_fft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4626310Z test_nnc_correctness_fft_fft_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4626827Z test_nnc_correctness_fft_fft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4627340Z test_nnc_correctness_fft_fft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4627926Z test_nnc_correctness_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4628523Z test_nnc_correctness_fft_fft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4629252Z test_nnc_correctness_fft_fft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4629782Z test_nnc_correctness_fft_fft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4630276Z test_nnc_correctness_fft_fft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4630770Z test_nnc_correctness_fft_fft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4631278Z test_nnc_correctness_fft_fft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4631774Z test_nnc_correctness_fft_fftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4632301Z test_nnc_correctness_fft_fftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4632817Z test_nnc_correctness_fft_fftn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4633333Z test_nnc_correctness_fft_fftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4633842Z test_nnc_correctness_fft_fftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4634434Z test_nnc_correctness_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4634942Z test_nnc_correctness_fft_fftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4635611Z test_nnc_correctness_fft_fftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4636116Z test_nnc_correctness_fft_fftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4636611Z test_nnc_correctness_fft_fftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4637251Z test_nnc_correctness_fft_fftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4637752Z test_nnc_correctness_fft_fftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4638278Z test_nnc_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4638798Z test_nnc_correctness_fft_fftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4639337Z test_nnc_correctness_fft_fftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4639872Z test_nnc_correctness_fft_fftshift_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4640405Z test_nnc_correctness_fft_fftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4641130Z test_nnc_correctness_fft_fftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4641762Z test_nnc_correctness_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4642366Z test_nnc_correctness_fft_fftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4642888Z test_nnc_correctness_fft_fftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4643393Z test_nnc_correctness_fft_fftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4643904Z test_nnc_correctness_fft_fftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4644418Z test_nnc_correctness_fft_fftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4644932Z test_nnc_correctness_fft_fftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4645435Z test_nnc_correctness_fft_hfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4645955Z test_nnc_correctness_fft_hfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4646484Z test_nnc_correctness_fft_hfft2_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4647010Z test_nnc_correctness_fft_hfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4647614Z test_nnc_correctness_fft_hfft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4648217Z test_nnc_correctness_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4648855Z test_nnc_correctness_fft_hfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4649509Z test_nnc_correctness_fft_hfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4650012Z test_nnc_correctness_fft_hfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4650521Z test_nnc_correctness_fft_hfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4651022Z test_nnc_correctness_fft_hfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4651517Z test_nnc_correctness_fft_hfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4652018Z test_nnc_correctness_fft_hfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4652544Z test_nnc_correctness_fft_hfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4653156Z test_nnc_correctness_fft_hfft_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4653686Z test_nnc_correctness_fft_hfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4654260Z test_nnc_correctness_fft_hfft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4654819Z test_nnc_correctness_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4655435Z test_nnc_correctness_fft_hfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4655932Z test_nnc_correctness_fft_hfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4656434Z test_nnc_correctness_fft_hfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4656931Z test_nnc_correctness_fft_hfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4657421Z test_nnc_correctness_fft_hfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4657914Z test_nnc_correctness_fft_hfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4658414Z test_nnc_correctness_fft_hfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4658937Z test_nnc_correctness_fft_hfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4659459Z test_nnc_correctness_fft_hfftn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4659974Z test_nnc_correctness_fft_hfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4660557Z test_nnc_correctness_fft_hfftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4661213Z test_nnc_correctness_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4661881Z test_nnc_correctness_fft_hfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4662391Z test_nnc_correctness_fft_hfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4662881Z test_nnc_correctness_fft_hfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4663377Z test_nnc_correctness_fft_hfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4663867Z test_nnc_correctness_fft_hfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4664366Z test_nnc_correctness_fft_hfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4664920Z test_nnc_correctness_fft_ifft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4665545Z test_nnc_correctness_fft_ifft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4666084Z test_nnc_correctness_fft_ifft2_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4666592Z test_nnc_correctness_fft_ifft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4667174Z test_nnc_correctness_fft_ifft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4667691Z test_nnc_correctness_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4668361Z test_nnc_correctness_fft_ifft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4668867Z test_nnc_correctness_fft_ifft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4669355Z test_nnc_correctness_fft_ifft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4669837Z test_nnc_correctness_fft_ifft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4670340Z test_nnc_correctness_fft_ifft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4670833Z test_nnc_correctness_fft_ifft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4671338Z test_nnc_correctness_fft_ifft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4671852Z test_nnc_correctness_fft_ifft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4672368Z test_nnc_correctness_fft_ifft_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4672879Z test_nnc_correctness_fft_ifft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4674922Z test_nnc_correctness_fft_ifft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4675436Z test_nnc_correctness_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4675934Z test_nnc_correctness_fft_ifft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4676428Z test_nnc_correctness_fft_ifft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4676924Z test_nnc_correctness_fft_ifft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4677425Z test_nnc_correctness_fft_ifft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4677920Z test_nnc_correctness_fft_ifft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4678546Z test_nnc_correctness_fft_ifft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4679077Z test_nnc_correctness_fft_ifftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4679599Z test_nnc_correctness_fft_ifftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4680114Z test_nnc_correctness_fft_ifftn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4680716Z test_nnc_correctness_fft_ifftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4681298Z test_nnc_correctness_fft_ifftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4681894Z test_nnc_correctness_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4682402Z test_nnc_correctness_fft_ifftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4682897Z test_nnc_correctness_fft_ifftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4683386Z test_nnc_correctness_fft_ifftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4683886Z test_nnc_correctness_fft_ifftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4684382Z test_nnc_correctness_fft_ifftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4684873Z test_nnc_correctness_fft_ifftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4685392Z test_nnc_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4685904Z test_nnc_correctness_fft_ifftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4686565Z test_nnc_correctness_fft_ifftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4687156Z test_nnc_correctness_fft_ifftshift_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4687775Z test_nnc_correctness_fft_ifftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4688384Z test_nnc_correctness_fft_ifftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4688910Z test_nnc_correctness_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4689435Z test_nnc_correctness_fft_ifftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4689942Z test_nnc_correctness_fft_ifftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4690567Z test_nnc_correctness_fft_ifftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4691096Z test_nnc_correctness_fft_ifftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4691604Z test_nnc_correctness_fft_ifftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4692116Z test_nnc_correctness_fft_ifftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4692626Z test_nnc_correctness_fft_ihfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4693132Z test_nnc_correctness_fft_ihfft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4693722Z test_nnc_correctness_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4694292Z test_nnc_correctness_fft_ihfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4694894Z test_nnc_correctness_fft_ihfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4695413Z test_nnc_correctness_fft_ihfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4695918Z test_nnc_correctness_fft_ihfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4696428Z test_nnc_correctness_fft_ihfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4696934Z test_nnc_correctness_fft_ihfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4697441Z test_nnc_correctness_fft_ihfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4697940Z test_nnc_correctness_fft_ihfft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4698590Z test_nnc_correctness_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4699109Z test_nnc_correctness_fft_ihfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4699620Z test_nnc_correctness_fft_ihfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4700207Z test_nnc_correctness_fft_ihfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4700853Z test_nnc_correctness_fft_ihfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4701458Z test_nnc_correctness_fft_ihfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4701977Z test_nnc_correctness_fft_ihfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4702597Z test_nnc_correctness_fft_ihfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4703144Z test_nnc_correctness_fft_ihfftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4703661Z test_nnc_correctness_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4704171Z test_nnc_correctness_fft_ihfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4704683Z test_nnc_correctness_fft_ihfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4705188Z test_nnc_correctness_fft_ihfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4705699Z test_nnc_correctness_fft_ihfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4706202Z test_nnc_correctness_fft_ihfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4706800Z test_nnc_correctness_fft_ihfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4707399Z test_nnc_correctness_fft_irfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4708034Z test_nnc_correctness_fft_irfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4708568Z test_nnc_correctness_fft_irfft2_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4709089Z test_nnc_correctness_fft_irfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4709601Z test_nnc_correctness_fft_irfft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4710114Z test_nnc_correctness_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4710756Z test_nnc_correctness_fft_irfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4711262Z test_nnc_correctness_fft_irfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4711774Z test_nnc_correctness_fft_irfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4712282Z test_nnc_correctness_fft_irfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4712792Z test_nnc_correctness_fft_irfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4713376Z test_nnc_correctness_fft_irfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4713968Z test_nnc_correctness_fft_irfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4714706Z test_nnc_correctness_fft_irfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4715249Z test_nnc_correctness_fft_irfft_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4715761Z test_nnc_correctness_fft_irfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4716271Z test_nnc_correctness_fft_irfft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4716784Z test_nnc_correctness_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4717282Z test_nnc_correctness_fft_irfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4717785Z test_nnc_correctness_fft_irfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4718280Z test_nnc_correctness_fft_irfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4718775Z test_nnc_correctness_fft_irfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4719272Z test_nnc_correctness_fft_irfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4719840Z test_nnc_correctness_fft_irfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4720349Z test_nnc_correctness_fft_irfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4720956Z test_nnc_correctness_fft_irfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4721572Z test_nnc_correctness_fft_irfftn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4722098Z test_nnc_correctness_fft_irfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4722739Z test_nnc_correctness_fft_irfftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4723243Z test_nnc_correctness_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4723748Z test_nnc_correctness_fft_irfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4724256Z test_nnc_correctness_fft_irfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4724752Z test_nnc_correctness_fft_irfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4725250Z test_nnc_correctness_fft_irfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4725741Z test_nnc_correctness_fft_irfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4726349Z test_nnc_correctness_fft_irfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4726948Z test_nnc_correctness_fft_rfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4727465Z test_nnc_correctness_fft_rfft2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4728140Z test_nnc_correctness_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4728654Z test_nnc_correctness_fft_rfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4729151Z test_nnc_correctness_fft_rfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4729648Z test_nnc_correctness_fft_rfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4730142Z test_nnc_correctness_fft_rfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4730637Z test_nnc_correctness_fft_rfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4731134Z test_nnc_correctness_fft_rfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4731635Z test_nnc_correctness_fft_rfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4732147Z test_nnc_correctness_fft_rfft_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4732651Z test_nnc_correctness_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4733149Z test_nnc_correctness_fft_rfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4733722Z test_nnc_correctness_fft_rfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4734460Z test_nnc_correctness_fft_rfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4735064Z test_nnc_correctness_fft_rfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4735566Z test_nnc_correctness_fft_rfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4736065Z test_nnc_correctness_fft_rfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4736551Z test_nnc_correctness_fft_rfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4737047Z test_nnc_correctness_fft_rfftn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4737551Z test_nnc_correctness_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4738047Z test_nnc_correctness_fft_rfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4740448Z test_nnc_correctness_fft_rfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4741217Z test_nnc_correctness_fft_rfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4741735Z test_nnc_correctness_fft_rfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4742224Z test_nnc_correctness_fft_rfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4742735Z test_nnc_correctness_fft_rfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4743123Z test_nnc_correctness_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.003s) 2022-11-23T03:15:08.4743502Z test_nnc_correctness_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.000s) 2022-11-23T03:15:08.4743893Z test_nnc_correctness_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.000s) 2022-11-23T03:15:08.4744288Z test_nnc_correctness_fill_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.006s) 2022-11-23T03:15:08.4744674Z test_nnc_correctness_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T03:15:08.4745056Z test_nnc_correctness_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T03:15:08.4745441Z test_nnc_correctness_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-11-23T03:15:08.4745823Z test_nnc_correctness_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:15:08.4746181Z test_nnc_correctness_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:15:08.4746624Z test_nnc_correctness_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:15:08.4746990Z test_nnc_correctness_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:15:08.4747355Z test_nnc_correctness_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:15:08.4747894Z test_nnc_correctness_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-11-23T03:15:08.4748419Z test_nnc_correctness_flatten_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4749095Z test_nnc_correctness_flatten_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4749620Z test_nnc_correctness_flatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4750133Z test_nnc_correctness_flatten_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4750647Z test_nnc_correctness_flatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4751152Z test_nnc_correctness_flatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4751655Z test_nnc_correctness_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4752159Z test_nnc_correctness_flatten_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4752759Z test_nnc_correctness_flatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4753340Z test_nnc_correctness_flatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4753845Z test_nnc_correctness_flatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4754526Z test_nnc_correctness_flatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4755033Z test_nnc_correctness_flatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4755537Z test_nnc_correctness_flip_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4756029Z test_nnc_correctness_flip_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4756536Z test_nnc_correctness_flip_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4757043Z test_nnc_correctness_flip_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4757539Z test_nnc_correctness_flip_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4758031Z test_nnc_correctness_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4758515Z test_nnc_correctness_flip_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4759003Z test_nnc_correctness_flip_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4759480Z test_nnc_correctness_flip_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4760043Z test_nnc_correctness_flip_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4760753Z test_nnc_correctness_flip_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4761333Z test_nnc_correctness_flip_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4761840Z test_nnc_correctness_fliplr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4762333Z test_nnc_correctness_fliplr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4762847Z test_nnc_correctness_fliplr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4763362Z test_nnc_correctness_fliplr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4763872Z test_nnc_correctness_fliplr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4764496Z test_nnc_correctness_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4765091Z test_nnc_correctness_fliplr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4765588Z test_nnc_correctness_fliplr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4766065Z test_nnc_correctness_fliplr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4766617Z test_nnc_correctness_fliplr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4767184Z test_nnc_correctness_fliplr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4767767Z test_nnc_correctness_fliplr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4768283Z test_nnc_correctness_flipud_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4768773Z test_nnc_correctness_flipud_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4769280Z test_nnc_correctness_flipud_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4769797Z test_nnc_correctness_flipud_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4770296Z test_nnc_correctness_flipud_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4770808Z test_nnc_correctness_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4771305Z test_nnc_correctness_flipud_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4771792Z test_nnc_correctness_flipud_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4772278Z test_nnc_correctness_flipud_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4772996Z test_nnc_correctness_flipud_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4773508Z test_nnc_correctness_flipud_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4774189Z test_nnc_correctness_flipud_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4774698Z test_nnc_correctness_float_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4775183Z test_nnc_correctness_float_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4775704Z test_nnc_correctness_float_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4776210Z test_nnc_correctness_float_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4776830Z test_nnc_correctness_float_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4777361Z test_nnc_correctness_float_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4777865Z test_nnc_correctness_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4778364Z test_nnc_correctness_float_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4778862Z test_nnc_correctness_float_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4779401Z test_nnc_correctness_float_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4779906Z test_nnc_correctness_float_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4780570Z test_nnc_correctness_float_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4781089Z test_nnc_correctness_float_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4781614Z test_nnc_correctness_float_power_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4782135Z test_nnc_correctness_float_power_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4782673Z test_nnc_correctness_float_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4783205Z test_nnc_correctness_float_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4783730Z test_nnc_correctness_float_power_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4784262Z test_nnc_correctness_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4784926Z test_nnc_correctness_float_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4785442Z test_nnc_correctness_float_power_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4786045Z test_nnc_correctness_float_power_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4786568Z test_nnc_correctness_float_power_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4787221Z test_nnc_correctness_float_power_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4787742Z test_nnc_correctness_float_power_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4788259Z test_nnc_correctness_floor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4788872Z test_nnc_correctness_floor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4789390Z test_nnc_correctness_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4789893Z test_nnc_correctness_floor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4790394Z test_nnc_correctness_floor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4790903Z test_nnc_correctness_floor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4791393Z test_nnc_correctness_floor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4791896Z test_nnc_correctness_floor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4792389Z test_nnc_correctness_floor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4792981Z test_nnc_correctness_floor_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4793603Z test_nnc_correctness_floor_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4794237Z test_nnc_correctness_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4794766Z test_nnc_correctness_floor_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4795292Z test_nnc_correctness_floor_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4795811Z test_nnc_correctness_floor_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4796321Z test_nnc_correctness_floor_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4796835Z test_nnc_correctness_floor_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4797488Z test_nnc_correctness_floor_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4798001Z test_nnc_correctness_fmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4798503Z test_nnc_correctness_fmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4799067Z test_nnc_correctness_fmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4799573Z test_nnc_correctness_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4800174Z test_nnc_correctness_fmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4800760Z test_nnc_correctness_fmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4801366Z test_nnc_correctness_fmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4801880Z test_nnc_correctness_fmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4802373Z test_nnc_correctness_fmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4802867Z test_nnc_correctness_fmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4803377Z test_nnc_correctness_fmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4803878Z test_nnc_correctness_fmin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4804390Z test_nnc_correctness_fmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4804884Z test_nnc_correctness_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4805374Z test_nnc_correctness_fmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4805948Z test_nnc_correctness_fmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4806442Z test_nnc_correctness_fmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4807094Z test_nnc_correctness_fmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4807598Z test_nnc_correctness_fmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4808088Z test_nnc_correctness_fmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4808594Z test_nnc_correctness_fmod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4809218Z test_nnc_correctness_fmod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4809703Z test_nnc_correctness_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4810204Z test_nnc_correctness_fmod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4810697Z test_nnc_correctness_fmod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4811179Z test_nnc_correctness_fmod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4811658Z test_nnc_correctness_fmod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4812218Z test_nnc_correctness_fmod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4812726Z test_nnc_correctness_fmod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4813512Z test_nnc_correctness_frac_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4814053Z test_nnc_correctness_frac_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4814546Z test_nnc_correctness_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4815036Z test_nnc_correctness_frac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:15:08.4815536Z test_nnc_correctness_frexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4816045Z test_nnc_correctness_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4816540Z test_nnc_correctness_frexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4817043Z test_nnc_correctness_full_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4817520Z test_nnc_correctness_full_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4818037Z test_nnc_correctness_full_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4818549Z test_nnc_correctness_full_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4819144Z test_nnc_correctness_full_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4819722Z test_nnc_correctness_full_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4820280Z test_nnc_correctness_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4820762Z test_nnc_correctness_full_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4821391Z test_nnc_correctness_full_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4821887Z test_nnc_correctness_full_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4822372Z test_nnc_correctness_full_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4822861Z test_nnc_correctness_full_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4823344Z test_nnc_correctness_full_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4823859Z test_nnc_correctness_full_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4824367Z test_nnc_correctness_full_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4824984Z test_nnc_correctness_full_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4825608Z test_nnc_correctness_full_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4826210Z test_nnc_correctness_full_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4826821Z test_nnc_correctness_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4827349Z test_nnc_correctness_full_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4827851Z test_nnc_correctness_full_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4828355Z test_nnc_correctness_full_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4828846Z test_nnc_correctness_full_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4829341Z test_nnc_correctness_full_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4829834Z test_nnc_correctness_full_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4830334Z test_nnc_correctness_gather_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4830829Z test_nnc_correctness_gather_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4831351Z test_nnc_correctness_gather_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4831929Z test_nnc_correctness_gather_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4832447Z test_nnc_correctness_gather_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4833096Z test_nnc_correctness_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4833738Z test_nnc_correctness_gather_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4834246Z test_nnc_correctness_gather_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4834740Z test_nnc_correctness_gather_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4835227Z test_nnc_correctness_gather_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4835716Z test_nnc_correctness_gather_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4836216Z test_nnc_correctness_gather_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4836701Z test_nnc_correctness_gcd_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4837282Z test_nnc_correctness_gcd_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4837804Z test_nnc_correctness_gcd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4838286Z test_nnc_correctness_gcd_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4838863Z test_nnc_correctness_gcd_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4839465Z test_nnc_correctness_ge_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4840051Z test_nnc_correctness_ge_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4840549Z test_nnc_correctness_ge_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4841029Z test_nnc_correctness_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4841503Z test_nnc_correctness_ge_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4841965Z test_nnc_correctness_ge_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4842458Z test_nnc_correctness_ge_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4842946Z test_nnc_correctness_ge_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4843428Z test_nnc_correctness_ge_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4843906Z test_nnc_correctness_ge_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4844425Z test_nnc_correctness_geqrf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4845003Z test_nnc_correctness_geqrf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4845666Z test_nnc_correctness_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4846258Z test_nnc_correctness_geqrf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4846737Z test_nnc_correctness_gradient_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4847158Z test_nnc_correctness_gradient_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4847567Z test_nnc_correctness_gradient_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4847965Z test_nnc_correctness_gradient_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4848364Z test_nnc_correctness_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4848748Z test_nnc_correctness_gradient_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4849138Z test_nnc_correctness_gradient_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4849626Z test_nnc_correctness_gradient_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.4850045Z test_nnc_correctness_gradient_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.4850435Z test_nnc_correctness_gradient_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.4850959Z test_nnc_correctness_grid_sampler_2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4851476Z test_nnc_correctness_grid_sampler_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4852078Z test_nnc_correctness_grid_sampler_2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4852590Z test_nnc_correctness_gt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4853256Z test_nnc_correctness_gt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4853765Z test_nnc_correctness_gt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4854253Z test_nnc_correctness_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4854737Z test_nnc_correctness_gt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4855217Z test_nnc_correctness_gt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4855712Z test_nnc_correctness_gt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4856199Z test_nnc_correctness_gt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4856688Z test_nnc_correctness_gt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4857172Z test_nnc_correctness_gt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4857818Z test_nnc_correctness_half_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4858314Z test_nnc_correctness_half_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4858887Z test_nnc_correctness_half_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4859466Z test_nnc_correctness_half_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4860067Z test_nnc_correctness_half_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4860560Z test_nnc_correctness_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4861046Z test_nnc_correctness_half_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4861655Z test_nnc_correctness_half_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4862165Z test_nnc_correctness_half_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4862664Z test_nnc_correctness_half_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4863159Z test_nnc_correctness_half_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4863663Z test_nnc_correctness_half_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4864186Z test_nnc_correctness_heaviside_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4864766Z test_nnc_correctness_heaviside_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4865381Z test_nnc_correctness_heaviside_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4865911Z test_nnc_correctness_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4866512Z test_nnc_correctness_heaviside_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4867128Z test_nnc_correctness_heaviside_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4867654Z test_nnc_correctness_heaviside_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4868169Z test_nnc_correctness_heaviside_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4868685Z test_nnc_correctness_heaviside_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4869207Z test_nnc_correctness_heaviside_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4869714Z test_nnc_correctness_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4871501Z test_nnc_correctness_histc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4872096Z test_nnc_correctness_histc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4872598Z test_nnc_correctness_histc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4873162Z test_nnc_correctness_histc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4873749Z test_nnc_correctness_histc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4874273Z test_nnc_correctness_hsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4874767Z test_nnc_correctness_hsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4875466Z test_nnc_correctness_hsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4876011Z test_nnc_correctness_hsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4876530Z test_nnc_correctness_hsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4877044Z test_nnc_correctness_hsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4877551Z test_nnc_correctness_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4878065Z test_nnc_correctness_hsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4878575Z test_nnc_correctness_hsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4879151Z test_nnc_correctness_hsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4879726Z test_nnc_correctness_hsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4880326Z test_nnc_correctness_hsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4880829Z test_nnc_correctness_hsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4881342Z test_nnc_correctness_hstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4881848Z test_nnc_correctness_hstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4882359Z test_nnc_correctness_hstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4882870Z test_nnc_correctness_hstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4883536Z test_nnc_correctness_hstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4884048Z test_nnc_correctness_hstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4884549Z test_nnc_correctness_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4885044Z test_nnc_correctness_hstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4885615Z test_nnc_correctness_hstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4886217Z test_nnc_correctness_hstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4886798Z test_nnc_correctness_hstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4887416Z test_nnc_correctness_hstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4887939Z test_nnc_correctness_hstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4888444Z test_nnc_correctness_hypot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4888950Z test_nnc_correctness_hypot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4889454Z test_nnc_correctness_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4889952Z test_nnc_correctness_hypot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4890459Z test_nnc_correctness_i0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4890952Z test_nnc_correctness_i0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4891445Z test_nnc_correctness_i0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4892013Z test_nnc_correctness_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4892513Z test_nnc_correctness_i0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4893172Z test_nnc_correctness_i0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4893681Z test_nnc_correctness_i0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4894173Z test_nnc_correctness_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4894660Z test_nnc_correctness_i0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4895148Z test_nnc_correctness_i0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4895804Z test_nnc_correctness_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4896312Z test_nnc_correctness_igamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4896837Z test_nnc_correctness_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4897354Z test_nnc_correctness_igammac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4897858Z test_nnc_correctness_imag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4898445Z test_nnc_correctness_imag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4898969Z test_nnc_correctness_imag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4899754Z test_nnc_correctness_index_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4900288Z test_nnc_correctness_index_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4900804Z test_nnc_correctness_index_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4901323Z test_nnc_correctness_index_add_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4901843Z test_nnc_correctness_index_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4902345Z test_nnc_correctness_index_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4902861Z test_nnc_correctness_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4903371Z test_nnc_correctness_index_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4903875Z test_nnc_correctness_index_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4904368Z test_nnc_correctness_index_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4904875Z test_nnc_correctness_index_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4905470Z test_nnc_correctness_index_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4906040Z test_nnc_correctness_index_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4906653Z test_nnc_correctness_index_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4907162Z test_nnc_correctness_index_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4907828Z test_nnc_correctness_index_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4908352Z test_nnc_correctness_index_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4908869Z test_nnc_correctness_index_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4909380Z test_nnc_correctness_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4909865Z test_nnc_correctness_index_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4910367Z test_nnc_correctness_index_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4910866Z test_nnc_correctness_index_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4911544Z test_nnc_correctness_index_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4912090Z test_nnc_correctness_index_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4912746Z test_nnc_correctness_index_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4913287Z test_nnc_correctness_index_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4913796Z test_nnc_correctness_index_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4914322Z test_nnc_correctness_index_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4914852Z test_nnc_correctness_index_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4915368Z test_nnc_correctness_index_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4915874Z test_nnc_correctness_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4916386Z test_nnc_correctness_index_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4916898Z test_nnc_correctness_index_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4917402Z test_nnc_correctness_index_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4917916Z test_nnc_correctness_index_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4918501Z test_nnc_correctness_index_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4919088Z test_nnc_correctness_index_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4919832Z test_nnc_correctness_index_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4920333Z test_nnc_correctness_index_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4920852Z test_nnc_correctness_index_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4921368Z test_nnc_correctness_index_put_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4921886Z test_nnc_correctness_index_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4922392Z test_nnc_correctness_index_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4922907Z test_nnc_correctness_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4923408Z test_nnc_correctness_index_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4924022Z test_nnc_correctness_index_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4924550Z test_nnc_correctness_index_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4925121Z test_nnc_correctness_index_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.4925704Z test_nnc_correctness_index_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4926285Z test_nnc_correctness_index_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4926813Z test_nnc_correctness_index_reduce_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4927336Z test_nnc_correctness_index_reduce_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4927855Z test_nnc_correctness_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4928367Z test_nnc_correctness_index_reduce_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4928893Z test_nnc_correctness_index_reduce_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4929402Z test_nnc_correctness_index_reduce_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4929961Z test_nnc_correctness_index_reduce_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4930466Z test_nnc_correctness_index_reduce_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4930973Z test_nnc_correctness_index_reduce_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4931486Z test_nnc_correctness_index_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4932124Z test_nnc_correctness_index_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4932662Z test_nnc_correctness_index_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4933189Z test_nnc_correctness_index_select_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4933714Z test_nnc_correctness_index_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4934225Z test_nnc_correctness_index_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4934745Z test_nnc_correctness_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.4936414Z test_nnc_correctness_index_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4937101Z test_nnc_correctness_index_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4937707Z test_nnc_correctness_index_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4938225Z test_nnc_correctness_index_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4938741Z test_nnc_correctness_index_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4939225Z test_nnc_correctness_index_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4939729Z test_nnc_correctness_inner_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4940240Z test_nnc_correctness_inner_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4940758Z test_nnc_correctness_inner_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4941264Z test_nnc_correctness_inner_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4941775Z test_nnc_correctness_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4942285Z test_nnc_correctness_inner_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4942792Z test_nnc_correctness_int_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4943292Z test_nnc_correctness_int_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4943810Z test_nnc_correctness_int_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4944326Z test_nnc_correctness_int_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4944997Z test_nnc_correctness_int_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4945498Z test_nnc_correctness_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4945986Z test_nnc_correctness_int_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4946486Z test_nnc_correctness_int_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4946991Z test_nnc_correctness_int_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4947481Z test_nnc_correctness_int_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4947970Z test_nnc_correctness_int_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4949254Z test_nnc_correctness_int_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4949838Z test_nnc_correctness_isclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4950350Z test_nnc_correctness_isclose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4950874Z test_nnc_correctness_isclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4951400Z test_nnc_correctness_isclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4951914Z test_nnc_correctness_isclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4952432Z test_nnc_correctness_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4953028Z test_nnc_correctness_isclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4953536Z test_nnc_correctness_isclose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4954199Z test_nnc_correctness_isclose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4954710Z test_nnc_correctness_isclose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4955218Z test_nnc_correctness_isclose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4955722Z test_nnc_correctness_isclose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4956240Z test_nnc_correctness_isfinite_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4956747Z test_nnc_correctness_isfinite_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4957424Z test_nnc_correctness_isfinite_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4957950Z test_nnc_correctness_isfinite_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4958476Z test_nnc_correctness_isfinite_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4958983Z test_nnc_correctness_isfinite_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4959479Z test_nnc_correctness_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4959995Z test_nnc_correctness_isfinite_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4960506Z test_nnc_correctness_isfinite_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4961767Z test_nnc_correctness_isfinite_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4962338Z test_nnc_correctness_isfinite_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4962847Z test_nnc_correctness_isfinite_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4963351Z test_nnc_correctness_isfinite_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4963859Z test_nnc_correctness_isin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4964353Z test_nnc_correctness_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4964917Z test_nnc_correctness_isin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4965400Z test_nnc_correctness_isin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4965879Z test_nnc_correctness_isin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4966356Z test_nnc_correctness_isin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4966849Z test_nnc_correctness_isin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4967339Z test_nnc_correctness_isin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4967850Z test_nnc_correctness_isinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4968339Z test_nnc_correctness_isinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4968851Z test_nnc_correctness_isinf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4969362Z test_nnc_correctness_isinf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4970033Z test_nnc_correctness_isinf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4970535Z test_nnc_correctness_isinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4971040Z test_nnc_correctness_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4971539Z test_nnc_correctness_isinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4972034Z test_nnc_correctness_isinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4972531Z test_nnc_correctness_isinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.4973038Z test_nnc_correctness_isinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4974288Z test_nnc_correctness_isinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4974859Z test_nnc_correctness_isinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4975371Z test_nnc_correctness_isnan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4975862Z test_nnc_correctness_isnan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4976382Z test_nnc_correctness_isnan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4976888Z test_nnc_correctness_isnan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4977378Z test_nnc_correctness_isnan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4977877Z test_nnc_correctness_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4978358Z test_nnc_correctness_isnan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4978851Z test_nnc_correctness_isnan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4979345Z test_nnc_correctness_isnan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4979829Z test_nnc_correctness_isnan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4980328Z test_nnc_correctness_isnan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4980823Z test_nnc_correctness_isnan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4981337Z test_nnc_correctness_isneginf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4981844Z test_nnc_correctness_isneginf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4982496Z test_nnc_correctness_isneginf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4983014Z test_nnc_correctness_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4983515Z test_nnc_correctness_isneginf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.4984022Z test_nnc_correctness_isneginf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4984619Z test_nnc_correctness_isneginf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4985130Z test_nnc_correctness_isneginf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4985802Z test_nnc_correctness_isneginf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4987068Z test_nnc_correctness_isneginf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.4987645Z test_nnc_correctness_isposinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4988149Z test_nnc_correctness_isposinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.4988656Z test_nnc_correctness_isposinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4989161Z test_nnc_correctness_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4989676Z test_nnc_correctness_isposinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4990158Z test_nnc_correctness_isposinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.4990647Z test_nnc_correctness_isposinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.4991144Z test_nnc_correctness_isposinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4991652Z test_nnc_correctness_isposinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4992156Z test_nnc_correctness_isposinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4992668Z test_nnc_correctness_isreal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4993165Z test_nnc_correctness_isreal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4993678Z test_nnc_correctness_isreal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4994195Z test_nnc_correctness_isreal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.4994855Z test_nnc_correctness_isreal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4995362Z test_nnc_correctness_isreal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4995872Z test_nnc_correctness_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4996368Z test_nnc_correctness_isreal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4996861Z test_nnc_correctness_isreal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4997341Z test_nnc_correctness_isreal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4997816Z test_nnc_correctness_isreal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4999045Z test_nnc_correctness_isreal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.4999613Z test_nnc_correctness_isreal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5000126Z test_nnc_correctness_istft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5000638Z test_nnc_correctness_istft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5001264Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5001814Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5002382Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5002950Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5003504Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5004067Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5004618Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5005166Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5005702Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5006232Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5006921Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5007466Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5008039Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5008596Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5009170Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5009754Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5010317Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5011619Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5012257Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5012818Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5013386Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5013949Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5014509Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5015065Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5015604Z test_nnc_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5016144Z test_nnc_correctness_jiterator_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5016686Z test_nnc_correctness_jiterator_binary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5017236Z test_nnc_correctness_jiterator_binary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5017776Z test_nnc_correctness_jiterator_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5018318Z test_nnc_correctness_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5018857Z test_nnc_correctness_jiterator_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5019543Z test_nnc_correctness_jiterator_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5020082Z test_nnc_correctness_jiterator_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5020613Z test_nnc_correctness_jiterator_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5021144Z test_nnc_correctness_jiterator_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5021664Z test_nnc_correctness_jiterator_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5022245Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5023563Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5024210Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5024782Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5025350Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5025927Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5026489Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5027051Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5027611Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5028180Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5028746Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5029311Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5029854Z test_nnc_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5030367Z test_nnc_correctness_jiterator_unary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5030915Z test_nnc_correctness_jiterator_unary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5031611Z test_nnc_correctness_jiterator_unary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5032139Z test_nnc_correctness_jiterator_unary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5032680Z test_nnc_correctness_jiterator_unary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5033207Z test_nnc_correctness_jiterator_unary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5033723Z test_nnc_correctness_jiterator_unary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5034244Z test_nnc_correctness_jiterator_unary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5034765Z test_nnc_correctness_jiterator_unary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5036020Z test_nnc_correctness_jiterator_unary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5036610Z test_nnc_correctness_jiterator_unary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5037113Z test_nnc_correctness_kron_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5037603Z test_nnc_correctness_kron_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5038123Z test_nnc_correctness_kron_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5038632Z test_nnc_correctness_kron_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5039133Z test_nnc_correctness_kron_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5039620Z test_nnc_correctness_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5040095Z test_nnc_correctness_kron_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5040585Z test_nnc_correctness_kron_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5041070Z test_nnc_correctness_kron_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5041681Z test_nnc_correctness_kron_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5042237Z test_nnc_correctness_kron_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5042823Z test_nnc_correctness_kron_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5043331Z test_nnc_correctness_kthvalue_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5043839Z test_nnc_correctness_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5044488Z test_nnc_correctness_kthvalue_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5044996Z test_nnc_correctness_kthvalue_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5045497Z test_nnc_correctness_kthvalue_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5045992Z test_nnc_correctness_kthvalue_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5046496Z test_nnc_correctness_kthvalue_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5047002Z test_nnc_correctness_kthvalue_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5047489Z test_nnc_correctness_lcm_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5048868Z test_nnc_correctness_lcm_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5049513Z test_nnc_correctness_lcm_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5050003Z test_nnc_correctness_lcm_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5050497Z test_nnc_correctness_lcm_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5051009Z test_nnc_correctness_ldexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5051501Z test_nnc_correctness_ldexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5052014Z test_nnc_correctness_ldexp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5052518Z test_nnc_correctness_ldexp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5053015Z test_nnc_correctness_ldexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5053511Z test_nnc_correctness_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5054010Z test_nnc_correctness_ldexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5054590Z test_nnc_correctness_ldexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5055087Z test_nnc_correctness_ldexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5055641Z test_nnc_correctness_ldexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5056147Z test_nnc_correctness_ldexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5056893Z test_nnc_correctness_ldexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5057362Z test_nnc_correctness_le_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5057856Z test_nnc_correctness_le_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5058353Z test_nnc_correctness_le_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5058843Z test_nnc_correctness_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5059321Z test_nnc_correctness_le_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5059812Z test_nnc_correctness_le_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5060304Z test_nnc_correctness_le_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5061569Z test_nnc_correctness_le_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5062207Z test_nnc_correctness_le_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5062788Z test_nnc_correctness_le_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5063383Z test_nnc_correctness_lerp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5063898Z test_nnc_correctness_lerp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5064415Z test_nnc_correctness_lerp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5064965Z test_nnc_correctness_lerp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5065462Z test_nnc_correctness_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5065946Z test_nnc_correctness_lerp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5066445Z test_nnc_correctness_lgamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5066944Z test_nnc_correctness_lgamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5067449Z test_nnc_correctness_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5067956Z test_nnc_correctness_lgamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5068527Z test_nnc_correctness_lgamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5069017Z test_nnc_correctness_lgamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5070525Z test_nnc_correctness_lgamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5071029Z test_nnc_correctness_lgamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5071538Z test_nnc_correctness_lgamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5072086Z test_nnc_correctness_linalg_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5072620Z test_nnc_correctness_linalg_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5073141Z test_nnc_correctness_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5073674Z test_nnc_correctness_linalg_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5075090Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5075787Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5076428Z test_nnc_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5076964Z test_nnc_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5077507Z test_nnc_correctness_linalg_cond_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5078036Z test_nnc_correctness_linalg_cond_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5078557Z test_nnc_correctness_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5079072Z test_nnc_correctness_linalg_cond_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5079605Z test_nnc_correctness_linalg_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5080148Z test_nnc_correctness_linalg_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5080671Z test_nnc_correctness_linalg_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5081198Z test_nnc_correctness_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5081784Z test_nnc_correctness_linalg_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5082384Z test_nnc_correctness_linalg_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5082981Z test_nnc_correctness_linalg_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5083645Z test_nnc_correctness_linalg_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5084164Z test_nnc_correctness_linalg_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5084679Z test_nnc_correctness_linalg_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5085196Z test_nnc_correctness_linalg_det_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5085708Z test_nnc_correctness_linalg_det_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5086200Z test_nnc_correctness_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5086700Z test_nnc_correctness_linalg_det_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5087354Z test_nnc_correctness_linalg_det_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5088002Z test_nnc_correctness_linalg_det_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5088552Z test_nnc_correctness_linalg_det_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5089222Z test_nnc_correctness_linalg_det_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5089764Z test_nnc_correctness_linalg_eig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5090295Z test_nnc_correctness_linalg_eig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5090814Z test_nnc_correctness_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5091321Z test_nnc_correctness_linalg_eig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.5091847Z test_nnc_correctness_linalg_eigh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5092380Z test_nnc_correctness_linalg_eigh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5092908Z test_nnc_correctness_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5093444Z test_nnc_correctness_linalg_eigh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5093991Z test_nnc_correctness_linalg_eigvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5094589Z test_nnc_correctness_linalg_eigvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5095285Z test_nnc_correctness_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5096000Z test_nnc_correctness_linalg_eigvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5096557Z test_nnc_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5097100Z test_nnc_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5097638Z test_nnc_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5098177Z test_nnc_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5098767Z test_nnc_correctness_linalg_householder_product_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5099458Z test_nnc_correctness_linalg_householder_product_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5100058Z test_nnc_correctness_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5100626Z test_nnc_correctness_linalg_householder_product_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5101221Z test_nnc_correctness_linalg_inv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5101765Z test_nnc_correctness_linalg_inv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5102471Z test_nnc_correctness_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5103000Z test_nnc_correctness_linalg_inv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5103531Z test_nnc_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5104063Z test_nnc_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5104588Z test_nnc_correctness_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5105102Z test_nnc_correctness_linalg_inv_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5105654Z test_nnc_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5106203Z test_nnc_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5106743Z test_nnc_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5107271Z test_nnc_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5108025Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5108652Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5109314Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5109860Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5110405Z test_nnc_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5110943Z test_nnc_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5111584Z test_nnc_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5112136Z test_nnc_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5112665Z test_nnc_correctness_linalg_lstsq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5113193Z test_nnc_correctness_linalg_lstsq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5113716Z test_nnc_correctness_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5114246Z test_nnc_correctness_linalg_lstsq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5114898Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5115616Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5116184Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5116751Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5117275Z test_nnc_correctness_linalg_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5117810Z test_nnc_correctness_linalg_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5118324Z test_nnc_correctness_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5118845Z test_nnc_correctness_linalg_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5119393Z test_nnc_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5120070Z test_nnc_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5120606Z test_nnc_correctness_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5121203Z test_nnc_correctness_linalg_lu_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5121843Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5122463Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5123016Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5123554Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5124203Z test_nnc_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5124758Z test_nnc_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5125280Z test_nnc_correctness_linalg_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5125813Z test_nnc_correctness_linalg_lu_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5126350Z test_nnc_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5126900Z test_nnc_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5127521Z test_nnc_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5128078Z test_nnc_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5128781Z test_nnc_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5129319Z test_nnc_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5129861Z test_nnc_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5130399Z test_nnc_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5130939Z test_nnc_correctness_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5131466Z test_nnc_correctness_linalg_matrix_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5132136Z test_nnc_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5132680Z test_nnc_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5133215Z test_nnc_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5133740Z test_nnc_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5134369Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5134717Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5135469Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5135831Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5136135Z test_nnc_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5136440Z test_nnc_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5136748Z test_nnc_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5137053Z test_nnc_correctness_linalg_multi_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5137356Z test_nnc_correctness_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5137657Z test_nnc_correctness_linalg_multi_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5137954Z test_nnc_correctness_linalg_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5138260Z test_nnc_correctness_linalg_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5138562Z test_nnc_correctness_linalg_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5138864Z test_nnc_correctness_linalg_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5139157Z test_nnc_correctness_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5139450Z test_nnc_correctness_linalg_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5139781Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5140208Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5140543Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5141024Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5141356Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5142043Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5142371Z test_nnc_correctness_linalg_pinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5142762Z test_nnc_correctness_linalg_pinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5143076Z test_nnc_correctness_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5143371Z test_nnc_correctness_linalg_pinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5143688Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5144006Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5144319Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5144623Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5144938Z test_nnc_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5145253Z test_nnc_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5145564Z test_nnc_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5145862Z test_nnc_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5146162Z test_nnc_correctness_linalg_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5146460Z test_nnc_correctness_linalg_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5146753Z test_nnc_correctness_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5147045Z test_nnc_correctness_linalg_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5147612Z test_nnc_correctness_linalg_slogdet_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5147935Z test_nnc_correctness_linalg_slogdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5148440Z test_nnc_correctness_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5148926Z test_nnc_correctness_linalg_slogdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5149239Z test_nnc_correctness_linalg_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5149542Z test_nnc_correctness_linalg_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5149837Z test_nnc_correctness_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5150206Z test_nnc_correctness_linalg_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5150534Z test_nnc_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5150839Z test_nnc_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5151140Z test_nnc_correctness_linalg_solve_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5151444Z test_nnc_correctness_linalg_solve_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5151767Z test_nnc_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5152087Z test_nnc_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5152402Z test_nnc_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5152704Z test_nnc_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5153010Z test_nnc_correctness_linalg_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5153308Z test_nnc_correctness_linalg_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5153604Z test_nnc_correctness_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5153902Z test_nnc_correctness_linalg_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5154359Z test_nnc_correctness_linalg_svdvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5154768Z test_nnc_correctness_linalg_svdvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5155433Z test_nnc_correctness_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5155755Z test_nnc_correctness_linalg_svdvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5156068Z test_nnc_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5156376Z test_nnc_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5156679Z test_nnc_correctness_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5156988Z test_nnc_correctness_linalg_tensorinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5157386Z test_nnc_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.5157719Z test_nnc_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5158028Z test_nnc_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5158326Z test_nnc_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5158636Z test_nnc_correctness_linalg_vander_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5158942Z test_nnc_correctness_linalg_vander_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5159246Z test_nnc_correctness_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5159546Z test_nnc_correctness_linalg_vander_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5159843Z test_nnc_correctness_linalg_vander_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5160142Z test_nnc_correctness_linalg_vander_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5160431Z test_nnc_correctness_linalg_vander_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5160870Z test_nnc_correctness_linalg_vander_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5161179Z test_nnc_correctness_linalg_vander_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5161480Z test_nnc_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5162200Z test_nnc_correctness_linalg_vecdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5162541Z test_nnc_correctness_linalg_vecdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5162844Z test_nnc_correctness_linalg_vecdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5163145Z test_nnc_correctness_linalg_vecdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5163445Z test_nnc_correctness_linalg_vecdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5163752Z test_nnc_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5164067Z test_nnc_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5164461Z test_nnc_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5164836Z test_nnc_correctness_linalg_vector_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5165147Z test_nnc_correctness_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5165440Z test_nnc_correctness_linalg_vector_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5165743Z test_nnc_correctness_linspace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5166044Z test_nnc_correctness_linspace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5166345Z test_nnc_correctness_linspace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5166639Z test_nnc_correctness_linspace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5166922Z test_nnc_correctness_linspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5167218Z test_nnc_correctness_linspace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5167653Z test_nnc_correctness_linspace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5167954Z test_nnc_correctness_linspace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5168246Z test_nnc_correctness_linspace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5168927Z test_nnc_correctness_linspace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5169237Z test_nnc_correctness_linspace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5169636Z test_nnc_correctness_log10_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5169906Z test_nnc_correctness_log10_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5170201Z test_nnc_correctness_log10_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5170494Z test_nnc_correctness_log10_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5170784Z test_nnc_correctness_log10_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5171064Z test_nnc_correctness_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5171354Z test_nnc_correctness_log10_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5171710Z test_nnc_correctness_log10_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5172012Z test_nnc_correctness_log10_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5172288Z test_nnc_correctness_log10_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5172568Z test_nnc_correctness_log10_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5172840Z test_nnc_correctness_log10_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5173134Z test_nnc_correctness_log1p_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5173415Z test_nnc_correctness_log1p_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5173704Z test_nnc_correctness_log1p_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.5173979Z test_nnc_correctness_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5174420Z test_nnc_correctness_log1p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5174717Z test_nnc_correctness_log1p_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5175100Z test_nnc_correctness_log1p_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5175605Z test_nnc_correctness_log1p_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5175915Z test_nnc_correctness_log1p_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5176320Z test_nnc_correctness_log1p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5176611Z test_nnc_correctness_log2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5177001Z test_nnc_correctness_log2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5177293Z test_nnc_correctness_log2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5177585Z test_nnc_correctness_log2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5177873Z test_nnc_correctness_log2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5178150Z test_nnc_correctness_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5178419Z test_nnc_correctness_log2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5178705Z test_nnc_correctness_log2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5179048Z test_nnc_correctness_log2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5179337Z test_nnc_correctness_log2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5179614Z test_nnc_correctness_log2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5179894Z test_nnc_correctness_log2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5180184Z test_nnc_correctness_log_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5180465Z test_nnc_correctness_log_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5180761Z test_nnc_correctness_log_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5181052Z test_nnc_correctness_log_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5181337Z test_nnc_correctness_log_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5181775Z test_nnc_correctness_log_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5182069Z test_nnc_correctness_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5182421Z test_nnc_correctness_log_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5182858Z test_nnc_correctness_log_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5183145Z test_nnc_correctness_log_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5183427Z test_nnc_correctness_log_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5183691Z test_nnc_correctness_log_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5184076Z test_nnc_correctness_log_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5184378Z test_nnc_correctness_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5184677Z test_nnc_correctness_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5184975Z test_nnc_correctness_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5185264Z test_nnc_correctness_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5185582Z test_nnc_correctness_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5185892Z test_nnc_correctness_log_softmax_with_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5186282Z test_nnc_correctness_log_softmax_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5186622Z test_nnc_correctness_log_softmax_with_dtype_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5186939Z test_nnc_correctness_log_softmax_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5187253Z test_nnc_correctness_log_softmax_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5187557Z test_nnc_correctness_log_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5187871Z test_nnc_correctness_log_softmax_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5188318Z test_nnc_correctness_log_softmax_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5188639Z test_nnc_correctness_log_softmax_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5188940Z test_nnc_correctness_log_softmax_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5189501Z test_nnc_correctness_log_softmax_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5189821Z test_nnc_correctness_log_softmax_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5190125Z test_nnc_correctness_logaddexp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5190428Z test_nnc_correctness_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.5190732Z test_nnc_correctness_logaddexp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5191133Z test_nnc_correctness_logaddexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5191436Z test_nnc_correctness_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5191737Z test_nnc_correctness_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5192041Z test_nnc_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:15:08.5192342Z test_nnc_correctness_logcumsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5192642Z test_nnc_correctness_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5192945Z test_nnc_correctness_logcumsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5193311Z test_nnc_correctness_logdet_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5193621Z test_nnc_correctness_logdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5193915Z test_nnc_correctness_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5194206Z test_nnc_correctness_logdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5194510Z test_nnc_correctness_logical_and_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5194932Z test_nnc_correctness_logical_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5195248Z test_nnc_correctness_logical_and_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5195550Z test_nnc_correctness_logical_and_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5196225Z test_nnc_correctness_logical_and_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5196542Z test_nnc_correctness_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5196845Z test_nnc_correctness_logical_and_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5197139Z test_nnc_correctness_logical_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5197431Z test_nnc_correctness_logical_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5197722Z test_nnc_correctness_logical_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5198012Z test_nnc_correctness_logical_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5198407Z test_nnc_correctness_logical_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5198705Z test_nnc_correctness_logical_not_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5198995Z test_nnc_correctness_logical_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5199299Z test_nnc_correctness_logical_not_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5199599Z test_nnc_correctness_logical_not_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5199894Z test_nnc_correctness_logical_not_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5200192Z test_nnc_correctness_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5200561Z test_nnc_correctness_logical_not_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5200871Z test_nnc_correctness_logical_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5201159Z test_nnc_correctness_logical_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5201451Z test_nnc_correctness_logical_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5201890Z test_nnc_correctness_logical_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5202169Z test_nnc_correctness_logical_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5202468Z test_nnc_correctness_logical_or_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5202900Z test_nnc_correctness_logical_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5203361Z test_nnc_correctness_logical_or_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5203673Z test_nnc_correctness_logical_or_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5203973Z test_nnc_correctness_logical_or_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5204272Z test_nnc_correctness_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5204567Z test_nnc_correctness_logical_or_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5204860Z test_nnc_correctness_logical_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5205149Z test_nnc_correctness_logical_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5205530Z test_nnc_correctness_logical_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5205822Z test_nnc_correctness_logical_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5206119Z test_nnc_correctness_logical_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5206419Z test_nnc_correctness_logical_xor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5206706Z test_nnc_correctness_logical_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5207012Z test_nnc_correctness_logical_xor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5207322Z test_nnc_correctness_logical_xor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5207687Z test_nnc_correctness_logical_xor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5207999Z test_nnc_correctness_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5208293Z test_nnc_correctness_logical_xor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5208729Z test_nnc_correctness_logical_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5209036Z test_nnc_correctness_logical_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5209327Z test_nnc_correctness_logical_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5209620Z test_nnc_correctness_logical_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5210173Z test_nnc_correctness_logical_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5210470Z test_nnc_correctness_logit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5210757Z test_nnc_correctness_logit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5211048Z test_nnc_correctness_logit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5211339Z test_nnc_correctness_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5211618Z test_nnc_correctness_logit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5211906Z test_nnc_correctness_logit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5212186Z test_nnc_correctness_logit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5213411Z test_nnc_correctness_logit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5213696Z test_nnc_correctness_logit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5213984Z test_nnc_correctness_logit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5214281Z test_nnc_correctness_logspace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5214585Z test_nnc_correctness_logspace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5214886Z test_nnc_correctness_logspace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5215186Z test_nnc_correctness_logspace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5215640Z test_nnc_correctness_logspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5216045Z test_nnc_correctness_logspace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5216356Z test_nnc_correctness_logspace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5216780Z test_nnc_correctness_logspace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5219416Z test_nnc_correctness_logspace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5219717Z test_nnc_correctness_logspace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5220012Z test_nnc_correctness_logspace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5220310Z test_nnc_correctness_logsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5220598Z test_nnc_correctness_logsumexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5220892Z test_nnc_correctness_logsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5221192Z test_nnc_correctness_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5221479Z test_nnc_correctness_logsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5221762Z test_nnc_correctness_logsumexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5222057Z test_nnc_correctness_logsumexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5222474Z test_nnc_correctness_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5222813Z test_nnc_correctness_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5223216Z test_nnc_correctness_logsumexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5223514Z test_nnc_correctness_long_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5224064Z test_nnc_correctness_long_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5224364Z test_nnc_correctness_long_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5224658Z test_nnc_correctness_long_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5224944Z test_nnc_correctness_long_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5225232Z test_nnc_correctness_long_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5225600Z test_nnc_correctness_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5225906Z test_nnc_correctness_long_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5226187Z test_nnc_correctness_long_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5226458Z test_nnc_correctness_long_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5226728Z test_nnc_correctness_long_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5227010Z test_nnc_correctness_long_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5227297Z test_nnc_correctness_long_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5227583Z test_nnc_correctness_lt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5227860Z test_nnc_correctness_lt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5228144Z test_nnc_correctness_lt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5228423Z test_nnc_correctness_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5228694Z test_nnc_correctness_lt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5228978Z test_nnc_correctness_lt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5229256Z test_nnc_correctness_lt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5229687Z test_nnc_correctness_lt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5229971Z test_nnc_correctness_lt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5230350Z test_nnc_correctness_lt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5230814Z test_nnc_correctness_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5231244Z test_nnc_correctness_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5231534Z test_nnc_correctness_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5231809Z test_nnc_correctness_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5232112Z test_nnc_correctness_lu_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5232410Z test_nnc_correctness_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5232786Z test_nnc_correctness_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5233085Z test_nnc_correctness_lu_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5233386Z test_nnc_correctness_lu_unpack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5233685Z test_nnc_correctness_lu_unpack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5233982Z test_nnc_correctness_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5234275Z test_nnc_correctness_lu_unpack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5234561Z test_nnc_correctness_mH_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5234841Z test_nnc_correctness_mH_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5235131Z test_nnc_correctness_mH_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5235419Z test_nnc_correctness_mH_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5235702Z test_nnc_correctness_mH_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5235987Z test_nnc_correctness_mH_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5236249Z test_nnc_correctness_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5236669Z test_nnc_correctness_mH_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5236957Z test_nnc_correctness_mH_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5237336Z test_nnc_correctness_mH_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5237741Z test_nnc_correctness_mH_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5238174Z test_nnc_correctness_mH_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5238468Z test_nnc_correctness_mH_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5238751Z test_nnc_correctness_mT_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5239028Z test_nnc_correctness_mT_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5239328Z test_nnc_correctness_mT_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5239616Z test_nnc_correctness_mT_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5239977Z test_nnc_correctness_mT_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5240280Z test_nnc_correctness_mT_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.5240555Z test_nnc_correctness_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5240838Z test_nnc_correctness_mT_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5241118Z test_nnc_correctness_mT_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5241394Z test_nnc_correctness_mT_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5241675Z test_nnc_correctness_mT_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5241953Z test_nnc_correctness_mT_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5242228Z test_nnc_correctness_mT_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5242525Z test_nnc_correctness_masked_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5242824Z test_nnc_correctness_masked_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5243123Z test_nnc_correctness_masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5243570Z test_nnc_correctness_masked_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5243887Z test_nnc_correctness_masked_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5244181Z test_nnc_correctness_masked_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5244719Z test_nnc_correctness_masked_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5245161Z test_nnc_correctness_masked_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5245458Z test_nnc_correctness_masked_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5245754Z test_nnc_correctness_masked_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5246048Z test_nnc_correctness_masked_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5246340Z test_nnc_correctness_masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5246639Z test_nnc_correctness_masked_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5247012Z test_nnc_correctness_masked_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5247324Z test_nnc_correctness_masked_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5247610Z test_nnc_correctness_masked_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5247899Z test_nnc_correctness_masked_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5248189Z test_nnc_correctness_masked_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5248490Z test_nnc_correctness_masked_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5248794Z test_nnc_correctness_masked_argmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5249095Z test_nnc_correctness_masked_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5249393Z test_nnc_correctness_masked_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5249691Z test_nnc_correctness_masked_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5249987Z test_nnc_correctness_masked_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5250285Z test_nnc_correctness_masked_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5250747Z test_nnc_correctness_masked_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5251053Z test_nnc_correctness_masked_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5251342Z test_nnc_correctness_masked_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5252008Z test_nnc_correctness_masked_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5252326Z test_nnc_correctness_masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5252629Z test_nnc_correctness_masked_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5252922Z test_nnc_correctness_masked_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5253214Z test_nnc_correctness_masked_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5253513Z test_nnc_correctness_masked_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5253808Z test_nnc_correctness_masked_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5254798Z test_nnc_correctness_masked_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5255169Z test_nnc_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5255481Z test_nnc_correctness_masked_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5255794Z test_nnc_correctness_masked_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5256107Z test_nnc_correctness_masked_cumprod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5256411Z test_nnc_correctness_masked_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5256716Z test_nnc_correctness_masked_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5257019Z test_nnc_correctness_masked_cumprod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5257318Z test_nnc_correctness_masked_cumprod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5257779Z test_nnc_correctness_masked_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5258077Z test_nnc_correctness_masked_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5258373Z test_nnc_correctness_masked_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5258840Z test_nnc_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5259286Z test_nnc_correctness_masked_cumsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5259596Z test_nnc_correctness_masked_cumsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5260018Z test_nnc_correctness_masked_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5260319Z test_nnc_correctness_masked_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5260618Z test_nnc_correctness_masked_cumsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5260913Z test_nnc_correctness_masked_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5261210Z test_nnc_correctness_masked_cumsum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5261501Z test_nnc_correctness_masked_cumsum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5261798Z test_nnc_correctness_masked_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5262161Z test_nnc_correctness_masked_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.5262478Z test_nnc_correctness_masked_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5262770Z test_nnc_correctness_masked_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5263075Z test_nnc_correctness_masked_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5263380Z test_nnc_correctness_masked_fill_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5263685Z test_nnc_correctness_masked_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5263978Z test_nnc_correctness_masked_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5264271Z test_nnc_correctness_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5264744Z test_nnc_correctness_masked_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5265087Z test_nnc_correctness_masked_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5265379Z test_nnc_correctness_masked_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5265825Z test_nnc_correctness_masked_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5266257Z test_nnc_correctness_masked_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5266553Z test_nnc_correctness_masked_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5266860Z test_nnc_correctness_masked_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5267268Z test_nnc_correctness_masked_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5267564Z test_nnc_correctness_masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5267872Z test_nnc_correctness_masked_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5268182Z test_nnc_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5268488Z test_nnc_correctness_masked_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5268798Z test_nnc_correctness_masked_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5269180Z test_nnc_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5269502Z test_nnc_correctness_masked_logsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5269811Z test_nnc_correctness_masked_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5270113Z test_nnc_correctness_masked_logsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5270418Z test_nnc_correctness_masked_logsumexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5270706Z test_nnc_correctness_masked_logsumexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5271012Z test_nnc_correctness_masked_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5271313Z test_nnc_correctness_masked_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5271765Z test_nnc_correctness_masked_logsumexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5272076Z test_nnc_correctness_masked_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5272374Z test_nnc_correctness_masked_mean_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5272835Z test_nnc_correctness_masked_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5273273Z test_nnc_correctness_masked_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5273576Z test_nnc_correctness_masked_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5273871Z test_nnc_correctness_masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5274265Z test_nnc_correctness_masked_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5274559Z test_nnc_correctness_masked_mean_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5274857Z test_nnc_correctness_masked_mean_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5275148Z test_nnc_correctness_masked_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5275438Z test_nnc_correctness_masked_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5275728Z test_nnc_correctness_masked_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5276031Z test_nnc_correctness_masked_median_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5276400Z test_nnc_correctness_masked_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5276715Z test_nnc_correctness_masked_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5277010Z test_nnc_correctness_masked_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5277309Z test_nnc_correctness_masked_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5277604Z test_nnc_correctness_masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5277899Z test_nnc_correctness_masked_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5278209Z test_nnc_correctness_masked_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5278696Z test_nnc_correctness_masked_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5279013Z test_nnc_correctness_masked_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5279321Z test_nnc_correctness_masked_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5279781Z test_nnc_correctness_masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5280240Z test_nnc_correctness_masked_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5280544Z test_nnc_correctness_masked_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5280839Z test_nnc_correctness_masked_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5281144Z test_nnc_correctness_masked_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5281543Z test_nnc_correctness_masked_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5281843Z test_nnc_correctness_masked_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5282140Z test_nnc_correctness_masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5282429Z test_nnc_correctness_masked_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5282726Z test_nnc_correctness_masked_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5283019Z test_nnc_correctness_masked_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5283308Z test_nnc_correctness_masked_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5283670Z test_nnc_correctness_masked_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5283976Z test_nnc_correctness_masked_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5284282Z test_nnc_correctness_masked_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5284580Z test_nnc_correctness_masked_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5284893Z test_nnc_correctness_masked_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5285199Z test_nnc_correctness_masked_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5285648Z test_nnc_correctness_masked_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5285961Z test_nnc_correctness_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5286261Z test_nnc_correctness_masked_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5286561Z test_nnc_correctness_masked_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5287143Z test_nnc_correctness_masked_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5287442Z test_nnc_correctness_masked_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5287741Z test_nnc_correctness_masked_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5288042Z test_nnc_correctness_masked_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5288344Z test_nnc_correctness_masked_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5288743Z test_nnc_correctness_masked_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5289039Z test_nnc_correctness_masked_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5289344Z test_nnc_correctness_masked_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5289644Z test_nnc_correctness_masked_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5289943Z test_nnc_correctness_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5290245Z test_nnc_correctness_masked_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5290539Z test_nnc_correctness_masked_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5290903Z test_nnc_correctness_masked_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5291213Z test_nnc_correctness_masked_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5291509Z test_nnc_correctness_masked_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5291809Z test_nnc_correctness_masked_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5292115Z test_nnc_correctness_masked_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5292557Z test_nnc_correctness_masked_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5292870Z test_nnc_correctness_masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5293238Z test_nnc_correctness_masked_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5293735Z test_nnc_correctness_masked_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5294044Z test_nnc_correctness_masked_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5294344Z test_nnc_correctness_masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5294638Z test_nnc_correctness_masked_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5294932Z test_nnc_correctness_masked_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5295231Z test_nnc_correctness_masked_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5295630Z test_nnc_correctness_masked_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5295922Z test_nnc_correctness_masked_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5296218Z test_nnc_correctness_masked_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5296512Z test_nnc_correctness_masked_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5296804Z test_nnc_correctness_masked_std_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5297092Z test_nnc_correctness_masked_std_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5297375Z test_nnc_correctness_masked_std_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5297738Z test_nnc_correctness_masked_std_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5298046Z test_nnc_correctness_masked_std_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5298340Z test_nnc_correctness_masked_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5298631Z test_nnc_correctness_masked_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5299088Z test_nnc_correctness_masked_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5299417Z test_nnc_correctness_masked_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5299718Z test_nnc_correctness_masked_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:15:08.5300298Z test_nnc_correctness_masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5300596Z test_nnc_correctness_masked_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5300922Z test_nnc_correctness_masked_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5301216Z test_nnc_correctness_masked_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5301500Z test_nnc_correctness_masked_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5301789Z test_nnc_correctness_masked_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5302080Z test_nnc_correctness_masked_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5302375Z test_nnc_correctness_masked_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5302781Z test_nnc_correctness_masked_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5303081Z test_nnc_correctness_masked_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5303382Z test_nnc_correctness_masked_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5303677Z test_nnc_correctness_masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5303968Z test_nnc_correctness_masked_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5304259Z test_nnc_correctness_masked_var_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5304551Z test_nnc_correctness_masked_var_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5304916Z test_nnc_correctness_masked_var_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5305305Z test_nnc_correctness_masked_var_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5305647Z test_nnc_correctness_masked_var_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5305941Z test_nnc_correctness_matmul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5306517Z test_nnc_correctness_matmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5306817Z test_nnc_correctness_matmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5307112Z test_nnc_correctness_matmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5307394Z test_nnc_correctness_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5307681Z test_nnc_correctness_matmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5307979Z test_nnc_correctness_matrix_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5308284Z test_nnc_correctness_matrix_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5308584Z test_nnc_correctness_matrix_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5308881Z test_nnc_correctness_matrix_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5309175Z test_nnc_correctness_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5309471Z test_nnc_correctness_matrix_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5309766Z test_nnc_correctness_max_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5310157Z test_nnc_correctness_max_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5310449Z test_nnc_correctness_max_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5310740Z test_nnc_correctness_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5311035Z test_nnc_correctness_max_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5311326Z test_nnc_correctness_max_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5311763Z test_nnc_correctness_max_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5312052Z test_nnc_correctness_max_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5312555Z test_nnc_correctness_max_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5312880Z test_nnc_correctness_max_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5313353Z test_nnc_correctness_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5313686Z test_nnc_correctness_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5314011Z test_nnc_correctness_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5314341Z test_nnc_correctness_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5314651Z test_nnc_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5314956Z test_nnc_correctness_max_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5315262Z test_nnc_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5315560Z test_nnc_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5315854Z test_nnc_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5316160Z test_nnc_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5316457Z test_nnc_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5316747Z test_nnc_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5317152Z test_nnc_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5317456Z test_nnc_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5317767Z test_nnc_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5318070Z test_nnc_correctness_max_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5318377Z test_nnc_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5318869Z test_nnc_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5319253Z test_nnc_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5319571Z test_nnc_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5320026Z test_nnc_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5320484Z test_nnc_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5320800Z test_nnc_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5321098Z test_nnc_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5321390Z test_nnc_correctness_maximum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5321678Z test_nnc_correctness_maximum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5321968Z test_nnc_correctness_maximum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5322249Z test_nnc_correctness_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5322541Z test_nnc_correctness_maximum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5322838Z test_nnc_correctness_maximum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5323119Z test_nnc_correctness_maximum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5323406Z test_nnc_correctness_maximum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5323691Z test_nnc_correctness_maximum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5336063Z test_nnc_correctness_maximum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5336751Z test_nnc_correctness_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5337320Z test_nnc_correctness_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5337847Z test_nnc_correctness_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5338392Z test_nnc_correctness_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5338925Z test_nnc_correctness_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5342035Z test_nnc_correctness_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5342729Z test_nnc_correctness_median_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5343743Z test_nnc_correctness_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5344238Z test_nnc_correctness_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5345092Z test_nnc_correctness_median_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5345416Z test_nnc_correctness_median_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5345702Z test_nnc_correctness_median_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5345994Z test_nnc_correctness_median_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5346450Z test_nnc_correctness_median_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5349639Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5350406Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5351165Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5351900Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5352589Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5353161Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.5356059Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5358128Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5358819Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5359540Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5360165Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5363124Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5363825Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5364549Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5365478Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5366205Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5366915Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5369207Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5370643Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5371330Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5372051Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5372751Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5373350Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5373989Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5376876Z test_nnc_correctness_min_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5377492Z test_nnc_correctness_min_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5378084Z test_nnc_correctness_min_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5378694Z test_nnc_correctness_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5379525Z test_nnc_correctness_min_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5380152Z test_nnc_correctness_min_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5380802Z test_nnc_correctness_min_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5383826Z test_nnc_correctness_min_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5384527Z test_nnc_correctness_min_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5385063Z test_nnc_correctness_min_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5385681Z test_nnc_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5386444Z test_nnc_correctness_min_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5387076Z test_nnc_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5387697Z test_nnc_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5388302Z test_nnc_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5391311Z test_nnc_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5391984Z test_nnc_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5392637Z test_nnc_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5393339Z test_nnc_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5393964Z test_nnc_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5394620Z test_nnc_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5397566Z test_nnc_correctness_min_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5398301Z test_nnc_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5399011Z test_nnc_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5399687Z test_nnc_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5400580Z test_nnc_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5401168Z test_nnc_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5401776Z test_nnc_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5404739Z test_nnc_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5405380Z test_nnc_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5406046Z test_nnc_correctness_minimum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5406654Z test_nnc_correctness_minimum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5407376Z test_nnc_correctness_minimum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5408057Z test_nnc_correctness_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5408640Z test_nnc_correctness_minimum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5411467Z test_nnc_correctness_minimum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5412078Z test_nnc_correctness_minimum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5412650Z test_nnc_correctness_minimum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5413222Z test_nnc_correctness_minimum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5413807Z test_nnc_correctness_minimum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5414372Z test_nnc_correctness_mm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5414943Z test_nnc_correctness_mm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5415526Z test_nnc_correctness_mm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5418378Z test_nnc_correctness_mm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5418964Z test_nnc_correctness_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5419512Z test_nnc_correctness_mm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5420077Z test_nnc_correctness_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5420651Z test_nnc_correctness_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5421401Z test_nnc_correctness_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5421965Z test_nnc_correctness_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5422575Z test_nnc_correctness_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5425408Z test_nnc_correctness_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5425983Z test_nnc_correctness_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5426542Z test_nnc_correctness_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5427099Z test_nnc_correctness_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5427807Z test_nnc_correctness_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5428433Z test_nnc_correctness_movedim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5429007Z test_nnc_correctness_movedim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5429591Z test_nnc_correctness_movedim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5430190Z test_nnc_correctness_movedim_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5430777Z test_nnc_correctness_movedim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5431367Z test_nnc_correctness_movedim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5431942Z test_nnc_correctness_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5432516Z test_nnc_correctness_movedim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5433080Z test_nnc_correctness_movedim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5433648Z test_nnc_correctness_movedim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5434204Z test_nnc_correctness_movedim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5436985Z test_nnc_correctness_movedim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5437534Z test_nnc_correctness_movedim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5438084Z test_nnc_correctness_msort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5438989Z test_nnc_correctness_msort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5439698Z test_nnc_correctness_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5440399Z test_nnc_correctness_msort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5441082Z test_nnc_correctness_msort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5441777Z test_nnc_correctness_msort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5442433Z test_nnc_correctness_msort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5443114Z test_nnc_correctness_msort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5443807Z test_nnc_correctness_msort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5444672Z test_nnc_correctness_mul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5445394Z test_nnc_correctness_mul_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5446115Z test_nnc_correctness_mul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5446829Z test_nnc_correctness_mul_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5447542Z test_nnc_correctness_mul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5448246Z test_nnc_correctness_mul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5448951Z test_nnc_correctness_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5449624Z test_nnc_correctness_mul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5450303Z test_nnc_correctness_mul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5450983Z test_nnc_correctness_mul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5454015Z test_nnc_correctness_mul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5454739Z test_nnc_correctness_mul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5455420Z test_nnc_correctness_mul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5456143Z test_nnc_correctness_multinomial_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5456857Z test_nnc_correctness_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5457770Z test_nnc_correctness_multinomial_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5458468Z test_nnc_correctness_mv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5459200Z test_nnc_correctness_mv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5459898Z test_nnc_correctness_mv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5460571Z test_nnc_correctness_mv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5461262Z test_nnc_correctness_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5461977Z test_nnc_correctness_mv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5464562Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5465458Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5466212Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5466952Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5467697Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5468435Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5469190Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5469953Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5470688Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5471441Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5472186Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5472930Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5473645Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5474364Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5475313Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5476056Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5476829Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5477554Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5478308Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5479051Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5479817Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5480704Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5481479Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5482233Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5482936Z test_nnc_correctness_nan_to_num_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5486140Z test_nnc_correctness_nan_to_num_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5486861Z test_nnc_correctness_nan_to_num_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5487604Z test_nnc_correctness_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5488309Z test_nnc_correctness_nan_to_num_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5489027Z test_nnc_correctness_nan_to_num_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5489722Z test_nnc_correctness_nan_to_num_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5490429Z test_nnc_correctness_nan_to_num_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5491134Z test_nnc_correctness_nan_to_num_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5491835Z test_nnc_correctness_nan_to_num_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5492540Z test_nnc_correctness_nanmean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5493236Z test_nnc_correctness_nanmean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5494142Z test_nnc_correctness_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5494843Z test_nnc_correctness_nanmean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5495567Z test_nnc_correctness_nanmedian_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5496277Z test_nnc_correctness_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5496976Z test_nnc_correctness_nanmedian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5497685Z test_nnc_correctness_nanmedian_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5498396Z test_nnc_correctness_nanmedian_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5499265Z test_nnc_correctness_nanmedian_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5499990Z test_nnc_correctness_nanmedian_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5500716Z test_nnc_correctness_nanmedian_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5501457Z test_nnc_correctness_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5502179Z test_nnc_correctness_nanquantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5502894Z test_nnc_correctness_nansum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5503580Z test_nnc_correctness_nansum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5504288Z test_nnc_correctness_nansum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5504983Z test_nnc_correctness_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5505686Z test_nnc_correctness_nansum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5506370Z test_nnc_correctness_nansum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5507036Z test_nnc_correctness_nansum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5507718Z test_nnc_correctness_nansum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5508400Z test_nnc_correctness_nansum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5509115Z test_nnc_correctness_nansum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5509854Z test_nnc_correctness_narrow_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5510759Z test_nnc_correctness_narrow_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5511505Z test_nnc_correctness_narrow_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5512229Z test_nnc_correctness_narrow_copy_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5512946Z test_nnc_correctness_narrow_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5513658Z test_nnc_correctness_narrow_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5514383Z test_nnc_correctness_narrow_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5515095Z test_nnc_correctness_narrow_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5515933Z test_nnc_correctness_narrow_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5516684Z test_nnc_correctness_narrow_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5517377Z test_nnc_correctness_narrow_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5518086Z test_nnc_correctness_narrow_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5518788Z test_nnc_correctness_narrow_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5519527Z test_nnc_correctness_narrow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5520216Z test_nnc_correctness_narrow_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5520927Z test_nnc_correctness_narrow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5521656Z test_nnc_correctness_narrow_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5522342Z test_nnc_correctness_narrow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5523035Z test_nnc_correctness_narrow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5523735Z test_nnc_correctness_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5524431Z test_nnc_correctness_narrow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5525123Z test_nnc_correctness_narrow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5525816Z test_nnc_correctness_narrow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5526667Z test_nnc_correctness_narrow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5527364Z test_nnc_correctness_narrow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5528075Z test_nnc_correctness_narrow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5528840Z test_nnc_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5529588Z test_nnc_correctness_native_batch_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5530352Z test_nnc_correctness_native_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5531077Z test_nnc_correctness_native_batch_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5531997Z test_nnc_correctness_native_dropout_backward_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5532801Z test_nnc_correctness_native_dropout_backward_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5533561Z test_nnc_correctness_native_dropout_backward_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5534350Z test_nnc_correctness_native_dropout_backward_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5535086Z test_nnc_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5535822Z test_nnc_correctness_native_layer_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5536576Z test_nnc_correctness_native_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5537288Z test_nnc_correctness_native_layer_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5537968Z test_nnc_correctness_ne_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5538657Z test_nnc_correctness_ne_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5539348Z test_nnc_correctness_ne_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5540043Z test_nnc_correctness_ne_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5543275Z test_nnc_correctness_ne_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5543991Z test_nnc_correctness_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5544672Z test_nnc_correctness_ne_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5545554Z test_nnc_correctness_ne_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5546228Z test_nnc_correctness_ne_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5546890Z test_nnc_correctness_ne_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5547552Z test_nnc_correctness_ne_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5548242Z test_nnc_correctness_ne_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5548942Z test_nnc_correctness_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5549632Z test_nnc_correctness_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5550500Z test_nnc_correctness_neg_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5551228Z test_nnc_correctness_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5551905Z test_nnc_correctness_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5552571Z test_nnc_correctness_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5553277Z test_nnc_correctness_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5553950Z test_nnc_correctness_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5554659Z test_nnc_correctness_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5555325Z test_nnc_correctness_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5555986Z test_nnc_correctness_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5556664Z test_nnc_correctness_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5557246Z test_nnc_correctness_new_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.5557775Z test_nnc_correctness_new_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.5558312Z test_nnc_correctness_new_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.5558870Z test_nnc_correctness_new_empty_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.5559425Z test_nnc_correctness_new_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.5560029Z test_nnc_correctness_new_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.5560593Z test_nnc_correctness_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.5561317Z test_nnc_correctness_new_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.5561855Z test_nnc_correctness_new_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.5562379Z test_nnc_correctness_new_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.5562935Z test_nnc_correctness_new_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.5563453Z test_nnc_correctness_new_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.5563977Z test_nnc_correctness_new_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.5564665Z test_nnc_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:15:08.5565414Z test_nnc_correctness_new_empty_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:15:08.5566144Z test_nnc_correctness_new_empty_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.010s) 2022-11-23T03:15:08.5566998Z test_nnc_correctness_new_empty_strided_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:15:08.5567747Z test_nnc_correctness_new_empty_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:15:08.5568441Z test_nnc_correctness_new_empty_strided_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:15:08.5569146Z test_nnc_correctness_new_empty_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:15:08.5569868Z test_nnc_correctness_new_empty_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:15:08.5570547Z test_nnc_correctness_new_empty_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:15:08.5571247Z test_nnc_correctness_new_empty_strided_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:15:08.5571950Z test_nnc_correctness_new_empty_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:15:08.5572623Z test_nnc_correctness_new_empty_strided_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:15:08.5573307Z test_nnc_correctness_new_empty_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:15:08.5574012Z test_nnc_correctness_new_full_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5574710Z test_nnc_correctness_new_full_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5575413Z test_nnc_correctness_new_full_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5576123Z test_nnc_correctness_new_full_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5576834Z test_nnc_correctness_new_full_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5577522Z test_nnc_correctness_new_full_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5578382Z test_nnc_correctness_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5579064Z test_nnc_correctness_new_full_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5579747Z test_nnc_correctness_new_full_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5580405Z test_nnc_correctness_new_full_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5581110Z test_nnc_correctness_new_full_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5581805Z test_nnc_correctness_new_full_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5582394Z test_nnc_correctness_new_full_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5583019Z test_nnc_correctness_new_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5583538Z test_nnc_correctness_new_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5584058Z test_nnc_correctness_new_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5584593Z test_nnc_correctness_new_ones_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5585128Z test_nnc_correctness_new_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5585654Z test_nnc_correctness_new_ones_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5586169Z test_nnc_correctness_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5586694Z test_nnc_correctness_new_ones_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5587212Z test_nnc_correctness_new_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5587735Z test_nnc_correctness_new_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5588251Z test_nnc_correctness_new_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5588769Z test_nnc_correctness_new_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5589287Z test_nnc_correctness_new_ones_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5589810Z test_nnc_correctness_new_zeros_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5590324Z test_nnc_correctness_new_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5591035Z test_nnc_correctness_new_zeros_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5591577Z test_nnc_correctness_new_zeros_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5592132Z test_nnc_correctness_new_zeros_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5592662Z test_nnc_correctness_new_zeros_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5593182Z test_nnc_correctness_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5593698Z test_nnc_correctness_new_zeros_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5594221Z test_nnc_correctness_new_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5594880Z test_nnc_correctness_new_zeros_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5595421Z test_nnc_correctness_new_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5595940Z test_nnc_correctness_new_zeros_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5596471Z test_nnc_correctness_new_zeros_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5597004Z test_nnc_correctness_nextafter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5597523Z test_nnc_correctness_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5598051Z test_nnc_correctness_nextafter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5598663Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5599280Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5599908Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5600521Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5601119Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5601705Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5602292Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5603036Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5603611Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5604192Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5604773Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5605347Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5605958Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5606670Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5607279Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5607871Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5608463Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5609046Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5609633Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5610202Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5610793Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5611391Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5611986Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5612570Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5613159Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5613746Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5614331Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5615105Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5615711Z test_nnc_correctness_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5616314Z test_nnc_correctness_nn_functional_alpha_dropout_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5616911Z test_nnc_correctness_nn_functional_alpha_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5617510Z test_nnc_correctness_nn_functional_alpha_dropout_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5618115Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5618826Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5619448Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5620040Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5620634Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5621236Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5621809Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5622390Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5622974Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5623584Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5624161Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5624736Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5625321Z test_nnc_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5625907Z test_nnc_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5626486Z test_nnc_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5628357Z test_nnc_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5628989Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5629613Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5630228Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5630836Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5631324Z test_nnc_correctness_nn_functional_bilinear_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.5631911Z test_nnc_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5632634Z test_nnc_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5633250Z test_nnc_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5633758Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.5634268Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.5634758Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.5635257Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.5635913Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5636550Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5637197Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5637846Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5638428Z test_nnc_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5638996Z test_nnc_correctness_nn_functional_celu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5639554Z test_nnc_correctness_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5640128Z test_nnc_correctness_nn_functional_celu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5640869Z test_nnc_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5641460Z test_nnc_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5642038Z test_nnc_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5645182Z test_nnc_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5645771Z test_nnc_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5646337Z test_nnc_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5646893Z test_nnc_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5647605Z test_nnc_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5648222Z test_nnc_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5648808Z test_nnc_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5649401Z test_nnc_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5652256Z test_nnc_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5652840Z test_nnc_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5653389Z test_nnc_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5653996Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5654606Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5655228Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5655854Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5656461Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5659439Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5660255Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5660902Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5661559Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5662219Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5662859Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5663458Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5666376Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5667195Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5667854Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5668496Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5669115Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5669707Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5670325Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5670928Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5673878Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5674532Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5675177Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5675827Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5676456Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5677077Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5680140Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5680812Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5681426Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5682021Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5682637Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5683289Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5684043Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5684683Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5687591Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5688213Z test_nnc_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5688827Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5689420Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5690018Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5690617Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5691212Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5694069Z test_nnc_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5694678Z test_nnc_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5695280Z test_nnc_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5695884Z test_nnc_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5696473Z test_nnc_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5697244Z test_nnc_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5697847Z test_nnc_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5700701Z test_nnc_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5701315Z test_nnc_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5701892Z test_nnc_correctness_nn_functional_dropout_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5702482Z test_nnc_correctness_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5703061Z test_nnc_correctness_nn_functional_dropout_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5703784Z test_nnc_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.017s) 2022-11-23T03:15:08.5704396Z test_nnc_correctness_nn_functional_elu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5704946Z test_nnc_correctness_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5707720Z test_nnc_correctness_nn_functional_elu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5708347Z test_nnc_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5708928Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.5709511Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5710117Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5710699Z test_nnc_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5711278Z test_nnc_correctness_nn_functional_embedding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5711867Z test_nnc_correctness_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5714671Z test_nnc_correctness_nn_functional_embedding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5715343Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5715950Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5716726Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5717351Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5717965Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5718553Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5721444Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5723298Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T03:15:08.5723974Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5724565Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5725164Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5727963Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5728594Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5729191Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5729773Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5730366Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5730932Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5731496Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5732076Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5734831Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5735609Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5736173Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5736733Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5737299Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5737853Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5738422Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5742169Z test_nnc_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5742844Z test_nnc_correctness_nn_functional_gelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5743399Z test_nnc_correctness_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5743954Z test_nnc_correctness_nn_functional_gelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5744484Z test_nnc_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5744997Z test_nnc_correctness_nn_functional_glu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5745506Z test_nnc_correctness_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5748330Z test_nnc_correctness_nn_functional_glu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5748957Z test_nnc_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5749530Z test_nnc_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5750106Z test_nnc_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5750647Z test_nnc_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5751216Z test_nnc_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5751771Z test_nnc_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5752324Z test_nnc_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5755395Z test_nnc_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5756008Z test_nnc_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5756574Z test_nnc_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5757143Z test_nnc_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5757718Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5758311Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5762133Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5762823Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5763413Z test_nnc_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5763999Z test_nnc_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5764639Z test_nnc_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5765225Z test_nnc_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5765793Z test_nnc_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5766407Z test_nnc_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5768683Z test_nnc_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5770015Z test_nnc_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5770647Z test_nnc_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5771257Z test_nnc_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5771861Z test_nnc_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5772478Z test_nnc_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5773336Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5773988Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5776922Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5777586Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5778211Z test_nnc_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5778843Z test_nnc_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5779460Z test_nnc_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5783385Z test_nnc_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5784110Z test_nnc_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5784749Z test_nnc_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5785387Z test_nnc_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5785990Z test_nnc_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5786647Z test_nnc_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5787286Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5790226Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5790919Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5791584Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5792241Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5792901Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5793563Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5794386Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5797303Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5798003Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5798665Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5799316Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5799976Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5803200Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5804592Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5805257Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5805903Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5806515Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5807136Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5807708Z test_nnc_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5808271Z test_nnc_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5811132Z test_nnc_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5811737Z test_nnc_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5812327Z test_nnc_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5812915Z test_nnc_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5813503Z test_nnc_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5814072Z test_nnc_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5814829Z test_nnc_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5817691Z test_nnc_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5818313Z test_nnc_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5818848Z test_nnc_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5819408Z test_nnc_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5819947Z test_nnc_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5820504Z test_nnc_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5822283Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5822972Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5823318Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5823652Z test_nnc_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5824339Z test_nnc_correctness_nn_functional_linear_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5824685Z test_nnc_correctness_nn_functional_linear_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5825000Z test_nnc_correctness_nn_functional_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5825312Z test_nnc_correctness_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5825613Z test_nnc_correctness_nn_functional_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5825950Z test_nnc_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5826283Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5826606Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5826919Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5827241Z test_nnc_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5827766Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5828086Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5828395Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5828727Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5829055Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5829387Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5830677Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5831321Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5831664Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5831988Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5832317Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5832640Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5832917Z test_nnc_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Works on some configs (0.002s) 2022-11-23T03:15:08.5833233Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5833538Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5833856Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5834179Z test_nnc_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5834489Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5834797Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5835105Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5835564Z test_nnc_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5835876Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5836182Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5836653Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5836979Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5837300Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5838575Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5838977Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5839300Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5839621Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5839941Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5840259Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5840574Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5840893Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5841215Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5841541Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5841915Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5842231Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5842547Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5842868Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5843494Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5843839Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5844132Z test_nnc_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5844630Z test_nnc_correctness_nn_functional_mish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5845103Z test_nnc_correctness_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5845417Z test_nnc_correctness_nn_functional_mish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5845728Z test_nnc_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5846648Z test_nnc_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5847026Z test_nnc_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5847339Z test_nnc_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5847668Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5847993Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5848318Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5848641Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5848977Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5849311Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5849639Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5849961Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5850490Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5850845Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5851519Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5852060Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5852380Z test_nnc_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5852694Z test_nnc_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5853009Z test_nnc_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5853315Z test_nnc_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5854246Z test_nnc_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5854636Z test_nnc_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5854963Z test_nnc_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5855281Z test_nnc_correctness_nn_functional_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5855604Z test_nnc_correctness_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5855909Z test_nnc_correctness_nn_functional_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5856219Z test_nnc_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5856539Z test_nnc_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5856855Z test_nnc_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5857344Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5857680Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5858006Z test_nnc_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5858663Z test_nnc_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5859021Z test_nnc_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5859473Z test_nnc_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5859788Z test_nnc_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5860105Z test_nnc_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5860419Z test_nnc_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5860734Z test_nnc_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5861056Z test_nnc_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5861371Z test_nnc_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5862293Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5862680Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5862999Z test_nnc_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5863317Z test_nnc_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5863629Z test_nnc_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5863948Z test_nnc_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5864464Z test_nnc_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5864785Z test_nnc_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5865212Z test_nnc_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5865785Z test_nnc_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5866123Z test_nnc_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5866450Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5866776Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5867096Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5868125Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5868450Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5868781Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5869108Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5869429Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5869753Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5870683Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5871327Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5871818Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5872398Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5872867Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5873204Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5873531Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5873853Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5874174Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5874495Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5874821Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5875145Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5875455Z test_nnc_correctness_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5875753Z test_nnc_correctness_nn_functional_pdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5876219Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5876544Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5876874Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5877194Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5877514Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5877931Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5878394Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5878736Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5879237Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5879745Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5880068Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5880367Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5880694Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5881012Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5881342Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5881673Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5882000Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5882324Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5882646Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5882968Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5883412Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5883726Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5884047Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5884366Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5884689Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5885171Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5885590Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5886124Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5886646Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5886968Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5887284Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5887600Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5887922Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5888233Z test_nnc_correctness_nn_functional_prelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5888542Z test_nnc_correctness_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5888842Z test_nnc_correctness_nn_functional_prelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5889154Z test_nnc_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5889463Z test_nnc_correctness_nn_functional_relu6_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5889761Z test_nnc_correctness_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5890053Z test_nnc_correctness_nn_functional_relu6_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5890469Z test_nnc_correctness_nn_functional_relu6_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5890765Z test_nnc_correctness_nn_functional_relu6_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5891058Z test_nnc_correctness_nn_functional_relu6_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5891363Z test_nnc_correctness_nn_functional_relu6_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5891787Z test_nnc_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5892136Z test_nnc_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5892449Z test_nnc_correctness_nn_functional_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5892938Z test_nnc_correctness_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5893469Z test_nnc_correctness_nn_functional_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5893783Z test_nnc_correctness_nn_functional_relu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5894084Z test_nnc_correctness_nn_functional_relu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5894391Z test_nnc_correctness_nn_functional_relu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5894696Z test_nnc_correctness_nn_functional_relu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5894994Z test_nnc_correctness_nn_functional_relu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5895301Z test_nnc_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5895608Z test_nnc_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5895914Z test_nnc_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5896207Z test_nnc_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5896517Z test_nnc_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5896821Z test_nnc_correctness_nn_functional_selu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5897111Z test_nnc_correctness_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5897528Z test_nnc_correctness_nn_functional_selu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5897833Z test_nnc_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5898136Z test_nnc_correctness_nn_functional_silu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5898441Z test_nnc_correctness_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5898918Z test_nnc_correctness_nn_functional_silu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5899243Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5899565Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5900336Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5900695Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5901014Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5901335Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5901657Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5901971Z test_nnc_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5902282Z test_nnc_correctness_nn_functional_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5902594Z test_nnc_correctness_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5902893Z test_nnc_correctness_nn_functional_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5903224Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5903557Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5903888Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5904212Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5904536Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5904959Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5905284Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5905769Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5906100Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5906418Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5907075Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5907517Z test_nnc_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5907854Z test_nnc_correctness_nn_functional_softplus_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5908165Z test_nnc_correctness_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5908451Z test_nnc_correctness_nn_functional_softplus_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5908778Z test_nnc_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5909097Z test_nnc_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5909403Z test_nnc_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5909717Z test_nnc_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5910033Z test_nnc_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5910348Z test_nnc_correctness_nn_functional_softsign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5910669Z test_nnc_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5910980Z test_nnc_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5911292Z test_nnc_correctness_nn_functional_softsign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5911599Z test_nnc_correctness_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5912019Z test_nnc_correctness_nn_functional_softsign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5912456Z test_nnc_correctness_nn_functional_softsign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5912802Z test_nnc_correctness_nn_functional_softsign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5913099Z test_nnc_correctness_nn_functional_softsign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5913523Z test_nnc_correctness_nn_functional_softsign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5914108Z test_nnc_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5914436Z test_nnc_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5914851Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5915195Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5915509Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5915818Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5916136Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5916453Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5916755Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5917070Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5917379Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5917691Z test_nnc_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5918010Z test_nnc_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5918326Z test_nnc_correctness_nn_functional_threshold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5918631Z test_nnc_correctness_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5918946Z test_nnc_correctness_nn_functional_threshold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5919523Z test_nnc_correctness_nn_functional_threshold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5919835Z test_nnc_correctness_nn_functional_threshold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5920148Z test_nnc_correctness_nn_functional_threshold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5920602Z test_nnc_correctness_nn_functional_threshold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5921131Z test_nnc_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5921478Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5921900Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5922254Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5922578Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5922897Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5923228Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5923555Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5923878Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5924199Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5924518Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5924842Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5925193Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5925546Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5925895Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5926497Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5926861Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5927211Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5927928Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5928288Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5928635Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5929068Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5929426Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5929737Z test_nnc_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5930053Z test_nnc_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5930373Z test_nnc_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5930687Z test_nnc_correctness_nn_functional_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5930997Z test_nnc_correctness_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5931303Z test_nnc_correctness_nn_functional_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5931632Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5931967Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.5932298Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5932625Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5932951Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5933429Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5933874Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5934172Z test_nnc_correctness_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5934854Z test_nnc_correctness_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5935167Z test_nnc_correctness_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5935467Z test_nnc_correctness_nonzero_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5935769Z test_nnc_correctness_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5936061Z test_nnc_correctness_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5936435Z test_nnc_correctness_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5936749Z test_nnc_correctness_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5937037Z test_nnc_correctness_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5937320Z test_nnc_correctness_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5937611Z test_nnc_correctness_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5937901Z test_nnc_correctness_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5938171Z test_nnc_correctness_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5938461Z test_nnc_correctness_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5938752Z test_nnc_correctness_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5939044Z test_nnc_correctness_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5939336Z test_nnc_correctness_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5939620Z test_nnc_correctness_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5939897Z test_nnc_correctness_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5940360Z test_nnc_correctness_norm_fro_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5940677Z test_nnc_correctness_norm_fro_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5941088Z test_nnc_correctness_norm_fro_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5941718Z test_nnc_correctness_norm_fro_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5942051Z test_nnc_correctness_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5942344Z test_nnc_correctness_norm_fro_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5942637Z test_nnc_correctness_norm_inf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.5942937Z test_nnc_correctness_norm_inf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5943237Z test_nnc_correctness_norm_inf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5943615Z test_nnc_correctness_norm_inf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5943924Z test_nnc_correctness_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5944210Z test_nnc_correctness_norm_inf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5944504Z test_nnc_correctness_norm_nuc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5944800Z test_nnc_correctness_norm_nuc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5945088Z test_nnc_correctness_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5945367Z test_nnc_correctness_norm_nuc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5945657Z test_nnc_correctness_normal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5945948Z test_nnc_correctness_normal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5946229Z test_nnc_correctness_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5946523Z test_nnc_correctness_normal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5946833Z test_nnc_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5947295Z test_nnc_correctness_normal_number_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5947604Z test_nnc_correctness_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5947896Z test_nnc_correctness_normal_number_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5948631Z test_nnc_correctness_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5948938Z test_nnc_correctness_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5949236Z test_nnc_correctness_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5949525Z test_nnc_correctness_ones_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5949819Z test_nnc_correctness_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5950105Z test_nnc_correctness_ones_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5950397Z test_nnc_correctness_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5950766Z test_nnc_correctness_ones_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5951072Z test_nnc_correctness_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5951344Z test_nnc_correctness_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5951630Z test_nnc_correctness_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5951910Z test_nnc_correctness_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5952194Z test_nnc_correctness_ones_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5952492Z test_nnc_correctness_ones_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5952779Z test_nnc_correctness_ones_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5953080Z test_nnc_correctness_ones_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5953380Z test_nnc_correctness_ones_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5953681Z test_nnc_correctness_ones_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5954129Z test_nnc_correctness_ones_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5954437Z test_nnc_correctness_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5954731Z test_nnc_correctness_ones_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5955203Z test_nnc_correctness_ones_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5955663Z test_nnc_correctness_ones_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5956057Z test_nnc_correctness_ones_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5956351Z test_nnc_correctness_ones_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5956640Z test_nnc_correctness_ones_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5956935Z test_nnc_correctness_ormqr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5957230Z test_nnc_correctness_ormqr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5957520Z test_nnc_correctness_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5957805Z test_nnc_correctness_ormqr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5958167Z test_nnc_correctness_outer_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5958472Z test_nnc_correctness_outer_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5958766Z test_nnc_correctness_outer_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5959062Z test_nnc_correctness_outer_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5959356Z test_nnc_correctness_outer_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5959634Z test_nnc_correctness_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5959920Z test_nnc_correctness_outer_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5960207Z test_nnc_correctness_outer_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5960490Z test_nnc_correctness_outer_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5960930Z test_nnc_correctness_outer_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5961231Z test_nnc_correctness_outer_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5961508Z test_nnc_correctness_outer_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5961959Z test_nnc_correctness_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5962467Z test_nnc_correctness_pca_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5963053Z test_nnc_correctness_permute_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5963477Z test_nnc_correctness_permute_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5963778Z test_nnc_correctness_permute_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5964081Z test_nnc_correctness_permute_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5964421Z test_nnc_correctness_permute_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5964717Z test_nnc_correctness_permute_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5965010Z test_nnc_correctness_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5965296Z test_nnc_correctness_permute_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5965665Z test_nnc_correctness_permute_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5965977Z test_nnc_correctness_permute_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5966256Z test_nnc_correctness_permute_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5966547Z test_nnc_correctness_permute_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5966839Z test_nnc_correctness_permute_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5967140Z test_nnc_correctness_pinverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5967443Z test_nnc_correctness_pinverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5967737Z test_nnc_correctness_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5968022Z test_nnc_correctness_pinverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5968479Z test_nnc_correctness_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5968788Z test_nnc_correctness_polar_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5969100Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5969784Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5970129Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5970420Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5970844Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5971155Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5971462Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.5971772Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5972083Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5972388Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5972702Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5973085Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5973413Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5973724Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5974028Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5974331Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5974639Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5974951Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5975412Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5975741Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5976067Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5976732Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5977062Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5977378Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5977681Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5978104Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5978421Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5978729Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5979046Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5979357Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5979666Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5979981Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5980361Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:15:08.5980685Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5981000Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5981316Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5981621Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5982071Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5982412Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5982722Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5983148Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5983711Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5984034Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5984343Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5984658Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5984961Z test_nnc_correctness_positive_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5986182Z test_nnc_correctness_positive_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5986498Z test_nnc_correctness_positive_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5986807Z test_nnc_correctness_positive_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5987108Z test_nnc_correctness_positive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5987414Z test_nnc_correctness_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5987709Z test_nnc_correctness_positive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5988007Z test_nnc_correctness_positive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5988409Z test_nnc_correctness_positive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.5988727Z test_nnc_correctness_positive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5989203Z test_nnc_correctness_positive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5989514Z test_nnc_correctness_positive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5989815Z test_nnc_correctness_pow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5990488Z test_nnc_correctness_pow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5990809Z test_nnc_correctness_pow_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5991095Z test_nnc_correctness_pow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5991392Z test_nnc_correctness_pow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5991678Z test_nnc_correctness_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5991964Z test_nnc_correctness_pow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5992257Z test_nnc_correctness_pow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5992515Z test_nnc_correctness_pow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5992791Z test_nnc_correctness_pow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5993075Z test_nnc_correctness_pow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5993489Z test_nnc_correctness_pow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.5993786Z test_nnc_correctness_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5994084Z test_nnc_correctness_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5994385Z test_nnc_correctness_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5994681Z test_nnc_correctness_prod_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5994983Z test_nnc_correctness_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.5995285Z test_nnc_correctness_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5995582Z test_nnc_correctness_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5996124Z test_nnc_correctness_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5996446Z test_nnc_correctness_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5996832Z test_nnc_correctness_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5997397Z test_nnc_correctness_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5997704Z test_nnc_correctness_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5997994Z test_nnc_correctness_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5998286Z test_nnc_correctness_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.5998576Z test_nnc_correctness_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.5998876Z test_nnc_correctness_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.5999174Z test_nnc_correctness_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.5999471Z test_nnc_correctness_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.5999766Z test_nnc_correctness_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6000050Z test_nnc_correctness_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6000336Z test_nnc_correctness_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6000612Z test_nnc_correctness_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6001026Z test_nnc_correctness_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6001315Z test_nnc_correctness_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6001609Z test_nnc_correctness_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6001907Z test_nnc_correctness_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6002198Z test_nnc_correctness_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6002495Z test_nnc_correctness_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6002942Z test_nnc_correctness_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6003247Z test_nnc_correctness_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6003625Z test_nnc_correctness_quantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6004318Z test_nnc_correctness_rad2deg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6004627Z test_nnc_correctness_rad2deg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6004928Z test_nnc_correctness_rad2deg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6005235Z test_nnc_correctness_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6005538Z test_nnc_correctness_rad2deg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6005836Z test_nnc_correctness_rad2deg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6006129Z test_nnc_correctness_rad2deg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6006428Z test_nnc_correctness_rad2deg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6006728Z test_nnc_correctness_rad2deg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6007015Z test_nnc_correctness_rad2deg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6007298Z test_nnc_correctness_rand_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6007606Z test_nnc_correctness_rand_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6007912Z test_nnc_correctness_rand_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6008219Z test_nnc_correctness_rand_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6008645Z test_nnc_correctness_rand_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6008947Z test_nnc_correctness_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6009242Z test_nnc_correctness_rand_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6009726Z test_nnc_correctness_randint_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6010042Z test_nnc_correctness_randint_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6010345Z test_nnc_correctness_randint_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6010794Z test_nnc_correctness_randint_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6011460Z test_nnc_correctness_randint_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6011784Z test_nnc_correctness_randint_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6012070Z test_nnc_correctness_randint_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6012367Z test_nnc_correctness_randint_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6012666Z test_nnc_correctness_randint_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6012971Z test_nnc_correctness_randint_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6013279Z test_nnc_correctness_randint_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6013584Z test_nnc_correctness_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6013892Z test_nnc_correctness_randint_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6014193Z test_nnc_correctness_randint_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6014495Z test_nnc_correctness_randint_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6014799Z test_nnc_correctness_randint_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6015097Z test_nnc_correctness_randint_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6015392Z test_nnc_correctness_randint_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6015689Z test_nnc_correctness_randn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6016085Z test_nnc_correctness_randn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6016513Z test_nnc_correctness_randn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6016836Z test_nnc_correctness_randn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6017134Z test_nnc_correctness_randn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6017432Z test_nnc_correctness_randn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6018103Z test_nnc_correctness_randn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6018427Z test_nnc_correctness_randn_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6018825Z test_nnc_correctness_randn_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6019152Z test_nnc_correctness_randn_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6019456Z test_nnc_correctness_randn_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6019755Z test_nnc_correctness_randn_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6020063Z test_nnc_correctness_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6020366Z test_nnc_correctness_randn_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6020664Z test_nnc_correctness_ravel_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6020956Z test_nnc_correctness_ravel_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6021259Z test_nnc_correctness_ravel_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6021563Z test_nnc_correctness_ravel_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6021855Z test_nnc_correctness_ravel_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6022156Z test_nnc_correctness_ravel_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6022450Z test_nnc_correctness_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6022736Z test_nnc_correctness_ravel_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6023030Z test_nnc_correctness_ravel_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6023590Z test_nnc_correctness_ravel_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6023860Z test_nnc_correctness_ravel_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6024155Z test_nnc_correctness_ravel_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6024616Z test_nnc_correctness_ravel_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6025100Z test_nnc_correctness_real_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6025400Z test_nnc_correctness_real_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6025704Z test_nnc_correctness_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6026006Z test_nnc_correctness_real_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6027031Z test_nnc_correctness_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6027399Z test_nnc_correctness_real_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6027685Z test_nnc_correctness_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6027965Z test_nnc_correctness_real_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6028259Z test_nnc_correctness_real_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6028557Z test_nnc_correctness_real_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6028839Z test_nnc_correctness_real_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6029126Z test_nnc_correctness_real_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6029405Z test_nnc_correctness_real_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6029720Z test_nnc_correctness_reciprocal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6030024Z test_nnc_correctness_reciprocal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6030535Z test_nnc_correctness_reciprocal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6030861Z test_nnc_correctness_reciprocal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6031169Z test_nnc_correctness_reciprocal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6031844Z test_nnc_correctness_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6032299Z test_nnc_correctness_reciprocal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6032602Z test_nnc_correctness_reciprocal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6032907Z test_nnc_correctness_reciprocal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6033200Z test_nnc_correctness_reciprocal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6033500Z test_nnc_correctness_reciprocal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6033803Z test_nnc_correctness_reciprocal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6034055Z test_nnc_correctness_remainder_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6034437Z test_nnc_correctness_remainder_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6034763Z test_nnc_correctness_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6035059Z test_nnc_correctness_remainder_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6035362Z test_nnc_correctness_remainder_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6035665Z test_nnc_correctness_remainder_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6035966Z test_nnc_correctness_remainder_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6036265Z test_nnc_correctness_remainder_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6036564Z test_nnc_correctness_remainder_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6036862Z test_nnc_correctness_renorm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6037166Z test_nnc_correctness_renorm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6037472Z test_nnc_correctness_renorm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6037772Z test_nnc_correctness_renorm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6038062Z test_nnc_correctness_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6038357Z test_nnc_correctness_renorm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6038657Z test_nnc_correctness_repeat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6038953Z test_nnc_correctness_repeat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6039362Z test_nnc_correctness_repeat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6039648Z test_nnc_correctness_repeat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6039944Z test_nnc_correctness_repeat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6040239Z test_nnc_correctness_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6040539Z test_nnc_correctness_repeat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6040832Z test_nnc_correctness_repeat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6041115Z test_nnc_correctness_repeat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6041471Z test_nnc_correctness_repeat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6041783Z test_nnc_correctness_repeat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6042237Z test_nnc_correctness_repeat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6042582Z test_nnc_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6042900Z test_nnc_correctness_repeat_interleave_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6043377Z test_nnc_correctness_repeat_interleave_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6043920Z test_nnc_correctness_repeat_interleave_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6044242Z test_nnc_correctness_repeat_interleave_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6044561Z test_nnc_correctness_repeat_interleave_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6044880Z test_nnc_correctness_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6045179Z test_nnc_correctness_repeat_interleave_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.6045500Z test_nnc_correctness_repeat_interleave_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6045815Z test_nnc_correctness_repeat_interleave_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6046126Z test_nnc_correctness_repeat_interleave_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6046560Z test_nnc_correctness_repeat_interleave_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6046868Z test_nnc_correctness_repeat_interleave_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6047179Z test_nnc_correctness_reshape_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6047480Z test_nnc_correctness_reshape_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6047789Z test_nnc_correctness_reshape_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6048096Z test_nnc_correctness_reshape_as_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6048407Z test_nnc_correctness_reshape_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6048786Z test_nnc_correctness_reshape_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6049110Z test_nnc_correctness_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6049411Z test_nnc_correctness_reshape_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6049710Z test_nnc_correctness_reshape_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6050013Z test_nnc_correctness_reshape_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6050302Z test_nnc_correctness_reshape_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6050607Z test_nnc_correctness_reshape_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6050908Z test_nnc_correctness_reshape_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6051204Z test_nnc_correctness_reshape_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6051502Z test_nnc_correctness_reshape_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6051811Z test_nnc_correctness_reshape_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6052116Z test_nnc_correctness_reshape_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6052423Z test_nnc_correctness_reshape_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6052723Z test_nnc_correctness_reshape_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6053014Z test_nnc_correctness_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6053311Z test_nnc_correctness_reshape_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6053712Z test_nnc_correctness_reshape_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6054005Z test_nnc_correctness_reshape_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6054301Z test_nnc_correctness_reshape_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6054597Z test_nnc_correctness_reshape_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6054885Z test_nnc_correctness_reshape_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6055190Z test_nnc_correctness_resize__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6055485Z test_nnc_correctness_resize__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6055863Z test_nnc_correctness_resize__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6056164Z test_nnc_correctness_resize__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6056459Z test_nnc_correctness_resize__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6056744Z test_nnc_correctness_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6057048Z test_nnc_correctness_resize__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6057344Z test_nnc_correctness_resize__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6057630Z test_nnc_correctness_resize__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6057920Z test_nnc_correctness_resize__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6058211Z test_nnc_correctness_resize__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6058500Z test_nnc_correctness_resize__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6058804Z test_nnc_correctness_resize_as__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6059261Z test_nnc_correctness_resize_as__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6059586Z test_nnc_correctness_resize_as__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6059894Z test_nnc_correctness_resize_as__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6060411Z test_nnc_correctness_resize_as__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6060953Z test_nnc_correctness_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6061260Z test_nnc_correctness_resize_as__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6061560Z test_nnc_correctness_resize_as__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6061849Z test_nnc_correctness_resize_as__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6062147Z test_nnc_correctness_resize_as__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6062448Z test_nnc_correctness_resize_as__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6062745Z test_nnc_correctness_resize_as__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6063129Z test_nnc_correctness_resolve_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6063449Z test_nnc_correctness_resolve_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6063759Z test_nnc_correctness_resolve_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6064069Z test_nnc_correctness_resolve_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6064417Z test_nnc_correctness_resolve_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6064723Z test_nnc_correctness_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6065026Z test_nnc_correctness_resolve_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6065328Z test_nnc_correctness_resolve_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6065627Z test_nnc_correctness_resolve_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6065929Z test_nnc_correctness_resolve_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6074319Z test_nnc_correctness_resolve_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6074714Z test_nnc_correctness_resolve_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6075029Z test_nnc_correctness_resolve_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6075333Z test_nnc_correctness_resolve_neg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6075641Z test_nnc_correctness_resolve_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6076107Z test_nnc_correctness_resolve_neg_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6076417Z test_nnc_correctness_resolve_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6076718Z test_nnc_correctness_resolve_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6077017Z test_nnc_correctness_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6077308Z test_nnc_correctness_resolve_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6077610Z test_nnc_correctness_resolve_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6077906Z test_nnc_correctness_resolve_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6078275Z test_nnc_correctness_resolve_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6078593Z test_nnc_correctness_resolve_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6078884Z test_nnc_correctness_resolve_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6079174Z test_nnc_correctness_roll_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6079463Z test_nnc_correctness_roll_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6079756Z test_nnc_correctness_roll_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6080054Z test_nnc_correctness_roll_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6080338Z test_nnc_correctness_roll_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6080626Z test_nnc_correctness_roll_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.6080891Z test_nnc_correctness_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6081167Z test_nnc_correctness_roll_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6081456Z test_nnc_correctness_roll_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6081734Z test_nnc_correctness_roll_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6082005Z test_nnc_correctness_roll_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.6082285Z test_nnc_correctness_roll_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6082669Z test_nnc_correctness_roll_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6082959Z test_nnc_correctness_rot90_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6083240Z test_nnc_correctness_rot90_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6083534Z test_nnc_correctness_rot90_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6083826Z test_nnc_correctness_rot90_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6084116Z test_nnc_correctness_rot90_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6084410Z test_nnc_correctness_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6084688Z test_nnc_correctness_rot90_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6085040Z test_nnc_correctness_rot90_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6085336Z test_nnc_correctness_rot90_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6085605Z test_nnc_correctness_rot90_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6085891Z test_nnc_correctness_rot90_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6086180Z test_nnc_correctness_rot90_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6086412Z test_nnc_correctness_round_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6086702Z test_nnc_correctness_round_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6086979Z test_nnc_correctness_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6087264Z test_nnc_correctness_round_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6087542Z test_nnc_correctness_round_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6087834Z test_nnc_correctness_round_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6088115Z test_nnc_correctness_round_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6088397Z test_nnc_correctness_round_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6088673Z test_nnc_correctness_round_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6088981Z test_nnc_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6089378Z test_nnc_correctness_round_decimals_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6089684Z test_nnc_correctness_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6089994Z test_nnc_correctness_round_decimals_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6090294Z test_nnc_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6090591Z test_nnc_correctness_round_decimals_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6090898Z test_nnc_correctness_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6091402Z test_nnc_correctness_round_decimals_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6091810Z test_nnc_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6092294Z test_nnc_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6092725Z test_nnc_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6093019Z test_nnc_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6093320Z test_nnc_correctness_rsqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6093610Z test_nnc_correctness_rsqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6093905Z test_nnc_correctness_rsqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6094199Z test_nnc_correctness_rsqrt_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6094499Z test_nnc_correctness_rsqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6094796Z test_nnc_correctness_rsqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6095077Z test_nnc_correctness_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6095356Z test_nnc_correctness_rsqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6095644Z test_nnc_correctness_rsqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6095932Z test_nnc_correctness_rsqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6096206Z test_nnc_correctness_rsqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6096609Z test_nnc_correctness_rsqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6096888Z test_nnc_correctness_rsqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6097176Z test_nnc_correctness_rsub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6097470Z test_nnc_correctness_rsub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6097765Z test_nnc_correctness_rsub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6098052Z test_nnc_correctness_rsub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6098331Z test_nnc_correctness_rsub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6098675Z test_nnc_correctness_rsub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6098975Z test_nnc_correctness_rsub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6099259Z test_nnc_correctness_rsub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6099539Z test_nnc_correctness_rsub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6099820Z test_nnc_correctness_rsub_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6100099Z test_nnc_correctness_rsub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6100408Z test_nnc_correctness_scalar_tensor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6100708Z test_nnc_correctness_scalar_tensor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6101018Z test_nnc_correctness_scalar_tensor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6101325Z test_nnc_correctness_scalar_tensor_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6101637Z test_nnc_correctness_scalar_tensor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6101941Z test_nnc_correctness_scalar_tensor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.6102245Z test_nnc_correctness_scalar_tensor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6102546Z test_nnc_correctness_scalar_tensor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6102845Z test_nnc_correctness_scalar_tensor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6103241Z test_nnc_correctness_scalar_tensor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6103539Z test_nnc_correctness_scalar_tensor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6103837Z test_nnc_correctness_scalar_tensor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6104137Z test_nnc_correctness_scalar_tensor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6104440Z test_nnc_correctness_scatter_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6104739Z test_nnc_correctness_scatter_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6105049Z test_nnc_correctness_scatter_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6105352Z test_nnc_correctness_scatter_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6105721Z test_nnc_correctness_scatter_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6106037Z test_nnc_correctness_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6106333Z test_nnc_correctness_scatter_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6106629Z test_nnc_correctness_scatter_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6106924Z test_nnc_correctness_scatter_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6107222Z test_nnc_correctness_scatter_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6107512Z test_nnc_correctness_scatter_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6107799Z test_nnc_correctness_scatter_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6108094Z test_nnc_correctness_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6108387Z test_nnc_correctness_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6108688Z test_nnc_correctness_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.6108985Z test_nnc_correctness_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6109279Z test_nnc_correctness_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6109562Z test_nnc_correctness_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6109857Z test_nnc_correctness_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6111098Z test_nnc_correctness_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6111391Z test_nnc_correctness_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6111682Z test_nnc_correctness_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6111972Z test_nnc_correctness_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6112260Z test_nnc_correctness_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6112578Z test_nnc_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6112887Z test_nnc_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6113293Z test_nnc_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6113620Z test_nnc_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6113923Z test_nnc_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6114235Z test_nnc_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6114535Z test_nnc_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6114839Z test_nnc_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.6115148Z test_nnc_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6115459Z test_nnc_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6115767Z test_nnc_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6116075Z test_nnc_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6116373Z test_nnc_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6116675Z test_nnc_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6116978Z test_nnc_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6117270Z test_nnc_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6117662Z test_nnc_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6117968Z test_nnc_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6118280Z test_nnc_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6118585Z test_nnc_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6118890Z test_nnc_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6119188Z test_nnc_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6119487Z test_nnc_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6119861Z test_nnc_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6120176Z test_nnc_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6120478Z test_nnc_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6120780Z test_nnc_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6121093Z test_nnc_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6121402Z test_nnc_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6121766Z test_nnc_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6122068Z test_nnc_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6122368Z test_nnc_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6122673Z test_nnc_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6122973Z test_nnc_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6123273Z test_nnc_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6123578Z test_nnc_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6123884Z test_nnc_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6124287Z test_nnc_correctness_scatter_reduce_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6124595Z test_nnc_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6124897Z test_nnc_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6125190Z test_nnc_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6125498Z test_nnc_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6125802Z test_nnc_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6126106Z test_nnc_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6126487Z test_nnc_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6126809Z test_nnc_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6127116Z test_nnc_correctness_searchsorted_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6127421Z test_nnc_correctness_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6127729Z test_nnc_correctness_searchsorted_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6128034Z test_nnc_correctness_searchsorted_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6128328Z test_nnc_correctness_searchsorted_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6128628Z test_nnc_correctness_searchsorted_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6128925Z test_nnc_correctness_searchsorted_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6129234Z test_nnc_correctness_searchsorted_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6129555Z test_nnc_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6129876Z test_nnc_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6130169Z test_nnc_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6130487Z test_nnc_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6130806Z test_nnc_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6131217Z test_nnc_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6131536Z test_nnc_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6131845Z test_nnc_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6132142Z test_nnc_correctness_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6132431Z test_nnc_correctness_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6132733Z test_nnc_correctness_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6133102Z test_nnc_correctness_select_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6133429Z test_nnc_correctness_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6133726Z test_nnc_correctness_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6134007Z test_nnc_correctness_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6134303Z test_nnc_correctness_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6134592Z test_nnc_correctness_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6134881Z test_nnc_correctness_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6135158Z test_nnc_correctness_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6135442Z test_nnc_correctness_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6135719Z test_nnc_correctness_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6136030Z test_nnc_correctness_select_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6136333Z test_nnc_correctness_select_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6136641Z test_nnc_correctness_select_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6136946Z test_nnc_correctness_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6137251Z test_nnc_correctness_select_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6137548Z test_nnc_correctness_select_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6137939Z test_nnc_correctness_select_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.6138243Z test_nnc_correctness_select_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6138541Z test_nnc_correctness_select_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6138839Z test_nnc_correctness_select_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6139126Z test_nnc_correctness_sgn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6139415Z test_nnc_correctness_sgn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6139709Z test_nnc_correctness_sgn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6140074Z test_nnc_correctness_sgn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6140385Z test_nnc_correctness_sgn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6140674Z test_nnc_correctness_sgn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6140956Z test_nnc_correctness_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6141236Z test_nnc_correctness_sgn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6141519Z test_nnc_correctness_sgn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6141790Z test_nnc_correctness_sgn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6142073Z test_nnc_correctness_sgn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6142354Z test_nnc_correctness_sgn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6142639Z test_nnc_correctness_sgn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6142936Z test_nnc_correctness_short_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6143225Z test_nnc_correctness_short_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6143519Z test_nnc_correctness_short_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6143815Z test_nnc_correctness_short_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6144106Z test_nnc_correctness_short_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T03:15:08.6144489Z test_nnc_correctness_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6144780Z test_nnc_correctness_short_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6145069Z test_nnc_correctness_short_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6145331Z test_nnc_correctness_short_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6145603Z test_nnc_correctness_short_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6145886Z test_nnc_correctness_short_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6146174Z test_nnc_correctness_short_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6146469Z test_nnc_correctness_sigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6147535Z test_nnc_correctness_sigmoid_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6148111Z test_nnc_correctness_sigmoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6148442Z test_nnc_correctness_sigmoid_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6148743Z test_nnc_correctness_sigmoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6149181Z test_nnc_correctness_sigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6149722Z test_nnc_correctness_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6150035Z test_nnc_correctness_sigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6150323Z test_nnc_correctness_sigmoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6150817Z test_nnc_correctness_sigmoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6151136Z test_nnc_correctness_sigmoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6151421Z test_nnc_correctness_sigmoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6151710Z test_nnc_correctness_sigmoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6152001Z test_nnc_correctness_sign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6152287Z test_nnc_correctness_sign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6152570Z test_nnc_correctness_sign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.6152994Z test_nnc_correctness_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6153269Z test_nnc_correctness_sign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6153550Z test_nnc_correctness_sign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6153836Z test_nnc_correctness_sign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6154109Z test_nnc_correctness_sign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6154396Z test_nnc_correctness_sign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6154669Z test_nnc_correctness_sign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6155058Z test_nnc_correctness_signal_windows_cosine_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6155393Z test_nnc_correctness_signal_windows_cosine_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6155705Z test_nnc_correctness_signal_windows_cosine_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6156005Z test_nnc_correctness_signal_windows_cosine_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6156337Z test_nnc_correctness_signal_windows_exponential_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6156662Z test_nnc_correctness_signal_windows_exponential_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6156981Z test_nnc_correctness_signal_windows_exponential_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6157300Z test_nnc_correctness_signal_windows_exponential_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6157619Z test_nnc_correctness_signal_windows_gaussian_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6157934Z test_nnc_correctness_signal_windows_gaussian_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6158254Z test_nnc_correctness_signal_windows_gaussian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6158568Z test_nnc_correctness_signal_windows_gaussian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6158880Z test_nnc_correctness_signal_windows_kaiser_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6159191Z test_nnc_correctness_signal_windows_kaiser_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6159596Z test_nnc_correctness_signal_windows_kaiser_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6159897Z test_nnc_correctness_signal_windows_kaiser_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6160198Z test_nnc_correctness_signbit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6160487Z test_nnc_correctness_signbit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6160780Z test_nnc_correctness_signbit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6161074Z test_nnc_correctness_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6161371Z test_nnc_correctness_signbit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6161729Z test_nnc_correctness_signbit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6162044Z test_nnc_correctness_signbit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6162334Z test_nnc_correctness_signbit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6162619Z test_nnc_correctness_signbit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6162891Z test_nnc_correctness_signbit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6163177Z test_nnc_correctness_sin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6163463Z test_nnc_correctness_sin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6163757Z test_nnc_correctness_sin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6164043Z test_nnc_correctness_sin_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6164385Z test_nnc_correctness_sin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6164688Z test_nnc_correctness_sin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6164964Z test_nnc_correctness_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6165241Z test_nnc_correctness_sin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6165524Z test_nnc_correctness_sin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6165799Z test_nnc_correctness_sin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6166067Z test_nnc_correctness_sin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6166443Z test_nnc_correctness_sin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6166731Z test_nnc_correctness_sin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6167022Z test_nnc_correctness_sinc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6167309Z test_nnc_correctness_sinc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6167603Z test_nnc_correctness_sinc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.6167896Z test_nnc_correctness_sinc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6168183Z test_nnc_correctness_sinc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6168527Z test_nnc_correctness_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6168818Z test_nnc_correctness_sinc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6169104Z test_nnc_correctness_sinc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6169380Z test_nnc_correctness_sinc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6169652Z test_nnc_correctness_sinc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6169930Z test_nnc_correctness_sinc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6170216Z test_nnc_correctness_sinc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.6170504Z test_nnc_correctness_sinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6170782Z test_nnc_correctness_sinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6171075Z test_nnc_correctness_sinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6171369Z test_nnc_correctness_sinh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6171663Z test_nnc_correctness_sinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6171950Z test_nnc_correctness_sinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6172233Z test_nnc_correctness_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6172505Z test_nnc_correctness_sinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6172879Z test_nnc_correctness_sinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6173151Z test_nnc_correctness_sinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6173437Z test_nnc_correctness_sinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6173717Z test_nnc_correctness_sinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6173993Z test_nnc_correctness_sinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6174284Z test_nnc_correctness_slice_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6174567Z test_nnc_correctness_slice_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6174861Z test_nnc_correctness_slice_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6175231Z test_nnc_correctness_slice_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6175541Z test_nnc_correctness_slice_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6175818Z test_nnc_correctness_slice_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6176108Z test_nnc_correctness_slice_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6176394Z test_nnc_correctness_slice_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6176685Z test_nnc_correctness_slice_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6176964Z test_nnc_correctness_slice_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6177237Z test_nnc_correctness_slice_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6177523Z test_nnc_correctness_slice_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6177807Z test_nnc_correctness_slice_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6178116Z test_nnc_correctness_slice_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6178421Z test_nnc_correctness_slice_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6178724Z test_nnc_correctness_slice_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6179028Z test_nnc_correctness_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6179329Z test_nnc_correctness_slice_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6179723Z test_nnc_correctness_slice_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6180021Z test_nnc_correctness_slice_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6180325Z test_nnc_correctness_slice_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6180623Z test_nnc_correctness_slice_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6180917Z test_nnc_correctness_slice_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6181215Z test_nnc_correctness_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6181508Z test_nnc_correctness_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6181869Z test_nnc_correctness_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6182173Z test_nnc_correctness_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6182484Z test_nnc_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6182785Z test_nnc_correctness_softmax_with_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6183103Z test_nnc_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6183419Z test_nnc_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6183724Z test_nnc_correctness_softmax_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6184032Z test_nnc_correctness_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6184326Z test_nnc_correctness_softmax_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6184630Z test_nnc_correctness_softmax_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6184933Z test_nnc_correctness_softmax_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6185238Z test_nnc_correctness_softmax_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6185540Z test_nnc_correctness_softmax_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6185838Z test_nnc_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6186128Z test_nnc_correctness_sort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6186509Z test_nnc_correctness_sort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6186796Z test_nnc_correctness_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6187071Z test_nnc_correctness_sort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6187351Z test_nnc_correctness_sort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6187622Z test_nnc_correctness_sort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6187909Z test_nnc_correctness_sort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6188192Z test_nnc_correctness_sort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6188535Z test_nnc_correctness_sort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6188875Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6189190Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6189501Z test_nnc_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6189807Z test_nnc_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6190115Z test_nnc_correctness_special_airy_ai_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6190420Z test_nnc_correctness_special_airy_ai_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6190723Z test_nnc_correctness_special_airy_ai_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6191023Z test_nnc_correctness_special_airy_ai_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6191328Z test_nnc_correctness_special_airy_ai_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6191625Z test_nnc_correctness_special_airy_ai_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6191909Z test_nnc_correctness_special_airy_ai_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6192201Z test_nnc_correctness_special_airy_ai_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6192562Z test_nnc_correctness_special_bessel_j0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6192869Z test_nnc_correctness_special_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6193263Z test_nnc_correctness_special_bessel_j0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6193568Z test_nnc_correctness_special_bessel_j0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6193868Z test_nnc_correctness_special_bessel_j0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6194171Z test_nnc_correctness_special_bessel_j0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6194470Z test_nnc_correctness_special_bessel_j0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6194768Z test_nnc_correctness_special_bessel_j0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6195136Z test_nnc_correctness_special_bessel_j1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6195458Z test_nnc_correctness_special_bessel_j1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6195766Z test_nnc_correctness_special_bessel_j1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6196064Z test_nnc_correctness_special_bessel_j1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6196364Z test_nnc_correctness_special_bessel_j1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6196665Z test_nnc_correctness_special_bessel_j1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6196968Z test_nnc_correctness_special_bessel_j1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6197260Z test_nnc_correctness_special_bessel_j1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6197559Z test_nnc_correctness_special_bessel_y0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6197861Z test_nnc_correctness_special_bessel_y0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6198159Z test_nnc_correctness_special_bessel_y0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6198452Z test_nnc_correctness_special_bessel_y0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6198747Z test_nnc_correctness_special_bessel_y0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6199044Z test_nnc_correctness_special_bessel_y0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6199343Z test_nnc_correctness_special_bessel_y0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6199732Z test_nnc_correctness_special_bessel_y0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6200077Z test_nnc_correctness_special_bessel_y1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6200384Z test_nnc_correctness_special_bessel_y1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6200679Z test_nnc_correctness_special_bessel_y1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6200976Z test_nnc_correctness_special_bessel_y1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6201276Z test_nnc_correctness_special_bessel_y1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6201571Z test_nnc_correctness_special_bessel_y1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6201934Z test_nnc_correctness_special_bessel_y1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6202247Z test_nnc_correctness_special_bessel_y1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6202516Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6202785Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6203055Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6203318Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6203583Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:15:08.6203850Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6204112Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6204371Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6204631Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6204900Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6205166Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.011s) 2022-11-23T03:15:08.6205430Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6205671Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6205931Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6206191Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6206546Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6206807Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6207067Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6207332Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6207589Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6207844Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6208100Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6208357Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6208612Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6208942Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6209223Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6209486Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6209742Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6209997Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6210258Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6210514Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6210772Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6211078Z test_nnc_correctness_special_entr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6211377Z test_nnc_correctness_special_entr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6211679Z test_nnc_correctness_special_entr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6211986Z test_nnc_correctness_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6212287Z test_nnc_correctness_special_entr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:15:08.6212590Z test_nnc_correctness_special_entr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6212886Z test_nnc_correctness_special_entr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6213181Z test_nnc_correctness_special_entr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:15:08.6213567Z test_nnc_correctness_special_entr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6213868Z test_nnc_correctness_special_entr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6214170Z test_nnc_correctness_special_erfcx_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6214473Z test_nnc_correctness_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6214776Z test_nnc_correctness_special_erfcx_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6215073Z test_nnc_correctness_special_erfcx_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6215359Z test_nnc_correctness_special_erfcx_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6215655Z test_nnc_correctness_special_erfcx_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6216024Z test_nnc_correctness_special_erfcx_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6216338Z test_nnc_correctness_special_erfcx_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6216603Z test_nnc_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.6216868Z test_nnc_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.6217134Z test_nnc_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6217396Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6217652Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.6217909Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.6218168Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6218426Z test_nnc_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6218681Z test_nnc_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.6218950Z test_nnc_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6219213Z test_nnc_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6219475Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6219726Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6219983Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.6220242Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.6221447Z test_nnc_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6221753Z test_nnc_correctness_special_i0e_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6222055Z test_nnc_correctness_special_i0e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6222359Z test_nnc_correctness_special_i0e_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6222654Z test_nnc_correctness_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6222948Z test_nnc_correctness_special_i0e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6223246Z test_nnc_correctness_special_i0e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6223541Z test_nnc_correctness_special_i0e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6223930Z test_nnc_correctness_special_i0e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6224248Z test_nnc_correctness_special_i0e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6224537Z test_nnc_correctness_special_i0e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6224833Z test_nnc_correctness_special_i1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6225132Z test_nnc_correctness_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6225430Z test_nnc_correctness_special_i1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6225720Z test_nnc_correctness_special_i1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6226010Z test_nnc_correctness_special_i1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6226289Z test_nnc_correctness_special_i1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6226586Z test_nnc_correctness_special_i1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6226866Z test_nnc_correctness_special_i1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6227156Z test_nnc_correctness_special_i1e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.6227456Z test_nnc_correctness_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6227751Z test_nnc_correctness_special_i1e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6228047Z test_nnc_correctness_special_i1e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6228441Z test_nnc_correctness_special_i1e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6228729Z test_nnc_correctness_special_i1e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6229021Z test_nnc_correctness_special_i1e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6229309Z test_nnc_correctness_special_i1e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6229579Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6229850Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6230108Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6230437Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6230717Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6230977Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6231235Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6231495Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6231761Z test_nnc_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6232026Z test_nnc_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6232291Z test_nnc_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:15:08.6232550Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6232809Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6233065Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:15:08.6233322Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6233586Z test_nnc_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6233894Z test_nnc_correctness_special_log_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6234203Z test_nnc_correctness_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6234508Z test_nnc_correctness_special_log_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6234808Z test_nnc_correctness_special_log_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6235109Z test_nnc_correctness_special_log_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6235513Z test_nnc_correctness_special_log_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6235815Z test_nnc_correctness_special_log_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6236109Z test_nnc_correctness_special_log_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6236427Z test_nnc_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6236748Z test_nnc_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6237071Z test_nnc_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6237453Z test_nnc_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6237791Z test_nnc_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6238106Z test_nnc_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6238418Z test_nnc_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6238737Z test_nnc_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6239055Z test_nnc_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6239355Z test_nnc_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6239670Z test_nnc_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6239980Z test_nnc_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6240284Z test_nnc_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6240600Z test_nnc_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6240912Z test_nnc_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6241226Z test_nnc_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6241543Z test_nnc_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6241955Z test_nnc_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6242275Z test_nnc_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6242591Z test_nnc_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6242899Z test_nnc_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6243201Z test_nnc_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6243518Z test_nnc_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6243829Z test_nnc_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6244213Z test_nnc_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6244556Z test_nnc_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6244873Z test_nnc_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6245184Z test_nnc_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6245495Z test_nnc_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6245807Z test_nnc_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6246117Z test_nnc_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6246430Z test_nnc_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6246734Z test_nnc_correctness_special_ndtr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6247034Z test_nnc_correctness_special_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6247334Z test_nnc_correctness_special_ndtr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6247631Z test_nnc_correctness_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6247932Z test_nnc_correctness_special_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6248229Z test_nnc_correctness_special_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6248617Z test_nnc_correctness_special_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-11-23T03:15:08.6248911Z test_nnc_correctness_special_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6249208Z test_nnc_correctness_special_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6249497Z test_nnc_correctness_special_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6249793Z test_nnc_correctness_special_ndtri_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6250095Z test_nnc_correctness_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6250622Z test_nnc_correctness_special_ndtri_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6251020Z test_nnc_correctness_special_ndtri_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6251481Z test_nnc_correctness_special_ndtri_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6251916Z test_nnc_correctness_special_ndtri_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6252217Z test_nnc_correctness_special_ndtri_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6252521Z test_nnc_correctness_special_ndtri_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6252862Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6253202Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6253540Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6253881Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.6254217Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6254558Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6254891Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6255220Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6255546Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6255983Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6256316Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6256637Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6256958Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6257458Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6257796Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6259134Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6259533Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6259862Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6260186Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6260521Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6260849Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6261169Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6261489Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6261813Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6262133Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6262416Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:15:08.6262695Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6262964Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6263234Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6263636Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6263895Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6264329Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.012s) 2022-11-23T03:15:08.6264664Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6264938Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6265213Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6265704Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6266018Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6266290Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6267171Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6267505Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6267776Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6268041Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6268322Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6268591Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6268867Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6269137Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6269404Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6269673Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6269942Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6270214Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6270485Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6270753Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6271020Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6271466Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6271741Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6272138Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6272675Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:15:08.6273016Z test_nnc_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6273344Z test_nnc_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6273669Z test_nnc_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6273991Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6274318Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6275211Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6275593Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6275913Z test_nnc_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6276221Z test_nnc_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6276527Z test_nnc_correctness_special_xlog1py_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6276833Z test_nnc_correctness_special_xlog1py_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6277138Z test_nnc_correctness_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6277428Z test_nnc_correctness_special_xlog1py_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6277726Z test_nnc_correctness_special_xlog1py_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6278184Z test_nnc_correctness_special_xlog1py_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6278501Z test_nnc_correctness_special_xlog1py_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6278803Z test_nnc_correctness_special_xlog1py_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6279236Z test_nnc_correctness_special_xlog1py_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.6279688Z test_nnc_correctness_special_zeta_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6280126Z test_nnc_correctness_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6280425Z test_nnc_correctness_special_zeta_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6280727Z test_nnc_correctness_special_zeta_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6281025Z test_nnc_correctness_special_zeta_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6281316Z test_nnc_correctness_special_zeta_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6281611Z test_nnc_correctness_special_zeta_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6281912Z test_nnc_correctness_special_zeta_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6282204Z test_nnc_correctness_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6283065Z test_nnc_correctness_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6283423Z test_nnc_correctness_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6283721Z test_nnc_correctness_split_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6284006Z test_nnc_correctness_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6284303Z test_nnc_correctness_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6284599Z test_nnc_correctness_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6285012Z test_nnc_correctness_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6285339Z test_nnc_correctness_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6285619Z test_nnc_correctness_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6285895Z test_nnc_correctness_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6286438Z test_nnc_correctness_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6286762Z test_nnc_correctness_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6287070Z test_nnc_correctness_split_list_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6287371Z test_nnc_correctness_split_list_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6287678Z test_nnc_correctness_split_list_args_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6288110Z test_nnc_correctness_split_list_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6288418Z test_nnc_correctness_split_list_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6288720Z test_nnc_correctness_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6289023Z test_nnc_correctness_split_list_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6289320Z test_nnc_correctness_split_list_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6289622Z test_nnc_correctness_split_list_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6289922Z test_nnc_correctness_split_list_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6290790Z test_nnc_correctness_split_list_args_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6291142Z test_nnc_correctness_split_list_args_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6291449Z test_nnc_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6291747Z test_nnc_correctness_split_with_sizes_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6292233Z test_nnc_correctness_split_with_sizes_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6292550Z test_nnc_correctness_split_with_sizes_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6292859Z test_nnc_correctness_split_with_sizes_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6293298Z test_nnc_correctness_split_with_sizes_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6293606Z test_nnc_correctness_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6294063Z test_nnc_correctness_split_with_sizes_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6294374Z test_nnc_correctness_split_with_sizes_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6294675Z test_nnc_correctness_split_with_sizes_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6294973Z test_nnc_correctness_split_with_sizes_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6295268Z test_nnc_correctness_split_with_sizes_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6295695Z test_nnc_correctness_split_with_sizes_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6295989Z test_nnc_correctness_sqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6296262Z test_nnc_correctness_sqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6296556Z test_nnc_correctness_sqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6296846Z test_nnc_correctness_sqrt_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6297140Z test_nnc_correctness_sqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6297433Z test_nnc_correctness_sqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6298303Z test_nnc_correctness_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6298649Z test_nnc_correctness_sqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6298937Z test_nnc_correctness_sqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6299214Z test_nnc_correctness_sqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6299661Z test_nnc_correctness_sqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6299953Z test_nnc_correctness_sqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6300235Z test_nnc_correctness_sqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6300738Z test_nnc_correctness_square_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6301074Z test_nnc_correctness_square_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6301372Z test_nnc_correctness_square_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6301671Z test_nnc_correctness_square_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6301966Z test_nnc_correctness_square_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6302260Z test_nnc_correctness_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6302549Z test_nnc_correctness_square_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:15:08.6302834Z test_nnc_correctness_square_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6303113Z test_nnc_correctness_square_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6303513Z test_nnc_correctness_square_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6303795Z test_nnc_correctness_square_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6304090Z test_nnc_correctness_square_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6304386Z test_nnc_correctness_squeeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6304666Z test_nnc_correctness_squeeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6304965Z test_nnc_correctness_squeeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6305269Z test_nnc_correctness_squeeze_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6306305Z test_nnc_correctness_squeeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6306677Z test_nnc_correctness_squeeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6306963Z test_nnc_correctness_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6307258Z test_nnc_correctness_squeeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6307707Z test_nnc_correctness_squeeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6308149Z test_nnc_correctness_squeeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.6308446Z test_nnc_correctness_squeeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6308736Z test_nnc_correctness_squeeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6309018Z test_nnc_correctness_squeeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6309310Z test_nnc_correctness_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6309601Z test_nnc_correctness_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6309900Z test_nnc_correctness_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6310195Z test_nnc_correctness_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6310489Z test_nnc_correctness_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6310777Z test_nnc_correctness_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6311190Z test_nnc_correctness_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6311479Z test_nnc_correctness_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6311769Z test_nnc_correctness_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6312031Z test_nnc_correctness_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6312302Z test_nnc_correctness_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6312585Z test_nnc_correctness_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6312875Z test_nnc_correctness_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6313162Z test_nnc_correctness_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6314204Z test_nnc_correctness_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6314730Z test_nnc_correctness_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6315131Z test_nnc_correctness_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6315413Z test_nnc_correctness_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6315693Z test_nnc_correctness_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6315991Z test_nnc_correctness_std_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6316293Z test_nnc_correctness_std_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6316592Z test_nnc_correctness_std_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6316886Z test_nnc_correctness_std_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6317173Z test_nnc_correctness_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6317467Z test_nnc_correctness_std_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6317762Z test_nnc_correctness_stft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6318050Z test_nnc_correctness_stft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6318339Z test_nnc_correctness_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6318617Z test_nnc_correctness_stft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6319021Z test_nnc_correctness_sub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6319304Z test_nnc_correctness_sub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6319598Z test_nnc_correctness_sub_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6319889Z test_nnc_correctness_sub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6320301Z test_nnc_correctness_sub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6320616Z test_nnc_correctness_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6320895Z test_nnc_correctness_sub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6322018Z test_nnc_correctness_sub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6322369Z test_nnc_correctness_sub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6322639Z test_nnc_correctness_sub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6322917Z test_nnc_correctness_sub_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6323205Z test_nnc_correctness_sub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6323491Z test_nnc_correctness_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6323774Z test_nnc_correctness_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6324068Z test_nnc_correctness_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6324359Z test_nnc_correctness_sum_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6324649Z test_nnc_correctness_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6324943Z test_nnc_correctness_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6325224Z test_nnc_correctness_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6325500Z test_nnc_correctness_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6325777Z test_nnc_correctness_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6326047Z test_nnc_correctness_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6326328Z test_nnc_correctness_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6326733Z test_nnc_correctness_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6327014Z test_nnc_correctness_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6327467Z test_nnc_correctness_sum_to_size_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6327764Z test_nnc_correctness_sum_to_size_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6328066Z test_nnc_correctness_sum_to_size_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6328740Z test_nnc_correctness_sum_to_size_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6329053Z test_nnc_correctness_sum_to_size_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6329964Z test_nnc_correctness_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6330320Z test_nnc_correctness_sum_to_size_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6330614Z test_nnc_correctness_sum_to_size_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6330907Z test_nnc_correctness_sum_to_size_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6331195Z test_nnc_correctness_sum_to_size_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6331484Z test_nnc_correctness_sum_to_size_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6331775Z test_nnc_correctness_sum_to_size_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6332068Z test_nnc_correctness_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6332356Z test_nnc_correctness_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6332644Z test_nnc_correctness_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6332929Z test_nnc_correctness_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6333231Z test_nnc_correctness_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6333532Z test_nnc_correctness_svd_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6333826Z test_nnc_correctness_symeig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6334300Z test_nnc_correctness_symeig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6334736Z test_nnc_correctness_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6335183Z test_nnc_correctness_symeig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6335720Z test_nnc_correctness_t_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6336020Z test_nnc_correctness_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6336313Z test_nnc_correctness_t_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6336601Z test_nnc_correctness_t_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6336887Z test_nnc_correctness_t_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6337172Z test_nnc_correctness_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6338048Z test_nnc_correctness_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6338393Z test_nnc_correctness_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6338674Z test_nnc_correctness_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6338952Z test_nnc_correctness_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6339236Z test_nnc_correctness_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6339518Z test_nnc_correctness_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6339823Z test_nnc_correctness_take_along_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6340123Z test_nnc_correctness_take_along_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6340429Z test_nnc_correctness_take_along_dim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6340736Z test_nnc_correctness_take_along_dim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6341211Z test_nnc_correctness_take_along_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6341527Z test_nnc_correctness_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6341827Z test_nnc_correctness_take_along_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6342287Z test_nnc_correctness_take_along_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6342808Z test_nnc_correctness_take_along_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6343818Z test_nnc_correctness_take_along_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6344121Z test_nnc_correctness_take_along_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6344419Z test_nnc_correctness_take_along_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6344710Z test_nnc_correctness_take_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6344995Z test_nnc_correctness_take_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6345279Z test_nnc_correctness_take_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6345575Z test_nnc_correctness_take_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6346455Z test_nnc_correctness_take_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6346796Z test_nnc_correctness_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6347069Z test_nnc_correctness_take_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6347353Z test_nnc_correctness_take_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6347640Z test_nnc_correctness_take_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6348085Z test_nnc_correctness_take_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6348389Z test_nnc_correctness_take_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6348662Z test_nnc_correctness_take_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6349091Z test_nnc_correctness_tan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6349627Z test_nnc_correctness_tan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6349937Z test_nnc_correctness_tan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6350233Z test_nnc_correctness_tan_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6350518Z test_nnc_correctness_tan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.6350806Z test_nnc_correctness_tan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6351084Z test_nnc_correctness_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6351485Z test_nnc_correctness_tan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6351769Z test_nnc_correctness_tan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6352049Z test_nnc_correctness_tan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6352318Z test_nnc_correctness_tan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6352596Z test_nnc_correctness_tan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6352880Z test_nnc_correctness_tan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6353174Z test_nnc_correctness_tanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6353461Z test_nnc_correctness_tanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6353829Z test_nnc_correctness_tanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6354139Z test_nnc_correctness_tanh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6354433Z test_nnc_correctness_tanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6354724Z test_nnc_correctness_tanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6355183Z test_nnc_correctness_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6355472Z test_nnc_correctness_tanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.6355756Z test_nnc_correctness_tanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6356393Z test_nnc_correctness_tanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6356696Z test_nnc_correctness_tanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6356980Z test_nnc_correctness_tanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6357257Z test_nnc_correctness_tanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6357564Z test_nnc_correctness_tensor_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6357863Z test_nnc_correctness_tensor_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6358167Z test_nnc_correctness_tensor_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6358474Z test_nnc_correctness_tensor_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6358892Z test_nnc_correctness_tensor_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6359194Z test_nnc_correctness_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6359491Z test_nnc_correctness_tensor_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6359789Z test_nnc_correctness_tensor_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6360084Z test_nnc_correctness_tensor_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6360374Z test_nnc_correctness_tensor_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6360670Z test_nnc_correctness_tensor_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6361034Z test_nnc_correctness_tensor_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6361356Z test_nnc_correctness_tensordot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6361817Z test_nnc_correctness_tensordot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6362150Z test_nnc_correctness_tensordot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6362450Z test_nnc_correctness_tensordot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6362895Z test_nnc_correctness_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6363438Z test_nnc_correctness_tensordot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6363745Z test_nnc_correctness_tile_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6364030Z test_nnc_correctness_tile_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6364324Z test_nnc_correctness_tile_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6364665Z test_nnc_correctness_tile_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6364958Z test_nnc_correctness_tile_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6365234Z test_nnc_correctness_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6365507Z test_nnc_correctness_tile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6365790Z test_nnc_correctness_tile_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6366187Z test_nnc_correctness_tile_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6366466Z test_nnc_correctness_tile_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6366749Z test_nnc_correctness_tile_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6367026Z test_nnc_correctness_tile_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6367312Z test_nnc_correctness_to_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6367595Z test_nnc_correctness_to_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6367890Z test_nnc_correctness_to_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6368178Z test_nnc_correctness_to_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6368640Z test_nnc_correctness_to_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6369001Z test_nnc_correctness_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6369277Z test_nnc_correctness_to_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6369561Z test_nnc_correctness_to_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6370238Z test_nnc_correctness_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6370541Z test_nnc_correctness_to_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6370821Z test_nnc_correctness_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6371097Z test_nnc_correctness_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6371396Z test_nnc_correctness_to_sparse_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6371693Z test_nnc_correctness_to_sparse_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6371994Z test_nnc_correctness_to_sparse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6372297Z test_nnc_correctness_to_sparse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6372591Z test_nnc_correctness_to_sparse_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6372886Z test_nnc_correctness_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6373181Z test_nnc_correctness_to_sparse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6373592Z test_nnc_correctness_to_sparse_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6373874Z test_nnc_correctness_to_sparse_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6374173Z test_nnc_correctness_to_sparse_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6374464Z test_nnc_correctness_to_sparse_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6374756Z test_nnc_correctness_to_sparse_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6375049Z test_nnc_correctness_topk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6375339Z test_nnc_correctness_topk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6375894Z test_nnc_correctness_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6376190Z test_nnc_correctness_topk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6376476Z test_nnc_correctness_topk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6377113Z test_nnc_correctness_topk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6377422Z test_nnc_correctness_topk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6377767Z test_nnc_correctness_topk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6378109Z test_nnc_correctness_topk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6378405Z test_nnc_correctness_trace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6378681Z test_nnc_correctness_trace_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6378979Z test_nnc_correctness_trace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6379282Z test_nnc_correctness_trace_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6379570Z test_nnc_correctness_trace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6379865Z test_nnc_correctness_trace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6380157Z test_nnc_correctness_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6380441Z test_nnc_correctness_trace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6380726Z test_nnc_correctness_trace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.6381117Z test_nnc_correctness_trace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6381391Z test_nnc_correctness_trace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6381680Z test_nnc_correctness_trace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6381975Z test_nnc_correctness_trace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6382275Z test_nnc_correctness_transpose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6382754Z test_nnc_correctness_transpose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6383071Z test_nnc_correctness_transpose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6383456Z test_nnc_correctness_transpose_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6384175Z test_nnc_correctness_transpose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6384491Z test_nnc_correctness_transpose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6384789Z test_nnc_correctness_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6385092Z test_nnc_correctness_transpose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6385389Z test_nnc_correctness_transpose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6385681Z test_nnc_correctness_transpose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6385965Z test_nnc_correctness_transpose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6386258Z test_nnc_correctness_transpose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6386555Z test_nnc_correctness_transpose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6386854Z test_nnc_correctness_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6387158Z test_nnc_correctness_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6387459Z test_nnc_correctness_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6387757Z test_nnc_correctness_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6388051Z test_nnc_correctness_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6388462Z test_nnc_correctness_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6388754Z test_nnc_correctness_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6389047Z test_nnc_correctness_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6389344Z test_nnc_correctness_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6389797Z test_nnc_correctness_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6390097Z test_nnc_correctness_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6390394Z test_nnc_correctness_trapz_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6391048Z test_nnc_correctness_trapz_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6391697Z test_nnc_correctness_trapz_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6392010Z test_nnc_correctness_trapz_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6392275Z test_nnc_correctness_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6392570Z test_nnc_correctness_trapz_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6392858Z test_nnc_correctness_trapz_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6393149Z test_nnc_correctness_trapz_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6393427Z test_nnc_correctness_trapz_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6393708Z test_nnc_correctness_trapz_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6393985Z test_nnc_correctness_trapz_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6394305Z test_nnc_correctness_triangular_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6394620Z test_nnc_correctness_triangular_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6394927Z test_nnc_correctness_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6395235Z test_nnc_correctness_triangular_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6395519Z test_nnc_correctness_tril_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6395938Z test_nnc_correctness_tril_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6396231Z test_nnc_correctness_tril_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6396528Z test_nnc_correctness_tril_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6396818Z test_nnc_correctness_tril_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6397281Z test_nnc_correctness_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6397566Z test_nnc_correctness_tril_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6397853Z test_nnc_correctness_tril_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6398324Z test_nnc_correctness_tril_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6398873Z test_nnc_correctness_tril_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6399176Z test_nnc_correctness_tril_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6399453Z test_nnc_correctness_tril_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6399746Z test_nnc_correctness_tril_indices_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6400045Z test_nnc_correctness_tril_indices_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6400334Z test_nnc_correctness_triu_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6400628Z test_nnc_correctness_triu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6400917Z test_nnc_correctness_triu_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6401206Z test_nnc_correctness_triu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6401494Z test_nnc_correctness_triu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6401779Z test_nnc_correctness_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6402059Z test_nnc_correctness_triu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6402338Z test_nnc_correctness_triu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6402612Z test_nnc_correctness_triu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6402895Z test_nnc_correctness_triu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6403271Z test_nnc_correctness_triu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6403550Z test_nnc_correctness_triu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6403987Z test_nnc_correctness_triu_indices_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6404314Z test_nnc_correctness_triu_indices_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6404614Z test_nnc_correctness_true_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6404909Z test_nnc_correctness_true_divide_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6405593Z test_nnc_correctness_true_divide_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6406002Z test_nnc_correctness_true_divide_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6406325Z test_nnc_correctness_true_divide_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6406619Z test_nnc_correctness_true_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6406914Z test_nnc_correctness_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6407206Z test_nnc_correctness_true_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6407487Z test_nnc_correctness_true_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6407784Z test_nnc_correctness_true_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6408073Z test_nnc_correctness_true_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6408363Z test_nnc_correctness_true_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6408652Z test_nnc_correctness_true_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6408949Z test_nnc_correctness_trunc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6409239Z test_nnc_correctness_trunc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6409525Z test_nnc_correctness_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6409815Z test_nnc_correctness_trunc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6410101Z test_nnc_correctness_trunc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6410480Z test_nnc_correctness_trunc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6410852Z test_nnc_correctness_trunc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6411197Z test_nnc_correctness_trunc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6411483Z test_nnc_correctness_trunc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6411773Z test_nnc_correctness_unbind_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6412449Z test_nnc_correctness_unbind_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6412770Z test_nnc_correctness_unbind_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6413065Z test_nnc_correctness_unbind_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6413456Z test_nnc_correctness_unbind_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6413767Z test_nnc_correctness_unbind_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6414046Z test_nnc_correctness_unbind_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6414338Z test_nnc_correctness_unbind_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6414628Z test_nnc_correctness_unbind_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6414917Z test_nnc_correctness_unbind_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6415196Z test_nnc_correctness_unbind_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6415479Z test_nnc_correctness_unbind_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6415757Z test_nnc_correctness_unbind_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6416057Z test_nnc_correctness_unflatten_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6416351Z test_nnc_correctness_unflatten_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6416657Z test_nnc_correctness_unflatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6416958Z test_nnc_correctness_unflatten_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6417258Z test_nnc_correctness_unflatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6417552Z test_nnc_correctness_unflatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6418103Z test_nnc_correctness_unflatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6418410Z test_nnc_correctness_unflatten_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6418704Z test_nnc_correctness_unflatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6419346Z test_nnc_correctness_unflatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6419657Z test_nnc_correctness_unflatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6419951Z test_nnc_correctness_unflatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6420238Z test_nnc_correctness_unflatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6420631Z test_nnc_correctness_unfold_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6420951Z test_nnc_correctness_unfold_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6421257Z test_nnc_correctness_unfold_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6421558Z test_nnc_correctness_unfold_copy_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6421915Z test_nnc_correctness_unfold_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6422219Z test_nnc_correctness_unfold_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6422515Z test_nnc_correctness_unfold_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6422807Z test_nnc_correctness_unfold_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6423088Z test_nnc_correctness_unfold_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6423383Z test_nnc_correctness_unfold_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6423669Z test_nnc_correctness_unfold_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6423964Z test_nnc_correctness_unfold_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6424254Z test_nnc_correctness_unfold_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6424544Z test_nnc_correctness_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6424977Z test_nnc_correctness_unfold_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6425385Z test_nnc_correctness_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6425685Z test_nnc_correctness_unfold_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6426338Z test_nnc_correctness_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6426649Z test_nnc_correctness_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6426941Z test_nnc_correctness_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6427228Z test_nnc_correctness_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6427516Z test_nnc_correctness_unfold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6427884Z test_nnc_correctness_unfold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6428180Z test_nnc_correctness_unfold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6428465Z test_nnc_correctness_unfold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6428752Z test_nnc_correctness_unfold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6429050Z test_nnc_correctness_uniform_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6429348Z test_nnc_correctness_uniform_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6429647Z test_nnc_correctness_uniform_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6429937Z test_nnc_correctness_uniform_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6430228Z test_nnc_correctness_uniform_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6430508Z test_nnc_correctness_uniform_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.6430819Z test_nnc_correctness_unique_consecutive_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6431130Z test_nnc_correctness_unique_consecutive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6431439Z test_nnc_correctness_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6431902Z test_nnc_correctness_unique_consecutive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6432215Z test_nnc_correctness_unique_consecutive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6432618Z test_nnc_correctness_unique_consecutive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6433303Z test_nnc_correctness_unique_consecutive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6433626Z test_nnc_correctness_unique_consecutive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6433925Z test_nnc_correctness_unique_consecutive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6434217Z test_nnc_correctness_unique_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6434511Z test_nnc_correctness_unique_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6434790Z test_nnc_correctness_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6435173Z test_nnc_correctness_unique_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6435484Z test_nnc_correctness_unique_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6435768Z test_nnc_correctness_unique_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6436043Z test_nnc_correctness_unique_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6436330Z test_nnc_correctness_unique_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6436607Z test_nnc_correctness_unique_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6436911Z test_nnc_correctness_unsqueeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6437206Z test_nnc_correctness_unsqueeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6437510Z test_nnc_correctness_unsqueeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6437811Z test_nnc_correctness_unsqueeze_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6438116Z test_nnc_correctness_unsqueeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6438413Z test_nnc_correctness_unsqueeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6438863Z test_nnc_correctness_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6439171Z test_nnc_correctness_unsqueeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6439445Z test_nnc_correctness_unsqueeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6439846Z test_nnc_correctness_unsqueeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6440415Z test_nnc_correctness_unsqueeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6440721Z test_nnc_correctness_unsqueeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6441012Z test_nnc_correctness_unsqueeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6441301Z test_nnc_correctness_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6441594Z test_nnc_correctness_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6441886Z test_nnc_correctness_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6442258Z test_nnc_correctness_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6442562Z test_nnc_correctness_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6442834Z test_nnc_correctness_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6443129Z test_nnc_correctness_var_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6443429Z test_nnc_correctness_var_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6443730Z test_nnc_correctness_var_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6444023Z test_nnc_correctness_var_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6444315Z test_nnc_correctness_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6444606Z test_nnc_correctness_var_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6444894Z test_nnc_correctness_vdot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6445191Z test_nnc_correctness_vdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6445480Z test_nnc_correctness_vdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6445925Z test_nnc_correctness_vdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6446217Z test_nnc_correctness_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6446489Z test_nnc_correctness_vdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6446735Z test_nnc_correctness_view_as_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:15:08.6447435Z test_nnc_correctness_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6447755Z test_nnc_correctness_view_as_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6448048Z test_nnc_correctness_view_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6448334Z test_nnc_correctness_view_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6448627Z test_nnc_correctness_view_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6448927Z test_nnc_correctness_view_as_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6449222Z test_nnc_correctness_view_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6449592Z test_nnc_correctness_view_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6449904Z test_nnc_correctness_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6450187Z test_nnc_correctness_view_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6450473Z test_nnc_correctness_view_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6450762Z test_nnc_correctness_view_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6451040Z test_nnc_correctness_view_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6451328Z test_nnc_correctness_view_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6451612Z test_nnc_correctness_view_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6451914Z test_nnc_correctness_view_as_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6452218Z test_nnc_correctness_view_as_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6452518Z test_nnc_correctness_view_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6452961Z test_nnc_correctness_view_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6453266Z test_nnc_correctness_view_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6453559Z test_nnc_correctness_view_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6453950Z test_nnc_correctness_view_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6454517Z test_nnc_correctness_view_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6454813Z test_nnc_correctness_view_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6455083Z test_nnc_correctness_view_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6455372Z test_nnc_correctness_view_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6455663Z test_nnc_correctness_view_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6455949Z test_nnc_correctness_view_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6456239Z test_nnc_correctness_view_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6456614Z test_nnc_correctness_view_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6456930Z test_nnc_correctness_view_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6457223Z test_nnc_correctness_view_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6457510Z test_nnc_correctness_view_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6457800Z test_nnc_correctness_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:15:08.6458078Z test_nnc_correctness_view_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6458362Z test_nnc_correctness_view_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6458634Z test_nnc_correctness_view_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6458920Z test_nnc_correctness_view_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6459201Z test_nnc_correctness_view_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6459484Z test_nnc_correctness_view_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6459933Z test_nnc_correctness_vsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6460234Z test_nnc_correctness_vsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6460533Z test_nnc_correctness_vsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6460973Z test_nnc_correctness_vsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6461404Z test_nnc_correctness_vsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6462581Z test_nnc_correctness_vsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6462879Z test_nnc_correctness_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6463162Z test_nnc_correctness_vsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6463451Z test_nnc_correctness_vsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6463730Z test_nnc_correctness_vsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6464020Z test_nnc_correctness_vsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6464305Z test_nnc_correctness_vsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6464736Z test_nnc_correctness_vsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6465055Z test_nnc_correctness_vstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6465337Z test_nnc_correctness_vstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6465635Z test_nnc_correctness_vstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6465935Z test_nnc_correctness_vstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6466222Z test_nnc_correctness_vstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6466731Z test_nnc_correctness_vstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6467037Z test_nnc_correctness_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6467317Z test_nnc_correctness_vstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6467748Z test_nnc_correctness_vstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6468192Z test_nnc_correctness_vstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6468474Z test_nnc_correctness_vstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6468756Z test_nnc_correctness_vstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6469038Z test_nnc_correctness_vstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6469323Z test_nnc_correctness_where_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6469724Z test_nnc_correctness_where_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6470017Z test_nnc_correctness_where_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:15:08.6470319Z test_nnc_correctness_where_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6470599Z test_nnc_correctness_where_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6470888Z test_nnc_correctness_where_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6471183Z test_nnc_correctness_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6471474Z test_nnc_correctness_where_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6471756Z test_nnc_correctness_where_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6472109Z test_nnc_correctness_where_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6472403Z test_nnc_correctness_where_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6472683Z test_nnc_correctness_where_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6472971Z test_nnc_correctness_where_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6473356Z test_nnc_correctness_xlogy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6473693Z test_nnc_correctness_xlogy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6473981Z test_nnc_correctness_xlogy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6474258Z test_nnc_correctness_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:15:08.6474696Z test_nnc_correctness_xlogy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6474996Z test_nnc_correctness_xlogy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6475428Z test_nnc_correctness_xlogy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6475717Z test_nnc_correctness_xlogy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6476001Z test_nnc_correctness_xlogy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6476278Z test_nnc_correctness_xlogy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6476567Z test_nnc_correctness_zero__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6476956Z test_nnc_correctness_zero__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6477252Z test_nnc_correctness_zero__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6477548Z test_nnc_correctness_zero__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6477835Z test_nnc_correctness_zero__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6478125Z test_nnc_correctness_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6478408Z test_nnc_correctness_zero__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6478695Z test_nnc_correctness_zero__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6479043Z test_nnc_correctness_zero__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6479333Z test_nnc_correctness_zero__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6479621Z test_nnc_correctness_zero__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6479905Z test_nnc_correctness_zero__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6480199Z test_nnc_correctness_zeros_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6480479Z test_nnc_correctness_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:15:08.6480927Z test_nnc_correctness_zeros_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6481229Z test_nnc_correctness_zeros_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6481523Z test_nnc_correctness_zeros_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6481946Z test_nnc_correctness_zeros_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6482445Z test_nnc_correctness_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6482743Z test_nnc_correctness_zeros_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6483032Z test_nnc_correctness_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6483313Z test_nnc_correctness_zeros_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6483584Z test_nnc_correctness_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:15:08.6483867Z test_nnc_correctness_zeros_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6484265Z test_nnc_correctness_zeros_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6484549Z test_nnc_correctness_zeros_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6484838Z test_nnc_correctness_zeros_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:15:08.6485139Z test_nnc_correctness_zeros_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6485440Z test_nnc_correctness_zeros_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6485746Z test_nnc_correctness_zeros_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6486041Z test_nnc_correctness_zeros_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6486411Z test_nnc_correctness_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6486725Z test_nnc_correctness_zeros_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6487021Z test_nnc_correctness_zeros_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6487310Z test_nnc_correctness_zeros_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6487782Z test_nnc_correctness_zeros_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:15:08.6488087Z test_nnc_correctness_zeros_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6488381Z test_nnc_correctness_zeros_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6488787Z test_unsupported_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6489184Z test_unsupported_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6489458Z test_unsupported___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6489725Z test_unsupported___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6489983Z test_unsupported___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6490272Z test_unsupported__softmax_backward_data_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6490535Z test_unsupported_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6490793Z test_unsupported_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6491053Z test_unsupported_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6491314Z test_unsupported_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6491675Z test_unsupported_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6491933Z test_unsupported_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6492189Z test_unsupported_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6492452Z test_unsupported_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6492704Z test_unsupported_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6492949Z test_unsupported_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6493207Z test_unsupported_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T03:15:08.6493467Z test_unsupported_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6493719Z test_unsupported_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6494055Z test_unsupported_arange_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6494430Z test_unsupported_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6494714Z test_unsupported_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6494979Z test_unsupported_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6495244Z test_unsupported_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6495663Z test_unsupported_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6496088Z test_unsupported_as_strided_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6496352Z test_unsupported_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6496605Z test_unsupported_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6496871Z test_unsupported_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6497132Z test_unsupported_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6497391Z test_unsupported_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6497656Z test_unsupported_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6497925Z test_unsupported_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6498187Z test_unsupported_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6498451Z test_unsupported_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6498706Z test_unsupported_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6498981Z test_unsupported_broadcast_shapes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6499375Z test_unsupported_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6499649Z test_unsupported_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6499916Z test_unsupported_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6500188Z test_unsupported_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6500442Z test_unsupported_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6500705Z test_unsupported_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6500966Z test_unsupported_cdouble_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6501394Z test_unsupported_cfloat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6501659Z test_unsupported_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6502898Z test_unsupported_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6503233Z test_unsupported_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6503509Z test_unsupported_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6503764Z test_unsupported_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6504030Z test_unsupported_clamp_max_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6504298Z test_unsupported_clamp_min_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6504558Z test_unsupported_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6504827Z test_unsupported_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6505098Z test_unsupported_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6505356Z test_unsupported_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6505613Z test_unsupported_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T03:15:08.6505883Z test_unsupported_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6506159Z test_unsupported_constant_pad_nd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6506422Z test_unsupported_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6506687Z test_unsupported_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6506957Z test_unsupported_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6507213Z test_unsupported_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6507470Z test_unsupported_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6507851Z test_unsupported_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6508277Z test_unsupported_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6508549Z test_unsupported_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6508803Z test_unsupported_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6509089Z test_unsupported_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6509622Z test_unsupported_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6509888Z test_unsupported_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6510156Z test_unsupported_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6510422Z test_unsupported_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6510777Z test_unsupported_diagonal_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6511049Z test_unsupported_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6511328Z test_unsupported_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6511586Z test_unsupported_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6511848Z test_unsupported_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6512103Z test_unsupported_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6512358Z test_unsupported_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6512623Z test_unsupported_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6512877Z test_unsupported_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6513138Z test_unsupported_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6513395Z test_unsupported_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6513659Z test_unsupported_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6513923Z test_unsupported_equal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T03:15:08.6514180Z test_unsupported_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6514437Z test_unsupported_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6514692Z test_unsupported_eye_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6515111Z test_unsupported_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6515379Z test_unsupported_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6515640Z test_unsupported_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6516118Z test_unsupported_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6516547Z test_unsupported_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6516815Z test_unsupported_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6517076Z test_unsupported_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6517337Z test_unsupported_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6517596Z test_unsupported_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6517856Z test_unsupported_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6518128Z test_unsupported_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6518389Z test_unsupported_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6518718Z test_unsupported_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6519004Z test_unsupported_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6519267Z test_unsupported_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6519530Z test_unsupported_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6519795Z test_unsupported_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6520054Z test_unsupported_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6520318Z test_unsupported_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6520578Z test_unsupported_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6520804Z test_unsupported_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.011s) 2022-11-23T03:15:08.6521065Z test_unsupported_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6521320Z test_unsupported_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6521582Z test_unsupported_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6521986Z test_unsupported_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6522270Z test_unsupported_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6522539Z test_unsupported_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6522897Z test_unsupported_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6523308Z test_unsupported_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6523577Z test_unsupported_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6523937Z test_unsupported_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6524199Z test_unsupported_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6524464Z test_unsupported_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6524721Z test_unsupported_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6524986Z test_unsupported_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6525260Z test_unsupported_grid_sampler_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6525522Z test_unsupported_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6525777Z test_unsupported_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6526034Z test_unsupported_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6526347Z test_unsupported_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6526617Z test_unsupported_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6526873Z test_unsupported_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6527130Z test_unsupported_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6527391Z test_unsupported_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6527658Z test_unsupported_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6527921Z test_unsupported_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6528185Z test_unsupported_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6528449Z test_unsupported_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6528875Z test_unsupported_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6529149Z test_unsupported_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6529411Z test_unsupported_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6529822Z test_unsupported_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6530213Z test_unsupported_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6530473Z test_unsupported_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6530728Z test_unsupported_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6530986Z test_unsupported_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6531249Z test_unsupported_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6531513Z test_unsupported_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6531908Z test_unsupported_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T03:15:08.6532211Z test_unsupported_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6532487Z test_unsupported_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6532782Z test_unsupported_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6533056Z test_unsupported_jiterator_unary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6533309Z test_unsupported_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6533571Z test_unsupported_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6533828Z test_unsupported_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6534180Z test_unsupported_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6534464Z test_unsupported_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6534731Z test_unsupported_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6534998Z test_unsupported_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6535353Z test_unsupported_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6535697Z test_unsupported_linalg_det_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6535965Z test_unsupported_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6536238Z test_unsupported_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6536653Z test_unsupported_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6537080Z test_unsupported_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6537381Z test_unsupported_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6537648Z test_unsupported_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6537915Z test_unsupported_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6538195Z test_unsupported_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6538473Z test_unsupported_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6538745Z test_unsupported_linalg_ldl_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6539010Z test_unsupported_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6539295Z test_unsupported_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6539669Z test_unsupported_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6539941Z test_unsupported_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6540221Z test_unsupported_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6540488Z test_unsupported_linalg_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6540763Z test_unsupported_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6541041Z test_unsupported_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6541319Z test_unsupported_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6541608Z test_unsupported_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6541952Z test_unsupported_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6542380Z test_unsupported_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6542691Z test_unsupported_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6542958Z test_unsupported_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6543248Z test_unsupported_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6543790Z test_unsupported_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6544067Z test_unsupported_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6544339Z test_unsupported_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6544605Z test_unsupported_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6544875Z test_unsupported_linalg_solve_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6545159Z test_unsupported_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6545427Z test_unsupported_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6545696Z test_unsupported_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6545972Z test_unsupported_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6546253Z test_unsupported_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6546522Z test_unsupported_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6546789Z test_unsupported_linalg_vecdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6547176Z test_unsupported_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6547441Z test_unsupported_linspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6547710Z test_unsupported_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6547995Z test_unsupported_log_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6548262Z test_unsupported_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6548530Z test_unsupported_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6548801Z test_unsupported_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6549166Z test_unsupported_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6549486Z test_unsupported_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6549840Z test_unsupported_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6550123Z test_unsupported_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6550670Z test_unsupported_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6550940Z test_unsupported_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6551207Z test_unsupported_logspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6551477Z test_unsupported_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6551730Z test_unsupported_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6551990Z test_unsupported_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6552236Z test_unsupported_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6552483Z test_unsupported_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6552735Z test_unsupported_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6552998Z test_unsupported_masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6553268Z test_unsupported_masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6553538Z test_unsupported_masked_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6553886Z test_unsupported_masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6554160Z test_unsupported_masked_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6554430Z test_unsupported_masked_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6554706Z test_unsupported_masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6555090Z test_unsupported_masked_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T03:15:08.6555364Z test_unsupported_masked_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6555637Z test_unsupported_masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6556002Z test_unsupported_masked_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6556320Z test_unsupported_masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6556594Z test_unsupported_masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6556854Z test_unsupported_masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6557279Z test_unsupported_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6557695Z test_unsupported_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6558057Z test_unsupported_masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6558346Z test_unsupported_masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6558610Z test_unsupported_masked_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6558876Z test_unsupported_masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6559135Z test_unsupported_masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6559405Z test_unsupported_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6559703Z test_unsupported_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6559986Z test_unsupported_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6560268Z test_unsupported_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6560532Z test_unsupported_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6560776Z test_unsupported_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6561066Z test_unsupported_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6561359Z test_unsupported_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6561641Z test_unsupported_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6561922Z test_unsupported_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6562182Z test_unsupported_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6562436Z test_unsupported_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6562938Z test_unsupported_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6563211Z test_unsupported_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6563478Z test_unsupported_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6563735Z test_unsupported_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6564286Z test_unsupported_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6564608Z test_unsupported_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6564873Z test_unsupported_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6565140Z test_unsupported_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6565402Z test_unsupported_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6565760Z test_unsupported_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6566048Z test_unsupported_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6566306Z test_unsupported_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6566573Z test_unsupported_narrow_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6566833Z test_unsupported_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6567114Z test_unsupported_native_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6567399Z test_unsupported_native_dropout_backward_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6567678Z test_unsupported_native_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6567940Z test_unsupported_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6568214Z test_unsupported_new_empty_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6568474Z test_unsupported_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6568739Z test_unsupported_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6569001Z test_unsupported_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6569252Z test_unsupported_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6569710Z test_unsupported_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6570028Z test_unsupported_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6570327Z test_unsupported_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6570743Z test_unsupported_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6571315Z test_unsupported_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6571626Z test_unsupported_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6571919Z test_unsupported_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6572210Z test_unsupported_nn_functional_alpha_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6572496Z test_unsupported_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6572779Z test_unsupported_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6573067Z test_unsupported_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6573434Z test_unsupported_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6573753Z test_unsupported_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6574035Z test_unsupported_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6574330Z test_unsupported_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6574643Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6574923Z test_unsupported_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6575208Z test_unsupported_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6575479Z test_unsupported_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6575777Z test_unsupported_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6576069Z test_unsupported_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6576487Z test_unsupported_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6576838Z test_unsupported_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T03:15:08.6577134Z test_unsupported_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6577423Z test_unsupported_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6577969Z test_unsupported_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6578263Z test_unsupported_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6578549Z test_unsupported_nn_functional_dropout3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6578939Z test_unsupported_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6579215Z test_unsupported_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6579508Z test_unsupported_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6579792Z test_unsupported_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6580108Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6580431Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6580737Z test_unsupported_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6581113Z test_unsupported_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6581409Z test_unsupported_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6581687Z test_unsupported_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6581963Z test_unsupported_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6582250Z test_unsupported_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6582539Z test_unsupported_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6582841Z test_unsupported_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6583124Z test_unsupported_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6583588Z test_unsupported_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6583894Z test_unsupported_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6584194Z test_unsupported_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6584649Z test_unsupported_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6584961Z test_unsupported_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6585407Z test_unsupported_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6585722Z test_unsupported_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6585997Z test_unsupported_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6586274Z test_unsupported_nn_functional_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6587414Z test_unsupported_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6587698Z test_unsupported_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6588002Z test_unsupported_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6588288Z test_unsupported_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6588582Z test_unsupported_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6588858Z test_unsupported_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6589135Z test_unsupported_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6589414Z test_unsupported_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6589800Z test_unsupported_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6590120Z test_unsupported_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6590407Z test_unsupported_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6590887Z test_unsupported_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6591180Z test_unsupported_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6591469Z test_unsupported_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6591895Z test_unsupported_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6592300Z test_unsupported_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6592594Z test_unsupported_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6592897Z test_unsupported_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6593211Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6593491Z test_unsupported_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6593766Z test_unsupported_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6594056Z test_unsupported_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6594338Z test_unsupported_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6594627Z test_unsupported_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6595033Z test_unsupported_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6595330Z test_unsupported_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6595611Z test_unsupported_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6595899Z test_unsupported_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6596191Z test_unsupported_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6596483Z test_unsupported_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6596767Z test_unsupported_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6597042Z test_unsupported_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6597490Z test_unsupported_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6597831Z test_unsupported_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6598118Z test_unsupported_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6598413Z test_unsupported_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6598940Z test_unsupported_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T03:15:08.6599245Z test_unsupported_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6599533Z test_unsupported_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6599830Z test_unsupported_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6600147Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6600426Z test_unsupported_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6600725Z test_unsupported_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6601023Z test_unsupported_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6601286Z test_unsupported_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6601544Z test_unsupported_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6601804Z test_unsupported_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6602063Z test_unsupported_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6602325Z test_unsupported_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6602694Z test_unsupported_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6602971Z test_unsupported_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6603229Z test_unsupported_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6603492Z test_unsupported_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6603735Z test_unsupported_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6603990Z test_unsupported_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.011s) 2022-11-23T03:15:08.6604400Z test_unsupported_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6604684Z test_unsupported_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6604945Z test_unsupported_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6605392Z test_unsupported_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6605861Z test_unsupported_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6606151Z test_unsupported_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6606434Z test_unsupported_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6606719Z test_unsupported_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6606980Z test_unsupported_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6607240Z test_unsupported_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6607496Z test_unsupported_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6607748Z test_unsupported_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6608011Z test_unsupported_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6608296Z test_unsupported_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6608564Z test_unsupported_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6608824Z test_unsupported_randint_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6609093Z test_unsupported_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6609352Z test_unsupported_randn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6609617Z test_unsupported_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6609871Z test_unsupported_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6610127Z test_unsupported_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6610489Z test_unsupported_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6610741Z test_unsupported_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6611029Z test_unsupported_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6611431Z test_unsupported_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6611697Z test_unsupported_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6611949Z test_unsupported_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6612336Z test_unsupported_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6612735Z test_unsupported_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6613001Z test_unsupported_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6613362Z test_unsupported_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6613655Z test_unsupported_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6613934Z test_unsupported_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6614204Z test_unsupported_scalar_tensor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6614477Z test_unsupported_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6614741Z test_unsupported_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6615026Z test_unsupported_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6615296Z test_unsupported_scatter_reduce_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6615564Z test_unsupported_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6615846Z test_unsupported_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6616123Z test_unsupported_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6616398Z test_unsupported_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T03:15:08.6616681Z test_unsupported_segment_reduce_lengths_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6616969Z test_unsupported_segment_reduce_offsets_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6617227Z test_unsupported_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6617499Z test_unsupported_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6617758Z test_unsupported_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6618291Z test_unsupported_signal_windows_cosine_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6618588Z test_unsupported_signal_windows_exponential_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6618875Z test_unsupported_signal_windows_gaussian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6619300Z test_unsupported_signal_windows_kaiser_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6619697Z test_unsupported_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6619959Z test_unsupported_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6620217Z test_unsupported_slice_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6620491Z test_unsupported_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6620738Z test_unsupported_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6621104Z test_unsupported_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6621388Z test_unsupported_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6621671Z test_unsupported_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6621944Z test_unsupported_special_airy_ai_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6622225Z test_unsupported_special_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6622500Z test_unsupported_special_bessel_j1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6622779Z test_unsupported_special_bessel_y0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6623052Z test_unsupported_special_bessel_y1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6623317Z test_unsupported_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6623582Z test_unsupported_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6623844Z test_unsupported_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6624102Z test_unsupported_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6624374Z test_unsupported_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6624649Z test_unsupported_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6625056Z test_unsupported_special_hermite_polynomial_h_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6625327Z test_unsupported_special_hermite_polynomial_he_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6625592Z test_unsupported_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6625855Z test_unsupported_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6626468Z test_unsupported_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6626737Z test_unsupported_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6627005Z test_unsupported_special_legendre_polynomial_p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6627281Z test_unsupported_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6627576Z test_unsupported_special_modified_bessel_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6627858Z test_unsupported_special_modified_bessel_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6628150Z test_unsupported_special_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6628439Z test_unsupported_special_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6629436Z test_unsupported_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6629776Z test_unsupported_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6630087Z test_unsupported_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6630372Z test_unsupported_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6630676Z test_unsupported_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6630949Z test_unsupported_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6631225Z test_unsupported_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6631498Z test_unsupported_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:15:08.6631935Z test_unsupported_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:15:08.6632241Z test_unsupported_special_spherical_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6632516Z test_unsupported_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6632788Z test_unsupported_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6633185Z test_unsupported_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6633573Z test_unsupported_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6633853Z test_unsupported_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6634114Z test_unsupported_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6634374Z test_unsupported_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6634756Z test_unsupported_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6635010Z test_unsupported_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6635269Z test_unsupported_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6635532Z test_unsupported_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6635794Z test_unsupported_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6636051Z test_unsupported_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6636320Z test_unsupported_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.006s) 2022-11-23T03:15:08.6636582Z test_unsupported_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6636852Z test_unsupported_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6637184Z test_unsupported_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6637475Z test_unsupported_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6637743Z test_unsupported_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6638000Z test_unsupported_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6638253Z test_unsupported_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6638505Z test_unsupported_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6638910Z test_unsupported_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6639182Z test_unsupported_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6639444Z test_unsupported_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6639706Z test_unsupported_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6640104Z test_unsupported_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6640501Z test_unsupported_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6640763Z test_unsupported_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6641025Z test_unsupported_unbind_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6641294Z test_unsupported_unflatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6641560Z test_unsupported_unfold_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6641819Z test_unsupported_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6642078Z test_unsupported_uniform_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6642356Z test_unsupported_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6642723Z test_unsupported_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6642977Z test_unsupported_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6643246Z test_unsupported_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6643503Z test_unsupported_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6643777Z test_unsupported_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6644040Z test_unsupported_view_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6644297Z test_unsupported_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6644552Z test_unsupported_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6644813Z test_unsupported_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6645140Z test_unsupported_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6645408Z test_unsupported_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6645807Z test_unsupported_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.010s) 2022-11-23T03:15:08.6646074Z test_working___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6646309Z test_working___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6646547Z test_working___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6646933Z test_working___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6647313Z test_working_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6647568Z test_working_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6647816Z test_working_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6648068Z test_working_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6648337Z test_working_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6648586Z test_working_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6648835Z test_working_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6649086Z test_working_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6649325Z test_working_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6649571Z test_working_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6649814Z test_working_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6650060Z test_working_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6650420Z test_working_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6650679Z test_working_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6650929Z test_working_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6651172Z test_working_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6651439Z test_working_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6651707Z test_working_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6651972Z test_working_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6652226Z test_working_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6652617Z test_working_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6652965Z test_working_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6653231Z test_working_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6653463Z test_working_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6653984Z test_working_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6654261Z test_working_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6654516Z test_working_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6654766Z test_working_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6655015Z test_working_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6655259Z test_working_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6655502Z test_working_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6655744Z test_working_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6655990Z test_working_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6656235Z test_working_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6656482Z test_working_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6656723Z test_working_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6656970Z test_working_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6657220Z test_working_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.002s) 2022-11-23T03:15:08.6657468Z test_working_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6657715Z test_working_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6658073Z test_working_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6658319Z test_working_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.003s) 2022-11-23T03:15:08.6658564Z test_working_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6658808Z test_working_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6659067Z test_working_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6659451Z test_working_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6659726Z test_working_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6659969Z test_working_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6660207Z test_working_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6660565Z test_working_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6661065Z test_working_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6661343Z test_working_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6661628Z test_working_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6661912Z test_working_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6662191Z test_working_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6662465Z test_working_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6662747Z test_working_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6663020Z test_working_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6663288Z test_working_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6663561Z test_working_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6663831Z test_working_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6664111Z test_working_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6664386Z test_working_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6664687Z test_working_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6664936Z test_working_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6665197Z test_working_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6665457Z test_working_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6665821Z test_working_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6666074Z test_working_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6666470Z test_working_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6666731Z test_working_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6666979Z test_working_rsub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6667305Z test_working_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6667709Z test_working_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6667963Z test_working_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6668196Z test_working_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6668440Z test_working_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6668766Z test_working_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6669029Z test_working_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6669278Z test_working_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6669522Z test_working_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6669764Z test_working_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6670014Z test_working_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6670271Z test_working_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6670569Z test_working_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6670816Z test_working_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6671074Z test_working_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6671324Z test_working_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6671571Z test_working_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6671822Z test_working_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T03:15:08.6671979Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.785s) 2022-11-23T03:15:08.6672168Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.034s) 2022-11-23T03:15:08.6672340Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.861s) 2022-11-23T03:15:08.6672507Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.314s) 2022-11-23T03:15:08.6672750Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T03:15:08.6672925Z test_autocast_down (__main__.TestTEFuserDynamic) ... ok (0.249s) 2022-11-23T03:15:08.6673081Z test_autocast_up (__main__.TestTEFuserDynamic) ... ok (0.221s) 2022-11-23T03:15:08.6673252Z test_batch_norm (__main__.TestTEFuserDynamic) ... ok (111.985s) 2022-11-23T03:15:08.6673527Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (12.161s) 2022-11-23T03:15:08.6673696Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (35.508s) 2022-11-23T03:15:08.6673864Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (2.503s) 2022-11-23T03:15:08.6674048Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.414s) 2022-11-23T03:15:08.6674342Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6674512Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (5.816s) 2022-11-23T03:15:08.6674683Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.498s) 2022-11-23T03:15:08.6674849Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (1.351s) 2022-11-23T03:15:08.6675021Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.070s) 2022-11-23T03:15:08.6675217Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... ok (3.748s) 2022-11-23T03:15:08.6675402Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.643s) 2022-11-23T03:15:08.6675609Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-11-23T03:15:08.6675843Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.010s) 2022-11-23T03:15:08.6676149Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T03:15:08.6676450Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-11-23T03:15:08.6676667Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-11-23T03:15:08.6676876Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.003s) 2022-11-23T03:15:08.6677038Z test_clamp (__main__.TestTEFuserDynamic) ... ok (6.694s) 2022-11-23T03:15:08.6677209Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.459s) 2022-11-23T03:15:08.6677380Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.500s) 2022-11-23T03:15:08.6677562Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.649s) 2022-11-23T03:15:08.6677742Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.636s) 2022-11-23T03:15:08.6677915Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.623s) 2022-11-23T03:15:08.6678232Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.334s) 2022-11-23T03:15:08.6678421Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.637s) 2022-11-23T03:15:08.6678659Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.003s) 2022-11-23T03:15:08.6678881Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-11-23T03:15:08.6679237Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-11-23T03:15:08.6679634Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: no half support with profiling on (0.003s) 2022-11-23T03:15:08.6679799Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.093s) 2022-11-23T03:15:08.6679971Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-11-23T03:15:08.6680134Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.285s) 2022-11-23T03:15:08.6680309Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-11-23T03:15:08.6680475Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (58.234s) 2022-11-23T03:15:08.6680656Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.984s) 2022-11-23T03:15:08.6680813Z test_erf (__main__.TestTEFuserDynamic) ... ok (1.243s) 2022-11-23T03:15:08.6681010Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-11-23T03:15:08.6681167Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.348s) 2022-11-23T03:15:08.6681510Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.002s) 2022-11-23T03:15:08.6681669Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-11-23T03:15:08.6681857Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.059s) 2022-11-23T03:15:08.6682038Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.068s) 2022-11-23T03:15:08.6682235Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.048s) 2022-11-23T03:15:08.6682397Z test_isnan (__main__.TestTEFuserDynamic) ... ok (3.779s) 2022-11-23T03:15:08.6682630Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.000s) 2022-11-23T03:15:08.6682787Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.544s) 2022-11-23T03:15:08.6683083Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.006s) 2022-11-23T03:15:08.6683239Z test_lstm (__main__.TestTEFuserDynamic) ... ok (2.257s) 2022-11-23T03:15:08.6683412Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.629s) 2022-11-23T03:15:08.6683607Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (13.102s) 2022-11-23T03:15:08.6683759Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.778s) 2022-11-23T03:15:08.6684048Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.002s) 2022-11-23T03:15:08.6684296Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.004s) 2022-11-23T03:15:08.6684516Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-11-23T03:15:08.6684681Z test_minmax (__main__.TestTEFuserDynamic) ... ok (4.917s) 2022-11-23T03:15:08.6684857Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (2.511s) 2022-11-23T03:15:08.6685022Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.275s) 2022-11-23T03:15:08.6685191Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.057s) 2022-11-23T03:15:08.6685416Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-11-23T03:15:08.6685574Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-11-23T03:15:08.6686020Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-11-23 03:07:53 5680:4696 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:15:08.6686399Z STAGE:2022-11-23 03:07:53 5680:4696 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:15:08.6686779Z STAGE:2022-11-23 03:07:53 5680:4696 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:15:08.6686865Z ok (0.019s) 2022-11-23T03:15:08.6687110Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.002s) 2022-11-23T03:15:08.6687337Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.002s) 2022-11-23T03:15:08.6687564Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.001s) 2022-11-23T03:15:08.6687723Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.315s) 2022-11-23T03:15:08.6687898Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.041s) 2022-11-23T03:15:08.6688100Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.245s) 2022-11-23T03:15:08.6688249Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-11-23T03:15:08.6688420Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.734s) 2022-11-23T03:15:08.6688603Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-11-23T03:15:08.6688786Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-11-23T03:15:08.6689063Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.574s) 2022-11-23T03:15:08.6689229Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.549s) 2022-11-23T03:15:08.6689393Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.067s) 2022-11-23T03:15:08.6689572Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.033s) 2022-11-23T03:15:08.6689743Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.026s) 2022-11-23T03:15:08.6689912Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.411s) 2022-11-23T03:15:08.6690093Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.939s) 2022-11-23T03:15:08.6690274Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (50.194s) 2022-11-23T03:15:08.6690446Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (2.972s) 2022-11-23T03:15:08.6690616Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.496s) 2022-11-23T03:15:08.6690781Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.023s) 2022-11-23T03:15:08.6691017Z test_to_dtype (__main__.TestTEFuserDynamic) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6691167Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (9.269s) 2022-11-23T03:15:08.6691333Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (1.539s) 2022-11-23T03:15:08.6691572Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.028s) 2022-11-23T03:15:08.6691863Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6692038Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.026s) 2022-11-23T03:15:08.6692235Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.621s) 2022-11-23T03:15:08.6692415Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.170s) 2022-11-23T03:15:08.6693019Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit_fuser_te.py:1187: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:15:08.6693125Z return v.to(dtype) 2022-11-23T03:15:08.6693209Z ok (0.849s) 2022-11-23T03:15:08.6693390Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.533s) 2022-11-23T03:15:08.6693560Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (6.632s) 2022-11-23T03:15:08.6693942Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py:216: UserWarning: Only works in script mode 2022-11-23T03:15:08.6694085Z warnings.warn("Only works in script mode") 2022-11-23T03:15:08.6694170Z ok (0.075s) 2022-11-23T03:15:08.6694357Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.501s) 2022-11-23T03:15:08.6694510Z test_abs (__main__.TestTEFuserStatic) ... ok (0.454s) 2022-11-23T03:15:08.6694697Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-11-23T03:15:08.6694937Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.833s) 2022-11-23T03:15:08.6695165Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.326s) 2022-11-23T03:15:08.6695364Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.266s) 2022-11-23T03:15:08.6695541Z test_autocast_down (__main__.TestTEFuserStatic) ... ok (0.228s) 2022-11-23T03:15:08.6695712Z test_autocast_up (__main__.TestTEFuserStatic) ... ok (0.216s) 2022-11-23T03:15:08.6695879Z test_batch_norm (__main__.TestTEFuserStatic) ... ok (95.877s) 2022-11-23T03:15:08.6696193Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (12.011s) 2022-11-23T03:15:08.6696517Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (35.026s) 2022-11-23T03:15:08.6696691Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (2.459s) 2022-11-23T03:15:08.6696870Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.438s) 2022-11-23T03:15:08.6697270Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:15:08.6697439Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (5.589s) 2022-11-23T03:15:08.6697607Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.459s) 2022-11-23T03:15:08.6697774Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (1.329s) 2022-11-23T03:15:08.6697946Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-11-23T03:15:08.6698143Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... ok (3.865s) 2022-11-23T03:15:08.6698306Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.526s) 2022-11-23T03:15:08.6698462Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.482s) 2022-11-23T03:15:08.6698640Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (5.644s) 2022-11-23T03:15:08.6698820Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.356s) 2022-11-23T03:15:08.6699031Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.885s) 2022-11-23T03:15:08.6699201Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (17.620s) 2022-11-23T03:15:08.6699370Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.691s) 2022-11-23T03:15:08.6699602Z test_clamp (__main__.TestTEFuserStatic) ... ok (6.405s) 2022-11-23T03:15:08.6699795Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.513s) 2022-11-23T03:15:08.6699961Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.495s) 2022-11-23T03:15:08.6700139Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.576s) 2022-11-23T03:15:08.6700313Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.605s) 2022-11-23T03:15:08.6700484Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.600s) 2022-11-23T03:15:08.6700646Z test_concat (__main__.TestTEFuserStatic) ... ok (0.292s) 2022-11-23T03:15:08.6700829Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.544s) 2022-11-23T03:15:08.6701549Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit_fuser_te.py:2444: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-11-23T03:15:08.6701656Z r = torch.tensor(4) 2022-11-23T03:15:08.6701740Z ok (1.045s) 2022-11-23T03:15:08.6701883Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.065s) 2022-11-23T03:15:08.6702132Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.000s) 2022-11-23T03:15:08.6702362Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: no half support with profiling on (0.000s) 2022-11-23T03:15:08.6702526Z test_dims (__main__.TestTEFuserStatic) ... ok (0.126s) 2022-11-23T03:15:08.6702692Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T03:15:08.6702857Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.288s) 2022-11-23T03:15:08.6703027Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-11-23T03:15:08.6703206Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (58.677s) 2022-11-23T03:15:08.6703388Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.941s) 2022-11-23T03:15:08.6703542Z test_erf (__main__.TestTEFuserStatic) ... ok (0.975s) 2022-11-23T03:15:08.6703736Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-11-23T03:15:08.6703891Z test_exp (__main__.TestTEFuserStatic) ... ok (0.329s) 2022-11-23T03:15:08.6704119Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.000s) 2022-11-23T03:15:08.6704378Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T03:15:08.6704564Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-11-23T03:15:08.6704744Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.058s) 2022-11-23T03:15:08.6704916Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-11-23T03:15:08.6705075Z test_isnan (__main__.TestTEFuserStatic) ... ok (3.854s) 2022-11-23T03:15:08.6705302Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.000s) 2022-11-23T03:15:08.6705457Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.556s) 2022-11-23T03:15:08.6705757Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.000s) 2022-11-23T03:15:08.6705909Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.630s) 2022-11-23T03:15:08.6706075Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.693s) 2022-11-23T03:15:08.6706267Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (7.792s) 2022-11-23T03:15:08.6706430Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.612s) 2022-11-23T03:15:08.6706640Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.002s) 2022-11-23T03:15:08.6706800Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.838s) 2022-11-23T03:15:08.6707034Z test_milstm (__main__.TestTEFuserStatic) ... ok (4.130s) 2022-11-23T03:15:08.6707210Z test_minmax (__main__.TestTEFuserStatic) ... ok (4.734s) 2022-11-23T03:15:08.6707383Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (2.497s) 2022-11-23T03:15:08.6707545Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.268s) 2022-11-23T03:15:08.6707707Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-11-23T03:15:08.6707934Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.002s) 2022-11-23T03:15:08.6708077Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-11-23T03:15:08.6708512Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-11-23 03:13:56 5680:4696 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:15:08.6708889Z STAGE:2022-11-23 03:13:56 5680:4696 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:15:08.6709268Z STAGE:2022-11-23 03:13:56 5680:4696 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:15:08.6709355Z ok (0.013s) 2022-11-23T03:15:08.6709597Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.003s) 2022-11-23T03:15:08.6709819Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.000s) 2022-11-23T03:15:08.6710050Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.000s) 2022-11-23T03:15:08.6710210Z test_relu (__main__.TestTEFuserStatic) ... ok (0.322s) 2022-11-23T03:15:08.6710380Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-11-23T03:15:08.6710586Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.230s) 2022-11-23T03:15:08.6710750Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.025s) 2022-11-23T03:15:08.6710917Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.708s) 2022-11-23T03:15:08.6711097Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-11-23T03:15:08.6711276Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.014s) 2022-11-23T03:15:08.6711449Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.541s) 2022-11-23T03:15:08.6711611Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.515s) 2022-11-23T03:15:08.6712603Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.045s) 2022-11-23T03:15:08.6712786Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.019s) 2022-11-23T03:15:08.6712935Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.027s) 2022-11-23T03:15:08.6713101Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.328s) 2022-11-23T03:15:08.6713287Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.903s) 2022-11-23T03:15:08.6713464Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (43.273s) 2022-11-23T03:15:08.6713634Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (2.863s) 2022-11-23T03:15:08.6713807Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.475s) 2022-11-23T03:15:08.6713970Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T03:15:08.6714197Z test_to_dtype (__main__.TestTEFuserStatic) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T03:15:08.6714364Z test_torch_to (__main__.TestTEFuserStatic) ... ok (9.260s) 2022-11-23T03:15:08.6714534Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.034s) 2022-11-23T03:15:08.6714700Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T03:15:08.6714965Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:15:08.6715234Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T03:15:08.6715454Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.601s) 2022-11-23T03:15:08.6715634Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.183s) 2022-11-23T03:15:08.6715821Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.120s) 2022-11-23T03:15:08.6715999Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.564s) 2022-11-23T03:15:08.6716146Z test_where_ops (__main__.TestTEFuserStatic) ... ok (6.589s) 2022-11-23T03:15:08.6716531Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py:216: UserWarning: Only works in script mode 2022-11-23T03:15:08.6716682Z warnings.warn("Only works in script mode") 2022-11-23T03:15:08.6716769Z ok (0.076s) 2022-11-23T03:15:08.6716952Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.434s) 2022-11-23T03:15:08.6716966Z 2022-11-23T03:15:08.6717160Z ---------------------------------------------------------------------- 2022-11-23T03:15:08.6717269Z Ran 6201 tests in 726.656s 2022-11-23T03:15:08.6717276Z 2022-11-23T03:15:08.6717371Z OK (skipped=6031) 2022-11-23T03:15:08.6717378Z 2022-11-23T03:15:08.6717490Z Generating XML reports... 2022-11-23T03:15:08.6717824Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-jit.test_fuser_common.TestFuserCommon-20221123030258.xml 2022-11-23T03:15:08.6718121Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserDynamic-20221123030258.xml 2022-11-23T03:15:08.6718421Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserStatic-20221123030258.xml 2022-11-23T03:15:08.6718717Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestNNCOpInfoCUDA-20221123030258.xml 2022-11-23T03:15:08.6718724Z 2022-11-23T03:15:08.6719296Z ##[endgroup] 2022-11-23T03:15:08.6719620Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_fuser_te_h7w9zpr0) 2022-11-23T03:15:08.6719629Z 2022-11-23T03:15:12.9337373Z Running test_unary_ufuncs ... [2022-11-23 03:15:12.929432] 2022-11-23T03:15:12.9345421Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:15:12.929432] 2022-11-23T03:15:12.9348382Z Ignoring disabled issues: [] 2022-11-23T03:22:18.5144983Z 2022-11-23T03:22:18.5145930Z Expand the folded group to see the log file of test_unary_ufuncs 2022-11-23T03:22:18.5147845Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_ovf5510b) 2022-11-23T03:22:18.5363394Z 2022-11-23T03:22:18.5364151Z Running tests... 2022-11-23T03:22:18.5365020Z ---------------------------------------------------------------------- 2022-11-23T03:22:18.5368558Z Test results will be stored in test-reports\python-unittest\test_unary_ufuncs 2022-11-23T03:22:18.5371296Z test_abs_angle_complex_to_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:22:18.5373515Z torch_fn(t, out=float_out) 2022-11-23T03:22:18.5373940Z ok (3.200s) 2022-11-23T03:22:18.5374579Z test_abs_angle_complex_to_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.279s) 2022-11-23T03:22:18.5375370Z test_abs_big_number_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.5376489Z test_abs_signed_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.5377267Z test_abs_signed_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.5378144Z test_abs_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.5379113Z test_abs_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.5379889Z test_batch_vs_slicing_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5380708Z test_batch_vs_slicing_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5381524Z test_batch_vs_slicing_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5383023Z test_batch_vs_slicing_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:22:18.5384500Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T03:22:18.5385206Z ok (0.343s) 2022-11-23T03:22:18.5385952Z test_batch_vs_slicing_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.5386853Z test_batch_vs_slicing_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5387629Z test_batch_vs_slicing_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5388454Z test_batch_vs_slicing_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5389186Z test_batch_vs_slicing_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5389945Z test_batch_vs_slicing_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5391008Z test_batch_vs_slicing_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5391982Z test_batch_vs_slicing_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5392833Z test_batch_vs_slicing_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5393717Z test_batch_vs_slicing_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5394469Z test_batch_vs_slicing_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5395226Z test_batch_vs_slicing_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5396289Z test_batch_vs_slicing_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5397053Z test_batch_vs_slicing_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5397797Z test_batch_vs_slicing_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5398650Z test_batch_vs_slicing_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5417899Z test_batch_vs_slicing_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5418921Z test_batch_vs_slicing_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5420060Z test_batch_vs_slicing_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5420834Z test_batch_vs_slicing_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5421570Z test_batch_vs_slicing_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5422312Z test_batch_vs_slicing_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5423104Z test_batch_vs_slicing_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5424123Z test_batch_vs_slicing_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5425161Z test_batch_vs_slicing_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5426397Z test_batch_vs_slicing_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5427181Z test_batch_vs_slicing_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5427927Z test_batch_vs_slicing_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5428674Z test_batch_vs_slicing_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5429425Z test_batch_vs_slicing_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5430156Z test_batch_vs_slicing_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5430886Z test_batch_vs_slicing_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5431716Z test_batch_vs_slicing_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5432566Z test_batch_vs_slicing_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5433364Z test_batch_vs_slicing_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5434093Z test_batch_vs_slicing_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5434843Z test_batch_vs_slicing_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.362s) 2022-11-23T03:22:18.5435690Z test_batch_vs_slicing_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.383s) 2022-11-23T03:22:18.5436454Z test_batch_vs_slicing_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.363s) 2022-11-23T03:22:18.5437178Z test_batch_vs_slicing_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5438038Z test_batch_vs_slicing_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.5438790Z test_batch_vs_slicing_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5439707Z test_batch_vs_slicing_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5440438Z test_batch_vs_slicing_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5441163Z test_batch_vs_slicing_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5441895Z test_batch_vs_slicing_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5442867Z test_batch_vs_slicing_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5443599Z test_batch_vs_slicing_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5444335Z test_batch_vs_slicing_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5445242Z test_batch_vs_slicing_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5446177Z test_batch_vs_slicing_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5446962Z test_batch_vs_slicing_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5447698Z test_batch_vs_slicing_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5448415Z test_batch_vs_slicing_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5449147Z test_batch_vs_slicing_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5449884Z test_batch_vs_slicing_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5450599Z test_batch_vs_slicing_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5451308Z test_batch_vs_slicing_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5455112Z test_batch_vs_slicing_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5455891Z test_batch_vs_slicing_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5456633Z test_batch_vs_slicing_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5457387Z test_batch_vs_slicing_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5458161Z test_batch_vs_slicing_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5459076Z test_batch_vs_slicing_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5459941Z test_batch_vs_slicing_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5460764Z test_batch_vs_slicing_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5461511Z test_batch_vs_slicing_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5462232Z test_batch_vs_slicing_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5462951Z test_batch_vs_slicing_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5463662Z test_batch_vs_slicing_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5464380Z test_batch_vs_slicing_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5465102Z test_batch_vs_slicing_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5465959Z test_batch_vs_slicing_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5466848Z test_batch_vs_slicing_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5467615Z test_batch_vs_slicing_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5468361Z test_batch_vs_slicing_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5469112Z test_batch_vs_slicing_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5469847Z test_batch_vs_slicing_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5470590Z test_batch_vs_slicing_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5471299Z test_batch_vs_slicing_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5472385Z test_batch_vs_slicing_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5473232Z test_batch_vs_slicing_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5474085Z test_batch_vs_slicing_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5474811Z test_batch_vs_slicing_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5475531Z test_batch_vs_slicing_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5476232Z test_batch_vs_slicing_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5476974Z test_batch_vs_slicing_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5477715Z test_batch_vs_slicing_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5478605Z test_batch_vs_slicing_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5479504Z test_batch_vs_slicing_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5480320Z test_batch_vs_slicing_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5481061Z test_batch_vs_slicing_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5481916Z test_batch_vs_slicing_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5482679Z test_batch_vs_slicing_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5483396Z test_batch_vs_slicing_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5484110Z test_batch_vs_slicing_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5484841Z test_batch_vs_slicing_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5485687Z test_batch_vs_slicing_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5486674Z test_batch_vs_slicing_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5487404Z test_batch_vs_slicing_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.5488944Z test_batch_vs_slicing_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14221: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T03:22:18.5490342Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-11-23T03:22:18.5490870Z ok (0.039s) 2022-11-23T03:22:18.5491449Z test_batch_vs_slicing_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5492397Z test_batch_vs_slicing_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5493366Z test_batch_vs_slicing_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5494146Z test_batch_vs_slicing_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5494884Z test_batch_vs_slicing_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5495635Z test_batch_vs_slicing_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5496375Z test_batch_vs_slicing_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5497101Z test_batch_vs_slicing_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5497820Z test_batch_vs_slicing_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5498567Z test_batch_vs_slicing_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5499570Z test_batch_vs_slicing_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5500472Z test_batch_vs_slicing_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5501231Z test_batch_vs_slicing_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5501988Z test_batch_vs_slicing_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5502733Z test_batch_vs_slicing_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5503492Z test_batch_vs_slicing_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5504225Z test_batch_vs_slicing_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5504951Z test_batch_vs_slicing_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.5505823Z test_batch_vs_slicing_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5506724Z test_batch_vs_slicing_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5507570Z test_batch_vs_slicing_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5509717Z test_batch_vs_slicing_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5510536Z test_batch_vs_slicing_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5511270Z test_batch_vs_slicing_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5511977Z test_batch_vs_slicing_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5512829Z test_batch_vs_slicing_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5513704Z test_batch_vs_slicing_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5514441Z test_batch_vs_slicing_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5515140Z test_batch_vs_slicing_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.5515871Z test_batch_vs_slicing_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5516610Z test_batch_vs_slicing_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5517351Z test_batch_vs_slicing_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5518080Z test_batch_vs_slicing_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5518807Z test_batch_vs_slicing_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5519685Z test_batch_vs_slicing_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5520584Z test_batch_vs_slicing_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5521351Z test_batch_vs_slicing_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5522090Z test_batch_vs_slicing_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5522818Z test_batch_vs_slicing_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5523508Z test_batch_vs_slicing_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5524232Z test_batch_vs_slicing_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5524961Z test_batch_vs_slicing_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5525707Z test_batch_vs_slicing_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5526609Z test_batch_vs_slicing_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.5527793Z test_batch_vs_slicing_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5528575Z test_batch_vs_slicing_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5529317Z test_batch_vs_slicing_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5530077Z test_batch_vs_slicing_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5530820Z test_batch_vs_slicing_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5531561Z test_batch_vs_slicing_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5532298Z test_batch_vs_slicing_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5533130Z test_batch_vs_slicing_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5533865Z test_batch_vs_slicing_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5534781Z test_batch_vs_slicing_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5535526Z test_batch_vs_slicing_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5536251Z test_batch_vs_slicing_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5537113Z test_batch_vs_slicing_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5538039Z test_batch_vs_slicing_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5538740Z test_batch_vs_slicing_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5539418Z test_batch_vs_slicing_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5540196Z test_batch_vs_slicing_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5541086Z test_batch_vs_slicing_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5541794Z test_batch_vs_slicing_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5542527Z test_batch_vs_slicing_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5543265Z test_batch_vs_slicing_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5543731Z test_batch_vs_slicing_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5544187Z test_batch_vs_slicing_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5544624Z test_batch_vs_slicing_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5545069Z test_batch_vs_slicing_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5545506Z test_batch_vs_slicing_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5545937Z test_batch_vs_slicing_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5546460Z test_batch_vs_slicing_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5546964Z test_batch_vs_slicing_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5547548Z test_batch_vs_slicing_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5548113Z test_batch_vs_slicing_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5548549Z test_batch_vs_slicing_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5548986Z test_batch_vs_slicing_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5549420Z test_batch_vs_slicing_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5550005Z test_batch_vs_slicing_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5550450Z test_batch_vs_slicing_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5550877Z test_batch_vs_slicing_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5551321Z test_batch_vs_slicing_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5551756Z test_batch_vs_slicing_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5552188Z test_batch_vs_slicing_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5552617Z test_batch_vs_slicing_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5553252Z test_batch_vs_slicing_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5553693Z test_batch_vs_slicing_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5554388Z test_batch_vs_slicing_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5554828Z test_batch_vs_slicing_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5555261Z test_batch_vs_slicing_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5555869Z test_batch_vs_slicing_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5556652Z test_batch_vs_slicing_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5557409Z test_batch_vs_slicing_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5557853Z test_batch_vs_slicing_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5558290Z test_batch_vs_slicing_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5558736Z test_batch_vs_slicing_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5559168Z test_batch_vs_slicing_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5559774Z test_batch_vs_slicing_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5560221Z test_batch_vs_slicing_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5560897Z test_batch_vs_slicing_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5561329Z test_batch_vs_slicing_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5561752Z test_batch_vs_slicing_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5562182Z test_batch_vs_slicing_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5562612Z test_batch_vs_slicing_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5563049Z test_batch_vs_slicing_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5563493Z test_batch_vs_slicing_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.289s) 2022-11-23T03:22:18.5563920Z test_batch_vs_slicing_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5564355Z test_batch_vs_slicing_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5564790Z test_batch_vs_slicing_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5565220Z test_batch_vs_slicing_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.5565645Z test_batch_vs_slicing_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.5566065Z test_batch_vs_slicing_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5566652Z test_batch_vs_slicing_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5567419Z test_batch_vs_slicing_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5567887Z test_batch_vs_slicing_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5568337Z test_batch_vs_slicing_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5568799Z test_batch_vs_slicing_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5569265Z test_batch_vs_slicing_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5569742Z test_batch_vs_slicing_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5570209Z test_batch_vs_slicing_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5570659Z test_batch_vs_slicing_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5571121Z test_batch_vs_slicing_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5571578Z test_batch_vs_slicing_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5572035Z test_batch_vs_slicing_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.5572635Z test_batch_vs_slicing_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5573112Z test_batch_vs_slicing_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.5573727Z test_batch_vs_slicing_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5574299Z test_batch_vs_slicing_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.5574869Z test_batch_vs_slicing_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5575331Z test_batch_vs_slicing_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5575767Z test_batch_vs_slicing_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5576204Z test_batch_vs_slicing_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5576643Z test_batch_vs_slicing_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5577062Z test_batch_vs_slicing_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5577492Z test_batch_vs_slicing_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5577919Z test_batch_vs_slicing_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5578343Z test_batch_vs_slicing_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5578762Z test_batch_vs_slicing_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5579175Z test_batch_vs_slicing_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5579588Z test_batch_vs_slicing_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5579987Z test_batch_vs_slicing_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5580574Z test_batch_vs_slicing_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5581115Z test_batch_vs_slicing_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5581689Z test_batch_vs_slicing_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5582134Z test_batch_vs_slicing_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5582575Z test_batch_vs_slicing_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5583124Z test_batch_vs_slicing_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5583536Z test_batch_vs_slicing_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5583963Z test_batch_vs_slicing_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5584399Z test_batch_vs_slicing_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5584820Z test_batch_vs_slicing_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5585243Z test_batch_vs_slicing_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5585663Z test_batch_vs_slicing_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5586070Z test_batch_vs_slicing_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5586513Z test_batch_vs_slicing_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5587120Z test_batch_vs_slicing_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5587712Z test_batch_vs_slicing_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5588294Z test_batch_vs_slicing_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5588828Z test_batch_vs_slicing_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5589277Z test_batch_vs_slicing_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5589694Z test_batch_vs_slicing_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5590119Z test_batch_vs_slicing_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5590555Z test_batch_vs_slicing_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5590987Z test_batch_vs_slicing_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5591425Z test_batch_vs_slicing_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.598s) 2022-11-23T03:22:18.5591863Z test_batch_vs_slicing_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.533s) 2022-11-23T03:22:18.5592304Z test_batch_vs_slicing_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.512s) 2022-11-23T03:22:18.5592730Z test_batch_vs_slicing_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.606s) 2022-11-23T03:22:18.5593167Z test_batch_vs_slicing_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5593596Z test_batch_vs_slicing_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5594027Z test_batch_vs_slicing_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5594462Z test_batch_vs_slicing_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5594904Z test_batch_vs_slicing_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5595327Z test_batch_vs_slicing_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5595768Z test_batch_vs_slicing_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5596214Z test_batch_vs_slicing_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5596664Z test_batch_vs_slicing_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.5597110Z test_batch_vs_slicing_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5597548Z test_batch_vs_slicing_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5597984Z test_batch_vs_slicing_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5598560Z test_batch_vs_slicing_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.5599255Z test_batch_vs_slicing_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5599824Z test_batch_vs_slicing_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-11-23T03:22:18.5600262Z test_batch_vs_slicing_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5600699Z test_batch_vs_slicing_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5601136Z test_batch_vs_slicing_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5601568Z test_batch_vs_slicing_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5601980Z test_batch_vs_slicing_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5602407Z test_batch_vs_slicing_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5602840Z test_batch_vs_slicing_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5603271Z test_batch_vs_slicing_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5603696Z test_batch_vs_slicing_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5604213Z test_batch_vs_slicing_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5604634Z test_batch_vs_slicing_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5605049Z test_batch_vs_slicing_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5605471Z test_batch_vs_slicing_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5605904Z test_batch_vs_slicing_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.322s) 2022-11-23T03:22:18.5606337Z test_batch_vs_slicing_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.409s) 2022-11-23T03:22:18.5606772Z test_batch_vs_slicing_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.282s) 2022-11-23T03:22:18.5607202Z test_batch_vs_slicing_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.281s) 2022-11-23T03:22:18.5607619Z test_batch_vs_slicing_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.324s) 2022-11-23T03:22:18.5608051Z test_batch_vs_slicing_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5608475Z test_batch_vs_slicing_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5608897Z test_batch_vs_slicing_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5609320Z test_batch_vs_slicing_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5609741Z test_batch_vs_slicing_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5610153Z test_batch_vs_slicing_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.404s) 2022-11-23T03:22:18.5610600Z test_batch_vs_slicing_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.284s) 2022-11-23T03:22:18.5611037Z test_batch_vs_slicing_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.282s) 2022-11-23T03:22:18.5611467Z test_batch_vs_slicing_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.389s) 2022-11-23T03:22:18.5611896Z test_batch_vs_slicing_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5612328Z test_batch_vs_slicing_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5612756Z test_batch_vs_slicing_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5613168Z test_batch_vs_slicing_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5613600Z test_batch_vs_slicing_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5614145Z test_batch_vs_slicing_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-11-23T03:22:18.5614576Z test_batch_vs_slicing_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.364s) 2022-11-23T03:22:18.5615162Z test_batch_vs_slicing_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.258s) 2022-11-23T03:22:18.5615590Z test_batch_vs_slicing_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-11-23T03:22:18.5616263Z test_batch_vs_slicing_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.282s) 2022-11-23T03:22:18.5616699Z test_batch_vs_slicing_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5617122Z test_batch_vs_slicing_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5617543Z test_batch_vs_slicing_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5617965Z test_batch_vs_slicing_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5618390Z test_batch_vs_slicing_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5618817Z test_batch_vs_slicing_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5619229Z test_batch_vs_slicing_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5619756Z test_batch_vs_slicing_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.570s) 2022-11-23T03:22:18.5620223Z test_batch_vs_slicing_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.585s) 2022-11-23T03:22:18.5620661Z test_batch_vs_slicing_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.579s) 2022-11-23T03:22:18.5621099Z test_batch_vs_slicing_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5621530Z test_batch_vs_slicing_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5621958Z test_batch_vs_slicing_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5622376Z test_batch_vs_slicing_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5622798Z test_batch_vs_slicing_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5623211Z test_batch_vs_slicing_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5623633Z test_batch_vs_slicing_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5624051Z test_batch_vs_slicing_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5624484Z test_batch_vs_slicing_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5624900Z test_batch_vs_slicing_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5625335Z test_batch_vs_slicing_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5625773Z test_batch_vs_slicing_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5626206Z test_batch_vs_slicing_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5626633Z test_batch_vs_slicing_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5627056Z test_batch_vs_slicing_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5627483Z test_batch_vs_slicing_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5627896Z test_batch_vs_slicing_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5628324Z test_batch_vs_slicing_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.5628750Z test_batch_vs_slicing_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.5629178Z test_batch_vs_slicing_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.5629716Z test_batch_vs_slicing_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.5630160Z test_batch_vs_slicing_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.416s) 2022-11-23T03:22:18.5630583Z test_batch_vs_slicing_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:22:18.5631015Z test_batch_vs_slicing_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:22:18.5631444Z test_batch_vs_slicing_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:22:18.5631876Z test_batch_vs_slicing_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.5632301Z test_batch_vs_slicing_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:22:18.5632722Z test_batch_vs_slicing_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.5633146Z test_batch_vs_slicing_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T03:22:18.5633551Z test_batch_vs_slicing_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.5633974Z test_batch_vs_slicing_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:22:18.5634406Z test_batch_vs_slicing_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5634916Z test_batch_vs_slicing_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5635377Z test_batch_vs_slicing_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5635827Z test_batch_vs_slicing_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5636274Z test_batch_vs_slicing_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5636695Z test_batch_vs_slicing_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5637178Z test_batch_vs_slicing_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5637610Z test_batch_vs_slicing_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.5638036Z test_batch_vs_slicing_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5638466Z test_batch_vs_slicing_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5638892Z test_batch_vs_slicing_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5639304Z test_batch_vs_slicing_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5639731Z test_batch_vs_slicing_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5640163Z test_batch_vs_slicing_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5640601Z test_batch_vs_slicing_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5641041Z test_batch_vs_slicing_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5641475Z test_batch_vs_slicing_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5641906Z test_batch_vs_slicing_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5642313Z test_batch_vs_slicing_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5642741Z test_batch_vs_slicing_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5643164Z test_batch_vs_slicing_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.5643591Z test_batch_vs_slicing_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.5644021Z test_batch_vs_slicing_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5644558Z test_batch_vs_slicing_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5644994Z test_batch_vs_slicing_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5645409Z test_batch_vs_slicing_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5645872Z test_batch_vs_slicing_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.5646439Z test_batch_vs_slicing_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.5646969Z test_batch_vs_slicing_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.5647651Z test_batch_vs_slicing_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5648121Z test_batch_vs_slicing_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5648544Z test_batch_vs_slicing_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5648990Z test_batch_vs_slicing_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5649426Z test_batch_vs_slicing_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5649855Z test_batch_vs_slicing_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5650374Z test_batch_vs_slicing_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5650827Z test_batch_vs_slicing_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5651257Z test_batch_vs_slicing_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5651663Z test_batch_vs_slicing_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5652088Z test_batch_vs_slicing_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5652513Z test_batch_vs_slicing_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5652937Z test_batch_vs_slicing_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.446s) 2022-11-23T03:22:18.5653361Z test_batch_vs_slicing_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.494s) 2022-11-23T03:22:18.5653786Z test_batch_vs_slicing_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.391s) 2022-11-23T03:22:18.5654203Z test_batch_vs_slicing_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.392s) 2022-11-23T03:22:18.5654609Z test_batch_vs_slicing_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.456s) 2022-11-23T03:22:18.5655032Z test_batch_vs_slicing_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5655446Z test_batch_vs_slicing_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5655865Z test_batch_vs_slicing_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5656283Z test_batch_vs_slicing_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5656699Z test_batch_vs_slicing_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5657112Z test_batch_vs_slicing_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5657563Z test_batch_vs_slicing_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5658009Z test_batch_vs_slicing_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5658442Z test_batch_vs_slicing_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5658872Z test_batch_vs_slicing_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5659302Z test_batch_vs_slicing_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5659745Z test_batch_vs_slicing_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5660272Z test_batch_vs_slicing_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5660701Z test_batch_vs_slicing_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5661130Z test_batch_vs_slicing_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5661556Z test_batch_vs_slicing_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5661977Z test_batch_vs_slicing_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5662391Z test_batch_vs_slicing_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.5662790Z test_batch_vs_slicing_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5663213Z test_batch_vs_slicing_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5663656Z test_batch_vs_slicing_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.5664097Z test_batch_vs_slicing_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5664544Z test_batch_vs_slicing_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.157s) 2022-11-23T03:22:18.5665091Z test_batch_vs_slicing_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.155s) 2022-11-23T03:22:18.5665572Z test_batch_vs_slicing_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.179s) 2022-11-23T03:22:18.5666007Z test_batch_vs_slicing_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.5666452Z test_batch_vs_slicing_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.5666897Z test_batch_vs_slicing_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.5667335Z test_batch_vs_slicing_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5667776Z test_batch_vs_slicing_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5668203Z test_batch_vs_slicing_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5668633Z test_batch_vs_slicing_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5669054Z test_batch_vs_slicing_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5669484Z test_batch_vs_slicing_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.5669907Z test_batch_vs_slicing_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5670344Z test_batch_vs_slicing_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.5670789Z test_batch_vs_slicing_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.5671235Z test_batch_vs_slicing_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.5671650Z test_batch_vs_slicing_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.5672081Z test_batch_vs_slicing_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5672552Z test_batch_vs_slicing_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5672984Z test_batch_vs_slicing_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5673405Z test_batch_vs_slicing_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5673834Z test_batch_vs_slicing_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5674260Z test_batch_vs_slicing_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5674671Z test_batch_vs_slicing_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5675218Z test_batch_vs_slicing_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5675649Z test_batch_vs_slicing_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5676087Z test_batch_vs_slicing_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5676538Z test_batch_vs_slicing_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5676975Z test_batch_vs_slicing_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5677405Z test_batch_vs_slicing_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5677814Z test_batch_vs_slicing_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5678235Z test_batch_vs_slicing_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5678664Z test_batch_vs_slicing_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5679089Z test_batch_vs_slicing_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5679515Z test_batch_vs_slicing_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5680020Z test_batch_vs_slicing_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5680467Z test_batch_vs_slicing_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5680911Z test_batch_vs_slicing_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5681357Z test_batch_vs_slicing_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5681804Z test_batch_vs_slicing_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5682239Z test_batch_vs_slicing_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5682674Z test_batch_vs_slicing_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5683107Z test_batch_vs_slicing_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5683517Z test_batch_vs_slicing_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5683946Z test_batch_vs_slicing_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5684383Z test_batch_vs_slicing_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5684818Z test_batch_vs_slicing_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5685260Z test_batch_vs_slicing_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5685701Z test_batch_vs_slicing_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5686151Z test_batch_vs_slicing_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5686577Z test_batch_vs_slicing_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5687015Z test_batch_vs_slicing_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5687454Z test_batch_vs_slicing_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5687887Z test_batch_vs_slicing_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5688317Z test_batch_vs_slicing_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5688750Z test_batch_vs_slicing_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5689176Z test_batch_vs_slicing_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5689617Z test_batch_vs_slicing_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5691079Z test_batch_vs_slicing_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.5691531Z test_batch_vs_slicing_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:22:18.5691978Z test_batch_vs_slicing_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.5692419Z test_batch_vs_slicing_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5692853Z test_batch_vs_slicing_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5693266Z test_batch_vs_slicing_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5693695Z test_batch_vs_slicing_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5694125Z test_batch_vs_slicing_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5694559Z test_batch_vs_slicing_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5694991Z test_batch_vs_slicing_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5695424Z test_batch_vs_slicing_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5695986Z test_batch_vs_slicing_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.271s) 2022-11-23T03:22:18.5696470Z test_batch_vs_slicing_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.289s) 2022-11-23T03:22:18.5696943Z test_batch_vs_slicing_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.454s) 2022-11-23T03:22:18.5697424Z test_batch_vs_slicing_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.375s) 2022-11-23T03:22:18.5697894Z test_batch_vs_slicing_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-11-23T03:22:18.5698357Z test_batch_vs_slicing_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-11-23T03:22:18.5698823Z test_batch_vs_slicing_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.257s) 2022-11-23T03:22:18.5699281Z test_batch_vs_slicing_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.253s) 2022-11-23T03:22:18.5699727Z test_batch_vs_slicing_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-11-23T03:22:18.5700185Z test_batch_vs_slicing_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-11-23T03:22:18.5700642Z test_batch_vs_slicing_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.248s) 2022-11-23T03:22:18.5701098Z test_batch_vs_slicing_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-11-23T03:22:18.5701542Z test_batch_vs_slicing_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.478s) 2022-11-23T03:22:18.5701985Z test_batch_vs_slicing_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.443s) 2022-11-23T03:22:18.5702424Z test_batch_vs_slicing_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.476s) 2022-11-23T03:22:18.5702838Z test_batch_vs_slicing_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.439s) 2022-11-23T03:22:18.5703480Z test_batch_vs_slicing_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5704031Z test_batch_vs_slicing_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5704619Z test_batch_vs_slicing_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5705050Z test_batch_vs_slicing_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5705483Z test_batch_vs_slicing_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5705944Z test_batch_vs_slicing_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5706501Z test_batch_vs_slicing_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5706935Z test_batch_vs_slicing_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.484s) 2022-11-23T03:22:18.5707379Z test_batch_vs_slicing_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.415s) 2022-11-23T03:22:18.5707819Z test_batch_vs_slicing_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5708245Z test_batch_vs_slicing_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5708678Z test_batch_vs_slicing_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5709089Z test_batch_vs_slicing_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5709511Z test_batch_vs_slicing_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5709935Z test_batch_vs_slicing_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5710357Z test_batch_vs_slicing_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5710780Z test_batch_vs_slicing_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5711209Z test_batch_vs_slicing_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5711719Z test_batch_vs_slicing_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5712162Z test_batch_vs_slicing_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5712592Z test_batch_vs_slicing_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5713024Z test_batch_vs_slicing_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5713453Z test_batch_vs_slicing_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5713882Z test_batch_vs_slicing_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5714310Z test_batch_vs_slicing_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5714722Z test_batch_vs_slicing_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5715152Z test_batch_vs_slicing_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5715582Z test_batch_vs_slicing_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5716011Z test_batch_vs_slicing_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5716440Z test_batch_vs_slicing_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.485s) 2022-11-23T03:22:18.5716881Z test_batch_vs_slicing_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.412s) 2022-11-23T03:22:18.5717313Z test_batch_vs_slicing_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5717731Z test_batch_vs_slicing_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5718158Z test_batch_vs_slicing_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5718587Z test_batch_vs_slicing_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5719007Z test_batch_vs_slicing_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5719433Z test_batch_vs_slicing_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5719903Z test_batch_vs_slicing_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5720319Z test_batch_vs_slicing_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5720748Z test_batch_vs_slicing_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5721287Z test_batch_vs_slicing_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.5721721Z test_batch_vs_slicing_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.446s) 2022-11-23T03:22:18.5722162Z test_batch_vs_slicing_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.451s) 2022-11-23T03:22:18.5722602Z test_batch_vs_slicing_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.408s) 2022-11-23T03:22:18.5723038Z test_batch_vs_slicing_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5723445Z test_batch_vs_slicing_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5723874Z test_batch_vs_slicing_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5724300Z test_batch_vs_slicing_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5724716Z test_batch_vs_slicing_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5725126Z test_batch_vs_slicing_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5725537Z test_batch_vs_slicing_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5725959Z test_batch_vs_slicing_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5726463Z test_batch_vs_slicing_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5726943Z test_batch_vs_slicing_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5727400Z test_batch_vs_slicing_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5727864Z test_batch_vs_slicing_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5728323Z test_batch_vs_slicing_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5728784Z test_batch_vs_slicing_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5729215Z test_batch_vs_slicing_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5729665Z test_batch_vs_slicing_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5730114Z test_batch_vs_slicing_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5730556Z test_batch_vs_slicing_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5730993Z test_batch_vs_slicing_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5731432Z test_batch_vs_slicing_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5731873Z test_batch_vs_slicing_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5732290Z test_batch_vs_slicing_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5732724Z test_batch_vs_slicing_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5733156Z test_batch_vs_slicing_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5733590Z test_batch_vs_slicing_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5734019Z test_batch_vs_slicing_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5734443Z test_batch_vs_slicing_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5734867Z test_batch_vs_slicing_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5735280Z test_batch_vs_slicing_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5735706Z test_batch_vs_slicing_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5736243Z test_batch_vs_slicing_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5736672Z test_batch_vs_slicing_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5737106Z test_batch_vs_slicing_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5737554Z test_batch_vs_slicing_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.5737977Z test_batch_vs_slicing_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5738407Z test_batch_vs_slicing_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5738838Z test_batch_vs_slicing_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5739267Z test_batch_vs_slicing_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5739695Z test_batch_vs_slicing_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5740124Z test_batch_vs_slicing_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5740548Z test_batch_vs_slicing_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5740955Z test_batch_vs_slicing_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5741457Z test_batch_vs_slicing_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5741939Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.5742425Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.5742906Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.5743384Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.5743865Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.5744321Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.5744800Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.5745278Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.5745750Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.5746228Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.5746702Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.5747177Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.5747639Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.5748106Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.5748585Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.5749058Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.5749531Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.5750004Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.5750474Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.5751036Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.5751506Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.5751972Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.5752448Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.5752922Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.5753381Z test_batch_vs_slicing_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5753826Z test_batch_vs_slicing_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5754253Z test_batch_vs_slicing_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5754702Z test_batch_vs_slicing_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5755140Z test_batch_vs_slicing_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5755583Z test_batch_vs_slicing_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5756093Z test_batch_vs_slicing_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5756540Z test_batch_vs_slicing_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5756966Z test_batch_vs_slicing_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5757385Z test_batch_vs_slicing_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5757813Z test_batch_vs_slicing_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5758253Z test_batch_vs_slicing_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.265s) 2022-11-23T03:22:18.5758699Z test_batch_vs_slicing_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.262s) 2022-11-23T03:22:18.5759132Z test_batch_vs_slicing_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.263s) 2022-11-23T03:22:18.5759569Z test_batch_vs_slicing_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5760001Z test_batch_vs_slicing_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5760416Z test_batch_vs_slicing_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5760843Z test_batch_vs_slicing_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5761264Z test_batch_vs_slicing_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5761671Z test_batch_vs_slicing_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5762087Z test_batch_vs_slicing_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5762504Z test_batch_vs_slicing_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5762940Z test_batch_vs_slicing_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5763423Z test_batch_vs_slicing_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5763902Z test_batch_vs_slicing_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5764376Z test_batch_vs_slicing_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5764845Z test_batch_vs_slicing_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5765313Z test_batch_vs_slicing_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5765884Z test_batch_vs_slicing_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5766344Z test_batch_vs_slicing_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.5766802Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5767305Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5767795Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.5768281Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5768768Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5769272Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5769774Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5770249Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5771414Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5771983Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5772521Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5773001Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5773475Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5773957Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5774424Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5774902Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5775398Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5775895Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.5776385Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5776866Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5777338Z test_batch_vs_slicing_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5777802Z test_batch_vs_slicing_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.5778278Z test_batch_vs_slicing_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5778751Z test_batch_vs_slicing_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5779230Z test_batch_vs_slicing_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5779707Z test_batch_vs_slicing_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5780182Z test_batch_vs_slicing_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5780662Z test_batch_vs_slicing_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5781270Z test_batch_vs_slicing_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5781730Z test_batch_vs_slicing_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5782199Z test_batch_vs_slicing_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5782678Z test_batch_vs_slicing_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5783143Z test_batch_vs_slicing_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5783602Z test_batch_vs_slicing_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5784059Z test_batch_vs_slicing_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5784525Z test_batch_vs_slicing_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.5784984Z test_batch_vs_slicing_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5785456Z test_batch_vs_slicing_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5786001Z test_batch_vs_slicing_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5786501Z test_batch_vs_slicing_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5786974Z test_batch_vs_slicing_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5787434Z test_batch_vs_slicing_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5787894Z test_batch_vs_slicing_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5788341Z test_batch_vs_slicing_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5788816Z test_batch_vs_slicing_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5789323Z test_batch_vs_slicing_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.002s) 2022-11-23T03:22:18.5789860Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T03:22:18.5790390Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T03:22:18.5790911Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.003s) 2022-11-23T03:22:18.5791403Z test_batch_vs_slicing_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5791863Z test_batch_vs_slicing_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5792338Z test_batch_vs_slicing_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5792810Z test_batch_vs_slicing_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5793286Z test_batch_vs_slicing_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5793760Z test_batch_vs_slicing_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5794226Z test_batch_vs_slicing_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5794689Z test_batch_vs_slicing_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5795157Z test_batch_vs_slicing_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5795745Z test_batch_vs_slicing_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5796230Z test_batch_vs_slicing_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5796707Z test_batch_vs_slicing_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5797191Z test_batch_vs_slicing_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5797687Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5798179Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5798664Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5799130Z test_batch_vs_slicing_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.5799620Z test_batch_vs_slicing_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.5800107Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.5800677Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:22:18.5801188Z test_batch_vs_slicing_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.5801670Z test_batch_vs_slicing_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.5802148Z test_batch_vs_slicing_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.5802606Z test_batch_vs_slicing_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.5803093Z test_batch_vs_slicing_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.5803573Z test_batch_vs_slicing_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.5804054Z test_batch_vs_slicing_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.5804535Z test_batch_vs_slicing_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.5805213Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.5806089Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5806944Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.5807857Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.5808775Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.5809620Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.5810488Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.5811519Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:22:18.5812552Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.5813527Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.5814073Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.5814763Z test_batch_vs_slicing_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5815254Z test_batch_vs_slicing_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5815741Z test_batch_vs_slicing_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5816230Z test_batch_vs_slicing_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5816706Z test_batch_vs_slicing_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5817185Z test_batch_vs_slicing_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5817660Z test_batch_vs_slicing_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5818328Z test_batch_vs_slicing_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5818922Z test_batch_vs_slicing_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5819559Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.5820151Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5820670Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5821147Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5821607Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5822088Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5822564Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5823045Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5823524Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5824006Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.574s) 2022-11-23T03:22:18.5824596Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.534s) 2022-11-23T03:22:18.5825120Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.534s) 2022-11-23T03:22:18.5825851Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.534s) 2022-11-23T03:22:18.5826351Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5826826Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5827301Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5827790Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5828270Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5828733Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.133s) 2022-11-23T03:22:18.5829216Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.770s) 2022-11-23T03:22:18.5829700Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.707s) 2022-11-23T03:22:18.5830300Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.038s) 2022-11-23T03:22:18.5830773Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.5831390Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5831880Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5832621Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5833091Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5833566Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5834049Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.5834541Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5835021Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.5835592Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:22:18.5836092Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5836551Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5837037Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5837513Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5838153Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5838784Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.5839359Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.5839880Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.128s) 2022-11-23T03:22:18.5840340Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5840813Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5841286Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5841767Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5842240Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5842705Z test_batch_vs_slicing_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.5843166Z test_batch_vs_slicing_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.5843608Z test_batch_vs_slicing_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.5844061Z test_batch_vs_slicing_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.5844508Z test_batch_vs_slicing_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.5845106Z test_batch_vs_slicing_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.5845631Z test_batch_vs_slicing_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5846347Z test_batch_vs_slicing_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5846785Z test_batch_vs_slicing_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5847208Z test_batch_vs_slicing_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.5847642Z test_batch_vs_slicing_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.5848083Z test_batch_vs_slicing_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.5848519Z test_batch_vs_slicing_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5848957Z test_batch_vs_slicing_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5849400Z test_batch_vs_slicing_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.5849849Z test_batch_vs_slicing_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5850269Z test_batch_vs_slicing_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5850710Z test_batch_vs_slicing_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5851322Z test_batch_vs_slicing_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5851844Z test_batch_vs_slicing_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5852422Z test_batch_vs_slicing_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5852986Z test_batch_vs_slicing_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5853404Z test_batch_vs_slicing_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5853842Z test_batch_vs_slicing_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5854286Z test_batch_vs_slicing_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5854732Z test_batch_vs_slicing_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5855173Z test_batch_vs_slicing_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5855610Z test_batch_vs_slicing_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5856045Z test_batch_vs_slicing_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.5856460Z test_batch_vs_slicing_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5856892Z test_batch_vs_slicing_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5857320Z test_batch_vs_slicing_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5857748Z test_batch_vs_slicing_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5858339Z test_batch_vs_slicing_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.5858909Z test_batch_vs_slicing_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5859492Z test_batch_vs_slicing_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5859935Z test_batch_vs_slicing_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.5860398Z test_batch_vs_slicing_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5860871Z test_batch_vs_slicing_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5861336Z test_batch_vs_slicing_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5861786Z test_batch_vs_slicing_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5862352Z test_batch_vs_slicing_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5862793Z test_batch_vs_slicing_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5863244Z test_batch_vs_slicing_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5863701Z test_batch_vs_slicing_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5864146Z test_batch_vs_slicing_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5864750Z test_batch_vs_slicing_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5865197Z test_batch_vs_slicing_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5865905Z test_batch_vs_slicing_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5866340Z test_batch_vs_slicing_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5866773Z test_batch_vs_slicing_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5867202Z test_batch_vs_slicing_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5867731Z test_batch_vs_slicing_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5868183Z test_batch_vs_slicing_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5868617Z test_batch_vs_slicing_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5869042Z test_batch_vs_slicing_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5869481Z test_batch_vs_slicing_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5869959Z test_batch_vs_slicing_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5870432Z test_batch_vs_slicing_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5870901Z test_batch_vs_slicing_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5871530Z test_batch_vs_slicing_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5872133Z test_batch_vs_slicing_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5872758Z test_batch_vs_slicing_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5873207Z test_batch_vs_slicing_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5873683Z test_batch_vs_slicing_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5874166Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5874641Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5875111Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5875571Z test_batch_vs_slicing_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5876008Z test_batch_vs_slicing_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5876436Z test_batch_vs_slicing_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.170s) 2022-11-23T03:22:18.5876883Z test_batch_vs_slicing_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.043s) 2022-11-23T03:22:18.5877331Z test_batch_vs_slicing_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.065s) 2022-11-23T03:22:18.5878036Z test_batch_vs_slicing_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5878598Z test_batch_vs_slicing_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5879164Z test_batch_vs_slicing_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5879587Z test_batch_vs_slicing_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5880019Z test_batch_vs_slicing_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5880446Z test_batch_vs_slicing_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5880871Z test_batch_vs_slicing_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5881292Z test_batch_vs_slicing_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5881724Z test_batch_vs_slicing_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5882161Z test_batch_vs_slicing_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5882579Z test_batch_vs_slicing_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.326s) 2022-11-23T03:22:18.5883021Z test_batch_vs_slicing_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.358s) 2022-11-23T03:22:18.5883555Z test_batch_vs_slicing_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.317s) 2022-11-23T03:22:18.5884015Z test_batch_vs_slicing_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5884608Z test_batch_vs_slicing_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5885179Z test_batch_vs_slicing_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5885735Z test_batch_vs_slicing_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5886146Z test_batch_vs_slicing_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5886574Z test_batch_vs_slicing_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5886989Z test_batch_vs_slicing_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5887411Z test_batch_vs_slicing_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5887847Z test_batch_vs_slicing_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5888284Z test_batch_vs_slicing_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5888712Z test_batch_vs_slicing_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5889161Z test_batch_vs_slicing_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5889605Z test_batch_vs_slicing_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5890040Z test_batch_vs_slicing_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5890469Z test_batch_vs_slicing_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5891051Z test_batch_vs_slicing_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.5891556Z test_batch_vs_slicing_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5892145Z test_batch_vs_slicing_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5892576Z test_batch_vs_slicing_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5893001Z test_batch_vs_slicing_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5893441Z test_batch_vs_slicing_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5893881Z test_batch_vs_slicing_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5894445Z test_batch_vs_slicing_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.096s) 2022-11-23T03:22:18.5894902Z test_batch_vs_slicing_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.921s) 2022-11-23T03:22:18.5895342Z test_batch_vs_slicing_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.902s) 2022-11-23T03:22:18.5895793Z test_batch_vs_slicing_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5896235Z test_batch_vs_slicing_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5896673Z test_batch_vs_slicing_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5897105Z test_batch_vs_slicing_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5897691Z test_batch_vs_slicing_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5898250Z test_batch_vs_slicing_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5898820Z test_batch_vs_slicing_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5899254Z test_batch_vs_slicing_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5899780Z test_batch_vs_slicing_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5900228Z test_batch_vs_slicing_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5900663Z test_batch_vs_slicing_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5901096Z test_batch_vs_slicing_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5901511Z test_batch_vs_slicing_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5901940Z test_batch_vs_slicing_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5902371Z test_batch_vs_slicing_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5902794Z test_batch_vs_slicing_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5903217Z test_batch_vs_slicing_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5903755Z test_batch_vs_slicing_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5904218Z test_batch_vs_slicing_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5904786Z test_batch_vs_slicing_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.5905343Z test_batch_vs_slicing_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5905787Z test_batch_vs_slicing_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5906224Z test_batch_vs_slicing_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5906656Z test_batch_vs_slicing_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5907085Z test_batch_vs_slicing_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5907498Z test_batch_vs_slicing_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5907937Z test_batch_vs_slicing_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5908364Z test_batch_vs_slicing_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5908795Z test_batch_vs_slicing_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5909221Z test_batch_vs_slicing_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5909656Z test_batch_vs_slicing_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5910347Z test_batch_vs_slicing_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5910790Z test_batch_vs_slicing_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5911472Z test_batch_vs_slicing_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5911935Z test_batch_vs_slicing_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5912361Z test_batch_vs_slicing_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5912786Z test_batch_vs_slicing_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5913209Z test_batch_vs_slicing_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5913612Z test_batch_vs_slicing_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5914030Z test_batch_vs_slicing_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.5914454Z test_batch_vs_slicing_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5914881Z test_batch_vs_slicing_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.433s) 2022-11-23T03:22:18.5915308Z test_batch_vs_slicing_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.479s) 2022-11-23T03:22:18.5915838Z test_batch_vs_slicing_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.416s) 2022-11-23T03:22:18.5916307Z test_batch_vs_slicing_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.188s) 2022-11-23T03:22:18.5916847Z test_batch_vs_slicing_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.397s) 2022-11-23T03:22:18.5917317Z test_batch_vs_slicing_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.395s) 2022-11-23T03:22:18.5917882Z test_batch_vs_slicing_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.371s) 2022-11-23T03:22:18.5918441Z test_batch_vs_slicing_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5918868Z test_batch_vs_slicing_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5919292Z test_batch_vs_slicing_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5919716Z test_batch_vs_slicing_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5920128Z test_batch_vs_slicing_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5920560Z test_batch_vs_slicing_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5920991Z test_batch_vs_slicing_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5921427Z test_batch_vs_slicing_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5921871Z test_batch_vs_slicing_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5922318Z test_batch_vs_slicing_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5922737Z test_batch_vs_slicing_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5923175Z test_batch_vs_slicing_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5923770Z test_batch_vs_slicing_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5924335Z test_batch_vs_slicing_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-11-23T03:22:18.5924894Z test_batch_vs_slicing_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5925316Z test_batch_vs_slicing_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5925738Z test_batch_vs_slicing_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5926144Z test_batch_vs_slicing_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5926711Z test_batch_vs_slicing_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.738s) 2022-11-23T03:22:18.5927179Z test_batch_vs_slicing_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.904s) 2022-11-23T03:22:18.5927651Z test_batch_vs_slicing_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.012s) 2022-11-23T03:22:18.5928118Z test_batch_vs_slicing_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.5928575Z test_batch_vs_slicing_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:22:18.5929032Z test_batch_vs_slicing_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.5929477Z test_batch_vs_slicing_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:22:18.5930076Z test_batch_vs_slicing_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.5930552Z test_batch_vs_slicing_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.635s) 2022-11-23T03:22:18.5931275Z test_batch_vs_slicing_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-11-23T03:22:18.5931839Z test_batch_vs_slicing_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.628s) 2022-11-23T03:22:18.5932320Z test_batch_vs_slicing_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5932786Z test_batch_vs_slicing_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5933232Z test_batch_vs_slicing_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5933699Z test_batch_vs_slicing_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5934162Z test_batch_vs_slicing_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5934627Z test_batch_vs_slicing_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.480s) 2022-11-23T03:22:18.5935089Z test_batch_vs_slicing_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.322s) 2022-11-23T03:22:18.5935558Z test_batch_vs_slicing_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.331s) 2022-11-23T03:22:18.5936010Z test_batch_vs_slicing_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5936601Z test_batch_vs_slicing_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5937073Z test_batch_vs_slicing_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5937798Z test_batch_vs_slicing_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5938269Z test_batch_vs_slicing_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5938734Z test_batch_vs_slicing_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.833s) 2022-11-23T03:22:18.5939199Z test_batch_vs_slicing_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.180s) 2022-11-23T03:22:18.5939667Z test_batch_vs_slicing_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.060s) 2022-11-23T03:22:18.5940106Z test_batch_vs_slicing_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5940325Z test_batch_vs_slicing_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5940546Z test_batch_vs_slicing_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5940766Z test_batch_vs_slicing_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5942165Z test_batch_vs_slicing_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5942386Z test_batch_vs_slicing_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.698s) 2022-11-23T03:22:18.5942613Z test_batch_vs_slicing_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.761s) 2022-11-23T03:22:18.5942996Z test_batch_vs_slicing_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.772s) 2022-11-23T03:22:18.5943226Z test_batch_vs_slicing_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5943445Z test_batch_vs_slicing_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5943784Z test_batch_vs_slicing_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5944139Z test_batch_vs_slicing_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5944369Z test_batch_vs_slicing_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5944590Z test_batch_vs_slicing_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.307s) 2022-11-23T03:22:18.5944803Z test_batch_vs_slicing_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.388s) 2022-11-23T03:22:18.5945133Z test_batch_vs_slicing_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.297s) 2022-11-23T03:22:18.5945371Z test_batch_vs_slicing_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.278s) 2022-11-23T03:22:18.5945580Z test_batch_vs_slicing_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.386s) 2022-11-23T03:22:18.5945795Z test_batch_vs_slicing_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.5945995Z test_batch_vs_slicing_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.5946204Z test_batch_vs_slicing_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5946413Z test_batch_vs_slicing_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5946623Z test_batch_vs_slicing_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5946836Z test_batch_vs_slicing_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.742s) 2022-11-23T03:22:18.5947060Z test_batch_vs_slicing_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (3.197s) 2022-11-23T03:22:18.5947274Z test_batch_vs_slicing_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.984s) 2022-11-23T03:22:18.5947490Z test_batch_vs_slicing_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5947698Z test_batch_vs_slicing_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5947908Z test_batch_vs_slicing_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.5948116Z test_batch_vs_slicing_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5948321Z test_batch_vs_slicing_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5948539Z test_batch_vs_slicing_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.403s) 2022-11-23T03:22:18.5948752Z test_batch_vs_slicing_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.463s) 2022-11-23T03:22:18.5948968Z test_batch_vs_slicing_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.400s) 2022-11-23T03:22:18.5949178Z test_batch_vs_slicing_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.376s) 2022-11-23T03:22:18.5949509Z test_batch_vs_slicing_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.387s) 2022-11-23T03:22:18.5949755Z test_batch_vs_slicing_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5950075Z test_batch_vs_slicing_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5950431Z test_batch_vs_slicing_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5950652Z test_batch_vs_slicing_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5950849Z test_batch_vs_slicing_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5951207Z test_batch_vs_slicing_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.519s) 2022-11-23T03:22:18.5951431Z test_batch_vs_slicing_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.408s) 2022-11-23T03:22:18.5951637Z test_batch_vs_slicing_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.461s) 2022-11-23T03:22:18.5951846Z test_batch_vs_slicing_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5952059Z test_batch_vs_slicing_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5952268Z test_batch_vs_slicing_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5952475Z test_batch_vs_slicing_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5952768Z test_batch_vs_slicing_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5952996Z test_batch_vs_slicing_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.445s) 2022-11-23T03:22:18.5953214Z test_batch_vs_slicing_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.342s) 2022-11-23T03:22:18.5953425Z test_batch_vs_slicing_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.414s) 2022-11-23T03:22:18.5953639Z test_batch_vs_slicing_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5953852Z test_batch_vs_slicing_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5954064Z test_batch_vs_slicing_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5954270Z test_batch_vs_slicing_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5954480Z test_batch_vs_slicing_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5954703Z test_batch_vs_slicing_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.474s) 2022-11-23T03:22:18.5954929Z test_batch_vs_slicing_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.397s) 2022-11-23T03:22:18.5955158Z test_batch_vs_slicing_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.642s) 2022-11-23T03:22:18.5955364Z test_batch_vs_slicing_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5955590Z test_batch_vs_slicing_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5955812Z test_batch_vs_slicing_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5956032Z test_batch_vs_slicing_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5956255Z test_batch_vs_slicing_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5956662Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.464s) 2022-11-23T03:22:18.5956913Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.379s) 2022-11-23T03:22:18.5957148Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.457s) 2022-11-23T03:22:18.5957596Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5957968Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5958205Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5958442Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5958670Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5958905Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.465s) 2022-11-23T03:22:18.5959146Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.392s) 2022-11-23T03:22:18.5959379Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.485s) 2022-11-23T03:22:18.5959616Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5959845Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5960079Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5960389Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5960638Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5960875Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.580s) 2022-11-23T03:22:18.5961112Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.575s) 2022-11-23T03:22:18.5961326Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.684s) 2022-11-23T03:22:18.5961562Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5961797Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5962033Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5962265Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5962495Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5962729Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.545s) 2022-11-23T03:22:18.5963120Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.515s) 2022-11-23T03:22:18.5963367Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.716s) 2022-11-23T03:22:18.5963597Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5963976Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.5964326Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5964562Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5964792Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5965019Z test_batch_vs_slicing_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:22:18.5965335Z test_batch_vs_slicing_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:22:18.5965555Z test_batch_vs_slicing_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.5965769Z test_batch_vs_slicing_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.5965984Z test_batch_vs_slicing_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.5966199Z test_batch_vs_slicing_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.5966406Z test_batch_vs_slicing_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.5966611Z test_batch_vs_slicing_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.5966809Z test_batch_vs_slicing_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.5967022Z test_batch_vs_slicing_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.5967237Z test_batch_vs_slicing_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.499s) 2022-11-23T03:22:18.5967458Z test_batch_vs_slicing_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.438s) 2022-11-23T03:22:18.5967746Z test_batch_vs_slicing_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.556s) 2022-11-23T03:22:18.5967982Z test_batch_vs_slicing_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5968188Z test_batch_vs_slicing_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5968391Z test_batch_vs_slicing_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5968601Z test_batch_vs_slicing_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5968807Z test_batch_vs_slicing_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5969073Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5969336Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5969761Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5970029Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5970370Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5970799Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5971059Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5971320Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5971568Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5971819Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.554s) 2022-11-23T03:22:18.5972071Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.517s) 2022-11-23T03:22:18.5972313Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.746s) 2022-11-23T03:22:18.5972597Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5972956Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5973186Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.5973429Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5973674Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5973919Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.548s) 2022-11-23T03:22:18.5974169Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.544s) 2022-11-23T03:22:18.5974408Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.698s) 2022-11-23T03:22:18.5974656Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5974896Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5975136Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5975452Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5975714Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5976047Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.471s) 2022-11-23T03:22:18.5976341Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.412s) 2022-11-23T03:22:18.5976576Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.377s) 2022-11-23T03:22:18.5976926Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5977303Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5977552Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5977788Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5978021Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5978230Z test_batch_vs_slicing_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5978434Z test_batch_vs_slicing_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.5978652Z test_batch_vs_slicing_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.693s) 2022-11-23T03:22:18.5978863Z test_batch_vs_slicing_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.735s) 2022-11-23T03:22:18.5979073Z test_batch_vs_slicing_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.718s) 2022-11-23T03:22:18.5979268Z test_batch_vs_slicing_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5979474Z test_batch_vs_slicing_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5979675Z test_batch_vs_slicing_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5979876Z test_batch_vs_slicing_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5980077Z test_batch_vs_slicing_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5980272Z test_batch_vs_slicing_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5980577Z test_batch_vs_slicing_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.5980780Z test_batch_vs_slicing_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5980990Z test_batch_vs_slicing_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5981201Z test_batch_vs_slicing_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:22:18.5981417Z test_batch_vs_slicing_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5981631Z test_batch_vs_slicing_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5981839Z test_batch_vs_slicing_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5982047Z test_batch_vs_slicing_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.5982257Z test_batch_vs_slicing_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.5982462Z test_batch_vs_slicing_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5982821Z test_batch_vs_slicing_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5983921Z test_batch_vs_slicing_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5984199Z test_batch_vs_slicing_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5984383Z test_batch_vs_slicing_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5984584Z test_batch_vs_slicing_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5984784Z test_batch_vs_slicing_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5984995Z test_batch_vs_slicing_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5985208Z test_batch_vs_slicing_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.5985415Z test_batch_vs_slicing_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5985615Z test_batch_vs_slicing_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.5985818Z test_batch_vs_slicing_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.5986012Z test_batch_vs_slicing_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5986210Z test_batch_vs_slicing_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.5986408Z test_batch_vs_slicing_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5986606Z test_batch_vs_slicing_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5986805Z test_batch_vs_slicing_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5987004Z test_batch_vs_slicing_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5987210Z test_batch_vs_slicing_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5987410Z test_batch_vs_slicing_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.5987622Z test_batch_vs_slicing_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5987831Z test_batch_vs_slicing_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.5988039Z test_batch_vs_slicing_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5988229Z test_batch_vs_slicing_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.5988433Z test_batch_vs_slicing_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5988759Z test_batch_vs_slicing_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.5988963Z test_batch_vs_slicing_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5989315Z test_batch_vs_slicing_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5989527Z test_batch_vs_slicing_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5989726Z test_batch_vs_slicing_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.5989928Z test_batch_vs_slicing_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5990384Z test_batch_vs_slicing_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.5990611Z test_batch_vs_slicing_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5990819Z test_batch_vs_slicing_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5991026Z test_batch_vs_slicing_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.5991229Z test_batch_vs_slicing_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.5991434Z test_batch_vs_slicing_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5991716Z test_batch_vs_slicing_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.5991939Z test_batch_vs_slicing_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.5992136Z test_batch_vs_slicing_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.5992353Z test_complex_edge_values_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5992557Z test_contig_size1_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5992743Z test_contig_size1_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5992948Z test_contig_size1_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.5993150Z test_contig_size1_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5993352Z test_contig_size1_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5993555Z test_contig_size1_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5993754Z test_contig_size1_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.5993950Z test_contig_size1_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5994148Z test_contig_size1_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5994336Z test_contig_size1_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5994524Z test_contig_size1_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5994716Z test_contig_size1_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5994901Z test_contig_size1_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.5995102Z test_contig_size1_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.5995291Z test_contig_size1_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.5995497Z test_contig_size1_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5995851Z test_contig_size1_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5996066Z test_contig_size1_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5996267Z test_contig_size1_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5996719Z test_contig_size1_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5997021Z test_contig_size1_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.5997222Z test_contig_size1_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5997417Z test_contig_size1_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5997615Z test_contig_size1_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5997806Z test_contig_size1_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.5998001Z test_contig_size1_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.5998202Z test_contig_size1_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5998400Z test_contig_size1_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5998612Z test_contig_size1_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5998819Z test_contig_size1_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5999026Z test_contig_size1_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5999315Z test_contig_size1_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5999538Z test_contig_size1_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.5999743Z test_contig_size1_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.5999940Z test_contig_size1_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6000136Z test_contig_size1_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6000331Z test_contig_size1_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6000529Z test_contig_size1_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6000707Z test_contig_size1_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6000903Z test_contig_size1_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6001115Z test_contig_size1_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6001319Z test_contig_size1_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6001523Z test_contig_size1_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6001721Z test_contig_size1_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6001921Z test_contig_size1_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6002254Z test_contig_size1_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6002476Z test_contig_size1_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6002670Z test_contig_size1_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6002866Z test_contig_size1_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6003223Z test_contig_size1_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6003549Z test_contig_size1_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6003749Z test_contig_size1_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6003950Z test_contig_size1_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6004152Z test_contig_size1_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6004353Z test_contig_size1_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6004661Z test_contig_size1_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6004861Z test_contig_size1_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6005045Z test_contig_size1_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6005244Z test_contig_size1_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6005438Z test_contig_size1_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6005633Z test_contig_size1_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6005825Z test_contig_size1_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6006015Z test_contig_size1_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6006214Z test_contig_size1_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6006410Z test_contig_size1_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6006619Z test_contig_size1_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6006825Z test_contig_size1_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6007105Z test_contig_size1_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6007326Z test_contig_size1_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6007525Z test_contig_size1_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6007723Z test_contig_size1_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6007919Z test_contig_size1_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6008115Z test_contig_size1_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6008315Z test_contig_size1_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6008510Z test_contig_size1_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6008833Z test_contig_size1_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6009051Z test_contig_size1_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6009246Z test_contig_size1_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6009532Z test_contig_size1_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6009796Z test_contig_size1_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6010137Z test_contig_size1_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6010344Z test_contig_size1_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6010548Z test_contig_size1_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6010745Z test_contig_size1_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6010939Z test_contig_size1_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6011136Z test_contig_size1_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6011328Z test_contig_size1_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6011521Z test_contig_size1_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6011714Z test_contig_size1_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6011913Z test_contig_size1_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6012105Z test_contig_size1_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6012423Z test_contig_size1_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6012628Z test_contig_size1_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6012836Z test_contig_size1_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6013024Z test_contig_size1_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6013221Z test_contig_size1_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6013420Z test_contig_size1_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6013618Z test_contig_size1_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6013817Z test_contig_size1_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6014016Z test_contig_size1_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6014212Z test_contig_size1_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6014405Z test_contig_size1_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6014613Z test_contig_size1_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6014890Z test_contig_size1_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6015121Z test_contig_size1_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6015477Z test_contig_size1_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6015696Z test_contig_size1_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6015902Z test_contig_size1_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6016122Z test_contig_size1_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6016562Z test_contig_size1_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6016787Z test_contig_size1_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6016989Z test_contig_size1_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6017167Z test_contig_size1_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6017365Z test_contig_size1_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6017564Z test_contig_size1_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6017766Z test_contig_size1_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6017971Z test_contig_size1_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6018178Z test_contig_size1_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6018382Z test_contig_size1_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6018587Z test_contig_size1_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6018787Z test_contig_size1_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6018987Z test_contig_size1_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6019181Z test_contig_size1_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6019387Z test_contig_size1_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6019589Z test_contig_size1_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6019834Z test_contig_size1_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6020155Z test_contig_size1_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6020352Z test_contig_size1_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6020550Z test_contig_size1_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6020750Z test_contig_size1_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6020944Z test_contig_size1_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6021124Z test_contig_size1_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6021316Z test_contig_size1_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6021510Z test_contig_size1_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6021710Z test_contig_size1_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6022049Z test_contig_size1_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6022266Z test_contig_size1_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6022468Z test_contig_size1_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6022875Z test_contig_size1_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6023236Z test_contig_size1_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6023439Z test_contig_size1_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6023633Z test_contig_size1_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6023828Z test_contig_size1_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6024027Z test_contig_size1_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6024218Z test_contig_size1_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6024411Z test_contig_size1_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6024617Z test_contig_size1_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6024818Z test_contig_size1_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6025030Z test_contig_size1_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6025241Z test_contig_size1_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6025433Z test_contig_size1_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6025637Z test_contig_size1_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6025846Z test_contig_size1_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6026046Z test_contig_size1_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6026245Z test_contig_size1_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6026447Z test_contig_size1_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6026639Z test_contig_size1_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6026840Z test_contig_size1_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6027039Z test_contig_size1_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6027238Z test_contig_size1_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6027436Z test_contig_size1_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6027735Z test_contig_size1_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6027932Z test_contig_size1_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6028128Z test_contig_size1_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6028422Z test_contig_size1_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6028668Z test_contig_size1_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6028863Z test_contig_size1_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6029054Z test_contig_size1_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6029380Z test_contig_size1_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6029708Z test_contig_size1_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6029931Z test_contig_size1_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6030139Z test_contig_size1_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6030347Z test_contig_size1_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6030636Z test_contig_size1_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6030859Z test_contig_size1_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6031055Z test_contig_size1_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6031256Z test_contig_size1_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6031454Z test_contig_size1_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6031647Z test_contig_size1_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6031850Z test_contig_size1_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6032049Z test_contig_size1_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6032253Z test_contig_size1_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6032454Z test_contig_size1_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6032661Z test_contig_size1_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6032867Z test_contig_size1_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6033070Z test_contig_size1_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6033270Z test_contig_size1_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6033453Z test_contig_size1_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6033656Z test_contig_size1_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6033854Z test_contig_size1_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6034050Z test_contig_size1_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6034248Z test_contig_size1_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6034447Z test_contig_size1_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6034642Z test_contig_size1_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6034842Z test_contig_size1_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6035198Z test_contig_size1_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6035407Z test_contig_size1_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6035711Z test_contig_size1_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6036134Z test_contig_size1_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6036375Z test_contig_size1_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6036581Z test_contig_size1_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6036780Z test_contig_size1_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6036975Z test_contig_size1_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6037171Z test_contig_size1_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6037358Z test_contig_size1_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6037542Z test_contig_size1_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6037736Z test_contig_size1_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6037934Z test_contig_size1_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6038127Z test_contig_size1_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6038416Z test_contig_size1_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6038641Z test_contig_size1_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6038843Z test_contig_size1_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6039043Z test_contig_size1_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6039241Z test_contig_size1_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6039441Z test_contig_size1_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6039634Z test_contig_size1_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6039827Z test_contig_size1_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6040019Z test_contig_size1_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6040214Z test_contig_size1_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6040409Z test_contig_size1_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6040629Z test_contig_size1_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6040838Z test_contig_size1_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6041060Z test_contig_size1_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6041283Z test_contig_size1_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6041630Z test_contig_size1_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6041858Z test_contig_size1_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6042077Z test_contig_size1_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6042403Z test_contig_size1_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6042758Z test_contig_size1_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6042980Z test_contig_size1_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6043189Z test_contig_size1_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6043501Z test_contig_size1_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6043706Z test_contig_size1_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6043906Z test_contig_size1_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6044106Z test_contig_size1_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6044311Z test_contig_size1_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6044514Z test_contig_size1_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6044716Z test_contig_size1_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6044915Z test_contig_size1_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6045112Z test_contig_size1_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6045315Z test_contig_size1_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6045509Z test_contig_size1_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6045694Z test_contig_size1_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6045934Z test_contig_size1_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6046149Z test_contig_size1_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6046332Z test_contig_size1_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6046532Z test_contig_size1_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6046726Z test_contig_size1_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6046932Z test_contig_size1_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6047138Z test_contig_size1_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6047339Z test_contig_size1_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6047537Z test_contig_size1_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6047737Z test_contig_size1_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6048055Z test_contig_size1_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6048281Z test_contig_size1_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6048477Z test_contig_size1_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6048671Z test_contig_size1_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6048997Z test_contig_size1_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6049338Z test_contig_size1_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6049553Z test_contig_size1_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6049754Z test_contig_size1_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6049967Z test_contig_size1_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6050160Z test_contig_size1_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6050358Z test_contig_size1_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6050560Z test_contig_size1_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6050758Z test_contig_size1_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6050958Z test_contig_size1_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6051264Z test_contig_size1_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6051459Z test_contig_size1_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6051663Z test_contig_size1_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6051873Z test_contig_size1_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6052076Z test_contig_size1_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6052278Z test_contig_size1_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6052475Z test_contig_size1_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6052674Z test_contig_size1_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6052873Z test_contig_size1_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6053075Z test_contig_size1_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6053270Z test_contig_size1_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6053474Z test_contig_size1_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6053743Z test_contig_size1_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6053973Z test_contig_size1_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6054166Z test_contig_size1_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6054375Z test_contig_size1_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6054731Z test_contig_size1_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6054942Z test_contig_size1_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6055145Z test_contig_size1_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6055451Z test_contig_size1_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6055789Z test_contig_size1_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6055999Z test_contig_size1_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6056195Z test_contig_size1_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6056392Z test_contig_size1_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6056589Z test_contig_size1_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6056784Z test_contig_size1_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6056987Z test_contig_size1_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6057182Z test_contig_size1_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6057378Z test_contig_size1_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6057572Z test_contig_size1_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6057766Z test_contig_size1_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6057951Z test_contig_size1_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6058128Z test_contig_size1_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6058313Z test_contig_size1_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6058513Z test_contig_size1_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6058823Z test_contig_size1_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6059024Z test_contig_size1_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6059226Z test_contig_size1_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6059423Z test_contig_size1_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6059621Z test_contig_size1_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6059816Z test_contig_size1_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6060009Z test_contig_size1_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6060201Z test_contig_size1_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6060395Z test_contig_size1_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6060594Z test_contig_size1_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6060802Z test_contig_size1_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6061112Z test_contig_size1_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6061343Z test_contig_size1_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6061627Z test_contig_size1_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6061844Z test_contig_size1_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6062250Z test_contig_size1_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6062453Z test_contig_size1_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6062756Z test_contig_size1_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6062992Z test_contig_size1_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6063190Z test_contig_size1_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6063387Z test_contig_size1_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6063583Z test_contig_size1_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6063782Z test_contig_size1_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6063976Z test_contig_size1_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6064171Z test_contig_size1_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6064360Z test_contig_size1_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6064553Z test_contig_size1_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6064751Z test_contig_size1_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6064949Z test_contig_size1_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6065145Z test_contig_size1_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6065348Z test_contig_size1_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6065552Z test_contig_size1_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6065755Z test_contig_size1_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6065955Z test_contig_size1_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6066140Z test_contig_size1_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6066336Z test_contig_size1_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6067299Z test_contig_size1_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6067489Z test_contig_size1_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6067675Z test_contig_size1_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6067869Z test_contig_size1_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6068218Z test_contig_size1_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6068434Z test_contig_size1_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6068629Z test_contig_size1_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6068830Z test_contig_size1_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6069179Z test_contig_size1_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6069519Z test_contig_size1_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6069718Z test_contig_size1_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6069913Z test_contig_size1_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6070107Z test_contig_size1_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6070404Z test_contig_size1_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6070623Z test_contig_size1_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6070822Z test_contig_size1_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6071000Z test_contig_size1_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6071205Z test_contig_size1_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6071410Z test_contig_size1_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6071610Z test_contig_size1_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6071809Z test_contig_size1_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6072010Z test_contig_size1_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6072207Z test_contig_size1_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6072442Z test_contig_size1_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6072640Z test_contig_size1_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6072838Z test_contig_size1_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6073030Z test_contig_size1_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6073225Z test_contig_size1_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6073427Z test_contig_size1_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6073621Z test_contig_size1_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6073832Z test_contig_size1_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6074039Z test_contig_size1_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6074241Z test_contig_size1_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6074441Z test_contig_size1_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6074790Z test_contig_size1_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6074981Z test_contig_size1_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6075290Z test_contig_size1_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6075741Z test_contig_size1_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6075963Z test_contig_size1_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6076164Z test_contig_size1_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6076360Z test_contig_size1_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6076563Z test_contig_size1_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6076759Z test_contig_size1_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6076958Z test_contig_size1_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6077147Z test_contig_size1_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6125718Z test_contig_size1_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6126008Z test_contig_size1_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6126193Z test_contig_size1_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6126601Z test_contig_size1_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6126935Z test_contig_size1_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6127185Z test_contig_size1_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6127385Z test_contig_size1_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6127574Z test_contig_size1_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6127882Z test_contig_size1_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6128229Z test_contig_size1_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6128431Z test_contig_size1_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6128621Z test_contig_size1_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6128814Z test_contig_size1_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6129002Z test_contig_size1_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6129203Z test_contig_size1_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6129399Z test_contig_size1_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6129593Z test_contig_size1_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6129771Z test_contig_size1_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6129962Z test_contig_size1_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6130147Z test_contig_size1_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6130328Z test_contig_size1_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6130523Z test_contig_size1_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6130710Z test_contig_size1_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6130900Z test_contig_size1_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6131089Z test_contig_size1_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6131274Z test_contig_size1_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6131466Z test_contig_size1_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6131789Z test_contig_size1_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6131973Z test_contig_size1_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6132156Z test_contig_size1_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6132347Z test_contig_size1_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6132533Z test_contig_size1_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6132713Z test_contig_size1_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6132894Z test_contig_size1_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6133095Z test_contig_size1_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6133286Z test_contig_size1_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6133647Z test_contig_size1_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6133910Z test_contig_size1_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6134094Z test_contig_size1_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6134483Z test_contig_size1_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6134852Z test_contig_size1_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6135050Z test_contig_size1_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6135236Z test_contig_size1_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6135421Z test_contig_size1_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6135609Z test_contig_size1_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6135802Z test_contig_size1_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6135984Z test_contig_size1_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6136173Z test_contig_size1_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6136361Z test_contig_size1_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6136561Z test_contig_size1_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6136756Z test_contig_size1_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6136965Z test_contig_size1_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6137165Z test_contig_size1_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6137367Z test_contig_size1_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6137562Z test_contig_size1_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6137759Z test_contig_size1_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6137956Z test_contig_size1_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6138156Z test_contig_size1_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6138346Z test_contig_size1_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6138542Z test_contig_size1_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6138739Z test_contig_size1_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6138930Z test_contig_size1_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6139234Z test_contig_size1_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6139422Z test_contig_size1_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6139623Z test_contig_size1_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6139829Z test_contig_size1_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6140175Z test_contig_size1_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6140379Z test_contig_size1_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6140566Z test_contig_size1_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6140750Z test_contig_size1_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6141082Z test_contig_size1_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6141402Z test_contig_size1_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6141583Z test_contig_size1_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6141768Z test_contig_size1_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6142042Z test_contig_size1_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6142260Z test_contig_size1_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6142444Z test_contig_size1_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6142647Z test_contig_size1_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6142846Z test_contig_size1_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6143044Z test_contig_size1_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6143236Z test_contig_size1_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6143428Z test_contig_size1_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6143618Z test_contig_size1_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6143804Z test_contig_size1_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6143985Z test_contig_size1_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6144170Z test_contig_size1_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6144351Z test_contig_size1_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6144557Z test_contig_size1_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6144751Z test_contig_size1_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6144957Z test_contig_size1_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6145155Z test_contig_size1_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6145345Z test_contig_size1_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6145546Z test_contig_size1_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6145747Z test_contig_size1_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6145938Z test_contig_size1_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6146135Z test_contig_size1_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6146334Z test_contig_size1_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6146671Z test_contig_size1_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6147036Z test_contig_size1_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6147235Z test_contig_size1_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6147585Z test_contig_size1_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6147911Z test_contig_size1_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6148109Z test_contig_size1_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6148301Z test_contig_size1_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6148492Z test_contig_size1_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6148685Z test_contig_size1_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6148883Z test_contig_size1_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6149083Z test_contig_size1_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6149276Z test_contig_size1_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6149565Z test_contig_size1_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6149779Z test_contig_size1_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6149979Z test_contig_size1_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6150170Z test_contig_size1_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6150361Z test_contig_size1_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6150551Z test_contig_size1_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6150750Z test_contig_size1_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6150941Z test_contig_size1_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6151134Z test_contig_size1_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6151330Z test_contig_size1_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6151519Z test_contig_size1_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6151741Z test_contig_size1_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6151951Z test_contig_size1_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6152173Z test_contig_size1_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6152387Z test_contig_size1_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6152606Z test_contig_size1_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6152822Z test_contig_size1_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6153105Z test_contig_size1_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6153393Z test_contig_size1_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6153599Z test_contig_size1_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6153792Z test_contig_size1_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6154120Z test_contig_size1_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6154464Z test_contig_size1_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6154791Z test_contig_size1_large_dim_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6154990Z test_contig_size1_large_dim_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6155203Z test_contig_size1_large_dim_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6155427Z test_contig_size1_large_dim_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6155636Z test_contig_size1_large_dim_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6155840Z test_contig_size1_large_dim_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6156044Z test_contig_size1_large_dim_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6156240Z test_contig_size1_large_dim_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6156441Z test_contig_size1_large_dim_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6156642Z test_contig_size1_large_dim_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6156849Z test_contig_size1_large_dim_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6158136Z test_contig_size1_large_dim_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6158406Z test_contig_size1_large_dim_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6158618Z test_contig_size1_large_dim_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6158822Z test_contig_size1_large_dim_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6159042Z test_contig_size1_large_dim_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6159262Z test_contig_size1_large_dim_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6159480Z test_contig_size1_large_dim_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6159841Z test_contig_size1_large_dim_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6160064Z test_contig_size1_large_dim_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6160270Z test_contig_size1_large_dim_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.6160595Z test_contig_size1_large_dim_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6160923Z test_contig_size1_large_dim_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6161152Z test_contig_size1_large_dim_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6161481Z test_contig_size1_large_dim_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6161793Z test_contig_size1_large_dim_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.6162010Z test_contig_size1_large_dim_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6162210Z test_contig_size1_large_dim_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6162430Z test_contig_size1_large_dim_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6162647Z test_contig_size1_large_dim_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6162864Z test_contig_size1_large_dim_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.6163077Z test_contig_size1_large_dim_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6163283Z test_contig_size1_large_dim_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6163634Z test_contig_size1_large_dim_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6163840Z test_contig_size1_large_dim_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6164045Z test_contig_size1_large_dim_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6164254Z test_contig_size1_large_dim_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6164456Z test_contig_size1_large_dim_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6164645Z test_contig_size1_large_dim_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6164843Z test_contig_size1_large_dim_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6165068Z test_contig_size1_large_dim_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6165287Z test_contig_size1_large_dim_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6165502Z test_contig_size1_large_dim_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6165717Z test_contig_size1_large_dim_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6166004Z test_contig_size1_large_dim_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6166382Z test_contig_size1_large_dim_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6166593Z test_contig_size1_large_dim_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6166784Z test_contig_size1_large_dim_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6166987Z test_contig_size1_large_dim_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6167323Z test_contig_size1_large_dim_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.6167648Z test_contig_size1_large_dim_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6167854Z test_contig_size1_large_dim_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6168073Z test_contig_size1_large_dim_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6168286Z test_contig_size1_large_dim_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6168498Z test_contig_size1_large_dim_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6168703Z test_contig_size1_large_dim_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6168912Z test_contig_size1_large_dim_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6169117Z test_contig_size1_large_dim_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6169310Z test_contig_size1_large_dim_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6169512Z test_contig_size1_large_dim_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6169718Z test_contig_size1_large_dim_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6169915Z test_contig_size1_large_dim_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6170110Z test_contig_size1_large_dim_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6170319Z test_contig_size1_large_dim_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6170518Z test_contig_size1_large_dim_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6170733Z test_contig_size1_large_dim_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6171055Z test_contig_size1_large_dim_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6171270Z test_contig_size1_large_dim_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6171486Z test_contig_size1_large_dim_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6171697Z test_contig_size1_large_dim_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6171908Z test_contig_size1_large_dim_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6172108Z test_contig_size1_large_dim_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6172313Z test_contig_size1_large_dim_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6172564Z test_contig_size1_large_dim_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6172773Z test_contig_size1_large_dim_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6173057Z test_contig_size1_large_dim_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6173335Z test_contig_size1_large_dim_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6173626Z test_contig_size1_large_dim_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6173952Z test_contig_size1_large_dim_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6174213Z test_contig_size1_large_dim_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6174429Z test_contig_size1_large_dim_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6174772Z test_contig_size1_large_dim_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6174992Z test_contig_size1_large_dim_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6175197Z test_contig_size1_large_dim_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6175404Z test_contig_size1_large_dim_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6175611Z test_contig_size1_large_dim_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6175814Z test_contig_size1_large_dim_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6176012Z test_contig_size1_large_dim_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6176211Z test_contig_size1_large_dim_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6176425Z test_contig_size1_large_dim_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6176624Z test_contig_size1_large_dim_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6176842Z test_contig_size1_large_dim_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6177058Z test_contig_size1_large_dim_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6177276Z test_contig_size1_large_dim_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6177490Z test_contig_size1_large_dim_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6177694Z test_contig_size1_large_dim_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6177902Z test_contig_size1_large_dim_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6178106Z test_contig_size1_large_dim_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6178420Z test_contig_size1_large_dim_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6178609Z test_contig_size1_large_dim_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6178814Z test_contig_size1_large_dim_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6179022Z test_contig_size1_large_dim_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6179235Z test_contig_size1_large_dim_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6179441Z test_contig_size1_large_dim_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6179665Z test_contig_size1_large_dim_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6179885Z test_contig_size1_large_dim_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6180245Z test_contig_size1_large_dim_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6180460Z test_contig_size1_large_dim_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6180662Z test_contig_size1_large_dim_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6181102Z test_contig_size1_large_dim_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6181447Z test_contig_size1_large_dim_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6181659Z test_contig_size1_large_dim_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6181871Z test_contig_size1_large_dim_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6182076Z test_contig_size1_large_dim_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6182290Z test_contig_size1_large_dim_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6182508Z test_contig_size1_large_dim_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6182726Z test_contig_size1_large_dim_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6182940Z test_contig_size1_large_dim_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6183142Z test_contig_size1_large_dim_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6183352Z test_contig_size1_large_dim_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6183557Z test_contig_size1_large_dim_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6183763Z test_contig_size1_large_dim_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6183974Z test_contig_size1_large_dim_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6184194Z test_contig_size1_large_dim_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6184406Z test_contig_size1_large_dim_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6184619Z test_contig_size1_large_dim_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6184824Z test_contig_size1_large_dim_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6185029Z test_contig_size1_large_dim_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6185238Z test_contig_size1_large_dim_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6185439Z test_contig_size1_large_dim_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6185747Z test_contig_size1_large_dim_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6185946Z test_contig_size1_large_dim_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6186146Z test_contig_size1_large_dim_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6186352Z test_contig_size1_large_dim_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6186712Z test_contig_size1_large_dim_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6186924Z test_contig_size1_large_dim_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6187143Z test_contig_size1_large_dim_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6187488Z test_contig_size1_large_dim_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6187827Z test_contig_size1_large_dim_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6188042Z test_contig_size1_large_dim_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6188238Z test_contig_size1_large_dim_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6188529Z test_contig_size1_large_dim_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6188757Z test_contig_size1_large_dim_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6188952Z test_contig_size1_large_dim_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6189156Z test_contig_size1_large_dim_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6189359Z test_contig_size1_large_dim_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6189581Z test_contig_size1_large_dim_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6189789Z test_contig_size1_large_dim_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6190015Z test_contig_size1_large_dim_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6190235Z test_contig_size1_large_dim_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6190456Z test_contig_size1_large_dim_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6190671Z test_contig_size1_large_dim_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6190882Z test_contig_size1_large_dim_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6191096Z test_contig_size1_large_dim_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6191313Z test_contig_size1_large_dim_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6191526Z test_contig_size1_large_dim_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6191737Z test_contig_size1_large_dim_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6191946Z test_contig_size1_large_dim_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6192161Z test_contig_size1_large_dim_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6192365Z test_contig_size1_large_dim_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6192566Z test_contig_size1_large_dim_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6192764Z test_contig_size1_large_dim_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6193088Z test_contig_size1_large_dim_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6193446Z test_contig_size1_large_dim_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6193649Z test_contig_size1_large_dim_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6193966Z test_contig_size1_large_dim_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6194312Z test_contig_size1_large_dim_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6194534Z test_contig_size1_large_dim_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6194751Z test_contig_size1_large_dim_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6194960Z test_contig_size1_large_dim_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6195176Z test_contig_size1_large_dim_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6195396Z test_contig_size1_large_dim_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6195606Z test_contig_size1_large_dim_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6195818Z test_contig_size1_large_dim_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6196115Z test_contig_size1_large_dim_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6196345Z test_contig_size1_large_dim_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6196554Z test_contig_size1_large_dim_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6196762Z test_contig_size1_large_dim_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6196969Z test_contig_size1_large_dim_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6197176Z test_contig_size1_large_dim_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6197383Z test_contig_size1_large_dim_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6197583Z test_contig_size1_large_dim_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6197798Z test_contig_size1_large_dim_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6198017Z test_contig_size1_large_dim_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6198236Z test_contig_size1_large_dim_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6198446Z test_contig_size1_large_dim_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6198656Z test_contig_size1_large_dim_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6198873Z test_contig_size1_large_dim_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6199081Z test_contig_size1_large_dim_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6199291Z test_contig_size1_large_dim_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6199498Z test_contig_size1_large_dim_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6199705Z test_contig_size1_large_dim_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6199905Z test_contig_size1_large_dim_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6200107Z test_contig_size1_large_dim_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6200313Z test_contig_size1_large_dim_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6200519Z test_contig_size1_large_dim_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6200832Z test_contig_size1_large_dim_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6201042Z test_contig_size1_large_dim_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6201254Z test_contig_size1_large_dim_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6201465Z test_contig_size1_large_dim_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6201675Z test_contig_size1_large_dim_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6201872Z test_contig_size1_large_dim_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6202078Z test_contig_size1_large_dim_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6202282Z test_contig_size1_large_dim_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6202484Z test_contig_size1_large_dim_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6202689Z test_contig_size1_large_dim_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6202894Z test_contig_size1_large_dim_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6203177Z test_contig_size1_large_dim_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6203400Z test_contig_size1_large_dim_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6203616Z test_contig_size1_large_dim_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6203832Z test_contig_size1_large_dim_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6204045Z test_contig_size1_large_dim_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6204258Z test_contig_size1_large_dim_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6204467Z test_contig_size1_large_dim_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6204829Z test_contig_size1_large_dim_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6205044Z test_contig_size1_large_dim_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6205250Z test_contig_size1_large_dim_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6205553Z test_contig_size1_large_dim_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6205785Z test_contig_size1_large_dim_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6206103Z test_contig_size1_large_dim_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6206347Z test_contig_size1_large_dim_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6206574Z test_contig_size1_large_dim_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6206797Z test_contig_size1_large_dim_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6207030Z test_contig_size1_large_dim_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6207258Z test_contig_size1_large_dim_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6207487Z test_contig_size1_large_dim_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6207714Z test_contig_size1_large_dim_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6207945Z test_contig_size1_large_dim_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6208274Z test_contig_size1_large_dim_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6208490Z test_contig_size1_large_dim_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6208712Z test_contig_size1_large_dim_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6208936Z test_contig_size1_large_dim_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6209158Z test_contig_size1_large_dim_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6209366Z test_contig_size1_large_dim_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6209571Z test_contig_size1_large_dim_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6209788Z test_contig_size1_large_dim_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6210003Z test_contig_size1_large_dim_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6210216Z test_contig_size1_large_dim_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6210429Z test_contig_size1_large_dim_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6210716Z test_contig_size1_large_dim_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6210941Z test_contig_size1_large_dim_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6211141Z test_contig_size1_large_dim_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6211343Z test_contig_size1_large_dim_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6211529Z test_contig_size1_large_dim_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6211737Z test_contig_size1_large_dim_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6211942Z test_contig_size1_large_dim_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6212152Z test_contig_size1_large_dim_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6212353Z test_contig_size1_large_dim_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6212568Z test_contig_size1_large_dim_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6212779Z test_contig_size1_large_dim_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6212993Z test_contig_size1_large_dim_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6213199Z test_contig_size1_large_dim_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6213410Z test_contig_size1_large_dim_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6213616Z test_contig_size1_large_dim_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6213819Z test_contig_size1_large_dim_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6214028Z test_contig_size1_large_dim_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6214235Z test_contig_size1_large_dim_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6214434Z test_contig_size1_large_dim_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6214634Z test_contig_size1_large_dim_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6214853Z test_contig_size1_large_dim_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6215067Z test_contig_size1_large_dim_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6215374Z test_contig_size1_large_dim_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6215591Z test_contig_size1_large_dim_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6215796Z test_contig_size1_large_dim_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6216013Z test_contig_size1_large_dim_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6216224Z test_contig_size1_large_dim_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6216437Z test_contig_size1_large_dim_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6216642Z test_contig_size1_large_dim_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6216846Z test_contig_size1_large_dim_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6217061Z test_contig_size1_large_dim_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6217280Z test_contig_size1_large_dim_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6217564Z test_contig_size1_large_dim_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6217796Z test_contig_size1_large_dim_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6218007Z test_contig_size1_large_dim_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6218221Z test_contig_size1_large_dim_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6218427Z test_contig_size1_large_dim_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6218640Z test_contig_size1_large_dim_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6218853Z test_contig_size1_large_dim_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6219067Z test_contig_size1_large_dim_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6219285Z test_contig_size1_large_dim_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6219509Z test_contig_size1_large_dim_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6219728Z test_contig_size1_large_dim_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6219942Z test_contig_size1_large_dim_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6220163Z test_contig_size1_large_dim_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6220365Z test_contig_size1_large_dim_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6220588Z test_contig_size1_large_dim_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6220804Z test_contig_size1_large_dim_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6221013Z test_contig_size1_large_dim_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6221374Z test_contig_size1_large_dim_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6221613Z test_contig_size1_large_dim_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6221824Z test_contig_size1_large_dim_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6222038Z test_contig_size1_large_dim_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6222382Z test_contig_size1_large_dim_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6222899Z test_contig_size1_large_dim_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6223111Z test_contig_size1_large_dim_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6223323Z test_contig_size1_large_dim_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6223536Z test_contig_size1_large_dim_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6223748Z test_contig_size1_large_dim_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6223951Z test_contig_size1_large_dim_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6224155Z test_contig_size1_large_dim_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6224365Z test_contig_size1_large_dim_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6224587Z test_contig_size1_large_dim_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6224852Z test_contig_size1_large_dim_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6225066Z test_contig_size1_large_dim_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6225348Z test_contig_size1_large_dim_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6225583Z test_contig_size1_large_dim_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6225793Z test_contig_size1_large_dim_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6226002Z test_contig_size1_large_dim_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6226206Z test_contig_size1_large_dim_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6226409Z test_contig_size1_large_dim_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6226624Z test_contig_size1_large_dim_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6226837Z test_contig_size1_large_dim_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6227058Z test_contig_size1_large_dim_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6227279Z test_contig_size1_large_dim_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6227498Z test_contig_size1_large_dim_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6227714Z test_contig_size1_large_dim_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6227924Z test_contig_size1_large_dim_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6228137Z test_contig_size1_large_dim_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6228354Z test_contig_size1_large_dim_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6228564Z test_contig_size1_large_dim_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6228786Z test_contig_size1_large_dim_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6229003Z test_contig_size1_large_dim_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6229213Z test_contig_size1_large_dim_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6229425Z test_contig_size1_large_dim_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6229617Z test_contig_size1_large_dim_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6229825Z test_contig_size1_large_dim_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6230134Z test_contig_size1_large_dim_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6230337Z test_contig_size1_large_dim_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6230545Z test_contig_size1_large_dim_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6230753Z test_contig_size1_large_dim_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6230965Z test_contig_size1_large_dim_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6231175Z test_contig_size1_large_dim_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6231393Z test_contig_size1_large_dim_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6231613Z test_contig_size1_large_dim_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6231836Z test_contig_size1_large_dim_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6232047Z test_contig_size1_large_dim_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6232260Z test_contig_size1_large_dim_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6232538Z test_contig_size1_large_dim_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6232767Z test_contig_size1_large_dim_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6232974Z test_contig_size1_large_dim_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6233186Z test_contig_size1_large_dim_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6233397Z test_contig_size1_large_dim_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6233604Z test_contig_size1_large_dim_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6233829Z test_contig_size1_large_dim_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6234023Z test_contig_size1_large_dim_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6234243Z test_contig_size1_large_dim_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6234459Z test_contig_size1_large_dim_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6234676Z test_contig_size1_large_dim_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6234886Z test_contig_size1_large_dim_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6235095Z test_contig_size1_large_dim_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6235311Z test_contig_size1_large_dim_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6235526Z test_contig_size1_large_dim_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6235736Z test_contig_size1_large_dim_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6235948Z test_contig_size1_large_dim_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6236160Z test_contig_size1_large_dim_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6236383Z test_contig_size1_large_dim_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.6236603Z test_contig_size1_large_dim_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6236825Z test_contig_size1_large_dim_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6237043Z test_contig_size1_large_dim_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6238042Z test_contig_size1_large_dim_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6238255Z test_contig_size1_large_dim_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6238466Z test_contig_size1_large_dim_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6238683Z test_contig_size1_large_dim_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6238886Z test_contig_size1_large_dim_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6239078Z test_contig_size1_large_dim_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6239290Z test_contig_size1_large_dim_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6239511Z test_contig_size1_large_dim_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6239721Z test_contig_size1_large_dim_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6239946Z test_contig_size1_large_dim_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6240169Z test_contig_size1_large_dim_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6240487Z test_contig_size1_large_dim_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6240727Z test_contig_size1_large_dim_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6240942Z test_contig_size1_large_dim_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6241158Z test_contig_size1_large_dim_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6241370Z test_contig_size1_large_dim_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6241588Z test_contig_size1_large_dim_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6241797Z test_contig_size1_large_dim_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6242010Z test_contig_size1_large_dim_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6242223Z test_contig_size1_large_dim_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6242445Z test_contig_size1_large_dim_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6242661Z test_contig_size1_large_dim_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6242877Z test_contig_size1_large_dim_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6243091Z test_contig_size1_large_dim_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6243299Z test_contig_size1_large_dim_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6243514Z test_contig_size1_large_dim_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6243706Z test_contig_size1_large_dim_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6243923Z test_contig_size1_large_dim_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6244131Z test_contig_size1_large_dim_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6244346Z test_contig_size1_large_dim_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6244561Z test_contig_size1_large_dim_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6244772Z test_contig_size1_large_dim_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6244986Z test_contig_size1_large_dim_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6245297Z test_contig_size1_large_dim_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6245514Z test_contig_size1_large_dim_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6245729Z test_contig_size1_large_dim_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6245950Z test_contig_size1_large_dim_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6246162Z test_contig_size1_large_dim_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6246385Z test_contig_size1_large_dim_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6246607Z test_contig_size1_large_dim_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6246823Z test_contig_size1_large_dim_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6247044Z test_contig_size1_large_dim_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6247261Z test_contig_size1_large_dim_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6247473Z test_contig_size1_large_dim_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6247755Z test_contig_size1_large_dim_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6247979Z test_contig_size1_large_dim_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6248172Z test_contig_size1_large_dim_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6248380Z test_contig_size1_large_dim_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6248596Z test_contig_size1_large_dim_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6248807Z test_contig_size1_large_dim_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6249019Z test_contig_size1_large_dim_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6249227Z test_contig_size1_large_dim_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6249437Z test_contig_size1_large_dim_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6249645Z test_contig_size1_large_dim_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6249850Z test_contig_size1_large_dim_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6250053Z test_contig_size1_large_dim_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6250260Z test_contig_size1_large_dim_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6250463Z test_contig_size1_large_dim_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6250693Z test_contig_size1_large_dim_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6250912Z test_contig_size1_large_dim_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6251136Z test_contig_size1_large_dim_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6251354Z test_contig_size1_large_dim_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6251562Z test_contig_size1_large_dim_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6251783Z test_contig_size1_large_dim_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6252004Z test_contig_size1_large_dim_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6252218Z test_contig_size1_large_dim_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6252507Z test_contig_size1_large_dim_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6252720Z test_contig_size1_large_dim_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6253129Z test_contig_size1_large_dim_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6253354Z test_contig_size1_large_dim_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6253556Z test_contig_size1_large_dim_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6253908Z test_contig_size1_large_dim_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6254251Z test_contig_size1_large_dim_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6254486Z test_contig_size1_large_dim_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6254707Z test_contig_size1_large_dim_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6254939Z test_contig_size1_large_dim_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6255170Z test_contig_size1_large_dim_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6255482Z test_contig_size1_large_dim_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6255722Z test_contig_size1_large_dim_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6255936Z test_contig_size1_large_dim_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6256149Z test_contig_size1_large_dim_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6256370Z test_contig_size1_large_dim_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6256593Z test_contig_size1_large_dim_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6256814Z test_contig_size1_large_dim_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6257032Z test_contig_size1_large_dim_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6257253Z test_contig_size1_large_dim_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6257452Z test_contig_size1_large_dim_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6257668Z test_contig_size1_large_dim_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6257894Z test_contig_size1_large_dim_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6258115Z test_contig_size1_large_dim_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6258343Z test_contig_size1_large_dim_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6258562Z test_contig_size1_large_dim_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6258775Z test_contig_size1_large_dim_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6258995Z test_contig_size1_large_dim_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6259206Z test_contig_size1_large_dim_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6259416Z test_contig_size1_large_dim_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6259630Z test_contig_size1_large_dim_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6259842Z test_contig_size1_large_dim_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6260145Z test_contig_size1_large_dim_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6260367Z test_contig_size1_large_dim_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6260579Z test_contig_size1_large_dim_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6260808Z test_contig_size1_large_dim_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6261031Z test_contig_size1_large_dim_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6261245Z test_contig_size1_large_dim_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6261459Z test_contig_size1_large_dim_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6261670Z test_contig_size1_large_dim_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6261884Z test_contig_size1_large_dim_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6262076Z test_contig_size1_large_dim_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6262280Z test_contig_size1_large_dim_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6262564Z test_contig_size1_large_dim_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6262788Z test_contig_size1_large_dim_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6263014Z test_contig_size1_large_dim_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6263234Z test_contig_size1_large_dim_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6263458Z test_contig_size1_large_dim_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6263674Z test_contig_size1_large_dim_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6263890Z test_contig_size1_large_dim_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6264111Z test_contig_size1_large_dim_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6264332Z test_contig_size1_large_dim_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6264552Z test_contig_size1_large_dim_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6264770Z test_contig_size1_large_dim_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6264987Z test_contig_size1_large_dim_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6265213Z test_contig_size1_large_dim_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6265430Z test_contig_size1_large_dim_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6265655Z test_contig_size1_large_dim_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6265870Z test_contig_size1_large_dim_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6266084Z test_contig_size1_large_dim_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6266294Z test_contig_size1_large_dim_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6266510Z test_contig_size1_large_dim_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6266710Z test_contig_size1_large_dim_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6266928Z test_contig_size1_large_dim_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6267145Z test_contig_size1_large_dim_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6267457Z test_contig_size1_large_dim_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6267671Z test_contig_size1_large_dim_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6267903Z test_contig_size1_large_dim_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6268124Z test_contig_size1_large_dim_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6268339Z test_contig_size1_large_dim_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6268559Z test_contig_size1_large_dim_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6268777Z test_contig_size1_large_dim_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6268994Z test_contig_size1_large_dim_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6269208Z test_contig_size1_large_dim_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6269426Z test_contig_size1_large_dim_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6269712Z test_contig_size1_large_dim_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6269944Z test_contig_size1_large_dim_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6270158Z test_contig_size1_large_dim_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6270398Z test_contig_size1_large_dim_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6270634Z test_contig_size1_large_dim_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6270880Z test_contig_size1_large_dim_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6271128Z test_contig_size1_large_dim_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6271361Z test_contig_size1_large_dim_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6271580Z test_contig_size1_large_dim_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6271811Z test_contig_size1_large_dim_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6272043Z test_contig_size1_large_dim_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6272275Z test_contig_size1_large_dim_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6272550Z test_contig_size1_large_dim_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6272789Z test_contig_size1_large_dim_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6273016Z test_contig_size1_large_dim_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6273232Z test_contig_size1_large_dim_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6273456Z test_contig_size1_large_dim_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6273679Z test_contig_size1_large_dim_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6273900Z test_contig_size1_large_dim_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6274118Z test_contig_size1_large_dim_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6274334Z test_contig_size1_large_dim_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6274654Z test_contig_size1_large_dim_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6274871Z test_contig_size1_large_dim_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6275083Z test_contig_size1_large_dim_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6275302Z test_contig_size1_large_dim_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6275513Z test_contig_size1_large_dim_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6275737Z test_contig_size1_large_dim_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6275957Z test_contig_size1_large_dim_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6276174Z test_contig_size1_large_dim_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6276376Z test_contig_size1_large_dim_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6276590Z test_contig_size1_large_dim_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6276803Z test_contig_size1_large_dim_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6277671Z test_contig_size1_large_dim_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6277939Z test_contig_size1_large_dim_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6278151Z test_contig_size1_large_dim_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6278361Z test_contig_size1_large_dim_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6278586Z test_contig_size1_large_dim_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6278802Z test_contig_size1_large_dim_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6279025Z test_contig_size1_large_dim_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6279242Z test_contig_size1_large_dim_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6279463Z test_contig_size1_large_dim_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6279677Z test_contig_size1_large_dim_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6279884Z test_contig_size1_large_dim_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6280092Z test_contig_size1_large_dim_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6280303Z test_contig_size1_large_dim_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6280513Z test_contig_size1_large_dim_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6280730Z test_contig_size1_large_dim_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6280941Z test_contig_size1_large_dim_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6281165Z test_contig_size1_large_dim_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6281369Z test_contig_size1_large_dim_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6281586Z test_contig_size1_large_dim_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6281798Z test_contig_size1_large_dim_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6282009Z test_contig_size1_large_dim_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6282217Z test_contig_size1_large_dim_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6282543Z test_contig_size1_large_dim_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6282751Z test_contig_size1_large_dim_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6282959Z test_contig_size1_large_dim_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6283174Z test_contig_size1_large_dim_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6283388Z test_contig_size1_large_dim_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6283598Z test_contig_size1_large_dim_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6283817Z test_contig_size1_large_dim_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6284039Z test_contig_size1_large_dim_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6284261Z test_contig_size1_large_dim_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6284473Z test_contig_size1_large_dim_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6284686Z test_contig_size1_large_dim_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6284968Z test_contig_size1_large_dim_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6285192Z test_contig_size1_large_dim_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6285402Z test_contig_size1_large_dim_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6285601Z test_contig_size1_large_dim_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6285793Z test_contig_size1_large_dim_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6286003Z test_contig_size1_large_dim_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6286239Z test_contig_size1_large_dim_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6286464Z test_contig_size1_large_dim_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6286701Z test_contig_size1_large_dim_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6286936Z test_contig_size1_large_dim_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6287165Z test_contig_size1_large_dim_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6287384Z test_contig_size1_large_dim_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6287600Z test_contig_size1_large_dim_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6287825Z test_contig_size1_large_dim_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6288039Z test_contig_size1_large_dim_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6288257Z test_contig_size1_large_dim_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6288480Z test_contig_size1_large_dim_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6288699Z test_contig_size1_large_dim_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6288922Z test_contig_size1_large_dim_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6289137Z test_contig_size1_large_dim_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6289352Z test_contig_size1_large_dim_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6289661Z test_contig_size1_large_dim_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6289877Z test_contig_size1_large_dim_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6290092Z test_contig_size1_large_dim_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6290308Z test_contig_size1_large_dim_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6290501Z test_contig_size1_large_dim_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6290712Z test_contig_size1_large_dim_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6290921Z test_contig_size1_large_dim_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6291137Z test_contig_size1_large_dim_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6291348Z test_contig_size1_large_dim_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6291574Z test_contig_size1_large_dim_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6291796Z test_contig_size1_large_dim_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6292087Z test_contig_size1_large_dim_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6292318Z test_contig_size1_large_dim_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6292533Z test_contig_size1_large_dim_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6292749Z test_contig_size1_large_dim_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6292959Z test_contig_size1_large_dim_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6293168Z test_contig_size1_large_dim_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6293381Z test_contig_size1_large_dim_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6293592Z test_contig_size1_large_dim_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6293805Z test_contig_size1_large_dim_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6294056Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6294301Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6294547Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6294788Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6295032Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6295255Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6295494Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6295729Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6295969Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6296207Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6296448Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6296687Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6297009Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6297244Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6297485Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6297718Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6297954Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6298192Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6298430Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6298670Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6298900Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6299201Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6299456Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6299694Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6299925Z test_contig_size1_large_dim_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6300147Z test_contig_size1_large_dim_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6300373Z test_contig_size1_large_dim_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6300597Z test_contig_size1_large_dim_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6300823Z test_contig_size1_large_dim_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6301030Z test_contig_size1_large_dim_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6301243Z test_contig_size1_large_dim_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6301449Z test_contig_size1_large_dim_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6301667Z test_contig_size1_large_dim_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6301884Z test_contig_size1_large_dim_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6302106Z test_contig_size1_large_dim_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6302328Z test_contig_size1_large_dim_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6302548Z test_contig_size1_large_dim_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6302773Z test_contig_size1_large_dim_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6302988Z test_contig_size1_large_dim_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6303201Z test_contig_size1_large_dim_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6303409Z test_contig_size1_large_dim_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6303618Z test_contig_size1_large_dim_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6303829Z test_contig_size1_large_dim_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6304122Z test_contig_size1_large_dim_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6304330Z test_contig_size1_large_dim_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6304533Z test_contig_size1_large_dim_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6304779Z test_contig_size1_large_dim_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6305020Z test_contig_size1_large_dim_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6305259Z test_contig_size1_large_dim_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6305498Z test_contig_size1_large_dim_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6305720Z test_contig_size1_large_dim_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6305959Z test_contig_size1_large_dim_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6306194Z test_contig_size1_large_dim_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6306504Z test_contig_size1_large_dim_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6306774Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6307023Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6307263Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.6307510Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6307770Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6308023Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6308265Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6308518Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6308766Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6309010Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6309255Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6309628Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6309938Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6310186Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6310543Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6310911Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6311168Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6311419Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6311762Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6312011Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6312237Z test_contig_size1_large_dim_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6312476Z test_contig_size1_large_dim_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6312714Z test_contig_size1_large_dim_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6312952Z test_contig_size1_large_dim_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6313193Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6313437Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6313671Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6313911Z test_contig_size1_large_dim_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6314218Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6314468Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6314695Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6314930Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6315165Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6315404Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6315642Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6315876Z test_contig_size1_large_dim_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6316118Z test_contig_size1_large_dim_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6316359Z test_contig_size1_large_dim_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6316595Z test_contig_size1_large_dim_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6316835Z test_contig_size1_large_dim_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6317075Z test_contig_size1_large_dim_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6317305Z test_contig_size1_large_dim_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6317537Z test_contig_size1_large_dim_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6317773Z test_contig_size1_large_dim_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6317986Z test_contig_size1_large_dim_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6318226Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6318466Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6318802Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6319041Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6319277Z test_contig_size1_large_dim_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6319518Z test_contig_size1_large_dim_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6319755Z test_contig_size1_large_dim_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6320035Z test_contig_size1_large_dim_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6320273Z test_contig_size1_large_dim_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6320510Z test_contig_size1_large_dim_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6320749Z test_contig_size1_large_dim_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6320981Z test_contig_size1_large_dim_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6321306Z test_contig_size1_large_dim_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6321566Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6321810Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6322053Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6322308Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6322562Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6322802Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6323042Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6323287Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.6323526Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6323774Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6323996Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6324238Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6324477Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6324725Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6324966Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6325207Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6325446Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6325683Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6326017Z test_contig_size1_large_dim_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6326269Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6326525Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6326778Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6327022Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6327265Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6327516Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6327764Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6328008Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6328252Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6328570Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6328827Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6329081Z test_contig_size1_large_dim_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6329329Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6329578Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6329818Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6330061Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6330288Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6330529Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6330772Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6331011Z test_contig_size1_large_dim_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6331256Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6331509Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6331759Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6332004Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6332246Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6332483Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6332721Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6332964Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6333297Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6333540Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6333794Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6334040Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6334285Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6334522Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6334759Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6335002Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6335241Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6335547Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6335808Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6336052Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6336298Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6336523Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6336764Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6337004Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6337240Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6337483Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6337720Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6337959Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6338198Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6338444Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6338690Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6338936Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6339174Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6339407Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6339647Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6339878Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6340121Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6340454Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6340695Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6340942Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6341183Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6341418Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6341654Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6341896Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6342136Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6342362Z test_contig_size1_large_dim_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6342646Z test_contig_size1_large_dim_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6342896Z test_contig_size1_large_dim_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6343118Z test_contig_size1_large_dim_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6343340Z test_contig_size1_large_dim_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6343564Z test_contig_size1_large_dim_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6343789Z test_contig_size1_large_dim_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6344012Z test_contig_size1_large_dim_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6344229Z test_contig_size1_large_dim_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6344452Z test_contig_size1_large_dim_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6344670Z test_contig_size1_large_dim_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6344889Z test_contig_size1_large_dim_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6345114Z test_contig_size1_large_dim_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6345331Z test_contig_size1_large_dim_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6345556Z test_contig_size1_large_dim_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6345781Z test_contig_size1_large_dim_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6346005Z test_contig_size1_large_dim_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6346226Z test_contig_size1_large_dim_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6346445Z test_contig_size1_large_dim_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6346664Z test_contig_size1_large_dim_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6346877Z test_contig_size1_large_dim_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6347076Z test_contig_size1_large_dim_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6347290Z test_contig_size1_large_dim_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6347599Z test_contig_size1_large_dim_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6347824Z test_contig_size1_large_dim_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6348052Z test_contig_size1_large_dim_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6348274Z test_contig_size1_large_dim_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6348489Z test_contig_size1_large_dim_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6348702Z test_contig_size1_large_dim_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6348918Z test_contig_size1_large_dim_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6349131Z test_contig_size1_large_dim_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6349345Z test_contig_size1_large_dim_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6349549Z test_contig_size1_large_dim_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6349759Z test_contig_size1_large_dim_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6350035Z test_contig_size1_large_dim_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6350285Z test_contig_size1_large_dim_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6350510Z test_contig_size1_large_dim_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6350745Z test_contig_size1_large_dim_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6350977Z test_contig_size1_large_dim_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6351214Z test_contig_size1_large_dim_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6351444Z test_contig_size1_large_dim_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6351669Z test_contig_size1_large_dim_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6351875Z test_contig_size1_large_dim_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6352089Z test_contig_size1_large_dim_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6352302Z test_contig_size1_large_dim_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6352527Z test_contig_size1_large_dim_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6352754Z test_contig_size1_large_dim_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6352978Z test_contig_size1_large_dim_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6353197Z test_contig_size1_large_dim_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6353415Z test_contig_size1_large_dim_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6353633Z test_contig_size1_large_dim_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6353844Z test_contig_size1_large_dim_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6354057Z test_contig_size1_large_dim_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6354265Z test_contig_size1_large_dim_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6354477Z test_contig_size1_large_dim_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6355462Z test_contig_size1_large_dim_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6355697Z test_contig_size1_large_dim_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6355938Z test_contig_size1_large_dim_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6356174Z test_contig_size1_large_dim_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6356400Z test_contig_size1_large_dim_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6356636Z test_contig_size1_large_dim_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6356871Z test_contig_size1_large_dim_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6357108Z test_contig_size1_large_dim_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6357320Z test_contig_size1_large_dim_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6357560Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6357892Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6358155Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6358392Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6358616Z test_contig_size1_large_dim_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6358829Z test_contig_size1_large_dim_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6359058Z test_contig_size1_large_dim_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6359280Z test_contig_size1_large_dim_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6359504Z test_contig_size1_large_dim_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6359725Z test_contig_size1_large_dim_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6359945Z test_contig_size1_large_dim_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6360161Z test_contig_size1_large_dim_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6360374Z test_contig_size1_large_dim_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6360586Z test_contig_size1_large_dim_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6360795Z test_contig_size1_large_dim_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6361008Z test_contig_size1_large_dim_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6361220Z test_contig_size1_large_dim_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6361438Z test_contig_size1_large_dim_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6361647Z test_contig_size1_large_dim_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6361867Z test_contig_size1_large_dim_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6362086Z test_contig_size1_large_dim_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6362289Z test_contig_size1_large_dim_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6362600Z test_contig_size1_large_dim_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6362810Z test_contig_size1_large_dim_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6363016Z test_contig_size1_large_dim_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6363230Z test_contig_size1_large_dim_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6363443Z test_contig_size1_large_dim_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6363650Z test_contig_size1_large_dim_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6363860Z test_contig_size1_large_dim_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6364065Z test_contig_size1_large_dim_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6364286Z test_contig_size1_large_dim_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6364509Z test_contig_size1_large_dim_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6364735Z test_contig_size1_large_dim_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6365030Z test_contig_size1_large_dim_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6365263Z test_contig_size1_large_dim_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6365482Z test_contig_size1_large_dim_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6365698Z test_contig_size1_large_dim_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6365907Z test_contig_size1_large_dim_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6366116Z test_contig_size1_large_dim_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6366333Z test_contig_size1_large_dim_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6366546Z test_contig_size1_large_dim_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6366735Z test_contig_size1_large_dim_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6366963Z test_contig_size1_large_dim_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6367181Z test_contig_size1_large_dim_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6367413Z test_contig_size1_large_dim_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6367639Z test_contig_size1_large_dim_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6367866Z test_contig_size1_large_dim_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6368088Z test_contig_size1_large_dim_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6368309Z test_contig_size1_large_dim_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6368529Z test_contig_size1_large_dim_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6368750Z test_contig_size1_large_dim_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6368968Z test_contig_size1_large_dim_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6369183Z test_contig_size1_large_dim_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6369400Z test_contig_size1_large_dim_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6369617Z test_contig_size1_large_dim_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6369926Z test_contig_size1_large_dim_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6370136Z test_contig_size1_large_dim_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6370352Z test_contig_size1_large_dim_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6370569Z test_contig_size1_large_dim_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6370780Z test_contig_size1_large_dim_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6370990Z test_contig_size1_large_dim_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6371182Z test_contig_size1_large_dim_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6371393Z test_contig_size1_large_dim_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6371604Z test_contig_size1_large_dim_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6371812Z test_contig_size1_large_dim_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6372037Z test_contig_size1_large_dim_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6372325Z test_contig_size1_large_dim_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6372623Z test_contig_size1_large_dim_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6372839Z test_contig_size1_large_dim_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6373061Z test_contig_size1_large_dim_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6373277Z test_contig_size1_large_dim_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6373494Z test_contig_size1_large_dim_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6373710Z test_contig_size1_large_dim_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6373926Z test_contig_size1_large_dim_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6374143Z test_contig_size1_large_dim_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6374358Z test_contig_size1_large_dim_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6374567Z test_contig_size1_large_dim_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6374789Z test_contig_size1_large_dim_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6375043Z test_contig_size1_large_dim_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6375262Z test_contig_size1_large_dim_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6375479Z test_contig_size1_large_dim_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6375691Z test_contig_size1_large_dim_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6375888Z test_contig_size1_large_dim_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6376097Z test_contig_size1_large_dim_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6376306Z test_contig_size1_large_dim_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6376507Z test_contig_size1_large_dim_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6376717Z test_contig_size1_large_dim_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6376929Z test_contig_size1_large_dim_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6377242Z test_contig_size1_large_dim_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6377446Z test_contig_size1_large_dim_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6377667Z test_contig_size1_large_dim_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6377893Z test_contig_size1_large_dim_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6378109Z test_contig_size1_large_dim_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6378323Z test_contig_size1_large_dim_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6378539Z test_contig_size1_large_dim_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6378751Z test_contig_size1_large_dim_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6378967Z test_contig_size1_large_dim_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6379177Z test_contig_size1_large_dim_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6379389Z test_contig_size1_large_dim_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6379664Z test_contig_size1_large_dim_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6379895Z test_contig_size1_large_dim_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6380106Z test_contig_size1_large_dim_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6380311Z test_contig_size1_large_dim_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6380530Z test_contig_size1_large_dim_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6380755Z test_contig_size1_large_dim_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6380967Z test_contig_size1_large_dim_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6381180Z test_contig_size1_large_dim_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6381398Z test_contig_size1_large_dim_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6381613Z test_contig_size1_large_dim_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6381824Z test_contig_size1_large_dim_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6382028Z test_contig_size1_large_dim_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6382236Z test_contig_size1_large_dim_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6382451Z test_contig_size1_large_dim_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6382684Z test_contig_size1_large_dim_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6382920Z test_contig_size1_large_dim_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6383157Z test_contig_size1_large_dim_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6383386Z test_contig_size1_large_dim_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6383615Z test_contig_size1_large_dim_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6383849Z test_contig_size1_large_dim_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6384079Z test_contig_size1_large_dim_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6384396Z test_contig_size1_large_dim_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6384630Z test_contig_size1_large_dim_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6384866Z test_contig_size1_large_dim_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6385088Z test_contig_size1_large_dim_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6385321Z test_contig_size1_large_dim_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6385553Z test_contig_size1_large_dim_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6385778Z test_contig_size1_large_dim_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6386010Z test_contig_size1_large_dim_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6386247Z test_contig_size1_large_dim_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6386480Z test_contig_size1_large_dim_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6386791Z test_contig_size1_large_dim_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6387044Z test_contig_size1_large_dim_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6387272Z test_contig_size1_large_dim_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6387496Z test_contig_size1_large_dim_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6387726Z test_contig_size1_large_dim_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6387962Z test_contig_size1_large_dim_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6388193Z test_contig_size1_large_dim_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6388424Z test_contig_size1_large_dim_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6388663Z test_contig_size1_large_dim_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6388898Z test_contig_size1_large_dim_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6389127Z test_contig_size1_large_dim_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6389346Z test_contig_size1_large_dim_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6389574Z test_contig_size1_large_dim_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6389806Z test_contig_size1_large_dim_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6390036Z test_contig_size1_large_dim_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6390272Z test_contig_size1_large_dim_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6390490Z test_contig_size1_large_dim_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6390726Z test_contig_size1_large_dim_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6390951Z test_contig_size1_large_dim_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6391176Z test_contig_size1_large_dim_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6391490Z test_contig_size1_large_dim_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6391724Z test_contig_size1_large_dim_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6391953Z test_contig_size1_large_dim_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6392185Z test_contig_size1_large_dim_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6392415Z test_contig_size1_large_dim_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6392643Z test_contig_size1_large_dim_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6392873Z test_contig_size1_large_dim_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6393103Z test_contig_size1_large_dim_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6393333Z test_contig_size1_large_dim_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6393554Z test_contig_size1_large_dim_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6393777Z test_contig_size1_large_dim_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6394650Z test_contig_size1_large_dim_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6394931Z test_contig_size1_large_dim_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6395153Z test_contig_size1_large_dim_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6395386Z test_contig_size1_large_dim_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6395612Z test_contig_size1_large_dim_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6395845Z test_contig_size1_large_dim_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6396070Z test_contig_size1_large_dim_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6396274Z test_contig_size1_large_dim_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6396500Z test_contig_size1_large_dim_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6396723Z test_contig_size1_large_dim_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6396950Z test_contig_size1_large_dim_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6397173Z test_contig_size1_large_dim_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6397394Z test_contig_size1_large_dim_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6397611Z test_contig_size1_large_dim_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6397835Z test_contig_size1_large_dim_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6398057Z test_contig_size1_large_dim_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6398272Z test_contig_size1_large_dim_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6398483Z test_contig_size1_large_dim_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6398703Z test_contig_size1_large_dim_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6398929Z test_contig_size1_large_dim_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6399266Z test_contig_size1_large_dim_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6399491Z test_contig_size1_large_dim_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6399715Z test_contig_size1_large_dim_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6399937Z test_contig_size1_large_dim_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6400158Z test_contig_size1_large_dim_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6400373Z test_contig_size1_large_dim_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6400593Z test_contig_size1_large_dim_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6400810Z test_contig_size1_large_dim_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6401029Z test_contig_size1_large_dim_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6401242Z test_contig_size1_large_dim_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6401471Z test_contig_size1_large_dim_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6401769Z test_contig_size1_large_dim_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6402009Z test_contig_size1_large_dim_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6402221Z test_contig_size1_large_dim_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6402439Z test_contig_size1_large_dim_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6402663Z test_contig_size1_large_dim_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6402901Z test_contig_size1_large_dim_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6403144Z test_contig_size1_large_dim_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6403380Z test_contig_size1_large_dim_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6403613Z test_contig_size1_large_dim_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6403846Z test_contig_size1_large_dim_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6404078Z test_contig_size1_large_dim_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6404311Z test_contig_size1_large_dim_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6404537Z test_contig_size1_large_dim_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6404788Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6405041Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6405288Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6405531Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6405779Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6406015Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6406255Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6406595Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6406821Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6407073Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6407317Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6407557Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6407797Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6408029Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6408271Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6408515Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6408824Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6409086Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6409335Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6409575Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6409814Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6410059Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6410300Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6410549Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6410795Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6411042Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6411426Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6411723Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6411966Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6412202Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6412609Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6412993Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6413235Z test_contig_size1_large_dim_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6413446Z test_contig_size1_large_dim_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6413677Z test_contig_size1_large_dim_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6414020Z test_contig_size1_large_dim_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6414246Z test_contig_size1_large_dim_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6414471Z test_contig_size1_large_dim_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6414695Z test_contig_size1_large_dim_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6414913Z test_contig_size1_large_dim_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6415133Z test_contig_size1_large_dim_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6415347Z test_contig_size1_large_dim_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6415574Z test_contig_size1_large_dim_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6415810Z test_contig_size1_large_dim_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6416039Z test_contig_size1_large_dim_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6416273Z test_contig_size1_large_dim_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6416568Z test_contig_size1_large_dim_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6416809Z test_contig_size1_large_dim_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6417031Z test_contig_size1_large_dim_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6417249Z test_contig_size1_large_dim_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6417520Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6417801Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6418076Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6418511Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6418786Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6419159Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6419568Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6419832Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6420098Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6420361Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6420624Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6420885Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6421137Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6421390Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6421740Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6421999Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6422258Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6422514Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6422769Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6423031Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6423285Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6423539Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6423783Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6424109Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6424378Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6424631Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6425046Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6425302Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6425552Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6425928Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6426308Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6426562Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6426806Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6427022Z test_contig_size1_large_dim_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6427221Z test_contig_size1_large_dim_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6427444Z test_contig_size1_large_dim_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6427669Z test_contig_size1_large_dim_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6427897Z test_contig_size1_large_dim_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6428115Z test_contig_size1_large_dim_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6428329Z test_contig_size1_large_dim_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6428548Z test_contig_size1_large_dim_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6428759Z test_contig_size1_large_dim_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6428969Z test_contig_size1_large_dim_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6429287Z test_contig_size1_large_dim_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6429497Z test_contig_size1_large_dim_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6429709Z test_contig_size1_large_dim_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6429935Z test_contig_size1_large_dim_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6430154Z test_contig_size1_large_dim_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6430384Z test_contig_size1_large_dim_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6430609Z test_contig_size1_large_dim_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6430828Z test_contig_size1_large_dim_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6431053Z test_contig_size1_large_dim_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6431274Z test_contig_size1_large_dim_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6431643Z test_contig_size1_large_dim_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6431933Z test_contig_size1_large_dim_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6432165Z test_contig_size1_large_dim_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6432518Z test_contig_size1_large_dim_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6432848Z test_contig_size1_large_dim_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6433064Z test_contig_size1_large_dim_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6433280Z test_contig_size1_large_dim_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6433501Z test_contig_size1_large_dim_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6433720Z test_contig_size1_large_dim_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6433942Z test_contig_size1_large_dim_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6434157Z test_contig_size1_large_dim_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6434370Z test_contig_size1_large_dim_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6434581Z test_contig_size1_large_dim_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6434791Z test_contig_size1_large_dim_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6435005Z test_contig_size1_large_dim_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6435208Z test_contig_size1_large_dim_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6435418Z test_contig_size1_large_dim_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6435631Z test_contig_size1_large_dim_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6435848Z test_contig_size1_large_dim_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6436054Z test_contig_size1_large_dim_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6436277Z test_contig_size1_large_dim_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6436479Z test_contig_size1_large_dim_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6436811Z test_contig_size1_large_dim_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6437023Z test_contig_size1_large_dim_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6437239Z test_contig_size1_large_dim_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6437453Z test_contig_size1_large_dim_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6437662Z test_contig_size1_large_dim_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6437876Z test_contig_size1_large_dim_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6438220Z test_contig_size1_large_dim_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6438427Z test_contig_size1_large_dim_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6438629Z test_contig_size1_large_dim_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6438978Z test_contig_size1_large_dim_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6439322Z test_contig_size1_large_dim_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6439543Z test_contig_size1_large_dim_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6439845Z test_contig_size1_large_dim_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6440075Z test_contig_size1_large_dim_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6440287Z test_contig_size1_large_dim_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6440498Z test_contig_size1_large_dim_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6440709Z test_contig_size1_large_dim_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6440920Z test_contig_size1_large_dim_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6441122Z test_contig_size1_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6441312Z test_contig_size1_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6441517Z test_contig_size1_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6441722Z test_contig_size1_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6441924Z test_contig_size1_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6442119Z test_contig_size1_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6442318Z test_contig_size1_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6442521Z test_contig_size1_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6442724Z test_contig_size1_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6442925Z test_contig_size1_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6443128Z test_contig_size1_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6443336Z test_contig_size1_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6443540Z test_contig_size1_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6443739Z test_contig_size1_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6443936Z test_contig_size1_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6444130Z test_contig_size1_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6444510Z test_contig_size1_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6444775Z test_contig_size1_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6444974Z test_contig_size1_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6445168Z test_contig_size1_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6445470Z test_contig_size1_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6445800Z test_contig_size1_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6446021Z test_contig_size1_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6446222Z test_contig_size1_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6446423Z test_contig_size1_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6446620Z test_contig_size1_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6446815Z test_contig_size1_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6447006Z test_contig_size1_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6447194Z test_contig_size1_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6447474Z test_contig_size1_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6447692Z test_contig_size1_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6447896Z test_contig_size1_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6448094Z test_contig_size1_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6448303Z test_contig_size1_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6448512Z test_contig_size1_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6448714Z test_contig_size1_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6448910Z test_contig_size1_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6449104Z test_contig_size1_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6449283Z test_contig_size1_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6449475Z test_contig_size1_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6449661Z test_contig_size1_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6449860Z test_contig_size1_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6450053Z test_contig_size1_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6450258Z test_contig_size1_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6450456Z test_contig_size1_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6450661Z test_contig_size1_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6450867Z test_contig_size1_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6451211Z test_contig_size1_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6451433Z test_contig_size1_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6451630Z test_contig_size1_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6451820Z test_contig_size1_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6452150Z test_contig_size1_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6452457Z test_contig_size1_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6452651Z test_contig_size1_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6452979Z test_contig_size1_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6453181Z test_contig_size1_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6453403Z test_contig_size1_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6453595Z test_contig_size1_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6453817Z test_contig_size1_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6454038Z test_contig_size1_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6454249Z test_contig_size1_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6454463Z test_contig_size1_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6454670Z test_contig_size1_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6454877Z test_contig_size1_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6455160Z test_contig_size1_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6455389Z test_contig_size1_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6455597Z test_contig_size1_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6455806Z test_contig_size1_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6456012Z test_contig_size1_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6456266Z test_contig_size1_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6467228Z test_contig_size1_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6467800Z test_contig_size1_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6468390Z test_contig_size1_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6468782Z test_contig_size1_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6469132Z test_contig_size1_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6469492Z test_contig_size1_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6469834Z test_contig_size1_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6470189Z test_contig_size1_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6470572Z test_contig_size1_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6470927Z test_contig_size1_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6471304Z test_contig_size1_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6471667Z test_contig_size1_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6471889Z test_contig_size1_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6472096Z test_contig_size1_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6472294Z test_contig_size1_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6472579Z test_contig_size1_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6472921Z test_contig_size1_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6473454Z test_contig_size1_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6473758Z test_contig_size1_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6473957Z test_contig_size1_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6474323Z test_contig_size1_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6474775Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6475017Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6475244Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6475473Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6475674Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6475890Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6476117Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6476448Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6476701Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6476922Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6477139Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6477363Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6477580Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6477799Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6478024Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6478243Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6478473Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6478692Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6478912Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6479133Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6479350Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6479575Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6479798Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6480169Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6480382Z test_contig_size1_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6480572Z test_contig_size1_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6480941Z test_contig_size1_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6481372Z test_contig_size1_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6481585Z test_contig_size1_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6481905Z test_contig_size1_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6482111Z test_contig_size1_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6482310Z test_contig_size1_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6482515Z test_contig_size1_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6482720Z test_contig_size1_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6482921Z test_contig_size1_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6483125Z test_contig_size1_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6483332Z test_contig_size1_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6483534Z test_contig_size1_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6483736Z test_contig_size1_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6483931Z test_contig_size1_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6484194Z test_contig_size1_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6484406Z test_contig_size1_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6484603Z test_contig_size1_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6484801Z test_contig_size1_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6484979Z test_contig_size1_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6485175Z test_contig_size1_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6485409Z test_contig_size1_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6485633Z test_contig_size1_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6485856Z test_contig_size1_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6486079Z test_contig_size1_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6486297Z test_contig_size1_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6486623Z test_contig_size1_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6486891Z test_contig_size1_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6487111Z test_contig_size1_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6487360Z test_contig_size1_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6487917Z test_contig_size1_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6488191Z test_contig_size1_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6488432Z test_contig_size1_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6488670Z test_contig_size1_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6488907Z test_contig_size1_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6489149Z test_contig_size1_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6489387Z test_contig_size1_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6490618Z test_contig_size1_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6490851Z test_contig_size1_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6491091Z test_contig_size1_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6491325Z test_contig_size1_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6491539Z test_contig_size1_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6491760Z test_contig_size1_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6491987Z test_contig_size1_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6492215Z test_contig_size1_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6492459Z test_contig_size1_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6492694Z test_contig_size1_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6493032Z test_contig_size1_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6493468Z test_contig_size1_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6493706Z test_contig_size1_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6493929Z test_contig_size1_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6494337Z test_contig_size1_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6494700Z test_contig_size1_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6494933Z test_contig_size1_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6495155Z test_contig_size1_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6495373Z test_contig_size1_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6495600Z test_contig_size1_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6495815Z test_contig_size1_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6496039Z test_contig_size1_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6496264Z test_contig_size1_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6496489Z test_contig_size1_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6496708Z test_contig_size1_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6496912Z test_contig_size1_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6497139Z test_contig_size1_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6497355Z test_contig_size1_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6497578Z test_contig_size1_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6497800Z test_contig_size1_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6498018Z test_contig_size1_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6498358Z test_contig_size1_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6498581Z test_contig_size1_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.6498800Z test_contig_size1_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6499025Z test_contig_size1_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6499245Z test_contig_size1_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6499463Z test_contig_size1_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6499693Z test_contig_size1_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6500067Z test_contig_size1_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6500296Z test_contig_size1_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6500511Z test_contig_size1_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6500904Z test_contig_size1_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6501388Z test_contig_size1_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6501632Z test_contig_size1_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6501845Z test_contig_size1_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6502065Z test_contig_size1_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6502271Z test_contig_size1_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6502494Z test_contig_size1_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6502708Z test_contig_size1_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6502944Z test_contig_size1_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6503181Z test_contig_size1_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6503407Z test_contig_size1_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6503636Z test_contig_size1_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6503875Z test_contig_size1_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6504114Z test_contig_size1_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6504352Z test_contig_size1_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6504580Z test_contig_size1_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6504816Z test_contig_size1_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6505045Z test_contig_size1_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6505287Z test_contig_size1_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6505522Z test_contig_size1_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6505748Z test_contig_size1_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6506076Z test_contig_size1_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6506302Z test_contig_size1_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6506685Z test_contig_size1_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6506921Z test_contig_size1_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6507150Z test_contig_size1_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6507566Z test_contig_size1_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6507903Z test_contig_size1_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6508146Z test_contig_size1_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6508393Z test_contig_size1_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6508631Z test_contig_size1_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6508861Z test_contig_size1_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6509189Z test_contig_size1_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6509441Z test_contig_size1_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6509672Z test_contig_size1_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6509897Z test_contig_size1_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6510125Z test_contig_size1_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6510358Z test_contig_size1_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6510587Z test_contig_size1_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6510823Z test_contig_size1_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6511059Z test_contig_size1_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6511295Z test_contig_size1_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6511524Z test_contig_size1_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6511755Z test_contig_size1_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6511981Z test_contig_size1_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6512211Z test_contig_size1_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6512438Z test_contig_size1_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6512664Z test_contig_size1_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6512895Z test_contig_size1_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6513263Z test_contig_size1_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6513617Z test_contig_size1_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6513960Z test_contig_size1_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6514492Z test_contig_size1_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6514725Z test_contig_size1_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6514944Z test_contig_size1_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6515183Z test_contig_size1_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6515412Z test_contig_size1_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6515640Z test_contig_size1_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6515871Z test_contig_size1_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6516103Z test_contig_size1_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6516333Z test_contig_size1_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6516562Z test_contig_size1_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6516785Z test_contig_size1_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6517089Z test_contig_size1_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6517340Z test_contig_size1_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6517565Z test_contig_size1_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6517791Z test_contig_size1_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6518018Z test_contig_size1_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6518256Z test_contig_size1_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6518487Z test_contig_size1_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6518714Z test_contig_size1_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6518918Z test_contig_size1_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6519136Z test_contig_size1_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6519363Z test_contig_size1_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6519728Z test_contig_size1_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6519977Z test_contig_size1_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6520207Z test_contig_size1_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6520604Z test_contig_size1_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6520995Z test_contig_size1_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6521229Z test_contig_size1_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6521457Z test_contig_size1_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6521680Z test_contig_size1_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6521908Z test_contig_size1_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6522236Z test_contig_size1_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6522460Z test_contig_size1_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6522692Z test_contig_size1_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6522918Z test_contig_size1_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6523152Z test_contig_size1_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6523377Z test_contig_size1_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6523601Z test_contig_size1_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6523817Z test_contig_size1_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6524044Z test_contig_size1_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6524265Z test_contig_size1_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6524458Z test_contig_size1_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6524750Z test_contig_size1_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6524988Z test_contig_size1_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6525198Z test_contig_size1_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6525409Z test_contig_size1_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6525618Z test_contig_size1_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6525829Z test_contig_size1_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6526035Z test_contig_size1_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6526426Z test_contig_size1_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6526638Z test_contig_size1_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6526846Z test_contig_size1_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6527157Z test_contig_size1_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6527584Z test_contig_size1_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6527803Z test_contig_size1_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6528008Z test_contig_size1_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6528222Z test_contig_size1_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6528429Z test_contig_size1_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6528630Z test_contig_size1_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6528828Z test_contig_size1_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6529014Z test_contig_size1_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6529221Z test_contig_size1_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6529419Z test_contig_size1_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6529615Z test_contig_size1_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6529812Z test_contig_size1_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6530128Z test_contig_size1_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6530332Z test_contig_size1_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6530538Z test_contig_size1_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6530747Z test_contig_size1_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6530949Z test_contig_size1_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6531143Z test_contig_size1_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6531343Z test_contig_size1_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6531534Z test_contig_size1_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6531723Z test_contig_size1_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6531922Z test_contig_size1_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6532122Z test_contig_size1_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6532337Z test_contig_size1_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6533355Z test_contig_size1_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6533767Z test_contig_size1_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6534191Z test_contig_size1_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6534421Z test_contig_size1_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6534632Z test_contig_size1_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6534852Z test_contig_size1_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6535062Z test_contig_size1_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6535272Z test_contig_size1_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6535485Z test_contig_size1_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6535695Z test_contig_size1_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6535906Z test_contig_size1_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6536111Z test_contig_size1_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6536312Z test_contig_size1_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6536511Z test_contig_size1_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6536712Z test_contig_size1_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6536916Z test_contig_size1_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6537107Z test_contig_size1_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6537299Z test_contig_size1_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6537494Z test_contig_size1_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6537686Z test_contig_size1_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6537909Z test_contig_size1_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6538116Z test_contig_size1_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6538339Z test_contig_size1_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6538703Z test_contig_size1_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6538928Z test_contig_size1_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6539149Z test_contig_size1_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6539478Z test_contig_size1_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6539738Z test_contig_size1_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6539967Z test_contig_size1_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6540197Z test_contig_size1_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6540692Z test_contig_size1_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6540964Z test_contig_size1_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6541172Z test_contig_size1_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6541467Z test_contig_size1_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6541697Z test_contig_size1_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6541906Z test_contig_size1_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6542107Z test_contig_size1_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6542310Z test_contig_size1_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6542508Z test_contig_size1_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6542705Z test_contig_size1_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6542904Z test_contig_size1_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6543080Z test_contig_size1_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6543282Z test_contig_size1_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6543481Z test_contig_size1_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6543678Z test_contig_size1_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6543879Z test_contig_size1_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6544081Z test_contig_size1_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6544289Z test_contig_size1_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6544494Z test_contig_size1_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6544692Z test_contig_size1_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6544890Z test_contig_size1_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6545083Z test_contig_size1_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6545275Z test_contig_size1_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6545471Z test_contig_size1_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6545668Z test_contig_size1_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6545865Z test_contig_size1_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6546207Z test_contig_size1_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6546519Z test_contig_size1_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6546723Z test_contig_size1_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6547043Z test_contig_size1_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6547435Z test_contig_size1_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6547654Z test_contig_size1_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6547856Z test_contig_size1_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6548053Z test_contig_size1_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6548249Z test_contig_size1_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6548450Z test_contig_size1_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6548648Z test_contig_size1_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6548836Z test_contig_size1_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6549032Z test_contig_size1_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6549309Z test_contig_size1_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6549539Z test_contig_size1_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6549740Z test_contig_size1_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6549955Z test_contig_size1_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6550167Z test_contig_size1_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6550379Z test_contig_size1_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6550590Z test_contig_size1_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6550787Z test_contig_size1_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6550993Z test_contig_size1_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6551180Z test_contig_size1_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6551377Z test_contig_size1_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6551573Z test_contig_size1_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6551775Z test_contig_size1_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6551974Z test_contig_size1_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6552176Z test_contig_size1_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6552374Z test_contig_size1_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6552682Z test_contig_size1_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6552916Z test_contig_size1_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6553124Z test_contig_size1_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6553324Z test_contig_size1_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6553646Z test_contig_size1_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6554020Z test_contig_size1_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6554225Z test_contig_size1_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.6554532Z test_contig_size1_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6554740Z test_contig_size1_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6554945Z test_contig_size1_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6555152Z test_contig_size1_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6555345Z test_contig_size1_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6555548Z test_contig_size1_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6555750Z test_contig_size1_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6555942Z test_contig_size1_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6556130Z test_contig_size1_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6556330Z test_contig_size1_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6556525Z test_contig_size1_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6556722Z test_contig_size1_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6557001Z test_contig_size1_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6557225Z test_contig_size1_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6557428Z test_contig_size1_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6557623Z test_contig_size1_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6557824Z test_contig_size1_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6558018Z test_contig_size1_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6558223Z test_contig_size1_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6558418Z test_contig_size1_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6558614Z test_contig_size1_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6558811Z test_contig_size1_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6559004Z test_contig_size1_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6559295Z test_contig_size1_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6559525Z test_contig_size1_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6559715Z test_contig_size1_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6559921Z test_contig_size1_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6560306Z test_contig_size1_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6560669Z test_contig_size1_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6560870Z test_contig_size1_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6561073Z test_contig_size1_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6561271Z test_contig_size1_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6561463Z test_contig_size1_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6561650Z test_contig_size1_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6561840Z test_contig_size1_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6562036Z test_contig_size1_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6562346Z test_contig_size1_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6562543Z test_contig_size1_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6562752Z test_contig_size1_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6562960Z test_contig_size1_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6563165Z test_contig_size1_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6563349Z test_contig_size1_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6563546Z test_contig_size1_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6563738Z test_contig_size1_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6563936Z test_contig_size1_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6564127Z test_contig_size1_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6564314Z test_contig_size1_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6564507Z test_contig_size1_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6564779Z test_contig_size1_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6565014Z test_contig_size1_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6565240Z test_contig_size1_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6565460Z test_contig_size1_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6565676Z test_contig_size1_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6566033Z test_contig_size1_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6566250Z test_contig_size1_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6566467Z test_contig_size1_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6566837Z test_contig_size1_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6567259Z test_contig_size1_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6567489Z test_contig_size1_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6567711Z test_contig_size1_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6567928Z test_contig_size1_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6568129Z test_contig_size1_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6568350Z test_contig_size1_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6568564Z test_contig_size1_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6568776Z test_contig_size1_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6568996Z test_contig_size1_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6569217Z test_contig_size1_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6569443Z test_contig_size1_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6569659Z test_contig_size1_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6569870Z test_contig_size1_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6570192Z test_contig_size1_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6570408Z test_contig_size1_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6570618Z test_contig_size1_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6570835Z test_contig_size1_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6571056Z test_contig_size1_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6571272Z test_contig_size1_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6571482Z test_contig_size1_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6571697Z test_contig_size1_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6571915Z test_contig_size1_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6572128Z test_contig_size1_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6572437Z test_contig_size1_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6572814Z test_contig_size1_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6573282Z test_contig_size1_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6573536Z test_contig_size1_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6573750Z test_contig_size1_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6573963Z test_contig_size1_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6574180Z test_contig_size1_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6574392Z test_contig_size1_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6574602Z test_contig_size1_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6574825Z test_contig_size1_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6575039Z test_contig_size1_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6575255Z test_contig_size1_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6575470Z test_contig_size1_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6575683Z test_contig_size1_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6575897Z test_contig_size1_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6576108Z test_contig_size1_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6576309Z test_contig_size1_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6576519Z test_contig_size1_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6576724Z test_contig_size1_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6576936Z test_contig_size1_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6577153Z test_contig_size1_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6577371Z test_contig_size1_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6577566Z test_contig_size1_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6577883Z test_contig_size1_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6578087Z test_contig_size1_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6578293Z test_contig_size1_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6578502Z test_contig_size1_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6578861Z test_contig_size1_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6579070Z test_contig_size1_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6579275Z test_contig_size1_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6579670Z test_contig_size1_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6580071Z test_contig_size1_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6580282Z test_contig_size1_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6580488Z test_contig_size1_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6580786Z test_contig_size1_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6581013Z test_contig_size1_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6581218Z test_contig_size1_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6581425Z test_contig_size1_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6581634Z test_contig_size1_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6581841Z test_contig_size1_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6582051Z test_contig_size1_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6582239Z test_contig_size1_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6582442Z test_contig_size1_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6582652Z test_contig_size1_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6582858Z test_contig_size1_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6583061Z test_contig_size1_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6583270Z test_contig_size1_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6583477Z test_contig_size1_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6583686Z test_contig_size1_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6583891Z test_contig_size1_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6584096Z test_contig_size1_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6584304Z test_contig_size1_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6584508Z test_contig_size1_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6584726Z test_contig_size1_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6584979Z test_contig_size1_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6585339Z test_contig_size1_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6585566Z test_contig_size1_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6585881Z test_contig_size1_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6586298Z test_contig_size1_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6586619Z test_contig_size1_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6586836Z test_contig_size1_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6587053Z test_contig_size1_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6587290Z test_contig_size1_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6587528Z test_contig_size1_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6587761Z test_contig_size1_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6588000Z test_contig_size1_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6588230Z test_contig_size1_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6588547Z test_contig_size1_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6588802Z test_contig_size1_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6589031Z test_contig_size1_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6589267Z test_contig_size1_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6589503Z test_contig_size1_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6589735Z test_contig_size1_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6589965Z test_contig_size1_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6590194Z test_contig_size1_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6590432Z test_contig_size1_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6590660Z test_contig_size1_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6590886Z test_contig_size1_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6591121Z test_contig_size1_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6591353Z test_contig_size1_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6591679Z test_contig_size1_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6591961Z test_contig_size1_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6592191Z test_contig_size1_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6592405Z test_contig_size1_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6592953Z test_contig_size1_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6593200Z test_contig_size1_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6593433Z test_contig_size1_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6593774Z test_contig_size1_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6594007Z test_contig_size1_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6594230Z test_contig_size1_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6594464Z test_contig_size1_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6594694Z test_contig_size1_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6594920Z test_contig_size1_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6595140Z test_contig_size1_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6595352Z test_contig_size1_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6595569Z test_contig_size1_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6595783Z test_contig_size1_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6595998Z test_contig_size1_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6596287Z test_contig_size1_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6596519Z test_contig_size1_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6596728Z test_contig_size1_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6596937Z test_contig_size1_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6597145Z test_contig_size1_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6597351Z test_contig_size1_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6597556Z test_contig_size1_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6597774Z test_contig_size1_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6597989Z test_contig_size1_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6598346Z test_contig_size1_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6598573Z test_contig_size1_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6598782Z test_contig_size1_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6598998Z test_contig_size1_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6599580Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6599860Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6600120Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6600387Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6600644Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6600900Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6601148Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6601401Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6601758Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6602004Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6602257Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6602505Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6602750Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6602988Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6603229Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6603471Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6603712Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6604018Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6604284Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6604528Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6604919Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6605177Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6605422Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6605790Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6606225Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6606695Z test_contig_size1_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6606949Z test_contig_size1_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6607189Z test_contig_size1_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6607424Z test_contig_size1_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6607662Z test_contig_size1_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6607891Z test_contig_size1_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6608124Z test_contig_size1_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6608362Z test_contig_size1_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6608568Z test_contig_size1_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6608767Z test_contig_size1_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6608975Z test_contig_size1_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6609184Z test_contig_size1_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6609392Z test_contig_size1_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6609723Z test_contig_size1_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6609904Z test_contig_size1_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6610106Z test_contig_size1_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6610308Z test_contig_size1_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6610497Z test_contig_size1_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6610682Z test_contig_size1_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6610880Z test_contig_size1_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6611079Z test_contig_size1_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6611287Z test_contig_size1_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.6611491Z test_contig_size1_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6611705Z test_contig_size1_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6612062Z test_contig_size1_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6612371Z test_contig_size1_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6612588Z test_contig_size1_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6612951Z test_contig_size1_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6613327Z test_contig_size1_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6613529Z test_contig_size1_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6613722Z test_contig_size1_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6613922Z test_contig_size1_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6614104Z test_contig_size1_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6614303Z test_contig_size1_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6614497Z test_contig_size1_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6614703Z test_contig_size1_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6614910Z test_contig_size1_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6615115Z test_contig_size1_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6615313Z test_contig_size1_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6615512Z test_contig_size1_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6615704Z test_contig_size1_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6615898Z test_contig_size1_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6616092Z test_contig_size1_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6616285Z test_contig_size1_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6616482Z test_contig_size1_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6616675Z test_contig_size1_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6616879Z test_contig_size1_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6617073Z test_contig_size1_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6618115Z test_contig_size1_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6618322Z test_contig_size1_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6618696Z test_contig_size1_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6618897Z test_contig_size1_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6619098Z test_contig_size1_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6619410Z test_contig_size1_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6619867Z test_contig_size1_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6620072Z test_contig_size1_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6620260Z test_contig_size1_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6620458Z test_contig_size1_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6620658Z test_contig_size1_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6620862Z test_contig_size1_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6621185Z test_contig_size1_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6621404Z test_contig_size1_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6621596Z test_contig_size1_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6621797Z test_contig_size1_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6621991Z test_contig_size1_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6622190Z test_contig_size1_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6622391Z test_contig_size1_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6622587Z test_contig_size1_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6622804Z test_contig_vs_every_other_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6622999Z test_contig_vs_every_other_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6623222Z test_contig_vs_every_other_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.570s) 2022-11-23T03:22:18.6623439Z test_contig_vs_every_other_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.581s) 2022-11-23T03:22:18.6623656Z test_contig_vs_every_other_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.588s) 2022-11-23T03:22:18.6623870Z test_contig_vs_every_other_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6624086Z test_contig_vs_every_other_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6624300Z test_contig_vs_every_other_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6624506Z test_contig_vs_every_other_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6624712Z test_contig_vs_every_other_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6624917Z test_contig_vs_every_other_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6625277Z test_contig_vs_every_other_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6625489Z test_contig_vs_every_other_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6625704Z test_contig_vs_every_other_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6626009Z test_contig_vs_every_other_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6626518Z test_contig_vs_every_other_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6626743Z test_contig_vs_every_other_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6626962Z test_contig_vs_every_other_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6627181Z test_contig_vs_every_other_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6627397Z test_contig_vs_every_other_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6627603Z test_contig_vs_every_other_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6627798Z test_contig_vs_every_other_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6628006Z test_contig_vs_every_other_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6628220Z test_contig_vs_every_other_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6628427Z test_contig_vs_every_other_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6628630Z test_contig_vs_every_other_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6628935Z test_contig_vs_every_other_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6629160Z test_contig_vs_every_other_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6629383Z test_contig_vs_every_other_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6629607Z test_contig_vs_every_other_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6629827Z test_contig_vs_every_other_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6630048Z test_contig_vs_every_other_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6630262Z test_contig_vs_every_other_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6630472Z test_contig_vs_every_other_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6630686Z test_contig_vs_every_other_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6630896Z test_contig_vs_every_other_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6631102Z test_contig_vs_every_other_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6631311Z test_contig_vs_every_other_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6631523Z test_contig_vs_every_other_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6631876Z test_contig_vs_every_other_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6632111Z test_contig_vs_every_other_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.625s) 2022-11-23T03:22:18.6632315Z test_contig_vs_every_other_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.612s) 2022-11-23T03:22:18.6632721Z test_contig_vs_every_other_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.615s) 2022-11-23T03:22:18.6633080Z test_contig_vs_every_other_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6633301Z test_contig_vs_every_other_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6633511Z test_contig_vs_every_other_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6633722Z test_contig_vs_every_other_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6633931Z test_contig_vs_every_other_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6634251Z test_contig_vs_every_other_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6634453Z test_contig_vs_every_other_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6634669Z test_contig_vs_every_other_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6634884Z test_contig_vs_every_other_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6635106Z test_contig_vs_every_other_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6635323Z test_contig_vs_every_other_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6635542Z test_contig_vs_every_other_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6635754Z test_contig_vs_every_other_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6635967Z test_contig_vs_every_other_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6636177Z test_contig_vs_every_other_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6636386Z test_contig_vs_every_other_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6636675Z test_contig_vs_every_other_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6636899Z test_contig_vs_every_other_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6637091Z test_contig_vs_every_other_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6637300Z test_contig_vs_every_other_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6637516Z test_contig_vs_every_other_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6637721Z test_contig_vs_every_other_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6637947Z test_contig_vs_every_other_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6638312Z test_contig_vs_every_other_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6638552Z test_contig_vs_every_other_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6638768Z test_contig_vs_every_other_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6638982Z test_contig_vs_every_other_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6639521Z test_contig_vs_every_other_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6639767Z test_contig_vs_every_other_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6639974Z test_contig_vs_every_other_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6640188Z test_contig_vs_every_other_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6640396Z test_contig_vs_every_other_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6640605Z test_contig_vs_every_other_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6640825Z test_contig_vs_every_other_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6641033Z test_contig_vs_every_other_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6641255Z test_contig_vs_every_other_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6641475Z test_contig_vs_every_other_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6641693Z test_contig_vs_every_other_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6642002Z test_contig_vs_every_other_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6642217Z test_contig_vs_every_other_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6642427Z test_contig_vs_every_other_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6642639Z test_contig_vs_every_other_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6642847Z test_contig_vs_every_other_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6643052Z test_contig_vs_every_other_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6643260Z test_contig_vs_every_other_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6643469Z test_contig_vs_every_other_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6643731Z test_contig_vs_every_other_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6643936Z test_contig_vs_every_other_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6644158Z test_contig_vs_every_other_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6644459Z test_contig_vs_every_other_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6644695Z test_contig_vs_every_other_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6645067Z test_contig_vs_every_other_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6645289Z test_contig_vs_every_other_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6645501Z test_contig_vs_every_other_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6645851Z test_contig_vs_every_other_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6646246Z test_contig_vs_every_other_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6646455Z test_contig_vs_every_other_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6646671Z test_contig_vs_every_other_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6646875Z test_contig_vs_every_other_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6647083Z test_contig_vs_every_other_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6647300Z test_contig_vs_every_other_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6647530Z test_contig_vs_every_other_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6647755Z test_contig_vs_every_other_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6647976Z test_contig_vs_every_other_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6648199Z test_contig_vs_every_other_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6648421Z test_contig_vs_every_other_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6648641Z test_contig_vs_every_other_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6648856Z test_contig_vs_every_other_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6649072Z test_contig_vs_every_other_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6649292Z test_contig_vs_every_other_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6649504Z test_contig_vs_every_other_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6649827Z test_contig_vs_every_other_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6650045Z test_contig_vs_every_other_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6650272Z test_contig_vs_every_other_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6650495Z test_contig_vs_every_other_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6650710Z test_contig_vs_every_other_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6650927Z test_contig_vs_every_other_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6651149Z test_contig_vs_every_other_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6651487Z test_contig_vs_every_other_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6651713Z test_contig_vs_every_other_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6651933Z test_contig_vs_every_other_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6652153Z test_contig_vs_every_other_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6652767Z test_contig_vs_every_other_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6653016Z test_contig_vs_every_other_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6653227Z test_contig_vs_every_other_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6653439Z test_contig_vs_every_other_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6653649Z test_contig_vs_every_other_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6653862Z test_contig_vs_every_other_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6654066Z test_contig_vs_every_other_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6654276Z test_contig_vs_every_other_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6654487Z test_contig_vs_every_other_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6654705Z test_contig_vs_every_other_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6654911Z test_contig_vs_every_other_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6655132Z test_contig_vs_every_other_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6655349Z test_contig_vs_every_other_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6655564Z test_contig_vs_every_other_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6655773Z test_contig_vs_every_other_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6655978Z test_contig_vs_every_other_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6656192Z test_contig_vs_every_other_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6656401Z test_contig_vs_every_other_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6656588Z test_contig_vs_every_other_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6656796Z test_contig_vs_every_other_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6656998Z test_contig_vs_every_other_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6657220Z test_contig_vs_every_other_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6657530Z test_contig_vs_every_other_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6657757Z test_contig_vs_every_other_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6658137Z test_contig_vs_every_other_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6658362Z test_contig_vs_every_other_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6658582Z test_contig_vs_every_other_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6658960Z test_contig_vs_every_other_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6659354Z test_contig_vs_every_other_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6659573Z test_contig_vs_every_other_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6659794Z test_contig_vs_every_other_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6660008Z test_contig_vs_every_other_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6660933Z test_contig_vs_every_other_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6661208Z test_contig_vs_every_other_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6661487Z test_contig_vs_every_other_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6661698Z test_contig_vs_every_other_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6661909Z test_contig_vs_every_other_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6662124Z test_contig_vs_every_other_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6662322Z test_contig_vs_every_other_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6662532Z test_contig_vs_every_other_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6662735Z test_contig_vs_every_other_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6662945Z test_contig_vs_every_other_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6663157Z test_contig_vs_every_other_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6663378Z test_contig_vs_every_other_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6663595Z test_contig_vs_every_other_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6663824Z test_contig_vs_every_other_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6664052Z test_contig_vs_every_other_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6664278Z test_contig_vs_every_other_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6664657Z test_contig_vs_every_other_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6664889Z test_contig_vs_every_other_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6665107Z test_contig_vs_every_other_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6665485Z test_contig_vs_every_other_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6665853Z test_contig_vs_every_other_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6666069Z test_contig_vs_every_other_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6666410Z test_contig_vs_every_other_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6666619Z test_contig_vs_every_other_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6666837Z test_contig_vs_every_other_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6667053Z test_contig_vs_every_other_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6667261Z test_contig_vs_every_other_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6667489Z test_contig_vs_every_other_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6667708Z test_contig_vs_every_other_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6667925Z test_contig_vs_every_other_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6668146Z test_contig_vs_every_other_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6668360Z test_contig_vs_every_other_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6668571Z test_contig_vs_every_other_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6668861Z test_contig_vs_every_other_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6669090Z test_contig_vs_every_other_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6669299Z test_contig_vs_every_other_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6669507Z test_contig_vs_every_other_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6669719Z test_contig_vs_every_other_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6669931Z test_contig_vs_every_other_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6670157Z test_contig_vs_every_other_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6670377Z test_contig_vs_every_other_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6670596Z test_contig_vs_every_other_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6670814Z test_contig_vs_every_other_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6671168Z test_contig_vs_every_other_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6671395Z test_contig_vs_every_other_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6671603Z test_contig_vs_every_other_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6671793Z test_contig_vs_every_other_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6672218Z test_contig_vs_every_other_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6672631Z test_contig_vs_every_other_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6672840Z test_contig_vs_every_other_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6673060Z test_contig_vs_every_other_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6673268Z test_contig_vs_every_other_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6673492Z test_contig_vs_every_other_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6673714Z test_contig_vs_every_other_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.558s) 2022-11-23T03:22:18.6673930Z test_contig_vs_every_other_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6674257Z test_contig_vs_every_other_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6674467Z test_contig_vs_every_other_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6674673Z test_contig_vs_every_other_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6674882Z test_contig_vs_every_other_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6675092Z test_contig_vs_every_other_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6675301Z test_contig_vs_every_other_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6675511Z test_contig_vs_every_other_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6675716Z test_contig_vs_every_other_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6675953Z test_contig_vs_every_other_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6676183Z test_contig_vs_every_other_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6676424Z test_contig_vs_every_other_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6676735Z test_contig_vs_every_other_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6676978Z test_contig_vs_every_other_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6677210Z test_contig_vs_every_other_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6677440Z test_contig_vs_every_other_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6677797Z test_contig_vs_every_other_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6678063Z test_contig_vs_every_other_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6678283Z test_contig_vs_every_other_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6678573Z test_contig_vs_every_other_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6679066Z test_contig_vs_every_other_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6679321Z test_contig_vs_every_other_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6679531Z test_contig_vs_every_other_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6679741Z test_contig_vs_every_other_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6679962Z test_contig_vs_every_other_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6680181Z test_contig_vs_every_other_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6680397Z test_contig_vs_every_other_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6680608Z test_contig_vs_every_other_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6680826Z test_contig_vs_every_other_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6681038Z test_contig_vs_every_other_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6681249Z test_contig_vs_every_other_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6681458Z test_contig_vs_every_other_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6681661Z test_contig_vs_every_other_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6681847Z test_contig_vs_every_other_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6682171Z test_contig_vs_every_other_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6682386Z test_contig_vs_every_other_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6682590Z test_contig_vs_every_other_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6682818Z test_contig_vs_every_other_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6683038Z test_contig_vs_every_other_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6683257Z test_contig_vs_every_other_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6683472Z test_contig_vs_every_other_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6683683Z test_contig_vs_every_other_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6683896Z test_contig_vs_every_other_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6684107Z test_contig_vs_every_other_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6684441Z test_contig_vs_every_other_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6684768Z test_contig_vs_every_other_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6684993Z test_contig_vs_every_other_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6685308Z test_contig_vs_every_other_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6685724Z test_contig_vs_every_other_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6685946Z test_contig_vs_every_other_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6686174Z test_contig_vs_every_other_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6686395Z test_contig_vs_every_other_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6686615Z test_contig_vs_every_other_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6686835Z test_contig_vs_every_other_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6687034Z test_contig_vs_every_other_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6687248Z test_contig_vs_every_other_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6687461Z test_contig_vs_every_other_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6687671Z test_contig_vs_every_other_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6687891Z test_contig_vs_every_other_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.528s) 2022-11-23T03:22:18.6688112Z test_contig_vs_every_other_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.758s) 2022-11-23T03:22:18.6688332Z test_contig_vs_every_other_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.775s) 2022-11-23T03:22:18.6688554Z test_contig_vs_every_other_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.773s) 2022-11-23T03:22:18.6688768Z test_contig_vs_every_other_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6688983Z test_contig_vs_every_other_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6689196Z test_contig_vs_every_other_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6689410Z test_contig_vs_every_other_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6689731Z test_contig_vs_every_other_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6689951Z test_contig_vs_every_other_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6690165Z test_contig_vs_every_other_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6690395Z test_contig_vs_every_other_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6690616Z test_contig_vs_every_other_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6690948Z test_contig_vs_every_other_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6691208Z test_contig_vs_every_other_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6691425Z test_contig_vs_every_other_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6691624Z test_contig_vs_every_other_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6692141Z test_contig_vs_every_other_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6692393Z test_contig_vs_every_other_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6692696Z test_contig_vs_every_other_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6692927Z test_contig_vs_every_other_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6693136Z test_contig_vs_every_other_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6693348Z test_contig_vs_every_other_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6693557Z test_contig_vs_every_other_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6693770Z test_contig_vs_every_other_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6693981Z test_contig_vs_every_other_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6694189Z test_contig_vs_every_other_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6694398Z test_contig_vs_every_other_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6694610Z test_contig_vs_every_other_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6694817Z test_contig_vs_every_other_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6695019Z test_contig_vs_every_other_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6695228Z test_contig_vs_every_other_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6695443Z test_contig_vs_every_other_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.614s) 2022-11-23T03:22:18.6695656Z test_contig_vs_every_other_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.246s) 2022-11-23T03:22:18.6695872Z test_contig_vs_every_other_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.557s) 2022-11-23T03:22:18.6696087Z test_contig_vs_every_other_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.580s) 2022-11-23T03:22:18.6696281Z test_contig_vs_every_other_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.616s) 2022-11-23T03:22:18.6696489Z test_contig_vs_every_other_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6696702Z test_contig_vs_every_other_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6696910Z test_contig_vs_every_other_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6697112Z test_contig_vs_every_other_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6697315Z test_contig_vs_every_other_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6697843Z test_contig_vs_every_other_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.294s) 2022-11-23T03:22:18.6698063Z test_contig_vs_every_other_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.601s) 2022-11-23T03:22:18.6698409Z test_contig_vs_every_other_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.579s) 2022-11-23T03:22:18.6698828Z test_contig_vs_every_other_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.642s) 2022-11-23T03:22:18.6699048Z test_contig_vs_every_other_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6699259Z test_contig_vs_every_other_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6699470Z test_contig_vs_every_other_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6699682Z test_contig_vs_every_other_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6699895Z test_contig_vs_every_other_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6700110Z test_contig_vs_every_other_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.572s) 2022-11-23T03:22:18.6700321Z test_contig_vs_every_other_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.185s) 2022-11-23T03:22:18.6700623Z test_contig_vs_every_other_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.534s) 2022-11-23T03:22:18.6700849Z test_contig_vs_every_other_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.564s) 2022-11-23T03:22:18.6701055Z test_contig_vs_every_other_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.557s) 2022-11-23T03:22:18.6701247Z test_contig_vs_every_other_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6701455Z test_contig_vs_every_other_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6701668Z test_contig_vs_every_other_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6701875Z test_contig_vs_every_other_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6702083Z test_contig_vs_every_other_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6702301Z test_contig_vs_every_other_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6702510Z test_contig_vs_every_other_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6702732Z test_contig_vs_every_other_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.778s) 2022-11-23T03:22:18.6702949Z test_contig_vs_every_other_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.771s) 2022-11-23T03:22:18.6703166Z test_contig_vs_every_other_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.765s) 2022-11-23T03:22:18.6703382Z test_contig_vs_every_other_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6703593Z test_contig_vs_every_other_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6703805Z test_contig_vs_every_other_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6704158Z test_contig_vs_every_other_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6704377Z test_contig_vs_every_other_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6704579Z test_contig_vs_every_other_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6704785Z test_contig_vs_every_other_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6705295Z test_contig_vs_every_other_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6705540Z test_contig_vs_every_other_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6705859Z test_contig_vs_every_other_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6706058Z test_contig_vs_every_other_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6706273Z test_contig_vs_every_other_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6706491Z test_contig_vs_every_other_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6706702Z test_contig_vs_every_other_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6706910Z test_contig_vs_every_other_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.6707114Z test_contig_vs_every_other_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6707322Z test_contig_vs_every_other_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6707537Z test_contig_vs_every_other_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6707751Z test_contig_vs_every_other_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6707961Z test_contig_vs_every_other_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6708262Z test_contig_vs_every_other_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6708498Z test_contig_vs_every_other_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.663s) 2022-11-23T03:22:18.6708717Z test_contig_vs_every_other_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6708931Z test_contig_vs_every_other_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6709144Z test_contig_vs_every_other_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6709355Z test_contig_vs_every_other_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6709565Z test_contig_vs_every_other_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6709773Z test_contig_vs_every_other_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6709986Z test_contig_vs_every_other_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6710191Z test_contig_vs_every_other_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6710379Z test_contig_vs_every_other_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6710734Z test_contig_vs_every_other_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6710948Z test_contig_vs_every_other_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6711173Z test_contig_vs_every_other_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6711510Z test_contig_vs_every_other_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6711944Z test_contig_vs_every_other_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6712166Z test_contig_vs_every_other_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6712384Z test_contig_vs_every_other_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6712598Z test_contig_vs_every_other_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6712807Z test_contig_vs_every_other_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6713018Z test_contig_vs_every_other_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6713222Z test_contig_vs_every_other_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6713538Z test_contig_vs_every_other_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6713746Z test_contig_vs_every_other_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6713964Z test_contig_vs_every_other_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6714183Z test_contig_vs_every_other_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6714399Z test_contig_vs_every_other_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6714613Z test_contig_vs_every_other_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6714819Z test_contig_vs_every_other_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6715026Z test_contig_vs_every_other_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6715215Z test_contig_vs_every_other_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6715425Z test_contig_vs_every_other_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6715636Z test_contig_vs_every_other_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6715925Z test_contig_vs_every_other_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6716160Z test_contig_vs_every_other_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6716371Z test_contig_vs_every_other_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6716579Z test_contig_vs_every_other_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6716822Z test_contig_vs_every_other_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.6717165Z test_contig_vs_every_other_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.6717453Z test_contig_vs_every_other_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.6717673Z test_contig_vs_every_other_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6717887Z test_contig_vs_every_other_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6718339Z test_contig_vs_every_other_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6718705Z test_contig_vs_every_other_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6718922Z test_contig_vs_every_other_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6719136Z test_contig_vs_every_other_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6719349Z test_contig_vs_every_other_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6719556Z test_contig_vs_every_other_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6719765Z test_contig_vs_every_other_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6719970Z test_contig_vs_every_other_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6720179Z test_contig_vs_every_other_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6720363Z test_contig_vs_every_other_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6720575Z test_contig_vs_every_other_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.692s) 2022-11-23T03:22:18.6720783Z test_contig_vs_every_other_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.387s) 2022-11-23T03:22:18.6720985Z test_contig_vs_every_other_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.650s) 2022-11-23T03:22:18.6721300Z test_contig_vs_every_other_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.671s) 2022-11-23T03:22:18.6721498Z test_contig_vs_every_other_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.660s) 2022-11-23T03:22:18.6721702Z test_contig_vs_every_other_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6721913Z test_contig_vs_every_other_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6722123Z test_contig_vs_every_other_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6722328Z test_contig_vs_every_other_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6722534Z test_contig_vs_every_other_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6722757Z test_contig_vs_every_other_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6722984Z test_contig_vs_every_other_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6723205Z test_contig_vs_every_other_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6723421Z test_contig_vs_every_other_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6723780Z test_contig_vs_every_other_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6724089Z test_contig_vs_every_other_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6724309Z test_contig_vs_every_other_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6724522Z test_contig_vs_every_other_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6724902Z test_contig_vs_every_other_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6725255Z test_contig_vs_every_other_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6725466Z test_contig_vs_every_other_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6725671Z test_contig_vs_every_other_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6725875Z test_contig_vs_every_other_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6726080Z test_contig_vs_every_other_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6726288Z test_contig_vs_every_other_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6726515Z test_contig_vs_every_other_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6726735Z test_contig_vs_every_other_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6726969Z test_contig_vs_every_other_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6727203Z test_contig_vs_every_other_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6727426Z test_contig_vs_every_other_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6727649Z test_contig_vs_every_other_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6727876Z test_contig_vs_every_other_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6728099Z test_contig_vs_every_other_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6728318Z test_contig_vs_every_other_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6728536Z test_contig_vs_every_other_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6728750Z test_contig_vs_every_other_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6729084Z test_contig_vs_every_other_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6729297Z test_contig_vs_every_other_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6729519Z test_contig_vs_every_other_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6729715Z test_contig_vs_every_other_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6729942Z test_contig_vs_every_other_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6730165Z test_contig_vs_every_other_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6730532Z test_contig_vs_every_other_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6730760Z test_contig_vs_every_other_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6730978Z test_contig_vs_every_other_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6731189Z test_contig_vs_every_other_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6731706Z test_contig_vs_every_other_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6732028Z test_contig_vs_every_other_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6732251Z test_contig_vs_every_other_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6732460Z test_contig_vs_every_other_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6732671Z test_contig_vs_every_other_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6732890Z test_contig_vs_every_other_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6733104Z test_contig_vs_every_other_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6733324Z test_contig_vs_every_other_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6733543Z test_contig_vs_every_other_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6733761Z test_contig_vs_every_other_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6733974Z test_contig_vs_every_other_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6734191Z test_contig_vs_every_other_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6734396Z test_contig_vs_every_other_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6734586Z test_contig_vs_every_other_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6734800Z test_contig_vs_every_other_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6735009Z test_contig_vs_every_other_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6735213Z test_contig_vs_every_other_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6735444Z test_contig_vs_every_other_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6735661Z test_contig_vs_every_other_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6735885Z test_contig_vs_every_other_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6736111Z test_contig_vs_every_other_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6736330Z test_contig_vs_every_other_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6736547Z test_contig_vs_every_other_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6736863Z test_contig_vs_every_other_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6737231Z test_contig_vs_every_other_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6737456Z test_contig_vs_every_other_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6737672Z test_contig_vs_every_other_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6738106Z test_contig_vs_every_other_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6738439Z test_contig_vs_every_other_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6738663Z test_contig_vs_every_other_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6738882Z test_contig_vs_every_other_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6739108Z test_contig_vs_every_other_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6739326Z test_contig_vs_every_other_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6739615Z test_contig_vs_every_other_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6739851Z test_contig_vs_every_other_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6740067Z test_contig_vs_every_other_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6740279Z test_contig_vs_every_other_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6740503Z test_contig_vs_every_other_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6740717Z test_contig_vs_every_other_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6740949Z test_contig_vs_every_other_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6741167Z test_contig_vs_every_other_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6741388Z test_contig_vs_every_other_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6741609Z test_contig_vs_every_other_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6741826Z test_contig_vs_every_other_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6742041Z test_contig_vs_every_other_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6742255Z test_contig_vs_every_other_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6742467Z test_contig_vs_every_other_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6742680Z test_contig_vs_every_other_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6742891Z test_contig_vs_every_other_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6743103Z test_contig_vs_every_other_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6743346Z test_contig_vs_every_other_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.547s) 2022-11-23T03:22:18.6743739Z test_contig_vs_every_other_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.538s) 2022-11-23T03:22:18.6743992Z test_contig_vs_every_other_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.798s) 2022-11-23T03:22:18.6744233Z test_contig_vs_every_other_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.637s) 2022-11-23T03:22:18.6744626Z test_contig_vs_every_other_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.572s) 2022-11-23T03:22:18.6745747Z test_contig_vs_every_other_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.559s) 2022-11-23T03:22:18.6745987Z test_contig_vs_every_other_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.576s) 2022-11-23T03:22:18.6746225Z test_contig_vs_every_other_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.526s) 2022-11-23T03:22:18.6746456Z test_contig_vs_every_other_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.533s) 2022-11-23T03:22:18.6746676Z test_contig_vs_every_other_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.545s) 2022-11-23T03:22:18.6746907Z test_contig_vs_every_other_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.565s) 2022-11-23T03:22:18.6747136Z test_contig_vs_every_other_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.544s) 2022-11-23T03:22:18.6747352Z test_contig_vs_every_other_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.334s) 2022-11-23T03:22:18.6747576Z test_contig_vs_every_other_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.672s) 2022-11-23T03:22:18.6747795Z test_contig_vs_every_other_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.655s) 2022-11-23T03:22:18.6748112Z test_contig_vs_every_other_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.719s) 2022-11-23T03:22:18.6748347Z test_contig_vs_every_other_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6748562Z test_contig_vs_every_other_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6748768Z test_contig_vs_every_other_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6748983Z test_contig_vs_every_other_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6749198Z test_contig_vs_every_other_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6749423Z test_contig_vs_every_other_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6749631Z test_contig_vs_every_other_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6749856Z test_contig_vs_every_other_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.684s) 2022-11-23T03:22:18.6750234Z test_contig_vs_every_other_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.685s) 2022-11-23T03:22:18.6750444Z test_contig_vs_every_other_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6750654Z test_contig_vs_every_other_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6750969Z test_contig_vs_every_other_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6751410Z test_contig_vs_every_other_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6751643Z test_contig_vs_every_other_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6751853Z test_contig_vs_every_other_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6752059Z test_contig_vs_every_other_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6752268Z test_contig_vs_every_other_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6752487Z test_contig_vs_every_other_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6752697Z test_contig_vs_every_other_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6752912Z test_contig_vs_every_other_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6753127Z test_contig_vs_every_other_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6753453Z test_contig_vs_every_other_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6753660Z test_contig_vs_every_other_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6753870Z test_contig_vs_every_other_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6754084Z test_contig_vs_every_other_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6754294Z test_contig_vs_every_other_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6754499Z test_contig_vs_every_other_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6754711Z test_contig_vs_every_other_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6754919Z test_contig_vs_every_other_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6755127Z test_contig_vs_every_other_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.695s) 2022-11-23T03:22:18.6755344Z test_contig_vs_every_other_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.675s) 2022-11-23T03:22:18.6755554Z test_contig_vs_every_other_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6755838Z test_contig_vs_every_other_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6756069Z test_contig_vs_every_other_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6756278Z test_contig_vs_every_other_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6756486Z test_contig_vs_every_other_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6756835Z test_contig_vs_every_other_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6757049Z test_contig_vs_every_other_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6757265Z test_contig_vs_every_other_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6757590Z test_contig_vs_every_other_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6757980Z test_contig_vs_every_other_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6758213Z test_contig_vs_every_other_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.716s) 2022-11-23T03:22:18.6758429Z test_contig_vs_every_other_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.632s) 2022-11-23T03:22:18.6758644Z test_contig_vs_every_other_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.662s) 2022-11-23T03:22:18.6758852Z test_contig_vs_every_other_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6759060Z test_contig_vs_every_other_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6759271Z test_contig_vs_every_other_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6759477Z test_contig_vs_every_other_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6759684Z test_contig_vs_every_other_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6759876Z test_contig_vs_every_other_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6760084Z test_contig_vs_every_other_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6760291Z test_contig_vs_every_other_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6760521Z test_contig_vs_every_other_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6760741Z test_contig_vs_every_other_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6761089Z test_contig_vs_every_other_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6761321Z test_contig_vs_every_other_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6761549Z test_contig_vs_every_other_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6761777Z test_contig_vs_every_other_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6762001Z test_contig_vs_every_other_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6762221Z test_contig_vs_every_other_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6762433Z test_contig_vs_every_other_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6762639Z test_contig_vs_every_other_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6762860Z test_contig_vs_every_other_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6763176Z test_contig_vs_every_other_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6763448Z test_contig_vs_every_other_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6763748Z test_contig_vs_every_other_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6764084Z test_contig_vs_every_other_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6764511Z test_contig_vs_every_other_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6764734Z test_contig_vs_every_other_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6764945Z test_contig_vs_every_other_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6765144Z test_contig_vs_every_other_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6765350Z test_contig_vs_every_other_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6765560Z test_contig_vs_every_other_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6765774Z test_contig_vs_every_other_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6765986Z test_contig_vs_every_other_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6766194Z test_contig_vs_every_other_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6766418Z test_contig_vs_every_other_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6766637Z test_contig_vs_every_other_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6766852Z test_contig_vs_every_other_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6767068Z test_contig_vs_every_other_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6767283Z test_contig_vs_every_other_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6767494Z test_contig_vs_every_other_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6767704Z test_contig_vs_every_other_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6767914Z test_contig_vs_every_other_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6768124Z test_contig_vs_every_other_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6768332Z test_contig_vs_every_other_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6768541Z test_contig_vs_every_other_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6768900Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6769145Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6769395Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6769729Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6770010Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6770250Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6770497Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6770986Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6771498Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6771793Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6772130Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6772388Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6772660Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6772894Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6773131Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6773368Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6773606Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6773848Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6774087Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6774320Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6774550Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6774781Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6775021Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6775256Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6775485Z test_contig_vs_every_other_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6775704Z test_contig_vs_every_other_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6775933Z test_contig_vs_every_other_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6776134Z test_contig_vs_every_other_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6776355Z test_contig_vs_every_other_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6776571Z test_contig_vs_every_other_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6777055Z test_contig_vs_every_other_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6777282Z test_contig_vs_every_other_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6777506Z test_contig_vs_every_other_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6777882Z test_contig_vs_every_other_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6778268Z test_contig_vs_every_other_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6778494Z test_contig_vs_every_other_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.560s) 2022-11-23T03:22:18.6778718Z test_contig_vs_every_other_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.562s) 2022-11-23T03:22:18.6778934Z test_contig_vs_every_other_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.587s) 2022-11-23T03:22:18.6779149Z test_contig_vs_every_other_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6779360Z test_contig_vs_every_other_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6779567Z test_contig_vs_every_other_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6779868Z test_contig_vs_every_other_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6780096Z test_contig_vs_every_other_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6780305Z test_contig_vs_every_other_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6780512Z test_contig_vs_every_other_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6780718Z test_contig_vs_every_other_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6780964Z test_contig_vs_every_other_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6781186Z test_contig_vs_every_other_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6781432Z test_contig_vs_every_other_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6781679Z test_contig_vs_every_other_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6781923Z test_contig_vs_every_other_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6782169Z test_contig_vs_every_other_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6782411Z test_contig_vs_every_other_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6782646Z test_contig_vs_every_other_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6782908Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6783156Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6783561Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6783821Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6784072Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6784492Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6784854Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6785230Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6785479Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6785728Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6785975Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6786212Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6786456Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6786697Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6786937Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6787174Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6788121Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6788431Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6788664Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6788912Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6789152Z test_contig_vs_every_other_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6789394Z test_contig_vs_every_other_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6789628Z test_contig_vs_every_other_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6789861Z test_contig_vs_every_other_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6790271Z test_contig_vs_every_other_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6790516Z test_contig_vs_every_other_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6790850Z test_contig_vs_every_other_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6791322Z test_contig_vs_every_other_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6791567Z test_contig_vs_every_other_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6791806Z test_contig_vs_every_other_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6792043Z test_contig_vs_every_other_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6792282Z test_contig_vs_every_other_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6792515Z test_contig_vs_every_other_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6792741Z test_contig_vs_every_other_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6792978Z test_contig_vs_every_other_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6793205Z test_contig_vs_every_other_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6793572Z test_contig_vs_every_other_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6793809Z test_contig_vs_every_other_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6794048Z test_contig_vs_every_other_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6794287Z test_contig_vs_every_other_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6794520Z test_contig_vs_every_other_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6794733Z test_contig_vs_every_other_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6794962Z test_contig_vs_every_other_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6795197Z test_contig_vs_every_other_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6795428Z test_contig_vs_every_other_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6795703Z test_contig_vs_every_other_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-11-23T03:22:18.6796057Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-11-23T03:22:18.6796344Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-11-23T03:22:18.6796775Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-11-23T03:22:18.6797020Z test_contig_vs_every_other_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6797258Z test_contig_vs_every_other_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6797780Z test_contig_vs_every_other_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6798036Z test_contig_vs_every_other_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6798281Z test_contig_vs_every_other_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6798513Z test_contig_vs_every_other_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6798749Z test_contig_vs_every_other_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6798977Z test_contig_vs_every_other_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6799226Z test_contig_vs_every_other_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6799476Z test_contig_vs_every_other_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6799719Z test_contig_vs_every_other_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6799970Z test_contig_vs_every_other_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6800218Z test_contig_vs_every_other_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6800464Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6800713Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6800961Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6801323Z test_contig_vs_every_other_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6801546Z test_contig_vs_every_other_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6801799Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6802047Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6802291Z test_contig_vs_every_other_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6802585Z test_contig_vs_every_other_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6802829Z test_contig_vs_every_other_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6803211Z test_contig_vs_every_other_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6803470Z test_contig_vs_every_other_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6803796Z test_contig_vs_every_other_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6804363Z test_contig_vs_every_other_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6804620Z test_contig_vs_every_other_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6804874Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6805132Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6805387Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6805636Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6805880Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6806125Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6806370Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6806610Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6806851Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6807094Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6807337Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6807583Z test_contig_vs_every_other_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6807830Z test_contig_vs_every_other_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6808078Z test_contig_vs_every_other_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6808304Z test_contig_vs_every_other_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6808545Z test_contig_vs_every_other_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6808786Z test_contig_vs_every_other_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6809146Z test_contig_vs_every_other_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6809387Z test_contig_vs_every_other_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6809770Z test_contig_vs_every_other_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6810031Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6810277Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6810656Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6811095Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6811350Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6811588Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6811925Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6812183Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6812418Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6812655Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.492s) 2022-11-23T03:22:18.6812900Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.719s) 2022-11-23T03:22:18.6813146Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.746s) 2022-11-23T03:22:18.6813388Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.719s) 2022-11-23T03:22:18.6813623Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6813863Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6814098Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6814339Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6814574Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6814798Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (2.141s) 2022-11-23T03:22:18.6815041Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.379s) 2022-11-23T03:22:18.6815280Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.306s) 2022-11-23T03:22:18.6815522Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.431s) 2022-11-23T03:22:18.6815759Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6815993Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6816373Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6816624Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6816964Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6817529Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6817793Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6818035Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6818274Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6818510Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6818749Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6818991Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6819232Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6819558Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6819817Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6820058Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6820299Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6820541Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6820781Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6821018Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6821239Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6821479Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6821712Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6821939Z test_contig_vs_every_other_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6822172Z test_contig_vs_every_other_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6822403Z test_contig_vs_every_other_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6822621Z test_contig_vs_every_other_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6822849Z test_contig_vs_every_other_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6823076Z test_contig_vs_every_other_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6823299Z test_contig_vs_every_other_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6823517Z test_contig_vs_every_other_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6823737Z test_contig_vs_every_other_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6823954Z test_contig_vs_every_other_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6824268Z test_contig_vs_every_other_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6824484Z test_contig_vs_every_other_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6824708Z test_contig_vs_every_other_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6824930Z test_contig_vs_every_other_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6825151Z test_contig_vs_every_other_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6825424Z test_contig_vs_every_other_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6825642Z test_contig_vs_every_other_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6825857Z test_contig_vs_every_other_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6826056Z test_contig_vs_every_other_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.6826275Z test_contig_vs_every_other_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6826489Z test_contig_vs_every_other_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6826770Z test_contig_vs_every_other_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6827007Z test_contig_vs_every_other_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6827219Z test_contig_vs_every_other_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6827438Z test_contig_vs_every_other_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6827661Z test_contig_vs_every_other_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6828030Z test_contig_vs_every_other_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6828253Z test_contig_vs_every_other_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6828462Z test_contig_vs_every_other_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6828821Z test_contig_vs_every_other_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6829180Z test_contig_vs_every_other_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6829395Z test_contig_vs_every_other_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6829601Z test_contig_vs_every_other_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6829811Z test_contig_vs_every_other_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6830015Z test_contig_vs_every_other_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6830251Z test_contig_vs_every_other_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6830475Z test_contig_vs_every_other_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6830712Z test_contig_vs_every_other_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6830951Z test_contig_vs_every_other_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6831161Z test_contig_vs_every_other_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6831391Z test_contig_vs_every_other_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6831610Z test_contig_vs_every_other_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6831832Z test_contig_vs_every_other_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6832171Z test_contig_vs_every_other_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6832396Z test_contig_vs_every_other_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6832621Z test_contig_vs_every_other_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6832849Z test_contig_vs_every_other_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6833067Z test_contig_vs_every_other_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6833284Z test_contig_vs_every_other_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6833499Z test_contig_vs_every_other_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6833712Z test_contig_vs_every_other_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6833929Z test_contig_vs_every_other_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6834142Z test_contig_vs_every_other_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6834347Z test_contig_vs_every_other_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6834630Z test_contig_vs_every_other_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6834860Z test_contig_vs_every_other_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6835100Z test_contig_vs_every_other_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6835335Z test_contig_vs_every_other_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6835570Z test_contig_vs_every_other_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6835807Z test_contig_vs_every_other_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6836018Z test_contig_vs_every_other_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6836246Z test_contig_vs_every_other_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6836481Z test_contig_vs_every_other_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6836709Z test_contig_vs_every_other_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6836952Z test_contig_vs_every_other_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6837190Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6837427Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6837663Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6837883Z test_contig_vs_every_other_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6838098Z test_contig_vs_every_other_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6838323Z test_contig_vs_every_other_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.106s) 2022-11-23T03:22:18.6838544Z test_contig_vs_every_other_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.047s) 2022-11-23T03:22:18.6838768Z test_contig_vs_every_other_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.034s) 2022-11-23T03:22:18.6838986Z test_contig_vs_every_other_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6839294Z test_contig_vs_every_other_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6839509Z test_contig_vs_every_other_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6839719Z test_contig_vs_every_other_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6839933Z test_contig_vs_every_other_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6840138Z test_contig_vs_every_other_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6840348Z test_contig_vs_every_other_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6840560Z test_contig_vs_every_other_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6840759Z test_contig_vs_every_other_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6840969Z test_contig_vs_every_other_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6841194Z test_contig_vs_every_other_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.617s) 2022-11-23T03:22:18.6841412Z test_contig_vs_every_other_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.620s) 2022-11-23T03:22:18.6841631Z test_contig_vs_every_other_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.603s) 2022-11-23T03:22:18.6841915Z test_contig_vs_every_other_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6842143Z test_contig_vs_every_other_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6842346Z test_contig_vs_every_other_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6842555Z test_contig_vs_every_other_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6842766Z test_contig_vs_every_other_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6842976Z test_contig_vs_every_other_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6843181Z test_contig_vs_every_other_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6843393Z test_contig_vs_every_other_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6843611Z test_contig_vs_every_other_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6843824Z test_contig_vs_every_other_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6844046Z test_contig_vs_every_other_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6844374Z test_contig_vs_every_other_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6844637Z test_contig_vs_every_other_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6844861Z test_contig_vs_every_other_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6845077Z test_contig_vs_every_other_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6845489Z test_contig_vs_every_other_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6845833Z test_contig_vs_every_other_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6846040Z test_contig_vs_every_other_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6846247Z test_contig_vs_every_other_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6846458Z test_contig_vs_every_other_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6846684Z test_contig_vs_every_other_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6846906Z test_contig_vs_every_other_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6847245Z test_contig_vs_every_other_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.096s) 2022-11-23T03:22:18.6847468Z test_contig_vs_every_other_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.977s) 2022-11-23T03:22:18.6847697Z test_contig_vs_every_other_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.960s) 2022-11-23T03:22:18.6847924Z test_contig_vs_every_other_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6848153Z test_contig_vs_every_other_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6848379Z test_contig_vs_every_other_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6848603Z test_contig_vs_every_other_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6848825Z test_contig_vs_every_other_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6849052Z test_contig_vs_every_other_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6849276Z test_contig_vs_every_other_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6849496Z test_contig_vs_every_other_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6849792Z test_contig_vs_every_other_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6850028Z test_contig_vs_every_other_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6850223Z test_contig_vs_every_other_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6850446Z test_contig_vs_every_other_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6850663Z test_contig_vs_every_other_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6850887Z test_contig_vs_every_other_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6851104Z test_contig_vs_every_other_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6851322Z test_contig_vs_every_other_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6851538Z test_contig_vs_every_other_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6851750Z test_contig_vs_every_other_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6851980Z test_contig_vs_every_other_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6852200Z test_contig_vs_every_other_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6852427Z test_contig_vs_every_other_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6852659Z test_contig_vs_every_other_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6852886Z test_contig_vs_every_other_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6853108Z test_contig_vs_every_other_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6853330Z test_contig_vs_every_other_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6853554Z test_contig_vs_every_other_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6853775Z test_contig_vs_every_other_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6853996Z test_contig_vs_every_other_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6854215Z test_contig_vs_every_other_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6854526Z test_contig_vs_every_other_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6854758Z test_contig_vs_every_other_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6854955Z test_contig_vs_every_other_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6855182Z test_contig_vs_every_other_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6855404Z test_contig_vs_every_other_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6855626Z test_contig_vs_every_other_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6855844Z test_contig_vs_every_other_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6856058Z test_contig_vs_every_other_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6856269Z test_contig_vs_every_other_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6856485Z test_contig_vs_every_other_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6856700Z test_contig_vs_every_other_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6856909Z test_contig_vs_every_other_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6857201Z test_contig_vs_every_other_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.665s) 2022-11-23T03:22:18.6857433Z test_contig_vs_every_other_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.439s) 2022-11-23T03:22:18.6857666Z test_contig_vs_every_other_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.175s) 2022-11-23T03:22:18.6857894Z test_contig_vs_every_other_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.077s) 2022-11-23T03:22:18.6858116Z test_contig_vs_every_other_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.659s) 2022-11-23T03:22:18.6858339Z test_contig_vs_every_other_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.662s) 2022-11-23T03:22:18.6858559Z test_contig_vs_every_other_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.649s) 2022-11-23T03:22:18.6858780Z test_contig_vs_every_other_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6859002Z test_contig_vs_every_other_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6859221Z test_contig_vs_every_other_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6859411Z test_contig_vs_every_other_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6859624Z test_contig_vs_every_other_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6859850Z test_contig_vs_every_other_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6860071Z test_contig_vs_every_other_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6860301Z test_contig_vs_every_other_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6860533Z test_contig_vs_every_other_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6860762Z test_contig_vs_every_other_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6860986Z test_contig_vs_every_other_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6861207Z test_contig_vs_every_other_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6861425Z test_contig_vs_every_other_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6861639Z test_contig_vs_every_other_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6861855Z test_contig_vs_every_other_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6862159Z test_contig_vs_every_other_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6862375Z test_contig_vs_every_other_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6862596Z test_contig_vs_every_other_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6895590Z test_contig_vs_every_other_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.781s) 2022-11-23T03:22:18.6895956Z test_contig_vs_every_other_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.919s) 2022-11-23T03:22:18.6896186Z test_contig_vs_every_other_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.976s) 2022-11-23T03:22:18.6896410Z test_contig_vs_every_other_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6896634Z test_contig_vs_every_other_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6896852Z test_contig_vs_every_other_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6897072Z test_contig_vs_every_other_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6897464Z test_contig_vs_every_other_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6897718Z test_contig_vs_every_other_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.558s) 2022-11-23T03:22:18.6897944Z test_contig_vs_every_other_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.829s) 2022-11-23T03:22:18.6898164Z test_contig_vs_every_other_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.815s) 2022-11-23T03:22:18.6898382Z test_contig_vs_every_other_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6898606Z test_contig_vs_every_other_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6898821Z test_contig_vs_every_other_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6899038Z test_contig_vs_every_other_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6899256Z test_contig_vs_every_other_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6899475Z test_contig_vs_every_other_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.353s) 2022-11-23T03:22:18.6899694Z test_contig_vs_every_other_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.661s) 2022-11-23T03:22:18.6899914Z test_contig_vs_every_other_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.663s) 2022-11-23T03:22:18.6900127Z test_contig_vs_every_other_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6900349Z test_contig_vs_every_other_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6900561Z test_contig_vs_every_other_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6900780Z test_contig_vs_every_other_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6901002Z test_contig_vs_every_other_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6901228Z test_contig_vs_every_other_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.821s) 2022-11-23T03:22:18.6901461Z test_contig_vs_every_other_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.041s) 2022-11-23T03:22:18.6901692Z test_contig_vs_every_other_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.046s) 2022-11-23T03:22:18.6902954Z test_contig_vs_every_other_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6903187Z test_contig_vs_every_other_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6903414Z test_contig_vs_every_other_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6903651Z test_contig_vs_every_other_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6903880Z test_contig_vs_every_other_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6904110Z test_contig_vs_every_other_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.692s) 2022-11-23T03:22:18.6904343Z test_contig_vs_every_other_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.906s) 2022-11-23T03:22:18.6904578Z test_contig_vs_every_other_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.904s) 2022-11-23T03:22:18.6904810Z test_contig_vs_every_other_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6905034Z test_contig_vs_every_other_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6905259Z test_contig_vs_every_other_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6905583Z test_contig_vs_every_other_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6905829Z test_contig_vs_every_other_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6906059Z test_contig_vs_every_other_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.583s) 2022-11-23T03:22:18.6906287Z test_contig_vs_every_other_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.291s) 2022-11-23T03:22:18.6906518Z test_contig_vs_every_other_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.569s) 2022-11-23T03:22:18.6906813Z test_contig_vs_every_other_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.550s) 2022-11-23T03:22:18.6907031Z test_contig_vs_every_other_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.645s) 2022-11-23T03:22:18.6907260Z test_contig_vs_every_other_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6907477Z test_contig_vs_every_other_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6907691Z test_contig_vs_every_other_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6907911Z test_contig_vs_every_other_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6908110Z test_contig_vs_every_other_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6908333Z test_contig_vs_every_other_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (2.872s) 2022-11-23T03:22:18.6908566Z test_contig_vs_every_other_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.958s) 2022-11-23T03:22:18.6908797Z test_contig_vs_every_other_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.802s) 2022-11-23T03:22:18.6909028Z test_contig_vs_every_other_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6909250Z test_contig_vs_every_other_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6909466Z test_contig_vs_every_other_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6909686Z test_contig_vs_every_other_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6909904Z test_contig_vs_every_other_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6910227Z test_contig_vs_every_other_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.646s) 2022-11-23T03:22:18.6910450Z test_contig_vs_every_other_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.367s) 2022-11-23T03:22:18.6910678Z test_contig_vs_every_other_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.641s) 2022-11-23T03:22:18.6910902Z test_contig_vs_every_other_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.645s) 2022-11-23T03:22:18.6911117Z test_contig_vs_every_other_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.646s) 2022-11-23T03:22:18.6911340Z test_contig_vs_every_other_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6911550Z test_contig_vs_every_other_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6911758Z test_contig_vs_every_other_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6911985Z test_contig_vs_every_other_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6912205Z test_contig_vs_every_other_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6912424Z test_contig_vs_every_other_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.356s) 2022-11-23T03:22:18.6912721Z test_contig_vs_every_other_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.667s) 2022-11-23T03:22:18.6912959Z test_contig_vs_every_other_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.679s) 2022-11-23T03:22:18.6913160Z test_contig_vs_every_other_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6913378Z test_contig_vs_every_other_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6913593Z test_contig_vs_every_other_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6913817Z test_contig_vs_every_other_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6914029Z test_contig_vs_every_other_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6914246Z test_contig_vs_every_other_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.300s) 2022-11-23T03:22:18.6914474Z test_contig_vs_every_other_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.635s) 2022-11-23T03:22:18.6914692Z test_contig_vs_every_other_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.651s) 2022-11-23T03:22:18.6914910Z test_contig_vs_every_other_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6915126Z test_contig_vs_every_other_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6915335Z test_contig_vs_every_other_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6915554Z test_contig_vs_every_other_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6915775Z test_contig_vs_every_other_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6916002Z test_contig_vs_every_other_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.275s) 2022-11-23T03:22:18.6916241Z test_contig_vs_every_other_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.621s) 2022-11-23T03:22:18.6916477Z test_contig_vs_every_other_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.787s) 2022-11-23T03:22:18.6916708Z test_contig_vs_every_other_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6916939Z test_contig_vs_every_other_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6917167Z test_contig_vs_every_other_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6917488Z test_contig_vs_every_other_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6917714Z test_contig_vs_every_other_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6917969Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.377s) 2022-11-23T03:22:18.6918202Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.708s) 2022-11-23T03:22:18.6918441Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.708s) 2022-11-23T03:22:18.6918681Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6918928Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6919175Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6919425Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6919736Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6920076Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.418s) 2022-11-23T03:22:18.6920325Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.638s) 2022-11-23T03:22:18.6920567Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.729s) 2022-11-23T03:22:18.6920805Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6921058Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6921297Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6921543Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.6921782Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6922027Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.448s) 2022-11-23T03:22:18.6922274Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.816s) 2022-11-23T03:22:18.6922513Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.851s) 2022-11-23T03:22:18.6922755Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6923000Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6923237Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6923481Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6923716Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6923959Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.450s) 2022-11-23T03:22:18.6924206Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.774s) 2022-11-23T03:22:18.6924533Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.838s) 2022-11-23T03:22:18.6924771Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6925012Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6925254Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6925495Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6925732Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6925965Z test_contig_vs_every_other_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6926192Z test_contig_vs_every_other_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6926425Z test_contig_vs_every_other_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6926647Z test_contig_vs_every_other_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6926933Z test_contig_vs_every_other_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6927176Z test_contig_vs_every_other_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6927392Z test_contig_vs_every_other_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6927606Z test_contig_vs_every_other_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6927829Z test_contig_vs_every_other_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6928047Z test_contig_vs_every_other_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6928262Z test_contig_vs_every_other_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.403s) 2022-11-23T03:22:18.6928488Z test_contig_vs_every_other_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.726s) 2022-11-23T03:22:18.6928719Z test_contig_vs_every_other_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.800s) 2022-11-23T03:22:18.6928950Z test_contig_vs_every_other_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6929168Z test_contig_vs_every_other_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6929385Z test_contig_vs_every_other_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6929588Z test_contig_vs_every_other_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6929810Z test_contig_vs_every_other_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6930080Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6930357Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6930634Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6930909Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6931178Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6931444Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6931802Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6932066Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6932331Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6932591Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.465s) 2022-11-23T03:22:18.6933086Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.711s) 2022-11-23T03:22:18.6933435Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.827s) 2022-11-23T03:22:18.6933848Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6934325Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6934587Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6934945Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6935219Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6935473Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.429s) 2022-11-23T03:22:18.6935733Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.714s) 2022-11-23T03:22:18.6935995Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.858s) 2022-11-23T03:22:18.6936246Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6936502Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6936752Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6937004Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6937251Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6937499Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.391s) 2022-11-23T03:22:18.6937734Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.686s) 2022-11-23T03:22:18.6937977Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.663s) 2022-11-23T03:22:18.6938227Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6938467Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6938699Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6938940Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6939186Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6939504Z test_contig_vs_every_other_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6939714Z test_contig_vs_every_other_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6939935Z test_contig_vs_every_other_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.889s) 2022-11-23T03:22:18.6940159Z test_contig_vs_every_other_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.865s) 2022-11-23T03:22:18.6940380Z test_contig_vs_every_other_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.874s) 2022-11-23T03:22:18.6940596Z test_contig_vs_every_other_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6940807Z test_contig_vs_every_other_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6941016Z test_contig_vs_every_other_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6941229Z test_contig_vs_every_other_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6941437Z test_contig_vs_every_other_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6941638Z test_contig_vs_every_other_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6942537Z test_contig_vs_every_other_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6942799Z test_contig_vs_every_other_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6943022Z test_contig_vs_every_other_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6943217Z test_contig_vs_every_other_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6943446Z test_contig_vs_every_other_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6943668Z test_contig_vs_every_other_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6943893Z test_contig_vs_every_other_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6944110Z test_contig_vs_every_other_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6944330Z test_contig_vs_every_other_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6944541Z test_contig_vs_every_other_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6944753Z test_contig_vs_every_other_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6944957Z test_contig_vs_every_other_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6945167Z test_contig_vs_every_other_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6945375Z test_contig_vs_every_other_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6945590Z test_contig_vs_every_other_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6945797Z test_contig_vs_every_other_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6946014Z test_contig_vs_every_other_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6946234Z test_contig_vs_every_other_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6946453Z test_contig_vs_every_other_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6946662Z test_contig_vs_every_other_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6946870Z test_contig_vs_every_other_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6947075Z test_contig_vs_every_other_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6947396Z test_contig_vs_every_other_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6947604Z test_contig_vs_every_other_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6947786Z test_contig_vs_every_other_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6947995Z test_contig_vs_every_other_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6948202Z test_contig_vs_every_other_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6948418Z test_contig_vs_every_other_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6948621Z test_contig_vs_every_other_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6948840Z test_contig_vs_every_other_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6949061Z test_contig_vs_every_other_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6949278Z test_contig_vs_every_other_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6949494Z test_contig_vs_every_other_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6949777Z test_contig_vs_every_other_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6950001Z test_contig_vs_every_other_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6950209Z test_contig_vs_every_other_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6950418Z test_contig_vs_every_other_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6950619Z test_contig_vs_every_other_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.6950825Z test_contig_vs_every_other_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6951027Z test_contig_vs_every_other_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6951247Z test_contig_vs_every_other_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6951458Z test_contig_vs_every_other_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6951674Z test_contig_vs_every_other_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6951889Z test_contig_vs_every_other_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6952082Z test_contig_vs_every_other_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6952290Z test_contig_vs_every_other_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6952495Z test_contig_vs_every_other_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6952700Z test_contig_vs_every_other_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6952904Z test_contig_vs_every_other_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6953117Z test_contig_vs_transposed_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6953332Z test_contig_vs_transposed_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6953553Z test_contig_vs_transposed_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6953771Z test_contig_vs_transposed_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6953986Z test_contig_vs_transposed_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6954198Z test_contig_vs_transposed_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6954497Z test_contig_vs_transposed_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6954706Z test_contig_vs_transposed_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6954917Z test_contig_vs_transposed_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6955132Z test_contig_vs_transposed_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6955342Z test_contig_vs_transposed_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6955553Z test_contig_vs_transposed_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6955759Z test_contig_vs_transposed_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6955977Z test_contig_vs_transposed_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6956169Z test_contig_vs_transposed_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6956395Z test_contig_vs_transposed_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6956614Z test_contig_vs_transposed_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6956833Z test_contig_vs_transposed_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6957123Z test_contig_vs_transposed_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6957355Z test_contig_vs_transposed_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6957562Z test_contig_vs_transposed_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6957771Z test_contig_vs_transposed_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6957982Z test_contig_vs_transposed_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6958192Z test_contig_vs_transposed_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6958405Z test_contig_vs_transposed_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6958617Z test_contig_vs_transposed_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6958841Z test_contig_vs_transposed_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6959050Z test_contig_vs_transposed_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6959275Z test_contig_vs_transposed_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6959498Z test_contig_vs_transposed_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6959721Z test_contig_vs_transposed_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6959941Z test_contig_vs_transposed_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6960157Z test_contig_vs_transposed_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6960369Z test_contig_vs_transposed_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6960567Z test_contig_vs_transposed_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6960782Z test_contig_vs_transposed_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6960988Z test_contig_vs_transposed_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6961199Z test_contig_vs_transposed_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6961404Z test_contig_vs_transposed_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6961614Z test_contig_vs_transposed_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6961926Z test_contig_vs_transposed_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6962147Z test_contig_vs_transposed_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6962370Z test_contig_vs_transposed_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6962589Z test_contig_vs_transposed_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6962805Z test_contig_vs_transposed_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6963018Z test_contig_vs_transposed_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6963230Z test_contig_vs_transposed_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6963440Z test_contig_vs_transposed_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6963656Z test_contig_vs_transposed_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6963864Z test_contig_vs_transposed_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6964078Z test_contig_vs_transposed_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6964356Z test_contig_vs_transposed_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6964596Z test_contig_vs_transposed_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.6964814Z test_contig_vs_transposed_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6965017Z test_contig_vs_transposed_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6965231Z test_contig_vs_transposed_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6965446Z test_contig_vs_transposed_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6965655Z test_contig_vs_transposed_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6965863Z test_contig_vs_transposed_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6966074Z test_contig_vs_transposed_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6966277Z test_contig_vs_transposed_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6966486Z test_contig_vs_transposed_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6966698Z test_contig_vs_transposed_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6966915Z test_contig_vs_transposed_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6967120Z test_contig_vs_transposed_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6967347Z test_contig_vs_transposed_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6967566Z test_contig_vs_transposed_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6967787Z test_contig_vs_transposed_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6968007Z test_contig_vs_transposed_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6968222Z test_contig_vs_transposed_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6968434Z test_contig_vs_transposed_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6968647Z test_contig_vs_transposed_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6968859Z test_contig_vs_transposed_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6969154Z test_contig_vs_transposed_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6969347Z test_contig_vs_transposed_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6969548Z test_contig_vs_transposed_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6969767Z test_contig_vs_transposed_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6969980Z test_contig_vs_transposed_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6970199Z test_contig_vs_transposed_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6970418Z test_contig_vs_transposed_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6970638Z test_contig_vs_transposed_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6970857Z test_contig_vs_transposed_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6971073Z test_contig_vs_transposed_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6971282Z test_contig_vs_transposed_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6971562Z test_contig_vs_transposed_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6971787Z test_contig_vs_transposed_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6971990Z test_contig_vs_transposed_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6972201Z test_contig_vs_transposed_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6972414Z test_contig_vs_transposed_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6972633Z test_contig_vs_transposed_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6972901Z test_contig_vs_transposed_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6973124Z test_contig_vs_transposed_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6973345Z test_contig_vs_transposed_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6973572Z test_contig_vs_transposed_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6973773Z test_contig_vs_transposed_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6974051Z test_contig_vs_transposed_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6974261Z test_contig_vs_transposed_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6974470Z test_contig_vs_transposed_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6974684Z test_contig_vs_transposed_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6974889Z test_contig_vs_transposed_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6975099Z test_contig_vs_transposed_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6975303Z test_contig_vs_transposed_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6975528Z test_contig_vs_transposed_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6975747Z test_contig_vs_transposed_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6975977Z test_contig_vs_transposed_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6976205Z test_contig_vs_transposed_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6976525Z test_contig_vs_transposed_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6976748Z test_contig_vs_transposed_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6976971Z test_contig_vs_transposed_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6977196Z test_contig_vs_transposed_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6977415Z test_contig_vs_transposed_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6977632Z test_contig_vs_transposed_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6977848Z test_contig_vs_transposed_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6978063Z test_contig_vs_transposed_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6978278Z test_contig_vs_transposed_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6978484Z test_contig_vs_transposed_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6978709Z test_contig_vs_transposed_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6979007Z test_contig_vs_transposed_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6979247Z test_contig_vs_transposed_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6979465Z test_contig_vs_transposed_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6979684Z test_contig_vs_transposed_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6979901Z test_contig_vs_transposed_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6980113Z test_contig_vs_transposed_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6980334Z test_contig_vs_transposed_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6980555Z test_contig_vs_transposed_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6980776Z test_contig_vs_transposed_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6980994Z test_contig_vs_transposed_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6981209Z test_contig_vs_transposed_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6981419Z test_contig_vs_transposed_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6981627Z test_contig_vs_transposed_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6981835Z test_contig_vs_transposed_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6982042Z test_contig_vs_transposed_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6982255Z test_contig_vs_transposed_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6982466Z test_contig_vs_transposed_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6982686Z test_contig_vs_transposed_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6982881Z test_contig_vs_transposed_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6983101Z test_contig_vs_transposed_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.6983320Z test_contig_vs_transposed_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6983534Z test_contig_vs_transposed_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6983841Z test_contig_vs_transposed_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6984050Z test_contig_vs_transposed_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6984259Z test_contig_vs_transposed_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6984474Z test_contig_vs_transposed_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6984680Z test_contig_vs_transposed_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6984887Z test_contig_vs_transposed_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6985096Z test_contig_vs_transposed_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6985320Z test_contig_vs_transposed_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.6985539Z test_contig_vs_transposed_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6985770Z test_contig_vs_transposed_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6985995Z test_contig_vs_transposed_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6986298Z test_contig_vs_transposed_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6986540Z test_contig_vs_transposed_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6986764Z test_contig_vs_transposed_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6986986Z test_contig_vs_transposed_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6987203Z test_contig_vs_transposed_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6987400Z test_contig_vs_transposed_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6987617Z test_contig_vs_transposed_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6987834Z test_contig_vs_transposed_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.6988047Z test_contig_vs_transposed_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6988260Z test_contig_vs_transposed_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6988478Z test_contig_vs_transposed_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6988686Z test_contig_vs_transposed_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6988895Z test_contig_vs_transposed_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6989106Z test_contig_vs_transposed_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6989318Z test_contig_vs_transposed_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6994170Z test_contig_vs_transposed_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6994380Z test_contig_vs_transposed_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6994600Z test_contig_vs_transposed_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6994822Z test_contig_vs_transposed_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.6995038Z test_contig_vs_transposed_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6995259Z test_contig_vs_transposed_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6995486Z test_contig_vs_transposed_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6995828Z test_contig_vs_transposed_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.6996051Z test_contig_vs_transposed_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.6996269Z test_contig_vs_transposed_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6996493Z test_contig_vs_transposed_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6996690Z test_contig_vs_transposed_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6996901Z test_contig_vs_transposed_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6997112Z test_contig_vs_transposed_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6997324Z test_contig_vs_transposed_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.6997536Z test_contig_vs_transposed_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6997753Z test_contig_vs_transposed_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6997968Z test_contig_vs_transposed_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6998270Z test_contig_vs_transposed_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.6998514Z test_contig_vs_transposed_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6998736Z test_contig_vs_transposed_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6998954Z test_contig_vs_transposed_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.6999170Z test_contig_vs_transposed_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.6999382Z test_contig_vs_transposed_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6999597Z test_contig_vs_transposed_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.6999811Z test_contig_vs_transposed_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7000014Z test_contig_vs_transposed_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7000229Z test_contig_vs_transposed_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7000435Z test_contig_vs_transposed_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7000649Z test_contig_vs_transposed_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7000862Z test_contig_vs_transposed_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7001068Z test_contig_vs_transposed_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7001289Z test_contig_vs_transposed_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7001509Z test_contig_vs_transposed_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7001724Z test_contig_vs_transposed_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7001941Z test_contig_vs_transposed_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7002151Z test_contig_vs_transposed_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7002359Z test_contig_vs_transposed_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7002569Z test_contig_vs_transposed_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7002772Z test_contig_vs_transposed_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7003074Z test_contig_vs_transposed_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7003283Z test_contig_vs_transposed_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7003500Z test_contig_vs_transposed_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7003716Z test_contig_vs_transposed_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7003936Z test_contig_vs_transposed_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7004158Z test_contig_vs_transposed_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7004378Z test_contig_vs_transposed_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7004592Z test_contig_vs_transposed_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7004806Z test_contig_vs_transposed_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7005021Z test_contig_vs_transposed_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7005230Z test_contig_vs_transposed_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7005422Z test_contig_vs_transposed_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7005701Z test_contig_vs_transposed_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7005932Z test_contig_vs_transposed_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7006139Z test_contig_vs_transposed_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7006371Z test_contig_vs_transposed_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7006600Z test_contig_vs_transposed_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7006846Z test_contig_vs_transposed_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7007085Z test_contig_vs_transposed_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7007323Z test_contig_vs_transposed_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7007558Z test_contig_vs_transposed_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7007783Z test_contig_vs_transposed_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7008002Z test_contig_vs_transposed_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7008228Z test_contig_vs_transposed_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7008446Z test_contig_vs_transposed_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7008663Z test_contig_vs_transposed_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7008888Z test_contig_vs_transposed_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7009106Z test_contig_vs_transposed_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7009319Z test_contig_vs_transposed_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7009529Z test_contig_vs_transposed_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7009749Z test_contig_vs_transposed_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7009967Z test_contig_vs_transposed_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7010168Z test_contig_vs_transposed_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7010475Z test_contig_vs_transposed_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7010686Z test_contig_vs_transposed_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7010891Z test_contig_vs_transposed_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7011104Z test_contig_vs_transposed_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7011315Z test_contig_vs_transposed_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7011523Z test_contig_vs_transposed_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7011732Z test_contig_vs_transposed_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7011938Z test_contig_vs_transposed_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7012160Z test_contig_vs_transposed_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7012369Z test_contig_vs_transposed_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7012588Z test_contig_vs_transposed_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7012883Z test_contig_vs_transposed_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7013122Z test_contig_vs_transposed_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7013336Z test_contig_vs_transposed_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7013550Z test_contig_vs_transposed_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7013762Z test_contig_vs_transposed_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7013976Z test_contig_vs_transposed_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7014191Z test_contig_vs_transposed_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7014395Z test_contig_vs_transposed_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7014585Z test_contig_vs_transposed_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7014799Z test_contig_vs_transposed_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7015024Z test_contig_vs_transposed_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7015242Z test_contig_vs_transposed_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7015462Z test_contig_vs_transposed_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7015682Z test_contig_vs_transposed_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7015908Z test_contig_vs_transposed_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7016129Z test_contig_vs_transposed_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7016345Z test_contig_vs_transposed_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7016564Z test_contig_vs_transposed_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7016778Z test_contig_vs_transposed_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7016988Z test_contig_vs_transposed_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7017201Z test_contig_vs_transposed_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7017426Z test_contig_vs_transposed_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7017743Z test_contig_vs_transposed_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7017964Z test_contig_vs_transposed_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7018179Z test_contig_vs_transposed_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7018398Z test_contig_vs_transposed_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7018610Z test_contig_vs_transposed_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7018825Z test_contig_vs_transposed_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7019018Z test_contig_vs_transposed_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7019237Z test_contig_vs_transposed_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7019459Z test_contig_vs_transposed_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7019686Z test_contig_vs_transposed_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7019909Z test_contig_vs_transposed_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7020210Z test_contig_vs_transposed_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7020450Z test_contig_vs_transposed_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7020670Z test_contig_vs_transposed_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7020885Z test_contig_vs_transposed_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7021099Z test_contig_vs_transposed_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7021313Z test_contig_vs_transposed_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7021525Z test_contig_vs_transposed_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7021739Z test_contig_vs_transposed_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7021948Z test_contig_vs_transposed_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7022162Z test_contig_vs_transposed_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7022373Z test_contig_vs_transposed_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7022586Z test_contig_vs_transposed_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7022800Z test_contig_vs_transposed_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7023005Z test_contig_vs_transposed_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7023221Z test_contig_vs_transposed_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7023411Z test_contig_vs_transposed_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7023619Z test_contig_vs_transposed_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7023834Z test_contig_vs_transposed_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7024041Z test_contig_vs_transposed_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7024259Z test_contig_vs_transposed_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7024469Z test_contig_vs_transposed_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7024686Z test_contig_vs_transposed_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7025804Z test_contig_vs_transposed_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7026013Z test_contig_vs_transposed_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7026222Z test_contig_vs_transposed_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7026437Z test_contig_vs_transposed_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7026640Z test_contig_vs_transposed_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7026845Z test_contig_vs_transposed_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7027056Z test_contig_vs_transposed_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7027272Z test_contig_vs_transposed_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7027491Z test_contig_vs_transposed_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7027713Z test_contig_vs_transposed_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7027932Z test_contig_vs_transposed_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7028144Z test_contig_vs_transposed_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7028455Z test_contig_vs_transposed_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7028668Z test_contig_vs_transposed_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7028879Z test_contig_vs_transposed_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7029083Z test_contig_vs_transposed_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7029300Z test_contig_vs_transposed_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7029515Z test_contig_vs_transposed_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7029732Z test_contig_vs_transposed_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7029945Z test_contig_vs_transposed_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7030160Z test_contig_vs_transposed_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7030371Z test_contig_vs_transposed_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7030583Z test_contig_vs_transposed_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7030784Z test_contig_vs_transposed_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7030997Z test_contig_vs_transposed_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7031206Z test_contig_vs_transposed_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7031422Z test_contig_vs_transposed_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7031634Z test_contig_vs_transposed_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7031857Z test_contig_vs_transposed_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7032073Z test_contig_vs_transposed_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7032289Z test_contig_vs_transposed_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7032501Z test_contig_vs_transposed_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7032696Z test_contig_vs_transposed_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7032905Z test_contig_vs_transposed_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7033209Z test_contig_vs_transposed_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7033417Z test_contig_vs_transposed_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7033625Z test_contig_vs_transposed_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7033839Z test_contig_vs_transposed_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7034046Z test_contig_vs_transposed_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7034264Z test_contig_vs_transposed_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7034478Z test_contig_vs_transposed_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7034953Z test_contig_vs_transposed_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7035337Z test_contig_vs_transposed_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7035779Z test_contig_vs_transposed_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7036186Z test_contig_vs_transposed_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7036519Z test_contig_vs_transposed_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7036746Z test_contig_vs_transposed_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7036955Z test_contig_vs_transposed_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7037160Z test_contig_vs_transposed_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7037371Z test_contig_vs_transposed_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7037579Z test_contig_vs_transposed_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7037809Z test_contig_vs_transposed_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7038008Z test_contig_vs_transposed_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7038230Z test_contig_vs_transposed_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7038446Z test_contig_vs_transposed_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7038662Z test_contig_vs_transposed_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7038867Z test_contig_vs_transposed_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7039075Z test_contig_vs_transposed_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7039282Z test_contig_vs_transposed_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7039489Z test_contig_vs_transposed_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7039697Z test_contig_vs_transposed_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7039909Z test_contig_vs_transposed_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7040128Z test_contig_vs_transposed_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7040336Z test_contig_vs_transposed_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7040561Z test_contig_vs_transposed_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7040784Z test_contig_vs_transposed_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7041006Z test_contig_vs_transposed_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7041463Z test_contig_vs_transposed_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7041688Z test_contig_vs_transposed_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7041898Z test_contig_vs_transposed_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7042118Z test_contig_vs_transposed_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7042662Z test_contig_vs_transposed_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7042867Z test_contig_vs_transposed_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7043079Z test_contig_vs_transposed_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7043282Z test_contig_vs_transposed_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7043501Z test_contig_vs_transposed_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7043748Z test_contig_vs_transposed_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7043964Z test_contig_vs_transposed_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7044176Z test_contig_vs_transposed_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7044484Z test_contig_vs_transposed_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7044714Z test_contig_vs_transposed_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7044919Z test_contig_vs_transposed_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7045132Z test_contig_vs_transposed_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7045337Z test_contig_vs_transposed_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7045558Z test_contig_vs_transposed_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7045771Z test_contig_vs_transposed_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7045988Z test_contig_vs_transposed_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7046200Z test_contig_vs_transposed_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7046444Z test_contig_vs_transposed_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.7046686Z test_contig_vs_transposed_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.7046925Z test_contig_vs_transposed_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.7047144Z test_contig_vs_transposed_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7047342Z test_contig_vs_transposed_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7047565Z test_contig_vs_transposed_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7047783Z test_contig_vs_transposed_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7048151Z test_contig_vs_transposed_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7048372Z test_contig_vs_transposed_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7048585Z test_contig_vs_transposed_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7048998Z test_contig_vs_transposed_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7049324Z test_contig_vs_transposed_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7049658Z test_contig_vs_transposed_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7049869Z test_contig_vs_transposed_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7050081Z test_contig_vs_transposed_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7050301Z test_contig_vs_transposed_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7050513Z test_contig_vs_transposed_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7050721Z test_contig_vs_transposed_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7050927Z test_contig_vs_transposed_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7051128Z test_contig_vs_transposed_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7051338Z test_contig_vs_transposed_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7051548Z test_contig_vs_transposed_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7051757Z test_contig_vs_transposed_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7051966Z test_contig_vs_transposed_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7052232Z test_contig_vs_transposed_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7052478Z test_contig_vs_transposed_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7052699Z test_contig_vs_transposed_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7052920Z test_contig_vs_transposed_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7053132Z test_contig_vs_transposed_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7053347Z test_contig_vs_transposed_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7053566Z test_contig_vs_transposed_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7053785Z test_contig_vs_transposed_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7054000Z test_contig_vs_transposed_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7054210Z test_contig_vs_transposed_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7054565Z test_contig_vs_transposed_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7054785Z test_contig_vs_transposed_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7054992Z test_contig_vs_transposed_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7055289Z test_contig_vs_transposed_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7055731Z test_contig_vs_transposed_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7055951Z test_contig_vs_transposed_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7056178Z test_contig_vs_transposed_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7056400Z test_contig_vs_transposed_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7056631Z test_contig_vs_transposed_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7056863Z test_contig_vs_transposed_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7057068Z test_contig_vs_transposed_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7057294Z test_contig_vs_transposed_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7057636Z test_contig_vs_transposed_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7057857Z test_contig_vs_transposed_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7058077Z test_contig_vs_transposed_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7058299Z test_contig_vs_transposed_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7058516Z test_contig_vs_transposed_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7058732Z test_contig_vs_transposed_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7058945Z test_contig_vs_transposed_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7059155Z test_contig_vs_transposed_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7059374Z test_contig_vs_transposed_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7059595Z test_contig_vs_transposed_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7059818Z test_contig_vs_transposed_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7060114Z test_contig_vs_transposed_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7060349Z test_contig_vs_transposed_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7060565Z test_contig_vs_transposed_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7060772Z test_contig_vs_transposed_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7061133Z test_contig_vs_transposed_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7061357Z test_contig_vs_transposed_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7061567Z test_contig_vs_transposed_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7061763Z test_contig_vs_transposed_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7062304Z test_contig_vs_transposed_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7062537Z test_contig_vs_transposed_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7062747Z test_contig_vs_transposed_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7062968Z test_contig_vs_transposed_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7063191Z test_contig_vs_transposed_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7063406Z test_contig_vs_transposed_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7063624Z test_contig_vs_transposed_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7063836Z test_contig_vs_transposed_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7064052Z test_contig_vs_transposed_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7064261Z test_contig_vs_transposed_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7064468Z test_contig_vs_transposed_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7064677Z test_contig_vs_transposed_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7064882Z test_contig_vs_transposed_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7065107Z test_contig_vs_transposed_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7065440Z test_contig_vs_transposed_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7065662Z test_contig_vs_transposed_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7065885Z test_contig_vs_transposed_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7066113Z test_contig_vs_transposed_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7066333Z test_contig_vs_transposed_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7066533Z test_contig_vs_transposed_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7066750Z test_contig_vs_transposed_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7066966Z test_contig_vs_transposed_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7067185Z test_contig_vs_transposed_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7067407Z test_contig_vs_transposed_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7067770Z test_contig_vs_transposed_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7068987Z test_contig_vs_transposed_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7069288Z test_contig_vs_transposed_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7069511Z test_contig_vs_transposed_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7069729Z test_contig_vs_transposed_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7069945Z test_contig_vs_transposed_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7070168Z test_contig_vs_transposed_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7070385Z test_contig_vs_transposed_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7070597Z test_contig_vs_transposed_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7070821Z test_contig_vs_transposed_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7071041Z test_contig_vs_transposed_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7071268Z test_contig_vs_transposed_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7071487Z test_contig_vs_transposed_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7071712Z test_contig_vs_transposed_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7071934Z test_contig_vs_transposed_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7072151Z test_contig_vs_transposed_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7072349Z test_contig_vs_transposed_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7072567Z test_contig_vs_transposed_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7072832Z test_contig_vs_transposed_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7073045Z test_contig_vs_transposed_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7073257Z test_contig_vs_transposed_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7073465Z test_contig_vs_transposed_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7073705Z test_contig_vs_transposed_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7074221Z test_contig_vs_transposed_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7074474Z test_contig_vs_transposed_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7074721Z test_contig_vs_transposed_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7075120Z test_contig_vs_transposed_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7075515Z test_contig_vs_transposed_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7075758Z test_contig_vs_transposed_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7075987Z test_contig_vs_transposed_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7076217Z test_contig_vs_transposed_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7076432Z test_contig_vs_transposed_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7076662Z test_contig_vs_transposed_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7076978Z test_contig_vs_transposed_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7077214Z test_contig_vs_transposed_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7077433Z test_contig_vs_transposed_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7077654Z test_contig_vs_transposed_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7077852Z test_contig_vs_transposed_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7078070Z test_contig_vs_transposed_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7078283Z test_contig_vs_transposed_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7078491Z test_contig_vs_transposed_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7078705Z test_contig_vs_transposed_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7078913Z test_contig_vs_transposed_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7079125Z test_contig_vs_transposed_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7079334Z test_contig_vs_transposed_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7079553Z test_contig_vs_transposed_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7079771Z test_contig_vs_transposed_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7079987Z test_contig_vs_transposed_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7080201Z test_contig_vs_transposed_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7080413Z test_contig_vs_transposed_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7080763Z test_contig_vs_transposed_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7080987Z test_contig_vs_transposed_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7081193Z test_contig_vs_transposed_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7081486Z test_contig_vs_transposed_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7081938Z test_contig_vs_transposed_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7082281Z test_contig_vs_transposed_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7082494Z test_contig_vs_transposed_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7082695Z test_contig_vs_transposed_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7082917Z test_contig_vs_transposed_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7083128Z test_contig_vs_transposed_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7083338Z test_contig_vs_transposed_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7083547Z test_contig_vs_transposed_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7083757Z test_contig_vs_transposed_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7083972Z test_contig_vs_transposed_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7084176Z test_contig_vs_transposed_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7084387Z test_contig_vs_transposed_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7084678Z test_contig_vs_transposed_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7084916Z test_contig_vs_transposed_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7085134Z test_contig_vs_transposed_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7085346Z test_contig_vs_transposed_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7085560Z test_contig_vs_transposed_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7085768Z test_contig_vs_transposed_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7085981Z test_contig_vs_transposed_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7086193Z test_contig_vs_transposed_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7086400Z test_contig_vs_transposed_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7086608Z test_contig_vs_transposed_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7086819Z test_contig_vs_transposed_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7087015Z test_contig_vs_transposed_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7087387Z test_contig_vs_transposed_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7087616Z test_contig_vs_transposed_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7087839Z test_contig_vs_transposed_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7088221Z test_contig_vs_transposed_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7088604Z test_contig_vs_transposed_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7088825Z test_contig_vs_transposed_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7089029Z test_contig_vs_transposed_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7089235Z test_contig_vs_transposed_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7089445Z test_contig_vs_transposed_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7089649Z test_contig_vs_transposed_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7089972Z test_contig_vs_transposed_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7090175Z test_contig_vs_transposed_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7090409Z test_contig_vs_transposed_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7090637Z test_contig_vs_transposed_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7090869Z test_contig_vs_transposed_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7091101Z test_contig_vs_transposed_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7091325Z test_contig_vs_transposed_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7091546Z test_contig_vs_transposed_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7091766Z test_contig_vs_transposed_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7091970Z test_contig_vs_transposed_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7092189Z test_contig_vs_transposed_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7092489Z test_contig_vs_transposed_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7092789Z test_contig_vs_transposed_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7093006Z test_contig_vs_transposed_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7093226Z test_contig_vs_transposed_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7093442Z test_contig_vs_transposed_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7093768Z test_contig_vs_transposed_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7094017Z test_contig_vs_transposed_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7094230Z test_contig_vs_transposed_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7094447Z test_contig_vs_transposed_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7094940Z test_contig_vs_transposed_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7095178Z test_contig_vs_transposed_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7095390Z test_contig_vs_transposed_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7095597Z test_contig_vs_transposed_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7095809Z test_contig_vs_transposed_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7096025Z test_contig_vs_transposed_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7096246Z test_contig_vs_transposed_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7096466Z test_contig_vs_transposed_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7096691Z test_contig_vs_transposed_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7096888Z test_contig_vs_transposed_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7097103Z test_contig_vs_transposed_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7097307Z test_contig_vs_transposed_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7097518Z test_contig_vs_transposed_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7097838Z test_contig_vs_transposed_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7098043Z test_contig_vs_transposed_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7098252Z test_contig_vs_transposed_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7098467Z test_contig_vs_transposed_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7098712Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7098958Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7099193Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7099433Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7099675Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7099907Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7100320Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7100609Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7100847Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7101233Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7101657Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7101903Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7102138Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7102367Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7102587Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7102813Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7103048Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7103287Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7103516Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7103746Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7103978Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7104211Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7104446Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7104673Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7104899Z test_contig_vs_transposed_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7105117Z test_contig_vs_transposed_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7105451Z test_contig_vs_transposed_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7105670Z test_contig_vs_transposed_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7105881Z test_contig_vs_transposed_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7106107Z test_contig_vs_transposed_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7106328Z test_contig_vs_transposed_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7106547Z test_contig_vs_transposed_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7106959Z test_contig_vs_transposed_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7107188Z test_contig_vs_transposed_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7107412Z test_contig_vs_transposed_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7107763Z test_contig_vs_transposed_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7108157Z test_contig_vs_transposed_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7108483Z test_contig_vs_transposed_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7108717Z test_contig_vs_transposed_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7108926Z test_contig_vs_transposed_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7109132Z test_contig_vs_transposed_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7109344Z test_contig_vs_transposed_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7109551Z test_contig_vs_transposed_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7109764Z test_contig_vs_transposed_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7109974Z test_contig_vs_transposed_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7110179Z test_contig_vs_transposed_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7110424Z test_contig_vs_transposed_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7110662Z test_contig_vs_transposed_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7110900Z test_contig_vs_transposed_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7111131Z test_contig_vs_transposed_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7111363Z test_contig_vs_transposed_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7111602Z test_contig_vs_transposed_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7111836Z test_contig_vs_transposed_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7112071Z test_contig_vs_transposed_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7112322Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7112572Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7112822Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7113073Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7113550Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7113813Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7114067Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7114621Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7114909Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7115155Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7115403Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7115653Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7115896Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7116139Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7116464Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7116726Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7116980Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7117227Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7117480Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7117727Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7117970Z test_contig_vs_transposed_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7118211Z test_contig_vs_transposed_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7118447Z test_contig_vs_transposed_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7118680Z test_contig_vs_transposed_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7118916Z test_contig_vs_transposed_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7119151Z test_contig_vs_transposed_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7119384Z test_contig_vs_transposed_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7119626Z test_contig_vs_transposed_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7119937Z test_contig_vs_transposed_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7120225Z test_contig_vs_transposed_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7120453Z test_contig_vs_transposed_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7120687Z test_contig_vs_transposed_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7121226Z test_contig_vs_transposed_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7121593Z test_contig_vs_transposed_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7121830Z test_contig_vs_transposed_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7122064Z test_contig_vs_transposed_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7122313Z test_contig_vs_transposed_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7122552Z test_contig_vs_transposed_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7122787Z test_contig_vs_transposed_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7123018Z test_contig_vs_transposed_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7123251Z test_contig_vs_transposed_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7123492Z test_contig_vs_transposed_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7123721Z test_contig_vs_transposed_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7124031Z test_contig_vs_transposed_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7124284Z test_contig_vs_transposed_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7124560Z test_contig_vs_transposed_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T03:22:18.7124828Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.006s) 2022-11-23T03:22:18.7125097Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T03:22:18.7125368Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T03:22:18.7125607Z test_contig_vs_transposed_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7125848Z test_contig_vs_transposed_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7126087Z test_contig_vs_transposed_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7126302Z test_contig_vs_transposed_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7126688Z test_contig_vs_transposed_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7126928Z test_contig_vs_transposed_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7127166Z test_contig_vs_transposed_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7127680Z test_contig_vs_transposed_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7127978Z test_contig_vs_transposed_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7128230Z test_contig_vs_transposed_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7128476Z test_contig_vs_transposed_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7128719Z test_contig_vs_transposed_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7128970Z test_contig_vs_transposed_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7129326Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7129575Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7129821Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7130066Z test_contig_vs_transposed_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7130312Z test_contig_vs_transposed_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7130560Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7130808Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7131050Z test_contig_vs_transposed_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7131297Z test_contig_vs_transposed_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7131541Z test_contig_vs_transposed_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7131867Z test_contig_vs_transposed_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7132127Z test_contig_vs_transposed_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7132364Z test_contig_vs_transposed_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7132604Z test_contig_vs_transposed_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7132819Z test_contig_vs_transposed_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7133222Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7133489Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7133745Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7134281Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7134545Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7134789Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7135031Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7135278Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7135518Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7135762Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7136011Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7136258Z test_contig_vs_transposed_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7136507Z test_contig_vs_transposed_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7136751Z test_contig_vs_transposed_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7137103Z test_contig_vs_transposed_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7137344Z test_contig_vs_transposed_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7137584Z test_contig_vs_transposed_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7137822Z test_contig_vs_transposed_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7138063Z test_contig_vs_transposed_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7138294Z test_contig_vs_transposed_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7138532Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7138778Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7139027Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7139255Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7139707Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7139984Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7140221Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7140657Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7141032Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7141276Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7141522Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7141768Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7142009Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7142251Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7142492Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7142725Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7142971Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7143205Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7143440Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7143684Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7143927Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7144172Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7144409Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7144647Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7144994Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7145236Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7145472Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7145688Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7145934Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7146336Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7146589Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7146834Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7147350Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7147694Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7147952Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7148186Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7148423Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7148667Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7148914Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7149156Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7149395Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7149637Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7149876Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7150118Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7150351Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7150582Z test_contig_vs_transposed_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7150810Z test_contig_vs_transposed_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7151039Z test_contig_vs_transposed_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7151263Z test_contig_vs_transposed_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7151488Z test_contig_vs_transposed_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7151696Z test_contig_vs_transposed_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7151921Z test_contig_vs_transposed_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7152145Z test_contig_vs_transposed_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7153520Z test_contig_vs_transposed_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7153968Z test_contig_vs_transposed_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7154201Z test_contig_vs_transposed_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7154422Z test_contig_vs_transposed_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7154646Z test_contig_vs_transposed_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7154866Z test_contig_vs_transposed_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7155088Z test_contig_vs_transposed_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7155308Z test_contig_vs_transposed_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7155530Z test_contig_vs_transposed_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7155750Z test_contig_vs_transposed_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7155965Z test_contig_vs_transposed_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7156284Z test_contig_vs_transposed_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7156520Z test_contig_vs_transposed_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7156730Z test_contig_vs_transposed_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7156944Z test_contig_vs_transposed_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7157156Z test_contig_vs_transposed_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7157378Z test_contig_vs_transposed_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7157605Z test_contig_vs_transposed_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7157809Z test_contig_vs_transposed_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7158020Z test_contig_vs_transposed_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7158237Z test_contig_vs_transposed_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7158445Z test_contig_vs_transposed_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7158658Z test_contig_vs_transposed_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7158868Z test_contig_vs_transposed_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7159072Z test_contig_vs_transposed_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7159433Z test_contig_vs_transposed_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7159649Z test_contig_vs_transposed_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7159884Z test_contig_vs_transposed_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7160395Z test_contig_vs_transposed_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7160649Z test_contig_vs_transposed_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7160882Z test_contig_vs_transposed_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7161113Z test_contig_vs_transposed_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7161332Z test_contig_vs_transposed_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7161660Z test_contig_vs_transposed_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7161885Z test_contig_vs_transposed_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7162108Z test_contig_vs_transposed_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7162337Z test_contig_vs_transposed_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7162561Z test_contig_vs_transposed_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7162766Z test_contig_vs_transposed_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7162988Z test_contig_vs_transposed_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7163209Z test_contig_vs_transposed_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7163428Z test_contig_vs_transposed_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7163638Z test_contig_vs_transposed_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7163851Z test_contig_vs_transposed_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7164143Z test_contig_vs_transposed_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7164366Z test_contig_vs_transposed_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7164577Z test_contig_vs_transposed_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7164784Z test_contig_vs_transposed_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7165021Z test_contig_vs_transposed_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7165259Z test_contig_vs_transposed_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7165504Z test_contig_vs_transposed_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7165881Z test_contig_vs_transposed_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7166127Z test_contig_vs_transposed_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7166358Z test_contig_vs_transposed_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7166851Z test_contig_vs_transposed_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7167112Z test_contig_vs_transposed_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7167354Z test_contig_vs_transposed_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7167605Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7167845Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7168063Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7168286Z test_contig_vs_transposed_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7168499Z test_contig_vs_transposed_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7168722Z test_contig_vs_transposed_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7168945Z test_contig_vs_transposed_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7169170Z test_contig_vs_transposed_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7169495Z test_contig_vs_transposed_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7169711Z test_contig_vs_transposed_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7169927Z test_contig_vs_transposed_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7170143Z test_contig_vs_transposed_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7170354Z test_contig_vs_transposed_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7170564Z test_contig_vs_transposed_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7170775Z test_contig_vs_transposed_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7170981Z test_contig_vs_transposed_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7171204Z test_contig_vs_transposed_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7171418Z test_contig_vs_transposed_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7171635Z test_contig_vs_transposed_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7171929Z test_contig_vs_transposed_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7172279Z test_contig_vs_transposed_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7172523Z test_contig_vs_transposed_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7172853Z test_contig_vs_transposed_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7173191Z test_contig_vs_transposed_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7173629Z test_contig_vs_transposed_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7173902Z test_contig_vs_transposed_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7174111Z test_contig_vs_transposed_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7174323Z test_contig_vs_transposed_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7174535Z test_contig_vs_transposed_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7174752Z test_contig_vs_transposed_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7174965Z test_contig_vs_transposed_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7175187Z test_contig_vs_transposed_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7175408Z test_contig_vs_transposed_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7175627Z test_contig_vs_transposed_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7175844Z test_contig_vs_transposed_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7176052Z test_contig_vs_transposed_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7176265Z test_contig_vs_transposed_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7176479Z test_contig_vs_transposed_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7176682Z test_contig_vs_transposed_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7176891Z test_contig_vs_transposed_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7177095Z test_contig_vs_transposed_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7177447Z test_contig_vs_transposed_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7177648Z test_contig_vs_transposed_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7177876Z test_contig_vs_transposed_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7178103Z test_contig_vs_transposed_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7178329Z test_contig_vs_transposed_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7178549Z test_contig_vs_transposed_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7178771Z test_contig_vs_transposed_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7179129Z test_contig_vs_transposed_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7179354Z test_contig_vs_transposed_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7179573Z test_contig_vs_transposed_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7179887Z test_contig_vs_transposed_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7180419Z test_contig_vs_transposed_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7180660Z test_contig_vs_transposed_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7180874Z test_contig_vs_transposed_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7181082Z test_contig_vs_transposed_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7181297Z test_contig_vs_transposed_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7181509Z test_contig_vs_transposed_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7181723Z test_contig_vs_transposed_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7181933Z test_contig_vs_transposed_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7182148Z test_contig_vs_transposed_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7182356Z test_contig_vs_transposed_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7182546Z test_contig_vs_transposed_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7182756Z test_contig_vs_transposed_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7182978Z test_contig_vs_transposed_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7183193Z test_contig_vs_transposed_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7183413Z test_contig_vs_transposed_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7183634Z test_contig_vs_transposed_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7183855Z test_contig_vs_transposed_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7184069Z test_contig_vs_transposed_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7184280Z test_contig_vs_transposed_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7184490Z test_contig_vs_transposed_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7184703Z test_contig_vs_transposed_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7184914Z test_contig_vs_transposed_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7185222Z test_contig_vs_transposed_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7185434Z test_contig_vs_transposed_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7185795Z test_contig_vs_transposed_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7186018Z test_contig_vs_transposed_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7186235Z test_contig_vs_transposed_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7186608Z test_contig_vs_transposed_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7187038Z test_contig_vs_transposed_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7187347Z test_contig_vs_transposed_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7187545Z test_contig_vs_transposed_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7187760Z test_contig_vs_transposed_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7187968Z test_contig_vs_transposed_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7188179Z test_contig_vs_transposed_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7188489Z test_contig_vs_transposed_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7188731Z test_contig_vs_transposed_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7188940Z test_contig_vs_transposed_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7189162Z test_contig_vs_transposed_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7189386Z test_contig_vs_transposed_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7189602Z test_contig_vs_transposed_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7189817Z test_contig_vs_transposed_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7190028Z test_contig_vs_transposed_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7190240Z test_contig_vs_transposed_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7190451Z test_contig_vs_transposed_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7190651Z test_contig_vs_transposed_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7190856Z test_contig_vs_transposed_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7191066Z test_contig_vs_transposed_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7191284Z test_contig_vs_transposed_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7191497Z test_contig_vs_transposed_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7191719Z test_contig_vs_transposed_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7191925Z test_contig_vs_transposed_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7192300Z test_contig_vs_transposed_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7192526Z test_contig_vs_transposed_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7192739Z test_contig_vs_transposed_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7193067Z test_contig_vs_transposed_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7193423Z test_contig_vs_transposed_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7193744Z test_contig_vs_transposed_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7193951Z test_contig_vs_transposed_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7194160Z test_contig_vs_transposed_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7194376Z test_contig_vs_transposed_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7194614Z test_contig_vs_transposed_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7194846Z test_contig_vs_transposed_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7195081Z test_contig_vs_transposed_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7195313Z test_contig_vs_transposed_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7195537Z test_contig_vs_transposed_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7195756Z test_contig_vs_transposed_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7195985Z test_contig_vs_transposed_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7196942Z test_contig_vs_transposed_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7197238Z test_contig_vs_transposed_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7197480Z test_contig_vs_transposed_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7197714Z test_contig_vs_transposed_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7197931Z test_contig_vs_transposed_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7198167Z test_contig_vs_transposed_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7198402Z test_contig_vs_transposed_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7198807Z test_contig_vs_transposed_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7199054Z test_contig_vs_transposed_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7199434Z test_contig_vs_transposed_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7199819Z test_contig_vs_transposed_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7200193Z test_contig_vs_transposed_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7200505Z test_contig_vs_transposed_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7200774Z test_contig_vs_transposed_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7201007Z test_contig_vs_transposed_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7201358Z test_contig_vs_transposed_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7201589Z test_contig_vs_transposed_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7201817Z test_contig_vs_transposed_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7202053Z test_contig_vs_transposed_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7202286Z test_contig_vs_transposed_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7202641Z test_contig_vs_transposed_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7202871Z test_contig_vs_transposed_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7203100Z test_contig_vs_transposed_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7203330Z test_contig_vs_transposed_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7203556Z test_contig_vs_transposed_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7203784Z test_contig_vs_transposed_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7204016Z test_contig_vs_transposed_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7204230Z test_contig_vs_transposed_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7204461Z test_contig_vs_transposed_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7204689Z test_contig_vs_transposed_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7204995Z test_contig_vs_transposed_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7205242Z test_contig_vs_transposed_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7205468Z test_contig_vs_transposed_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7205701Z test_contig_vs_transposed_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7205928Z test_contig_vs_transposed_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7206164Z test_contig_vs_transposed_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7206390Z test_contig_vs_transposed_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7206748Z test_contig_vs_transposed_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7206983Z test_contig_vs_transposed_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7207201Z test_contig_vs_transposed_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7207552Z test_contig_vs_transposed_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7207890Z test_contig_vs_transposed_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7208209Z test_contig_vs_transposed_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7208463Z test_contig_vs_transposed_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7208694Z test_contig_vs_transposed_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7209044Z test_contig_vs_transposed_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7209278Z test_contig_vs_transposed_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7209496Z test_contig_vs_transposed_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7209692Z test_contig_vs_transposed_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7209911Z test_contig_vs_transposed_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7210140Z test_contig_vs_transposed_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7210489Z test_contig_vs_transposed_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7210712Z test_contig_vs_transposed_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7210937Z test_contig_vs_transposed_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7211160Z test_contig_vs_transposed_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7211376Z test_contig_vs_transposed_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7211594Z test_contig_vs_transposed_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7211819Z test_contig_vs_transposed_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7212039Z test_contig_vs_transposed_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7212264Z test_contig_vs_transposed_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7212481Z test_contig_vs_transposed_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7212703Z test_contig_vs_transposed_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7212998Z test_contig_vs_transposed_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7213229Z test_contig_vs_transposed_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7213449Z test_contig_vs_transposed_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7213669Z test_contig_vs_transposed_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7213891Z test_contig_vs_transposed_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7214231Z test_contig_vs_transposed_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7214476Z test_contig_vs_transposed_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7214676Z test_contig_vs_transposed_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7214904Z test_contig_vs_transposed_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7215250Z test_contig_vs_transposed_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7215594Z test_contig_vs_transposed_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7215985Z test_contig_vs_transposed_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7216216Z test_contig_vs_transposed_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7216441Z test_contig_vs_transposed_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7216775Z test_contig_vs_transposed_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7217011Z test_contig_vs_transposed_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7217251Z test_contig_vs_transposed_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7217487Z test_contig_vs_transposed_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7217720Z test_contig_vs_transposed_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7217951Z test_contig_vs_transposed_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7218179Z test_contig_vs_transposed_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7218519Z test_contig_vs_transposed_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7218750Z test_contig_vs_transposed_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7218999Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7219248Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7219491Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7219736Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7220026Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7220277Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7220521Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7220825Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7221095Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7221343Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7221583Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7221946Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7222222Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7222461Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7222832Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7223216Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7223548Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7223825Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7224067Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7224428Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7224679Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7224917Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7225161Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7225399Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7225642Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7225888Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7226129Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7226474Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7226719Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7226961Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7227201Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7227421Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7227653Z test_contig_vs_transposed_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7227879Z test_contig_vs_transposed_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7228112Z test_contig_vs_transposed_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7228338Z test_contig_vs_transposed_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7228556Z test_contig_vs_transposed_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7228853Z test_contig_vs_transposed_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7229089Z test_contig_vs_transposed_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7229302Z test_contig_vs_transposed_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7229649Z test_contig_vs_transposed_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7229890Z test_contig_vs_transposed_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7230120Z test_contig_vs_transposed_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7230444Z test_contig_vs_transposed_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7230826Z test_contig_vs_transposed_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7231059Z test_contig_vs_transposed_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7231402Z test_contig_vs_transposed_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7231622Z test_contig_vs_transposed_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7231943Z test_contig_vs_transposed_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7232180Z test_contig_vs_transposed_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7232453Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7232730Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7233005Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7233279Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7233533Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7233801Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7234170Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7234435Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7234701Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7234959Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7235221Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7235480Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7235736Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7235994Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7236249Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7236578Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7236846Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7237176Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7237493Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7237752Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7238124Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7238500Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7238760Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7239120Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7239376Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7239758Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7240014Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7240259Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7240505Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7240757Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7241006Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7241235Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7241480Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7241699Z test_contig_vs_transposed_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7242018Z test_contig_vs_transposed_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7242240Z test_contig_vs_transposed_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7242460Z test_contig_vs_transposed_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7242684Z test_contig_vs_transposed_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7242901Z test_contig_vs_transposed_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7243117Z test_contig_vs_transposed_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7243323Z test_contig_vs_transposed_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7243536Z test_contig_vs_transposed_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7243748Z test_contig_vs_transposed_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7243954Z test_contig_vs_transposed_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7244161Z test_contig_vs_transposed_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7244447Z test_contig_vs_transposed_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7244686Z test_contig_vs_transposed_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7245049Z test_contig_vs_transposed_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7245282Z test_contig_vs_transposed_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7245509Z test_contig_vs_transposed_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7245862Z test_contig_vs_transposed_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7246240Z test_contig_vs_transposed_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7246451Z test_contig_vs_transposed_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7246790Z test_contig_vs_transposed_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7247009Z test_contig_vs_transposed_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7247336Z test_contig_vs_transposed_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7247557Z test_contig_vs_transposed_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7247763Z test_contig_vs_transposed_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7247977Z test_contig_vs_transposed_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7248192Z test_contig_vs_transposed_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7248408Z test_contig_vs_transposed_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7248623Z test_contig_vs_transposed_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7248845Z test_contig_vs_transposed_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7249056Z test_contig_vs_transposed_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7249268Z test_contig_vs_transposed_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7249471Z test_contig_vs_transposed_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7249681Z test_contig_vs_transposed_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7249995Z test_contig_vs_transposed_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7250201Z test_contig_vs_transposed_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7250409Z test_contig_vs_transposed_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7250627Z test_contig_vs_transposed_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7250827Z test_contig_vs_transposed_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7251035Z test_contig_vs_transposed_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7251256Z test_contig_vs_transposed_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7251477Z test_contig_vs_transposed_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7251698Z test_contig_vs_transposed_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7251917Z test_contig_vs_transposed_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7252126Z test_contig_vs_transposed_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7252409Z test_contig_vs_transposed_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7252786Z test_contig_vs_transposed_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7253001Z test_contig_vs_transposed_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7253204Z test_contig_vs_transposed_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7253540Z test_contig_vs_transposed_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7253876Z test_contig_vs_transposed_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7254108Z test_contig_vs_transposed_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7254448Z test_contig_vs_transposed_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7254670Z test_contig_vs_transposed_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7255002Z test_contig_vs_transposed_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7255395Z test_contig_vs_transposed_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7255610Z test_contig_vs_transposed_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7255818Z test_contig_vs_transposed_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7256009Z test_contig_vs_transposed_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7256215Z test_contig_vs_transposed_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7256405Z test_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7256597Z test_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7256797Z test_digamma_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7256997Z test_digamma_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7257184Z test_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7257637Z test_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2492: RuntimeWarning: invalid value encountered in exp 2022-11-23T03:22:18.7257743Z np_result = np_fn(a) 2022-11-23T03:22:18.7257831Z ok (0.015s) 2022-11-23T03:22:18.7258127Z test_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7258559Z test_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2492: RuntimeWarning: overflow encountered in exp 2022-11-23T03:22:18.7258661Z np_result = np_fn(a) 2022-11-23T03:22:18.7258745Z ok (0.006s) 2022-11-23T03:22:18.7258929Z test_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7259109Z test_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7259365Z test_exp_slow_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Insufficient memory on linux.(2|4)xlarge (0.000s) 2022-11-23T03:22:18.7259576Z test_float_domains_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7259762Z test_float_domains_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7259966Z test_float_domains_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7260272Z test_float_domains_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7260519Z test_float_domains_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7260724Z test_float_domains_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7261196Z test_float_domains_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7261560Z test_float_domains_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7261769Z test_float_domains_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7261971Z test_float_domains_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7262167Z test_float_domains_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7262368Z test_float_domains_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7262575Z test_float_domains_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7262777Z test_float_domains_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7262985Z test_float_domains_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7263187Z test_float_domains_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7263391Z test_float_domains_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7263595Z test_float_domains_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7263805Z test_float_domains_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7264007Z test_float_domains_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7264198Z test_float_domains_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7264399Z test_float_domains_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7264604Z test_float_domains_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7264812Z test_float_domains_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7265013Z test_float_domains_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7265211Z test_float_domains_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7265413Z test_float_domains_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7265615Z test_float_domains_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7265813Z test_float_domains_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7266114Z test_float_domains_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7266305Z test_float_domains_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7266501Z test_float_domains_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7266839Z test_float_domains_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7267047Z test_float_domains_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7267246Z test_float_domains_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7267452Z test_float_domains_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7267783Z test_float_domains_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7268097Z test_float_domains_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7268389Z test_float_domains_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7268665Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:22:18.7269096Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:22:18.7269369Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:22:18.7269722Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:22:18.7270110Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:22:18.7270448Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:22:18.7270687Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.7270918Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:22:18.7271168Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.7271374Z test_float_domains_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7271578Z test_float_domains_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7271780Z test_float_domains_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7271985Z test_float_domains_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7272204Z test_float_domains_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7272428Z test_float_domains_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7272633Z test_float_domains_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7272875Z test_float_domains_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7273079Z test_float_domains_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7273273Z test_float_domains_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7273471Z test_frexp_assert_raises_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.7273657Z test_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7273824Z test_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7274010Z test_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7274346Z test_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.7274570Z test_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.7274796Z test_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T03:22:18.7275044Z test_hardshrink_edge_cases_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:22:18.7275285Z test_hardshrink_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:22:18.7275660Z test_hardshrink_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:22:18.7275887Z test_hardsigmoid_backward_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7276105Z test_hardsigmoid_backward_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7276431Z test_hardsigmoid_backward_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7276775Z test_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7276977Z test_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7277371Z test_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7277593Z test_hardswish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7277930Z test_hardswish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7278124Z test_hardswish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7278315Z test_i0_range1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7278503Z test_i0_range1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7278679Z test_i0_range1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7278861Z test_i0_range1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7279047Z test_i0_range2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7279229Z test_i0_range2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7279414Z test_i0_range2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7279595Z test_i0_range2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7279775Z test_i0_range3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7279969Z test_i0_special_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7280161Z test_i0_special_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7280350Z test_i0_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7280539Z test_i0_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7280737Z test_igamma_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.7280935Z test_igamma_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.7281143Z test_igamma_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7281341Z test_igamma_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7281541Z test_igammac_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.378s) 2022-11-23T03:22:18.7281739Z test_igammac_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.409s) 2022-11-23T03:22:18.7281943Z test_igammac_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7282122Z test_igammac_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7283313Z test_isposinf_isneginf_non_boolean_output_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7283564Z test_isposinf_isneginf_non_boolean_output_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7283892Z test_isposinf_isneginf_non_boolean_output_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7284280Z test_isposinf_isneginf_non_boolean_output_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7284522Z test_isposinf_isneginf_non_boolean_output_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7284876Z test_isposinf_isneginf_non_boolean_output_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7285111Z test_isposinf_isneginf_non_boolean_output_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7285475Z test_isposinf_isneginf_non_boolean_output_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7285696Z test_isposinf_isneginf_non_boolean_output_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7285923Z test_isposinf_isneginf_non_boolean_output_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7286249Z test_isposinf_isneginf_non_boolean_output_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7286646Z test_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-11-23T03:22:18.7286836Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-11-23T03:22:18.7286926Z ok (0.011s) 2022-11-23T03:22:18.7287110Z test_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7287333Z test_nan_to_num_bfloat16_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.7287522Z test_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7287712Z test_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7287901Z test_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7288070Z test_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7288255Z test_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7288438Z test_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7288616Z test_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7288799Z test_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7288976Z test_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7289179Z test_non_contig_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7289370Z test_non_contig_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7289578Z test_non_contig_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7289783Z test_non_contig_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7289982Z test_non_contig_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7290180Z test_non_contig_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7290375Z test_non_contig_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7290570Z test_non_contig_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7290762Z test_non_contig_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7291054Z test_non_contig_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7291242Z test_non_contig_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7291418Z test_non_contig_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7291608Z test_non_contig_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7291811Z test_non_contig_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7292000Z test_non_contig_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7292206Z test_non_contig_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7292407Z test_non_contig_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7292605Z test_non_contig_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7292805Z test_non_contig_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7293002Z test_non_contig_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7293192Z test_non_contig_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7293385Z test_non_contig_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7293654Z test_non_contig_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7293864Z test_non_contig_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7294055Z test_non_contig_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7294246Z test_non_contig_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7294448Z test_non_contig_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7294642Z test_non_contig_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7294851Z test_non_contig_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7295061Z test_non_contig_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7295241Z test_non_contig_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7295444Z test_non_contig_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7295781Z test_non_contig_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7295979Z test_non_contig_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7296174Z test_non_contig_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7296472Z test_non_contig_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7296755Z test_non_contig_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7297002Z test_non_contig_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7297267Z test_non_contig_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7297512Z test_non_contig_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7297828Z test_non_contig_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7298066Z test_non_contig_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7298365Z test_non_contig_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7298579Z test_non_contig_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7298907Z test_non_contig_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7299117Z test_non_contig_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7299540Z test_non_contig_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7299738Z test_non_contig_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7300048Z test_non_contig_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7300330Z test_non_contig_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7300570Z test_non_contig_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7300764Z test_non_contig_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7301103Z test_non_contig_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7301403Z test_non_contig_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7301620Z test_non_contig_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7301949Z test_non_contig_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7302158Z test_non_contig_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7302461Z test_non_contig_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7302754Z test_non_contig_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7302962Z test_non_contig_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7303156Z test_non_contig_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7303345Z test_non_contig_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7303538Z test_non_contig_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7303743Z test_non_contig_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7303939Z test_non_contig_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7304147Z test_non_contig_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7304333Z test_non_contig_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7304535Z test_non_contig_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7304735Z test_non_contig_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7304927Z test_non_contig_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7305112Z test_non_contig_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7305306Z test_non_contig_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7305500Z test_non_contig_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7305697Z test_non_contig_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7305888Z test_non_contig_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7306079Z test_non_contig_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7306285Z test_non_contig_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7306481Z test_non_contig_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7306684Z test_non_contig_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7306888Z test_non_contig_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7307087Z test_non_contig_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7307285Z test_non_contig_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7307573Z test_non_contig_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7307907Z test_non_contig_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7308089Z test_non_contig_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7308284Z test_non_contig_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7308579Z test_non_contig_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7308941Z test_non_contig_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7309136Z test_non_contig_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7309340Z test_non_contig_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7309535Z test_non_contig_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7309746Z test_non_contig_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7309948Z test_non_contig_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7310145Z test_non_contig_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7310426Z test_non_contig_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7310639Z test_non_contig_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7310830Z test_non_contig_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7311025Z test_non_contig_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7311220Z test_non_contig_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7311414Z test_non_contig_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7311609Z test_non_contig_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7311800Z test_non_contig_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7311989Z test_non_contig_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7312188Z test_non_contig_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7312400Z test_non_contig_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7312611Z test_non_contig_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7312821Z test_non_contig_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7313023Z test_non_contig_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7313226Z test_non_contig_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7313433Z test_non_contig_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7313633Z test_non_contig_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7313829Z test_non_contig_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7314120Z test_non_contig_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7314364Z test_non_contig_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7314560Z test_non_contig_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7314767Z test_non_contig_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7315087Z test_non_contig_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7315431Z test_non_contig_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7315761Z test_non_contig_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7315962Z test_non_contig_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7316163Z test_non_contig_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7316348Z test_non_contig_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7316545Z test_non_contig_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7316749Z test_non_contig_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7316953Z test_non_contig_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7317146Z test_non_contig_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7317344Z test_non_contig_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7317539Z test_non_contig_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7317727Z test_non_contig_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7317917Z test_non_contig_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7318185Z test_non_contig_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7318396Z test_non_contig_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7318587Z test_non_contig_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7318778Z test_non_contig_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7318980Z test_non_contig_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7319174Z test_non_contig_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7319385Z test_non_contig_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7319588Z test_non_contig_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7319782Z test_non_contig_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7319961Z test_non_contig_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7320148Z test_non_contig_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7320341Z test_non_contig_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7320536Z test_non_contig_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7320869Z test_non_contig_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7321073Z test_non_contig_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7321266Z test_non_contig_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7321476Z test_non_contig_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7321927Z test_non_contig_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7322152Z test_non_contig_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7322478Z test_non_contig_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7322692Z test_non_contig_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7322896Z test_non_contig_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7323094Z test_non_contig_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7323287Z test_non_contig_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7323590Z test_non_contig_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7323783Z test_non_contig_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7323973Z test_non_contig_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7324155Z test_non_contig_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7324349Z test_non_contig_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7324540Z test_non_contig_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7324732Z test_non_contig_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7324922Z test_non_contig_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7325109Z test_non_contig_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7325311Z test_non_contig_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7325503Z test_non_contig_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7325696Z test_non_contig_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7326541Z test_non_contig_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7326794Z test_non_contig_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7327001Z test_non_contig_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7327198Z test_non_contig_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7327407Z test_non_contig_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7327754Z test_non_contig_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7327991Z test_non_contig_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7328193Z test_non_contig_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7328391Z test_non_contig_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7328832Z test_non_contig_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7329040Z test_non_contig_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7329350Z test_non_contig_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7329550Z test_non_contig_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7329745Z test_non_contig_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7329941Z test_non_contig_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7330147Z test_non_contig_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7330345Z test_non_contig_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7330550Z test_non_contig_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7330754Z test_non_contig_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7330951Z test_non_contig_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7331149Z test_non_contig_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7331342Z test_non_contig_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7331534Z test_non_contig_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7331730Z test_non_contig_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7332049Z test_non_contig_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7332245Z test_non_contig_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7332441Z test_non_contig_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7332636Z test_non_contig_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7332822Z test_non_contig_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7333019Z test_non_contig_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7333220Z test_non_contig_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7333419Z test_non_contig_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7333613Z test_non_contig_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7333815Z test_non_contig_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7334003Z test_non_contig_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7334192Z test_non_contig_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7334457Z test_non_contig_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7334671Z test_non_contig_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7334863Z test_non_contig_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7335057Z test_non_contig_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7335251Z test_non_contig_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7335451Z test_non_contig_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7335649Z test_non_contig_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7335852Z test_non_contig_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7336052Z test_non_contig_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7336252Z test_non_contig_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7336432Z test_non_contig_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7336623Z test_non_contig_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7336811Z test_non_contig_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7337004Z test_non_contig_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7337199Z test_non_contig_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7337394Z test_non_contig_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7337584Z test_non_contig_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7337774Z test_non_contig_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7337993Z test_non_contig_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7338203Z test_non_contig_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7338421Z test_non_contig_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7338638Z test_non_contig_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7338857Z test_non_contig_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7339072Z test_non_contig_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7339378Z test_non_contig_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7339739Z test_non_contig_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7340100Z test_non_contig_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7340456Z test_non_contig_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7340951Z test_non_contig_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7341149Z test_non_contig_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7341420Z test_non_contig_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7341679Z test_non_contig_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7341877Z test_non_contig_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7342182Z test_non_contig_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7342410Z test_non_contig_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7342713Z test_non_contig_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7342928Z test_non_contig_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7343122Z test_non_contig_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7343319Z test_non_contig_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7343512Z test_non_contig_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7343705Z test_non_contig_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7343899Z test_non_contig_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7344090Z test_non_contig_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7344278Z test_non_contig_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7344474Z test_non_contig_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7344665Z test_non_contig_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7344872Z test_non_contig_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7345059Z test_non_contig_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7345256Z test_non_contig_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7345455Z test_non_contig_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7345650Z test_non_contig_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7345838Z test_non_contig_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7346032Z test_non_contig_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7346225Z test_non_contig_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7346421Z test_non_contig_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7346610Z test_non_contig_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7346801Z test_non_contig_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7347009Z test_non_contig_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7347207Z test_non_contig_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7347408Z test_non_contig_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7347701Z test_non_contig_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7347894Z test_non_contig_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7348092Z test_non_contig_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7348287Z test_non_contig_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7348477Z test_non_contig_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7348654Z test_non_contig_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7348845Z test_non_contig_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7349041Z test_non_contig_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7349238Z test_non_contig_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7349438Z test_non_contig_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7349632Z test_non_contig_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7349825Z test_non_contig_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7350089Z test_non_contig_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7350294Z test_non_contig_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7350487Z test_non_contig_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7350676Z test_non_contig_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7350870Z test_non_contig_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7351070Z test_non_contig_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7351279Z test_non_contig_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7351483Z test_non_contig_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7351690Z test_non_contig_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7351894Z test_non_contig_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7352092Z test_non_contig_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7352285Z test_non_contig_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7352465Z test_non_contig_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7352663Z test_non_contig_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7352862Z test_non_contig_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7353058Z test_non_contig_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7353252Z test_non_contig_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7353445Z test_non_contig_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7353640Z test_non_contig_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7353838Z test_non_contig_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7354034Z test_non_contig_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7354227Z test_non_contig_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7354414Z test_non_contig_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7354698Z test_non_contig_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7354887Z test_non_contig_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7355079Z test_non_contig_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7355268Z test_non_contig_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7355475Z test_non_contig_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7355667Z test_non_contig_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7355935Z test_non_contig_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7356267Z test_non_contig_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7356607Z test_non_contig_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7356954Z test_non_contig_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7357301Z test_non_contig_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7357848Z test_non_contig_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7358276Z test_non_contig_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7359293Z test_non_contig_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7359855Z test_non_contig_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7360220Z test_non_contig_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7360573Z test_non_contig_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7360925Z test_non_contig_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7361280Z test_non_contig_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7361633Z test_non_contig_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7361997Z test_non_contig_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7362350Z test_non_contig_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7362723Z test_non_contig_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7363095Z test_non_contig_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7363455Z test_non_contig_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7363800Z test_non_contig_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7364163Z test_non_contig_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7364541Z test_non_contig_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7364924Z test_non_contig_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7365311Z test_non_contig_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7365696Z test_non_contig_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7366084Z test_non_contig_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7366438Z test_non_contig_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7366800Z test_non_contig_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7367157Z test_non_contig_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7367517Z test_non_contig_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7367900Z test_non_contig_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7368470Z test_non_contig_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7368856Z test_non_contig_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7369255Z test_non_contig_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7369645Z test_non_contig_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7370010Z test_non_contig_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7370349Z test_non_contig_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7370683Z test_non_contig_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7371036Z test_non_contig_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7371385Z test_non_contig_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7371768Z test_non_contig_expand_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7372384Z test_non_contig_expand_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7372814Z test_non_contig_expand_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7373207Z test_non_contig_expand_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7373452Z test_non_contig_expand_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7373659Z test_non_contig_expand_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7373868Z test_non_contig_expand_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7374214Z test_non_contig_expand_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7374554Z test_non_contig_expand_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7374772Z test_non_contig_expand_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7374979Z test_non_contig_expand_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7375181Z test_non_contig_expand_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7375388Z test_non_contig_expand_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7375601Z test_non_contig_expand_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7375802Z test_non_contig_expand_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7376001Z test_non_contig_expand_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7376218Z test_non_contig_expand_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7376436Z test_non_contig_expand_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7376643Z test_non_contig_expand_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7376851Z test_non_contig_expand_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7377062Z test_non_contig_expand_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7377269Z test_non_contig_expand_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7377478Z test_non_contig_expand_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7377682Z test_non_contig_expand_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7377886Z test_non_contig_expand_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7378088Z test_non_contig_expand_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7378422Z test_non_contig_expand_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7378627Z test_non_contig_expand_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7378846Z test_non_contig_expand_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7379066Z test_non_contig_expand_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7379283Z test_non_contig_expand_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7379493Z test_non_contig_expand_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7379705Z test_non_contig_expand_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7379914Z test_non_contig_expand_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7380124Z test_non_contig_expand_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7380315Z test_non_contig_expand_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7380525Z test_non_contig_expand_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7380731Z test_non_contig_expand_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7381012Z test_non_contig_expand_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7381239Z test_non_contig_expand_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7381458Z test_non_contig_expand_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7381676Z test_non_contig_expand_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7381890Z test_non_contig_expand_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7382106Z test_non_contig_expand_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7382316Z test_non_contig_expand_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7382522Z test_non_contig_expand_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7382730Z test_non_contig_expand_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7382933Z test_non_contig_expand_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7383137Z test_non_contig_expand_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7383342Z test_non_contig_expand_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7383551Z test_non_contig_expand_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7383752Z test_non_contig_expand_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7383974Z test_non_contig_expand_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7384184Z test_non_contig_expand_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7384380Z test_non_contig_expand_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7384589Z test_non_contig_expand_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7384796Z test_non_contig_expand_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7385001Z test_non_contig_expand_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7385205Z test_non_contig_expand_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7385412Z test_non_contig_expand_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7385710Z test_non_contig_expand_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7385917Z test_non_contig_expand_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7386121Z test_non_contig_expand_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7386337Z test_non_contig_expand_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7386546Z test_non_contig_expand_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7386764Z test_non_contig_expand_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7386982Z test_non_contig_expand_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7387199Z test_non_contig_expand_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7387407Z test_non_contig_expand_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7387618Z test_non_contig_expand_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7387824Z test_non_contig_expand_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7388028Z test_non_contig_expand_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7388312Z test_non_contig_expand_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7388521Z test_non_contig_expand_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7388728Z test_non_contig_expand_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7388932Z test_non_contig_expand_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7389150Z test_non_contig_expand_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7389359Z test_non_contig_expand_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7389573Z test_non_contig_expand_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7389795Z test_non_contig_expand_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7390146Z test_non_contig_expand_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7390360Z test_non_contig_expand_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7390566Z test_non_contig_expand_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7390915Z test_non_contig_expand_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7391323Z test_non_contig_expand_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7391534Z test_non_contig_expand_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7391747Z test_non_contig_expand_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7391951Z test_non_contig_expand_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7392154Z test_non_contig_expand_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7392368Z test_non_contig_expand_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7392577Z test_non_contig_expand_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7392796Z test_non_contig_expand_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7393016Z test_non_contig_expand_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7393214Z test_non_contig_expand_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7393545Z test_non_contig_expand_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7393754Z test_non_contig_expand_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7393961Z test_non_contig_expand_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7394173Z test_non_contig_expand_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7394378Z test_non_contig_expand_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7394583Z test_non_contig_expand_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7394785Z test_non_contig_expand_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7394986Z test_non_contig_expand_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7395206Z test_non_contig_expand_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7395419Z test_non_contig_expand_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7395644Z test_non_contig_expand_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7395865Z test_non_contig_expand_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7396168Z test_non_contig_expand_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7396531Z test_non_contig_expand_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7396756Z test_non_contig_expand_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7396966Z test_non_contig_expand_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7397285Z test_non_contig_expand_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7397636Z test_non_contig_expand_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7397832Z test_non_contig_expand_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7398039Z test_non_contig_expand_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7398244Z test_non_contig_expand_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7398455Z test_non_contig_expand_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7398671Z test_non_contig_expand_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7398888Z test_non_contig_expand_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7399103Z test_non_contig_expand_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7399318Z test_non_contig_expand_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7399530Z test_non_contig_expand_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7399740Z test_non_contig_expand_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7399948Z test_non_contig_expand_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7400164Z test_non_contig_expand_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7400378Z test_non_contig_expand_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7400588Z test_non_contig_expand_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7400798Z test_non_contig_expand_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7401007Z test_non_contig_expand_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7401324Z test_non_contig_expand_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7401531Z test_non_contig_expand_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7401740Z test_non_contig_expand_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7401950Z test_non_contig_expand_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7402137Z test_non_contig_expand_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7402340Z test_non_contig_expand_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7402548Z test_non_contig_expand_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7402749Z test_non_contig_expand_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7402970Z test_non_contig_expand_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7403183Z test_non_contig_expand_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7403391Z test_non_contig_expand_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7403680Z test_non_contig_expand_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7403905Z test_non_contig_expand_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7404107Z test_non_contig_expand_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7404313Z test_non_contig_expand_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7404516Z test_non_contig_expand_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7404720Z test_non_contig_expand_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7404926Z test_non_contig_expand_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7405141Z test_non_contig_expand_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7405351Z test_non_contig_expand_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7405573Z test_non_contig_expand_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7405795Z test_non_contig_expand_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7406017Z test_non_contig_expand_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7406234Z test_non_contig_expand_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7406432Z test_non_contig_expand_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7406645Z test_non_contig_expand_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7406856Z test_non_contig_expand_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7407068Z test_non_contig_expand_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7407275Z test_non_contig_expand_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7407485Z test_non_contig_expand_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7407696Z test_non_contig_expand_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7407907Z test_non_contig_expand_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7408114Z test_non_contig_expand_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7408323Z test_non_contig_expand_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7408624Z test_non_contig_expand_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7408830Z test_non_contig_expand_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7409033Z test_non_contig_expand_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7409244Z test_non_contig_expand_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7409448Z test_non_contig_expand_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7409649Z test_non_contig_expand_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7409866Z test_non_contig_expand_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7410076Z test_non_contig_expand_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7410301Z test_non_contig_expand_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7410500Z test_non_contig_expand_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7410722Z test_non_contig_expand_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7411014Z test_non_contig_expand_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7411245Z test_non_contig_expand_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7411449Z test_non_contig_expand_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7411656Z test_non_contig_expand_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7411862Z test_non_contig_expand_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7412067Z test_non_contig_expand_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7412281Z test_non_contig_expand_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7412485Z test_non_contig_expand_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7412699Z test_non_contig_expand_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7412909Z test_non_contig_expand_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7413124Z test_non_contig_expand_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7413338Z test_non_contig_expand_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7413552Z test_non_contig_expand_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7413761Z test_non_contig_expand_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7413973Z test_non_contig_expand_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7414178Z test_non_contig_expand_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7414383Z test_non_contig_expand_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7414594Z test_non_contig_expand_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7414783Z test_non_contig_expand_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7414989Z test_non_contig_expand_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7415192Z test_non_contig_expand_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7415405Z test_non_contig_expand_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7415612Z test_non_contig_expand_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7416749Z test_non_contig_expand_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7416961Z test_non_contig_expand_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7417171Z test_non_contig_expand_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7417384Z test_non_contig_expand_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7417592Z test_non_contig_expand_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7417801Z test_non_contig_expand_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7418007Z test_non_contig_expand_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7418210Z test_non_contig_expand_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7418421Z test_non_contig_expand_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7418627Z test_non_contig_expand_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7418833Z test_non_contig_expand_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7419137Z test_non_contig_expand_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7419361Z test_non_contig_expand_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7419575Z test_non_contig_expand_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.7419769Z test_non_contig_expand_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7419979Z test_non_contig_expand_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7420184Z test_non_contig_expand_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7420396Z test_non_contig_expand_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7420601Z test_non_contig_expand_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7420805Z test_non_contig_expand_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7421012Z test_non_contig_expand_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7421216Z test_non_contig_expand_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7421451Z test_non_contig_expand_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7421654Z test_non_contig_expand_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7421883Z test_non_contig_expand_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7422109Z test_non_contig_expand_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7422338Z test_non_contig_expand_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7422572Z test_non_contig_expand_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7422801Z test_non_contig_expand_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7423027Z test_non_contig_expand_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7423242Z test_non_contig_expand_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7423456Z test_non_contig_expand_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7423675Z test_non_contig_expand_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7423995Z test_non_contig_expand_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7424198Z test_non_contig_expand_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7424417Z test_non_contig_expand_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7424639Z test_non_contig_expand_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7424847Z test_non_contig_expand_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7425051Z test_non_contig_expand_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7425263Z test_non_contig_expand_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7425475Z test_non_contig_expand_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7425683Z test_non_contig_expand_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7425895Z test_non_contig_expand_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7426103Z test_non_contig_expand_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7426308Z test_non_contig_expand_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7426585Z test_non_contig_expand_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7426805Z test_non_contig_expand_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7427008Z test_non_contig_expand_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7427209Z test_non_contig_expand_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7427414Z test_non_contig_expand_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7427632Z test_non_contig_expand_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7427835Z test_non_contig_expand_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7428051Z test_non_contig_expand_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7428247Z test_non_contig_expand_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7428457Z test_non_contig_expand_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7428665Z test_non_contig_expand_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7428874Z test_non_contig_expand_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7429079Z test_non_contig_expand_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7429282Z test_non_contig_expand_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7429489Z test_non_contig_expand_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7429691Z test_non_contig_expand_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7429901Z test_non_contig_expand_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7430108Z test_non_contig_expand_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7430326Z test_non_contig_expand_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7430537Z test_non_contig_expand_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7430756Z test_non_contig_expand_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7430972Z test_non_contig_expand_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7431276Z test_non_contig_expand_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7431486Z test_non_contig_expand_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7431695Z test_non_contig_expand_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7431902Z test_non_contig_expand_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7432110Z test_non_contig_expand_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7432322Z test_non_contig_expand_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7432512Z test_non_contig_expand_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7432725Z test_non_contig_expand_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7432938Z test_non_contig_expand_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7433148Z test_non_contig_expand_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7433355Z test_non_contig_expand_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7433564Z test_non_contig_expand_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7433837Z test_non_contig_expand_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7434061Z test_non_contig_expand_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7434268Z test_non_contig_expand_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7434483Z test_non_contig_expand_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7434692Z test_non_contig_expand_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7434919Z test_non_contig_expand_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7435136Z test_non_contig_expand_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7435352Z test_non_contig_expand_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7435567Z test_non_contig_expand_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7435777Z test_non_contig_expand_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7435984Z test_non_contig_expand_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7436191Z test_non_contig_expand_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7436396Z test_non_contig_expand_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7436602Z test_non_contig_expand_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7436799Z test_non_contig_expand_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7437004Z test_non_contig_expand_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7437207Z test_non_contig_expand_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7437412Z test_non_contig_expand_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7437617Z test_non_contig_expand_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7437822Z test_non_contig_expand_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7438028Z test_non_contig_expand_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7438236Z test_non_contig_expand_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7438529Z test_non_contig_expand_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7438734Z test_non_contig_expand_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7438937Z test_non_contig_expand_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7439144Z test_non_contig_expand_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7439358Z test_non_contig_expand_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7439562Z test_non_contig_expand_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7439771Z test_non_contig_expand_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7439979Z test_non_contig_expand_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7440187Z test_non_contig_expand_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7440400Z test_non_contig_expand_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7440609Z test_non_contig_expand_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7440798Z test_non_contig_expand_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7441076Z test_non_contig_expand_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7441299Z test_non_contig_expand_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7441508Z test_non_contig_expand_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7441720Z test_non_contig_expand_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7441933Z test_non_contig_expand_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7442142Z test_non_contig_expand_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7442353Z test_non_contig_expand_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7442557Z test_non_contig_expand_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7442769Z test_non_contig_expand_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7443171Z test_non_contig_expand_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7443384Z test_non_contig_expand_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7443593Z test_non_contig_expand_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7443959Z test_non_contig_expand_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7444399Z test_non_contig_expand_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7444620Z test_non_contig_expand_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7444825Z test_non_contig_expand_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7445030Z test_non_contig_expand_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7445241Z test_non_contig_expand_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7445428Z test_non_contig_expand_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7445635Z test_non_contig_expand_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7445836Z test_non_contig_expand_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7446045Z test_non_contig_expand_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7446246Z test_non_contig_expand_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7446585Z test_non_contig_expand_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7446796Z test_non_contig_expand_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7447007Z test_non_contig_expand_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7447218Z test_non_contig_expand_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7447428Z test_non_contig_expand_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7447637Z test_non_contig_expand_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7447842Z test_non_contig_expand_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7448047Z test_non_contig_expand_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7448256Z test_non_contig_expand_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7448458Z test_non_contig_expand_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7448661Z test_non_contig_expand_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7448955Z test_non_contig_expand_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7449182Z test_non_contig_expand_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7449389Z test_non_contig_expand_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7449579Z test_non_contig_expand_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7449789Z test_non_contig_expand_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7450002Z test_non_contig_expand_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7450210Z test_non_contig_expand_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7450417Z test_non_contig_expand_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7450624Z test_non_contig_expand_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7450831Z test_non_contig_expand_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7451039Z test_non_contig_expand_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7451247Z test_non_contig_expand_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7451460Z test_non_contig_expand_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7451673Z test_non_contig_expand_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7451892Z test_non_contig_expand_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7452101Z test_non_contig_expand_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7452309Z test_non_contig_expand_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7452520Z test_non_contig_expand_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7452726Z test_non_contig_expand_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7452930Z test_non_contig_expand_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7453133Z test_non_contig_expand_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7453340Z test_non_contig_expand_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7453524Z test_non_contig_expand_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7453829Z test_non_contig_expand_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7454036Z test_non_contig_expand_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7454255Z test_non_contig_expand_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7454473Z test_non_contig_expand_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7454686Z test_non_contig_expand_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7454894Z test_non_contig_expand_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7455102Z test_non_contig_expand_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7455305Z test_non_contig_expand_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7455514Z test_non_contig_expand_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7455726Z test_non_contig_expand_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7455932Z test_non_contig_expand_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7456818Z test_non_contig_expand_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7457082Z test_non_contig_expand_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7457297Z test_non_contig_expand_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7457510Z test_non_contig_expand_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7457719Z test_non_contig_expand_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7457923Z test_non_contig_expand_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7458134Z test_non_contig_expand_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7458339Z test_non_contig_expand_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7458530Z test_non_contig_expand_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7458738Z test_non_contig_expand_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7458942Z test_non_contig_expand_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7459151Z test_non_contig_expand_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7459359Z test_non_contig_expand_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7459566Z test_non_contig_expand_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7459772Z test_non_contig_expand_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7460012Z test_non_contig_expand_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.7460243Z test_non_contig_expand_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:22:18.7460478Z test_non_contig_expand_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.7460686Z test_non_contig_expand_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7460890Z test_non_contig_expand_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7461106Z test_non_contig_expand_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7461320Z test_non_contig_expand_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7461522Z test_non_contig_expand_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7461841Z test_non_contig_expand_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7462050Z test_non_contig_expand_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7462254Z test_non_contig_expand_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7462464Z test_non_contig_expand_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7462652Z test_non_contig_expand_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7462859Z test_non_contig_expand_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7463062Z test_non_contig_expand_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7463268Z test_non_contig_expand_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7463476Z test_non_contig_expand_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7463677Z test_non_contig_expand_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7463881Z test_non_contig_expand_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7464158Z test_non_contig_expand_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7464378Z test_non_contig_expand_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7464573Z test_non_contig_expand_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7464765Z test_non_contig_expand_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.7464966Z test_non_contig_expand_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7465161Z test_non_contig_expand_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7465379Z test_non_contig_expand_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7465593Z test_non_contig_expand_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7465807Z test_non_contig_expand_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7466020Z test_non_contig_expand_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7466219Z test_non_contig_expand_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7466430Z test_non_contig_expand_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7466624Z test_non_contig_expand_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7466831Z test_non_contig_expand_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7467037Z test_non_contig_expand_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7467244Z test_non_contig_expand_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7467447Z test_non_contig_expand_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7467652Z test_non_contig_expand_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7467856Z test_non_contig_expand_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7468058Z test_non_contig_expand_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7468261Z test_non_contig_expand_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7468481Z test_non_contig_expand_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7468692Z test_non_contig_expand_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7469007Z test_non_contig_expand_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7469228Z test_non_contig_expand_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7469451Z test_non_contig_expand_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7469672Z test_non_contig_expand_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7469887Z test_non_contig_expand_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7470094Z test_non_contig_expand_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7470305Z test_non_contig_expand_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7470515Z test_non_contig_expand_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7470719Z test_non_contig_expand_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7470917Z test_non_contig_expand_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7471119Z test_non_contig_expand_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7471399Z test_non_contig_expand_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7471624Z test_non_contig_expand_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7471842Z test_non_contig_expand_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7472058Z test_non_contig_expand_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7472329Z test_non_contig_expand_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7472538Z test_non_contig_expand_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7472752Z test_non_contig_expand_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7472954Z test_non_contig_expand_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7473161Z test_non_contig_expand_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7473373Z test_non_contig_expand_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7473579Z test_non_contig_expand_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7473784Z test_non_contig_expand_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7473988Z test_non_contig_expand_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7474199Z test_non_contig_expand_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7474428Z test_non_contig_expand_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7474645Z test_non_contig_expand_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7474859Z test_non_contig_expand_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7475072Z test_non_contig_expand_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7475267Z test_non_contig_expand_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7475473Z test_non_contig_expand_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7475679Z test_non_contig_expand_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7475881Z test_non_contig_expand_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7476086Z test_non_contig_expand_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7476396Z test_non_contig_expand_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7476596Z test_non_contig_expand_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7476816Z test_non_contig_expand_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7477031Z test_non_contig_expand_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7477249Z test_non_contig_expand_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7477465Z test_non_contig_expand_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7477674Z test_non_contig_expand_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7477886Z test_non_contig_expand_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7478100Z test_non_contig_expand_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7478305Z test_non_contig_expand_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7478515Z test_non_contig_expand_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7478789Z test_non_contig_expand_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7479028Z test_non_contig_expand_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7479235Z test_non_contig_expand_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7479433Z test_non_contig_expand_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7479649Z test_non_contig_expand_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7479859Z test_non_contig_expand_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7480075Z test_non_contig_expand_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7480284Z test_non_contig_expand_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7480489Z test_non_contig_expand_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7480703Z test_non_contig_expand_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7480910Z test_non_contig_expand_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7481121Z test_non_contig_expand_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7481331Z test_non_contig_expand_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7481551Z test_non_contig_expand_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7481769Z test_non_contig_expand_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7481983Z test_non_contig_expand_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7482189Z test_non_contig_expand_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7482402Z test_non_contig_expand_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7482605Z test_non_contig_expand_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7482812Z test_non_contig_expand_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7483020Z test_non_contig_expand_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7483225Z test_non_contig_expand_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7483523Z test_non_contig_expand_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7483709Z test_non_contig_expand_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7483942Z test_non_contig_expand_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7484173Z test_non_contig_expand_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7484410Z test_non_contig_expand_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7484644Z test_non_contig_expand_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7484873Z test_non_contig_expand_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7485095Z test_non_contig_expand_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7485313Z test_non_contig_expand_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7485537Z test_non_contig_expand_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7485752Z test_non_contig_expand_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7486037Z test_non_contig_expand_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7486276Z test_non_contig_expand_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7486502Z test_non_contig_expand_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7486713Z test_non_contig_expand_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7486925Z test_non_contig_expand_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7487138Z test_non_contig_expand_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7487348Z test_non_contig_expand_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7487555Z test_non_contig_expand_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7487767Z test_non_contig_expand_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7487973Z test_non_contig_expand_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7488182Z test_non_contig_expand_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7488367Z test_non_contig_expand_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7488578Z test_non_contig_expand_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7488783Z test_non_contig_expand_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7489001Z test_non_contig_expand_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7489212Z test_non_contig_expand_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7489416Z test_non_contig_expand_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7489626Z test_non_contig_expand_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7489830Z test_non_contig_expand_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7490033Z test_non_contig_expand_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7490238Z test_non_contig_expand_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7490441Z test_non_contig_expand_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7490742Z test_non_contig_expand_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7490944Z test_non_contig_expand_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7491157Z test_non_contig_expand_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7491359Z test_non_contig_expand_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7491573Z test_non_contig_expand_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7491780Z test_non_contig_expand_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7491985Z test_non_contig_expand_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7492186Z test_non_contig_expand_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7492374Z test_non_contig_expand_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7492581Z test_non_contig_expand_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7492787Z test_non_contig_expand_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7492989Z test_non_contig_expand_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7493273Z test_non_contig_expand_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7493495Z test_non_contig_expand_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7493710Z test_non_contig_expand_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7493920Z test_non_contig_expand_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7494127Z test_non_contig_expand_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7494335Z test_non_contig_expand_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7494546Z test_non_contig_expand_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7494745Z test_non_contig_expand_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7494950Z test_non_contig_expand_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7495158Z test_non_contig_expand_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7495364Z test_non_contig_expand_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7495589Z test_non_contig_expand_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7495796Z test_non_contig_expand_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7495999Z test_non_contig_expand_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7496214Z test_non_contig_expand_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7496409Z test_non_contig_expand_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7496620Z test_non_contig_expand_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7496830Z test_non_contig_expand_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7497034Z test_non_contig_expand_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7497241Z test_non_contig_expand_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7497445Z test_non_contig_expand_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7497648Z test_non_contig_expand_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7497847Z test_non_contig_expand_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7498141Z test_non_contig_expand_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7498341Z test_non_contig_expand_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7498563Z test_non_contig_expand_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7498782Z test_non_contig_expand_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7499011Z test_non_contig_expand_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7499237Z test_non_contig_expand_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7499456Z test_non_contig_expand_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7499679Z test_non_contig_expand_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7499901Z test_non_contig_expand_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7500117Z test_non_contig_expand_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7500333Z test_non_contig_expand_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7500626Z test_non_contig_expand_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7500841Z test_non_contig_expand_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7501052Z test_non_contig_expand_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7501263Z test_non_contig_expand_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7501471Z test_non_contig_expand_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7501682Z test_non_contig_expand_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7501889Z test_non_contig_expand_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7502093Z test_non_contig_expand_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7502304Z test_non_contig_expand_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7502511Z test_non_contig_expand_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7502714Z test_non_contig_expand_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7502917Z test_non_contig_expand_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7503119Z test_non_contig_expand_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7503332Z test_non_contig_expand_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7503544Z test_non_contig_expand_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7503756Z test_non_contig_expand_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7503969Z test_non_contig_expand_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7504181Z test_non_contig_expand_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7504391Z test_non_contig_expand_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7504602Z test_non_contig_expand_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7504790Z test_non_contig_expand_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7504993Z test_non_contig_expand_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7505295Z test_non_contig_expand_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7505498Z test_non_contig_expand_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7505703Z test_non_contig_expand_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7505908Z test_non_contig_expand_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7506149Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7506387Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7506618Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7506848Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7507087Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7507321Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7507557Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7507856Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7508115Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7508355Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7508588Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7508820Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7509050Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7509280Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7509509Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7509745Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7509964Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7510200Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7510430Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7510665Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7510895Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7511124Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7511362Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7511588Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7511808Z test_non_contig_expand_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7512021Z test_non_contig_expand_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7512238Z test_non_contig_expand_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7512552Z test_non_contig_expand_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7512769Z test_non_contig_expand_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7512985Z test_non_contig_expand_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7513201Z test_non_contig_expand_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7513413Z test_non_contig_expand_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7513624Z test_non_contig_expand_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7513832Z test_non_contig_expand_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7514040Z test_non_contig_expand_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7514255Z test_non_contig_expand_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7514469Z test_non_contig_expand_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7514663Z test_non_contig_expand_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7514868Z test_non_contig_expand_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7515156Z test_non_contig_expand_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7515382Z test_non_contig_expand_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7515587Z test_non_contig_expand_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7515789Z test_non_contig_expand_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7515995Z test_non_contig_expand_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7516202Z test_non_contig_expand_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7516405Z test_non_contig_expand_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7516643Z test_non_contig_expand_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7516878Z test_non_contig_expand_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7517111Z test_non_contig_expand_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7517342Z test_non_contig_expand_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7517576Z test_non_contig_expand_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7517804Z test_non_contig_expand_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7518038Z test_non_contig_expand_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7518261Z test_non_contig_expand_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7518509Z test_non_contig_expand_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7518755Z test_non_contig_expand_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7519000Z test_non_contig_expand_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7519242Z test_non_contig_expand_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7519475Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7519718Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7520064Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7520306Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7520549Z test_non_contig_expand_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7520789Z test_non_contig_expand_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7521030Z test_non_contig_expand_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7521261Z test_non_contig_expand_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.7521497Z test_non_contig_expand_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7521736Z test_non_contig_expand_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7521972Z test_non_contig_expand_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7522275Z test_non_contig_expand_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7522537Z test_non_contig_expand_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7522781Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7523022Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7523258Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7523499Z test_non_contig_expand_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7523732Z test_non_contig_expand_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7523964Z test_non_contig_expand_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7524197Z test_non_contig_expand_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7524449Z test_non_contig_expand_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7524685Z test_non_contig_expand_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7524916Z test_non_contig_expand_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7525134Z test_non_contig_expand_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7525366Z test_non_contig_expand_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7525598Z test_non_contig_expand_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7525828Z test_non_contig_expand_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7526060Z test_non_contig_expand_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7526287Z test_non_contig_expand_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7526515Z test_non_contig_expand_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7526742Z test_non_contig_expand_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7526965Z test_non_contig_expand_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7527290Z test_non_contig_expand_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7527520Z test_non_contig_expand_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7527757Z test_non_contig_expand_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7527989Z test_non_contig_expand_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7528216Z test_non_contig_expand_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7528437Z test_non_contig_expand_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7528657Z test_non_contig_expand_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7528888Z test_non_contig_expand_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7529106Z test_non_contig_expand_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7529371Z test_non_contig_expand_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.002s) 2022-11-23T03:22:18.7529708Z test_non_contig_expand_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-11-23T03:22:18.7529990Z test_non_contig_expand_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-11-23T03:22:18.7530248Z test_non_contig_expand_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.002s) 2022-11-23T03:22:18.7530484Z test_non_contig_expand_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7530700Z test_non_contig_expand_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7530931Z test_non_contig_expand_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7531161Z test_non_contig_expand_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7531392Z test_non_contig_expand_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7531619Z test_non_contig_expand_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7531846Z test_non_contig_expand_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7532071Z test_non_contig_expand_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7532313Z test_non_contig_expand_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7532555Z test_non_contig_expand_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7532792Z test_non_contig_expand_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7533032Z test_non_contig_expand_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7533276Z test_non_contig_expand_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7533518Z test_non_contig_expand_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7533758Z test_non_contig_expand_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7533992Z test_non_contig_expand_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7535034Z test_non_contig_expand_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7535269Z test_non_contig_expand_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7535513Z test_non_contig_expand_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7535758Z test_non_contig_expand_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7535996Z test_non_contig_expand_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7536234Z test_non_contig_expand_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7536466Z test_non_contig_expand_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7536703Z test_non_contig_expand_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7536924Z test_non_contig_expand_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7537155Z test_non_contig_expand_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7537485Z test_non_contig_expand_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7537745Z test_non_contig_expand_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7537987Z test_non_contig_expand_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7538236Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7538483Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7538730Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7538974Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7539209Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7539450Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7539689Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7539919Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7540154Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7540383Z test_non_contig_expand_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7540627Z test_non_contig_expand_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7540867Z test_non_contig_expand_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7541109Z test_non_contig_expand_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7541343Z test_non_contig_expand_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7541578Z test_non_contig_expand_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7541815Z test_non_contig_expand_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7542044Z test_non_contig_expand_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7542376Z test_non_contig_expand_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7542616Z test_non_contig_expand_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7542841Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7543082Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7543323Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7543559Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7543792Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7544031Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7544262Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7544506Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7545688Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7546386Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7546898Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7547323Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7547727Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7548141Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7548551Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7548954Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7549358Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7549762Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7550162Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7550566Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7550979Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7551374Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7551774Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7552241Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7552647Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7553117Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7553599Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7554096Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7554743Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7555152Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7555629Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7556029Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7556423Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7556820Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7557218Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7557625Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7558026Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7558429Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7558944Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7559369Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7559768Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7560169Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7560641Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7561067Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7561529Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7562000Z test_non_contig_expand_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7562439Z test_non_contig_expand_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.7562898Z test_non_contig_expand_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7563291Z test_non_contig_expand_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7563735Z test_non_contig_expand_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7564109Z test_non_contig_expand_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7564482Z test_non_contig_expand_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7564846Z test_non_contig_expand_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7565217Z test_non_contig_expand_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7565584Z test_non_contig_expand_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7565946Z test_non_contig_expand_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7566310Z test_non_contig_expand_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7566684Z test_non_contig_expand_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7567053Z test_non_contig_expand_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7567572Z test_non_contig_expand_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7567941Z test_non_contig_expand_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7568299Z test_non_contig_expand_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7568745Z test_non_contig_expand_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7569116Z test_non_contig_expand_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7569474Z test_non_contig_expand_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7569977Z test_non_contig_expand_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7570326Z test_non_contig_expand_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7570764Z test_non_contig_expand_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7571124Z test_non_contig_expand_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7571485Z test_non_contig_expand_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7571962Z test_non_contig_expand_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7572406Z test_non_contig_expand_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7572754Z test_non_contig_expand_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7573107Z test_non_contig_expand_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7573461Z test_non_contig_expand_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7573812Z test_non_contig_expand_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7574163Z test_non_contig_expand_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7574511Z test_non_contig_expand_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7574856Z test_non_contig_expand_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7575206Z test_non_contig_expand_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7575596Z test_non_contig_expand_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7576073Z test_non_contig_expand_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7576471Z test_non_contig_expand_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7576925Z test_non_contig_expand_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7577376Z test_non_contig_expand_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7577825Z test_non_contig_expand_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7578252Z test_non_contig_expand_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7578685Z test_non_contig_expand_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7579126Z test_non_contig_expand_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7579497Z test_non_contig_expand_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7579934Z test_non_contig_expand_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7580345Z test_non_contig_expand_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7580917Z test_non_contig_expand_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7581387Z test_non_contig_expand_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7581806Z test_non_contig_expand_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7582225Z test_non_contig_expand_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7582581Z test_non_contig_expand_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7583003Z test_non_contig_expand_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7583438Z test_non_contig_expand_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7583862Z test_non_contig_expand_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7584262Z test_non_contig_expand_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7584731Z test_non_contig_expand_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7585125Z test_non_contig_expand_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7585590Z test_non_contig_expand_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7586141Z test_non_contig_expand_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7586625Z test_non_contig_expand_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7587067Z test_non_contig_expand_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7587525Z test_non_contig_expand_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7587968Z test_non_contig_expand_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7588437Z test_non_contig_expand_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7588924Z test_non_contig_expand_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7589417Z test_non_contig_expand_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7589896Z test_non_contig_expand_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7590316Z test_non_contig_expand_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7590681Z test_non_contig_expand_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7591122Z test_non_contig_expand_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7591578Z test_non_contig_expand_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7592028Z test_non_contig_expand_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7592454Z test_non_contig_expand_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7592898Z test_non_contig_expand_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7593321Z test_non_contig_expand_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7593686Z test_non_contig_expand_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7594105Z test_non_contig_expand_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7594513Z test_non_contig_expand_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7594935Z test_non_contig_expand_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7595513Z test_non_contig_expand_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7595925Z test_non_contig_expand_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7596277Z test_non_contig_expand_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7596716Z test_non_contig_expand_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7597153Z test_non_contig_expand_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7597583Z test_non_contig_expand_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7597995Z test_non_contig_expand_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7598403Z test_non_contig_expand_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7598767Z test_non_contig_expand_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7599195Z test_non_contig_expand_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7599630Z test_non_contig_expand_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7600048Z test_non_contig_expand_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7601635Z test_non_contig_expand_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7602124Z test_non_contig_expand_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7602545Z test_non_contig_expand_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7602967Z test_non_contig_expand_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7603345Z test_non_contig_expand_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7603810Z test_non_contig_expand_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7604249Z test_non_contig_expand_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7604673Z test_non_contig_expand_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7605108Z test_non_contig_expand_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7605503Z test_non_contig_expand_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7605859Z test_non_contig_expand_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7606282Z test_non_contig_expand_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7606730Z test_non_contig_expand_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7607149Z test_non_contig_expand_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7607591Z test_non_contig_expand_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7607960Z test_non_contig_expand_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7608414Z test_non_contig_expand_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7608858Z test_non_contig_expand_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7609291Z test_non_contig_expand_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7609737Z test_non_contig_expand_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7610183Z test_non_contig_expand_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7610551Z test_non_contig_expand_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7611237Z test_non_contig_expand_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7611680Z test_non_contig_expand_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7612043Z test_non_contig_expand_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7612485Z test_non_contig_expand_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7612915Z test_non_contig_expand_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7613343Z test_non_contig_expand_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7613741Z test_non_contig_expand_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7614163Z test_non_contig_expand_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7614532Z test_non_contig_expand_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7614949Z test_non_contig_expand_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7615380Z test_non_contig_expand_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7615795Z test_non_contig_expand_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7616340Z test_non_contig_expand_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7616784Z test_non_contig_expand_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7617204Z test_non_contig_expand_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7617584Z test_non_contig_expand_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7618006Z test_non_contig_expand_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7618455Z test_non_contig_expand_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7618878Z test_non_contig_expand_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7619311Z test_non_contig_expand_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7619737Z test_non_contig_expand_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7620171Z test_non_contig_expand_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7620540Z test_non_contig_expand_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7620990Z test_non_contig_expand_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7621415Z test_non_contig_expand_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7621840Z test_non_contig_expand_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7622253Z test_non_contig_expand_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7622674Z test_non_contig_expand_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7623050Z test_non_contig_expand_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7623499Z test_non_contig_expand_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7623952Z test_non_contig_expand_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7624374Z test_non_contig_expand_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7624793Z test_non_contig_expand_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7625210Z test_non_contig_expand_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7625776Z test_non_contig_expand_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7626179Z test_non_contig_expand_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7626538Z test_non_contig_expand_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7626970Z test_non_contig_expand_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7627414Z test_non_contig_expand_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7627765Z test_non_contig_expand_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7628131Z test_non_contig_expand_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7628498Z test_non_contig_expand_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7628848Z test_non_contig_expand_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7629208Z test_non_contig_expand_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7629565Z test_non_contig_expand_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7629892Z test_non_contig_expand_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7630350Z test_non_contig_expand_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7630727Z test_non_contig_expand_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7631074Z test_non_contig_expand_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7631424Z test_non_contig_expand_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7631782Z test_non_contig_expand_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7632137Z test_non_contig_expand_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7632609Z test_non_contig_expand_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7632985Z test_non_contig_expand_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7633425Z test_non_contig_expand_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7633844Z test_non_contig_expand_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7634275Z test_non_contig_expand_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7634630Z test_non_contig_expand_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7634979Z test_non_contig_expand_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7635331Z test_non_contig_expand_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7635694Z test_non_contig_expand_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7636045Z test_non_contig_expand_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7636392Z test_non_contig_expand_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7636781Z test_non_contig_expand_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7637157Z test_non_contig_expand_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7637534Z test_non_contig_expand_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7637903Z test_non_contig_expand_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7638271Z test_non_contig_expand_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7638785Z test_non_contig_expand_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7639159Z test_non_contig_expand_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.7639619Z test_non_contig_expand_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7640013Z test_non_contig_expand_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7640538Z test_non_contig_expand_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7640999Z test_non_contig_expand_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7641388Z test_non_contig_expand_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7641770Z test_non_contig_expand_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7642154Z test_non_contig_expand_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7642534Z test_non_contig_expand_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7642913Z test_non_contig_expand_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7643404Z test_non_contig_expand_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7643822Z test_non_contig_expand_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7644215Z test_non_contig_expand_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7644601Z test_non_contig_expand_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7644982Z test_non_contig_expand_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7645373Z test_non_contig_expand_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7645751Z test_non_contig_expand_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7646108Z test_non_contig_expand_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7646576Z test_non_contig_expand_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7646977Z test_non_contig_expand_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7647493Z test_non_contig_expand_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7647887Z test_non_contig_expand_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7648274Z test_non_contig_expand_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7648659Z test_non_contig_expand_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7649042Z test_non_contig_expand_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7649427Z test_non_contig_expand_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7649807Z test_non_contig_expand_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7650205Z test_non_contig_expand_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7650595Z test_non_contig_expand_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7650984Z test_non_contig_expand_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7651505Z test_non_contig_expand_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7651888Z test_non_contig_expand_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7652274Z test_non_contig_expand_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7652663Z test_non_contig_expand_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7653053Z test_non_contig_expand_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7653429Z test_non_contig_expand_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7653816Z test_non_contig_expand_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7654202Z test_non_contig_expand_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.7654569Z test_non_contig_expand_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7654946Z test_non_contig_expand_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7655320Z test_non_contig_expand_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7655803Z test_non_contig_expand_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7656205Z test_non_contig_expand_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7656585Z test_non_contig_expand_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7656963Z test_non_contig_expand_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7657355Z test_non_contig_expand_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7657801Z test_non_contig_expand_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7658197Z test_non_contig_expand_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7658575Z test_non_contig_expand_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7659097Z test_non_contig_expand_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7659481Z test_non_contig_expand_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7659860Z test_non_contig_expand_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7660249Z test_non_contig_expand_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7660625Z test_non_contig_expand_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7661004Z test_non_contig_expand_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7661396Z test_non_contig_expand_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7661763Z test_non_contig_expand_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7662146Z test_non_contig_expand_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7662521Z test_non_contig_expand_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7662878Z test_non_contig_expand_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7663235Z test_non_contig_expand_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7663592Z test_non_contig_expand_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7663954Z test_non_contig_expand_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7664461Z test_non_contig_expand_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7664821Z test_non_contig_expand_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7665175Z test_non_contig_expand_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7665535Z test_non_contig_expand_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7665879Z test_non_contig_expand_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7666240Z test_non_contig_expand_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7666588Z test_non_contig_expand_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7666941Z test_non_contig_expand_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7667326Z test_non_contig_expand_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7667700Z test_non_contig_expand_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7668070Z test_non_contig_expand_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7668552Z test_non_contig_expand_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7668950Z test_non_contig_expand_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7669313Z test_non_contig_expand_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7669667Z test_non_contig_expand_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7670032Z test_non_contig_expand_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7670417Z test_non_contig_expand_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7670788Z test_non_contig_expand_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7671158Z test_non_contig_expand_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7671551Z test_non_contig_expand_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7671924Z test_non_contig_expand_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7672353Z test_non_contig_expand_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7672736Z test_non_contig_expand_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7673133Z test_non_contig_expand_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7673557Z test_non_contig_expand_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7673946Z test_non_contig_expand_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7674446Z test_non_contig_expand_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7674852Z test_non_contig_expand_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7675320Z test_non_contig_expand_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7675767Z test_non_contig_expand_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7676166Z test_non_contig_expand_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7676708Z test_non_contig_expand_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7677121Z test_non_contig_expand_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7687213Z test_non_contig_expand_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7687736Z test_non_contig_expand_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7688138Z test_non_contig_expand_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7688523Z test_non_contig_expand_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7688910Z test_non_contig_expand_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7689316Z test_non_contig_expand_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7689721Z test_non_contig_expand_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7690125Z test_non_contig_expand_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7690710Z test_non_contig_expand_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7691149Z test_non_contig_expand_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7691559Z test_non_contig_expand_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7691966Z test_non_contig_expand_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7692381Z test_non_contig_expand_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7692798Z test_non_contig_expand_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7693208Z test_non_contig_expand_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7693637Z test_non_contig_expand_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7694062Z test_non_contig_expand_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7694477Z test_non_contig_expand_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7694886Z test_non_contig_expand_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7695295Z test_non_contig_expand_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7695719Z test_non_contig_expand_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7696124Z test_non_contig_expand_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7696514Z test_non_contig_expand_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7696898Z test_non_contig_expand_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7697289Z test_non_contig_expand_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7697677Z test_non_contig_expand_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7698061Z test_non_contig_expand_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7698438Z test_non_contig_expand_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7698959Z test_non_contig_expand_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7699318Z test_non_contig_expand_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7699696Z test_non_contig_expand_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7700074Z test_non_contig_expand_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7700456Z test_non_contig_expand_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7700846Z test_non_contig_expand_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7701224Z test_non_contig_expand_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7701612Z test_non_contig_expand_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7702000Z test_non_contig_expand_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7702391Z test_non_contig_expand_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7702773Z test_non_contig_expand_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7703257Z test_non_contig_expand_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7703746Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7704209Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7704664Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7705113Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7705562Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7706125Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7706572Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7708012Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7709071Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.7710062Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7710823Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7711357Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7711885Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7712404Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7712917Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7713420Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7713932Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7714589Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7715091Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7715617Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7716136Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7716649Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7717159Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7717666Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7718174Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7718680Z test_non_contig_expand_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7719255Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7719789Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7720409Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7720919Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7721457Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7722035Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7722574Z test_non_contig_expand_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7723100Z test_non_contig_expand_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7723617Z test_non_contig_expand_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7724103Z test_non_contig_expand_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7724596Z test_non_contig_expand_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7725063Z test_non_contig_expand_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7725515Z test_non_contig_expand_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7725963Z test_non_contig_expand_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7726410Z test_non_contig_expand_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7726824Z test_non_contig_expand_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7727266Z test_non_contig_expand_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7727700Z test_non_contig_expand_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7728126Z test_non_contig_expand_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7728562Z test_non_contig_expand_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7729003Z test_non_contig_expand_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7729432Z test_non_contig_expand_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7729992Z test_non_contig_expand_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7730452Z test_non_contig_expand_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7730898Z test_non_contig_expand_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7731352Z test_non_contig_expand_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7731813Z test_non_contig_expand_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7732264Z test_non_contig_expand_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7732707Z test_non_contig_expand_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7733127Z test_non_contig_expand_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7733569Z test_non_contig_expand_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7734005Z test_non_contig_expand_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7734442Z test_non_contig_expand_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7734955Z test_non_contig_expand_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7735418Z test_non_contig_expand_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7735865Z test_non_contig_expand_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7736294Z test_non_contig_expand_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7736729Z test_non_contig_expand_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7737167Z test_non_contig_expand_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7737605Z test_non_contig_expand_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7738038Z test_non_contig_expand_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7738468Z test_non_contig_expand_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7738904Z test_non_contig_expand_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7739316Z test_non_contig_expand_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7739747Z test_non_contig_expand_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7740184Z test_non_contig_expand_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7740620Z test_non_contig_expand_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7741061Z test_non_contig_expand_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7741516Z test_non_contig_expand_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7741945Z test_non_contig_expand_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7742382Z test_non_contig_expand_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.7742822Z test_non_contig_expand_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7743258Z test_non_contig_expand_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7743693Z test_non_contig_expand_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7744125Z test_non_contig_expand_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7744555Z test_non_contig_expand_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7745069Z test_non_contig_expand_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.7745505Z test_non_contig_expand_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7745942Z test_non_contig_expand_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7746387Z test_non_contig_expand_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7746830Z test_non_contig_expand_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7747261Z test_non_contig_expand_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.7747692Z test_non_contig_expand_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7748116Z test_non_contig_expand_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7748552Z test_non_contig_expand_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7748996Z test_non_contig_expand_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7749429Z test_non_contig_expand_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7749863Z test_non_contig_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7750375Z test_non_contig_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7750803Z test_non_contig_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7751230Z test_non_contig_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7751649Z test_non_contig_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7752062Z test_non_contig_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7752474Z test_non_contig_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7752890Z test_non_contig_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7753308Z test_non_contig_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7753714Z test_non_contig_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7754143Z test_non_contig_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7754565Z test_non_contig_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7754996Z test_non_contig_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7755424Z test_non_contig_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7755846Z test_non_contig_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7756328Z test_non_contig_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7756727Z test_non_contig_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7757137Z test_non_contig_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7757553Z test_non_contig_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7757967Z test_non_contig_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7758375Z test_non_contig_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7758785Z test_non_contig_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7759194Z test_non_contig_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7759596Z test_non_contig_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7760015Z test_non_contig_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7761312Z test_non_contig_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7761748Z test_non_contig_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7762176Z test_non_contig_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7762603Z test_non_contig_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7763016Z test_non_contig_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7763595Z test_non_contig_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7764014Z test_non_contig_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7764686Z test_non_contig_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7765111Z test_non_contig_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7765536Z test_non_contig_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7765951Z test_non_contig_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7766354Z test_non_contig_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7766884Z test_non_contig_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7767323Z test_non_contig_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7767737Z test_non_contig_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7768152Z test_non_contig_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7768563Z test_non_contig_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7768959Z test_non_contig_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7769388Z test_non_contig_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7769801Z test_non_contig_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7770397Z test_non_contig_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7770851Z test_non_contig_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7771525Z test_non_contig_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7771953Z test_non_contig_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7772402Z test_non_contig_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7772806Z test_non_contig_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7773220Z test_non_contig_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7773637Z test_non_contig_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7774047Z test_non_contig_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7774468Z test_non_contig_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7774900Z test_non_contig_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7775306Z test_non_contig_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7775716Z test_non_contig_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7776126Z test_non_contig_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7776538Z test_non_contig_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7777081Z test_non_contig_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7777604Z test_non_contig_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7778292Z test_non_contig_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7778698Z test_non_contig_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7779116Z test_non_contig_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7779526Z test_non_contig_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7779931Z test_non_contig_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7780334Z test_non_contig_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7780741Z test_non_contig_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7781129Z test_non_contig_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7781537Z test_non_contig_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7781938Z test_non_contig_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7782338Z test_non_contig_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7782739Z test_non_contig_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7783239Z test_non_contig_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7783813Z test_non_contig_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7784237Z test_non_contig_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7784812Z test_non_contig_index_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7785365Z test_non_contig_index_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7785826Z test_non_contig_index_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7786269Z test_non_contig_index_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7786712Z test_non_contig_index_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7787152Z test_non_contig_index_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7787620Z test_non_contig_index_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7788043Z test_non_contig_index_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7788487Z test_non_contig_index_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7788912Z test_non_contig_index_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7789330Z test_non_contig_index_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7789750Z test_non_contig_index_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7790188Z test_non_contig_index_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7790788Z test_non_contig_index_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.7791218Z test_non_contig_index_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7791919Z test_non_contig_index_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7792392Z test_non_contig_index_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7792849Z test_non_contig_index_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7793311Z test_non_contig_index_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7793763Z test_non_contig_index_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7794319Z test_non_contig_index_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7794744Z test_non_contig_index_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7795184Z test_non_contig_index_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7795629Z test_non_contig_index_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7796137Z test_non_contig_index_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7796637Z test_non_contig_index_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7797090Z test_non_contig_index_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7797659Z test_non_contig_index_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7798103Z test_non_contig_index_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7798863Z test_non_contig_index_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7799601Z test_non_contig_index_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7800548Z test_non_contig_index_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7801350Z test_non_contig_index_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7802118Z test_non_contig_index_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7802846Z test_non_contig_index_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7803595Z test_non_contig_index_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7804323Z test_non_contig_index_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7805171Z test_non_contig_index_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7806038Z test_non_contig_index_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7806819Z test_non_contig_index_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7807609Z test_non_contig_index_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7808388Z test_non_contig_index_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7809153Z test_non_contig_index_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7810024Z test_non_contig_index_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7810483Z test_non_contig_index_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7811087Z test_non_contig_index_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7811538Z test_non_contig_index_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7812086Z test_non_contig_index_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7812645Z test_non_contig_index_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7813095Z test_non_contig_index_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7813542Z test_non_contig_index_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7813988Z test_non_contig_index_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7814435Z test_non_contig_index_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7814891Z test_non_contig_index_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7815520Z test_non_contig_index_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7815971Z test_non_contig_index_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7816421Z test_non_contig_index_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7816872Z test_non_contig_index_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7817318Z test_non_contig_index_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7817905Z test_non_contig_index_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7818347Z test_non_contig_index_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7818983Z test_non_contig_index_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7819438Z test_non_contig_index_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7819887Z test_non_contig_index_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7820334Z test_non_contig_index_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7820787Z test_non_contig_index_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7821350Z test_non_contig_index_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7821807Z test_non_contig_index_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7822255Z test_non_contig_index_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7822706Z test_non_contig_index_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7823150Z test_non_contig_index_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7823597Z test_non_contig_index_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7824038Z test_non_contig_index_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7824624Z test_non_contig_index_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7825054Z test_non_contig_index_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7825612Z test_non_contig_index_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7826066Z test_non_contig_index_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7826622Z test_non_contig_index_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7827075Z test_non_contig_index_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7827532Z test_non_contig_index_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7827993Z test_non_contig_index_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7828424Z test_non_contig_index_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7828872Z test_non_contig_index_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7829315Z test_non_contig_index_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7829757Z test_non_contig_index_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7830194Z test_non_contig_index_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7830630Z test_non_contig_index_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7831048Z test_non_contig_index_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7831618Z test_non_contig_index_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7832194Z test_non_contig_index_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7832835Z test_non_contig_index_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7833392Z test_non_contig_index_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7833863Z test_non_contig_index_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7834323Z test_non_contig_index_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7834752Z test_non_contig_index_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7835200Z test_non_contig_index_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7835642Z test_non_contig_index_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7836089Z test_non_contig_index_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7836529Z test_non_contig_index_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7836968Z test_non_contig_index_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7837496Z test_non_contig_index_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7837943Z test_non_contig_index_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7838559Z test_non_contig_index_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7839029Z test_non_contig_index_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7839617Z test_non_contig_index_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7840198Z test_non_contig_index_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7840671Z test_non_contig_index_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7841117Z test_non_contig_index_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7841789Z test_non_contig_index_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.7842572Z test_non_contig_index_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7843205Z test_non_contig_index_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7843659Z test_non_contig_index_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7844098Z test_non_contig_index_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7844675Z test_non_contig_index_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7845155Z test_non_contig_index_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7845720Z test_non_contig_index_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7846184Z test_non_contig_index_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7846889Z test_non_contig_index_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7847353Z test_non_contig_index_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7847806Z test_non_contig_index_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7848261Z test_non_contig_index_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7848695Z test_non_contig_index_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7849299Z test_non_contig_index_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7849755Z test_non_contig_index_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7850214Z test_non_contig_index_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.7850675Z test_non_contig_index_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7851126Z test_non_contig_index_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7851557Z test_non_contig_index_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7852011Z test_non_contig_index_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7852629Z test_non_contig_index_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.7853072Z test_non_contig_index_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7853745Z test_non_contig_index_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7854201Z test_non_contig_index_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7854639Z test_non_contig_index_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7855931Z test_non_contig_index_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7856449Z test_non_contig_index_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7856903Z test_non_contig_index_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7857363Z test_non_contig_index_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7857815Z test_non_contig_index_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7858263Z test_non_contig_index_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7858713Z test_non_contig_index_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7859327Z test_non_contig_index_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7859765Z test_non_contig_index_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7860529Z test_non_contig_index_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7861011Z test_non_contig_index_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7861449Z test_non_contig_index_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7862058Z test_non_contig_index_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7862766Z test_non_contig_index_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7863561Z test_non_contig_index_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7864362Z test_non_contig_index_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7865139Z test_non_contig_index_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7866039Z test_non_contig_index_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7866830Z test_non_contig_index_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7867835Z test_non_contig_index_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7868595Z test_non_contig_index_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7869610Z test_non_contig_index_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7870397Z test_non_contig_index_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7871463Z test_non_contig_index_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7872372Z test_non_contig_index_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7873330Z test_non_contig_index_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7874269Z test_non_contig_index_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7874889Z test_non_contig_index_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7875341Z test_non_contig_index_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7875782Z test_non_contig_index_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7876219Z test_non_contig_index_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7876662Z test_non_contig_index_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7877105Z test_non_contig_index_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7877528Z test_non_contig_index_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7878114Z test_non_contig_index_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7878595Z test_non_contig_index_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7879055Z test_non_contig_index_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7879525Z test_non_contig_index_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7880210Z test_non_contig_index_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7881096Z test_non_contig_index_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7881781Z test_non_contig_index_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7882234Z test_non_contig_index_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7882679Z test_non_contig_index_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7883137Z test_non_contig_index_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7883583Z test_non_contig_index_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7884278Z test_non_contig_index_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7885141Z test_non_contig_index_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7885916Z test_non_contig_index_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7886700Z test_non_contig_index_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7887622Z test_non_contig_index_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7888640Z test_non_contig_index_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7889159Z test_non_contig_index_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7889614Z test_non_contig_index_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7890076Z test_non_contig_index_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7891415Z test_non_contig_index_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7892329Z test_non_contig_index_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7893198Z test_non_contig_index_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7894425Z test_non_contig_index_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7895568Z test_non_contig_index_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7896415Z test_non_contig_index_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7897255Z test_non_contig_index_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7898117Z test_non_contig_index_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7898976Z test_non_contig_index_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7899854Z test_non_contig_index_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7900825Z test_non_contig_index_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7901683Z test_non_contig_index_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7902719Z test_non_contig_index_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7903556Z test_non_contig_index_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7904568Z test_non_contig_index_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7905399Z test_non_contig_index_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7906238Z test_non_contig_index_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7907070Z test_non_contig_index_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7908008Z test_non_contig_index_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7908845Z test_non_contig_index_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7909874Z test_non_contig_index_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7910742Z test_non_contig_index_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7911611Z test_non_contig_index_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7912487Z test_non_contig_index_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7913324Z test_non_contig_index_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7914179Z test_non_contig_index_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7915101Z test_non_contig_index_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7916107Z test_non_contig_index_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7916938Z test_non_contig_index_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7917781Z test_non_contig_index_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7918601Z test_non_contig_index_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7919437Z test_non_contig_index_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7920324Z test_non_contig_index_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7921217Z test_non_contig_index_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7922229Z test_non_contig_index_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7923322Z test_non_contig_index_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7924232Z test_non_contig_index_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7925336Z test_non_contig_index_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7926251Z test_non_contig_index_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7927130Z test_non_contig_index_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7928040Z test_non_contig_index_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7929033Z test_non_contig_index_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7930098Z test_non_contig_index_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7930986Z test_non_contig_index_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7931877Z test_non_contig_index_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7932745Z test_non_contig_index_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7933548Z test_non_contig_index_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7934377Z test_non_contig_index_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7935493Z test_non_contig_index_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7936539Z test_non_contig_index_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7937390Z test_non_contig_index_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7938215Z test_non_contig_index_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7939043Z test_non_contig_index_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7939832Z test_non_contig_index_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7940641Z test_non_contig_index_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7941429Z test_non_contig_index_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7942331Z test_non_contig_index_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7943215Z test_non_contig_index_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7943997Z test_non_contig_index_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7944437Z test_non_contig_index_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7944898Z test_non_contig_index_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7945360Z test_non_contig_index_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7945823Z test_non_contig_index_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7946270Z test_non_contig_index_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7946724Z test_non_contig_index_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7947178Z test_non_contig_index_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7947638Z test_non_contig_index_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7948085Z test_non_contig_index_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7948522Z test_non_contig_index_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7948959Z test_non_contig_index_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7949550Z test_non_contig_index_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7950286Z test_non_contig_index_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7950908Z test_non_contig_index_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7951351Z test_non_contig_index_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7951820Z test_non_contig_index_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7952265Z test_non_contig_index_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7952705Z test_non_contig_index_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7953152Z test_non_contig_index_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7953601Z test_non_contig_index_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.7954035Z test_non_contig_index_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7954490Z test_non_contig_index_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7954942Z test_non_contig_index_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7955398Z test_non_contig_index_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7956073Z test_non_contig_index_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7956557Z test_non_contig_index_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7957132Z test_non_contig_index_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7957688Z test_non_contig_index_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7958138Z test_non_contig_index_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7958586Z test_non_contig_index_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7959034Z test_non_contig_index_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7959482Z test_non_contig_index_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7959937Z test_non_contig_index_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7960391Z test_non_contig_index_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.7960846Z test_non_contig_index_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7961310Z test_non_contig_index_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7961755Z test_non_contig_index_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7962210Z test_non_contig_index_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7962787Z test_non_contig_index_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7963240Z test_non_contig_index_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7963674Z test_non_contig_index_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7964401Z test_non_contig_index_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7964854Z test_non_contig_index_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7965303Z test_non_contig_index_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7965751Z test_non_contig_index_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7966197Z test_non_contig_index_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7966763Z test_non_contig_index_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7967188Z test_non_contig_index_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7967632Z test_non_contig_index_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7968076Z test_non_contig_index_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7968505Z test_non_contig_index_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7968927Z test_non_contig_index_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7969355Z test_non_contig_index_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7969950Z test_non_contig_index_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7970379Z test_non_contig_index_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7971115Z test_non_contig_index_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7971564Z test_non_contig_index_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7972011Z test_non_contig_index_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7972600Z test_non_contig_index_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7973070Z test_non_contig_index_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7973493Z test_non_contig_index_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7973931Z test_non_contig_index_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7974366Z test_non_contig_index_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7974807Z test_non_contig_index_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7975253Z test_non_contig_index_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7975704Z test_non_contig_index_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7976155Z test_non_contig_index_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7976758Z test_non_contig_index_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7977209Z test_non_contig_index_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7977932Z test_non_contig_index_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7978384Z test_non_contig_index_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7978831Z test_non_contig_index_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7979281Z test_non_contig_index_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7979712Z test_non_contig_index_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7980162Z test_non_contig_index_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7980604Z test_non_contig_index_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7981047Z test_non_contig_index_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7981489Z test_non_contig_index_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7981929Z test_non_contig_index_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7982367Z test_non_contig_index_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7982783Z test_non_contig_index_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7983482Z test_non_contig_index_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7983923Z test_non_contig_index_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7984518Z test_non_contig_index_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7985102Z test_non_contig_index_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7985556Z test_non_contig_index_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7986014Z test_non_contig_index_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7986456Z test_non_contig_index_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7986896Z test_non_contig_index_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7987341Z test_non_contig_index_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7987780Z test_non_contig_index_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7987989Z test_non_contig_index_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7988193Z test_non_contig_index_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7988483Z test_non_contig_index_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7988710Z test_non_contig_index_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7988908Z test_non_contig_index_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7989125Z test_non_contig_index_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7989334Z test_non_contig_index_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7989533Z test_non_contig_index_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7989745Z test_non_contig_index_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7990101Z test_non_contig_index_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7990329Z test_non_contig_index_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7990536Z test_non_contig_index_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7990745Z test_non_contig_index_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7990953Z test_non_contig_index_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7991288Z test_non_contig_index_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7991622Z test_non_contig_index_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7991840Z test_non_contig_index_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.7992055Z test_non_contig_index_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7992269Z test_non_contig_index_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7992488Z test_non_contig_index_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7992699Z test_non_contig_index_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7992909Z test_non_contig_index_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7993123Z test_non_contig_index_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7993327Z test_non_contig_index_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7993649Z test_non_contig_index_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7993854Z test_non_contig_index_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7994041Z test_non_contig_index_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7994247Z test_non_contig_index_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7994463Z test_non_contig_index_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7994667Z test_non_contig_index_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7994886Z test_non_contig_index_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7995104Z test_non_contig_index_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7995321Z test_non_contig_index_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.7995535Z test_non_contig_index_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7995747Z test_non_contig_index_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7995956Z test_non_contig_index_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.7996245Z test_non_contig_index_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.7996472Z test_non_contig_index_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7996681Z test_non_contig_index_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7997035Z test_non_contig_index_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7997252Z test_non_contig_index_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7997468Z test_non_contig_index_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7997679Z test_non_contig_index_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7997892Z test_non_contig_index_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7998233Z test_non_contig_index_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7998579Z test_non_contig_index_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7998775Z test_non_contig_index_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7998981Z test_non_contig_index_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7999188Z test_non_contig_index_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7999391Z test_non_contig_index_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.7999606Z test_non_contig_index_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.7999817Z test_non_contig_index_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8000027Z test_non_contig_index_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8000240Z test_non_contig_index_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8000448Z test_non_contig_index_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8000660Z test_non_contig_index_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8000869Z test_non_contig_index_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8001080Z test_non_contig_index_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8001286Z test_non_contig_index_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8001612Z test_non_contig_index_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8001830Z test_non_contig_index_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8002038Z test_non_contig_index_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8002251Z test_non_contig_index_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8002460Z test_non_contig_index_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8002665Z test_non_contig_index_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8002852Z test_non_contig_index_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8003060Z test_non_contig_index_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8003266Z test_non_contig_index_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8003469Z test_non_contig_index_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8003782Z test_non_contig_index_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8004036Z test_non_contig_index_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8004326Z test_non_contig_index_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8004550Z test_non_contig_index_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8004756Z test_non_contig_index_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8005093Z test_non_contig_index_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8005435Z test_non_contig_index_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8005639Z test_non_contig_index_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8005842Z test_non_contig_index_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8006040Z test_non_contig_index_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8006263Z test_non_contig_index_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8006479Z test_non_contig_index_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8006696Z test_non_contig_index_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8006910Z test_non_contig_index_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8007114Z test_non_contig_index_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8007310Z test_non_contig_index_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8007528Z test_non_contig_index_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8007737Z test_non_contig_index_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8007946Z test_non_contig_index_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8008156Z test_non_contig_index_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8008364Z test_non_contig_index_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8008564Z test_non_contig_index_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8008759Z test_non_contig_index_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8008965Z test_non_contig_index_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8009160Z test_non_contig_index_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8009488Z test_non_contig_index_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8009701Z test_non_contig_index_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8009927Z test_non_contig_index_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8010156Z test_non_contig_index_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8010382Z test_non_contig_index_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8010853Z test_non_contig_index_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8011095Z test_non_contig_index_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8011307Z test_non_contig_index_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8011528Z test_non_contig_index_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8011848Z test_non_contig_index_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8012209Z test_non_contig_index_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8012521Z test_non_contig_index_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8012756Z test_non_contig_index_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8012969Z test_non_contig_index_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8013177Z test_non_contig_index_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8013396Z test_non_contig_index_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8013613Z test_non_contig_index_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8013836Z test_non_contig_index_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8014044Z test_non_contig_index_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8014260Z test_non_contig_index_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8014469Z test_non_contig_index_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8014677Z test_non_contig_index_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8014886Z test_non_contig_index_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8015093Z test_non_contig_index_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8015302Z test_non_contig_index_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8015513Z test_non_contig_index_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8015731Z test_non_contig_index_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8015934Z test_non_contig_index_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8016137Z test_non_contig_index_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8016351Z test_non_contig_index_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8016558Z test_non_contig_index_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8016771Z test_non_contig_index_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8016979Z test_non_contig_index_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8017187Z test_non_contig_index_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8017654Z test_non_contig_index_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8017872Z test_non_contig_index_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8018085Z test_non_contig_index_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8018295Z test_non_contig_index_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8018644Z test_non_contig_index_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8019012Z test_non_contig_index_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8019247Z test_non_contig_index_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8019485Z test_non_contig_index_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8019700Z test_non_contig_index_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8019907Z test_non_contig_index_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8020117Z test_non_contig_index_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8020422Z test_non_contig_index_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8020654Z test_non_contig_index_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8020868Z test_non_contig_index_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8021090Z test_non_contig_index_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8021305Z test_non_contig_index_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8021523Z test_non_contig_index_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8021728Z test_non_contig_index_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8021939Z test_non_contig_index_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8022275Z test_non_contig_index_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8022507Z test_non_contig_index_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8022743Z test_non_contig_index_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8023038Z test_non_contig_index_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8023259Z test_non_contig_index_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8023476Z test_non_contig_index_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8023690Z test_non_contig_index_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8023912Z test_non_contig_index_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8024125Z test_non_contig_index_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8024487Z test_non_contig_index_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8024707Z test_non_contig_index_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8024918Z test_non_contig_index_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8025126Z test_non_contig_index_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8025339Z test_non_contig_index_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8026829Z test_non_contig_index_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8027040Z test_non_contig_index_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8027248Z test_non_contig_index_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8027463Z test_non_contig_index_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8027685Z test_non_contig_index_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8027913Z test_non_contig_index_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8028155Z test_non_contig_index_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8028391Z test_non_contig_index_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8028620Z test_non_contig_index_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8028846Z test_non_contig_index_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8029062Z test_non_contig_index_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8029390Z test_non_contig_index_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8029641Z test_non_contig_index_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8029866Z test_non_contig_index_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8030094Z test_non_contig_index_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8030317Z test_non_contig_index_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8030533Z test_non_contig_index_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8030750Z test_non_contig_index_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8030964Z test_non_contig_index_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8031181Z test_non_contig_index_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8031525Z test_non_contig_index_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8031735Z test_non_contig_index_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8031947Z test_non_contig_index_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8032267Z test_non_contig_index_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8032602Z test_non_contig_index_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8032829Z test_non_contig_index_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8033036Z test_non_contig_index_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8033252Z test_non_contig_index_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8033470Z test_non_contig_index_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8033680Z test_non_contig_index_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8033892Z test_non_contig_index_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8034099Z test_non_contig_index_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8034304Z test_non_contig_index_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8034510Z test_non_contig_index_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8034820Z test_non_contig_index_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8035026Z test_non_contig_index_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8035230Z test_non_contig_index_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8035449Z test_non_contig_index_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8035655Z test_non_contig_index_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8035865Z test_non_contig_index_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8036080Z test_non_contig_index_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8036289Z test_non_contig_index_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8036502Z test_non_contig_index_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8036692Z test_non_contig_index_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8036898Z test_non_contig_index_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8037181Z test_non_contig_index_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8037406Z test_non_contig_index_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8037616Z test_non_contig_index_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8037946Z test_non_contig_index_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8038180Z test_non_contig_index_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8038393Z test_non_contig_index_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8038613Z test_non_contig_index_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8038962Z test_non_contig_index_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8039315Z test_non_contig_index_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8039530Z test_non_contig_index_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8039736Z test_non_contig_index_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8039939Z test_non_contig_index_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8040144Z test_non_contig_index_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8040372Z test_non_contig_index_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8040713Z test_non_contig_index_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8040935Z test_non_contig_index_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8041151Z test_non_contig_index_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8041348Z test_non_contig_index_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8041563Z test_non_contig_index_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8041771Z test_non_contig_index_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8041980Z test_non_contig_index_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8042188Z test_non_contig_index_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8042394Z test_non_contig_index_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8042711Z test_non_contig_index_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8042905Z test_non_contig_index_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8043110Z test_non_contig_index_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8043313Z test_non_contig_index_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8043541Z test_non_contig_index_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8043756Z test_non_contig_index_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8043986Z test_non_contig_index_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8044213Z test_non_contig_index_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8044582Z test_non_contig_index_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8044822Z test_non_contig_index_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8045046Z test_non_contig_index_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8045399Z test_non_contig_index_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8045827Z test_non_contig_index_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8046061Z test_non_contig_index_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8046260Z test_non_contig_index_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8046470Z test_non_contig_index_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8046683Z test_non_contig_index_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8046897Z test_non_contig_index_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8047107Z test_non_contig_index_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8047319Z test_non_contig_index_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8047531Z test_non_contig_index_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8047739Z test_non_contig_index_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8047946Z test_non_contig_index_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8048153Z test_non_contig_index_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8048357Z test_non_contig_index_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8048561Z test_non_contig_index_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8048776Z test_non_contig_index_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8048981Z test_non_contig_index_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8049198Z test_non_contig_index_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8049414Z test_non_contig_index_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8049631Z test_non_contig_index_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8049839Z test_non_contig_index_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8050047Z test_non_contig_index_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8050241Z test_non_contig_index_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8050548Z test_non_contig_index_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8050911Z test_non_contig_index_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8051131Z test_non_contig_index_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8051341Z test_non_contig_index_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8051679Z test_non_contig_index_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8052046Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8052294Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8052535Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8052777Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8053013Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8053249Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8053568Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8053820Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8054056Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8054293Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8054530Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8054764Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8054995Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8055229Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8055466Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8055695Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8055916Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8056146Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8056382Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8056621Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8056850Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8057229Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8057474Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8057703Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8058174Z test_non_contig_index_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8058399Z test_non_contig_index_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8058727Z test_non_contig_index_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8058942Z test_non_contig_index_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8059159Z test_non_contig_index_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8059376Z test_non_contig_index_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8059595Z test_non_contig_index_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8059804Z test_non_contig_index_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8060017Z test_non_contig_index_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8060225Z test_non_contig_index_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8060437Z test_non_contig_index_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8060656Z test_non_contig_index_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8060871Z test_non_contig_index_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8061068Z test_non_contig_index_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8061352Z test_non_contig_index_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8061585Z test_non_contig_index_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8061793Z test_non_contig_index_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8061998Z test_non_contig_index_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8062196Z test_non_contig_index_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8062396Z test_non_contig_index_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8062598Z test_non_contig_index_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8062795Z test_non_contig_index_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8063037Z test_non_contig_index_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8063334Z test_non_contig_index_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8063720Z test_non_contig_index_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8063962Z test_non_contig_index_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8064313Z test_non_contig_index_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8064591Z test_non_contig_index_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8064944Z test_non_contig_index_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8065195Z test_non_contig_index_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8065451Z test_non_contig_index_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8065700Z test_non_contig_index_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8065948Z test_non_contig_index_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8066208Z test_non_contig_index_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8066456Z test_non_contig_index_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8066824Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8067073Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8067319Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8067569Z test_non_contig_index_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8067814Z test_non_contig_index_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8068055Z test_non_contig_index_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8068291Z test_non_contig_index_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8068535Z test_non_contig_index_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8068775Z test_non_contig_index_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8069014Z test_non_contig_index_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8070055Z test_non_contig_index_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8070526Z test_non_contig_index_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8070780Z test_non_contig_index_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8071260Z test_non_contig_index_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8071514Z test_non_contig_index_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8071760Z test_non_contig_index_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8071995Z test_non_contig_index_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8072273Z test_non_contig_index_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8072510Z test_non_contig_index_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8072750Z test_non_contig_index_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8072989Z test_non_contig_index_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8073211Z test_non_contig_index_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8073453Z test_non_contig_index_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8073687Z test_non_contig_index_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8073920Z test_non_contig_index_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8074153Z test_non_contig_index_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8074383Z test_non_contig_index_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8074607Z test_non_contig_index_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8074826Z test_non_contig_index_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8075053Z test_non_contig_index_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8075413Z test_non_contig_index_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8075652Z test_non_contig_index_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8075888Z test_non_contig_index_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8076127Z test_non_contig_index_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8076362Z test_non_contig_index_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8076753Z test_non_contig_index_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8076988Z test_non_contig_index_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8077314Z test_non_contig_index_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8077702Z test_non_contig_index_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8077929Z test_non_contig_index_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8078169Z test_non_contig_index_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8078496Z test_non_contig_index_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8078755Z test_non_contig_index_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8078973Z test_non_contig_index_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8079207Z test_non_contig_index_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8079443Z test_non_contig_index_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8079682Z test_non_contig_index_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8079914Z test_non_contig_index_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8080153Z test_non_contig_index_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8080383Z test_non_contig_index_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8080611Z test_non_contig_index_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8080841Z test_non_contig_index_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8081086Z test_non_contig_index_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8081334Z test_non_contig_index_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8081577Z test_non_contig_index_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8081813Z test_non_contig_index_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8082065Z test_non_contig_index_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8082308Z test_non_contig_index_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8082552Z test_non_contig_index_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8082942Z test_non_contig_index_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8083192Z test_non_contig_index_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8083673Z test_non_contig_index_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8084046Z test_non_contig_index_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8084309Z test_non_contig_index_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8084545Z test_non_contig_index_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8084784Z test_non_contig_index_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8085000Z test_non_contig_index_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8085237Z test_non_contig_index_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8085483Z test_non_contig_index_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8085754Z test_non_contig_index_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8085995Z test_non_contig_index_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8086312Z test_non_contig_index_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8086583Z test_non_contig_index_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8086837Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8087088Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8087333Z test_non_contig_index_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8087581Z test_non_contig_index_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8087820Z test_non_contig_index_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8088064Z test_non_contig_index_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8088305Z test_non_contig_index_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8088540Z test_non_contig_index_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8088781Z test_non_contig_index_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8089162Z test_non_contig_index_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8089425Z test_non_contig_index_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8089666Z test_non_contig_index_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8090140Z test_non_contig_index_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8090393Z test_non_contig_index_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8090631Z test_non_contig_index_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8090872Z test_non_contig_index_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8091094Z test_non_contig_index_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8091332Z test_non_contig_index_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8091682Z test_non_contig_index_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8091924Z test_non_contig_index_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8092176Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8092420Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8092660Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8092896Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8093132Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8093370Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8093608Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8093844Z test_non_contig_index_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8094158Z test_non_contig_index_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8094418Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8094662Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8094898Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8095130Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8095526Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8095771Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8096013Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8096485Z test_non_contig_index_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8096732Z test_non_contig_index_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8096971Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8097216Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8097460Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8097692Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8097927Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8098169Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8098407Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8098640Z test_non_contig_index_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8098875Z test_non_contig_index_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8099114Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8099461Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8099699Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8099935Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8100169Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8100405Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8100640Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8100871Z test_non_contig_index_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8101110Z test_non_contig_index_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8101348Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8101696Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8102063Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8102318Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8102797Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8103040Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8103257Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8103495Z test_non_contig_index_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8103721Z test_non_contig_index_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8103951Z test_non_contig_index_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8104175Z test_non_contig_index_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8104397Z test_non_contig_index_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8104617Z test_non_contig_index_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8104834Z test_non_contig_index_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8105045Z test_non_contig_index_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8105261Z test_non_contig_index_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8105474Z test_non_contig_index_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8105683Z test_non_contig_index_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8105902Z test_non_contig_index_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8106116Z test_non_contig_index_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8106334Z test_non_contig_index_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8106547Z test_non_contig_index_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8106767Z test_non_contig_index_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8107098Z test_non_contig_index_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8107310Z test_non_contig_index_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8107519Z test_non_contig_index_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8107714Z test_non_contig_index_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8108078Z test_non_contig_index_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8108301Z test_non_contig_index_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8108509Z test_non_contig_index_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8108844Z test_non_contig_index_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8109175Z test_non_contig_index_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8109402Z test_non_contig_index_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8109617Z test_non_contig_index_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8109832Z test_non_contig_index_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8110136Z test_non_contig_index_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8110364Z test_non_contig_index_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8110574Z test_non_contig_index_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8110782Z test_non_contig_index_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8110992Z test_non_contig_index_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8111201Z test_non_contig_index_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8111408Z test_non_contig_index_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8111611Z test_non_contig_index_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8111843Z test_non_contig_index_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8112062Z test_non_contig_index_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8112278Z test_non_contig_index_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8112510Z test_non_contig_index_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8112734Z test_non_contig_index_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8112958Z test_non_contig_index_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8113187Z test_non_contig_index_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8113406Z test_non_contig_index_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8113627Z test_non_contig_index_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8113839Z test_non_contig_index_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8114057Z test_non_contig_index_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8114434Z test_non_contig_index_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8114659Z test_non_contig_index_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8114871Z test_non_contig_index_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8115442Z test_non_contig_index_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8115659Z test_non_contig_index_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8115869Z test_non_contig_index_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8116081Z test_non_contig_index_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8116290Z test_non_contig_index_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8116499Z test_non_contig_index_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8116707Z test_non_contig_index_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8116942Z test_non_contig_index_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8117160Z test_non_contig_index_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8117382Z test_non_contig_index_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8117600Z test_non_contig_index_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8117912Z test_non_contig_index_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8118155Z test_non_contig_index_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8118372Z test_non_contig_index_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8118588Z test_non_contig_index_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8118825Z test_non_contig_index_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8119068Z test_non_contig_index_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8119305Z test_non_contig_index_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8119544Z test_non_contig_index_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8119763Z test_non_contig_index_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8119973Z test_non_contig_index_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8120197Z test_non_contig_index_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8120417Z test_non_contig_index_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8120783Z test_non_contig_index_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8121010Z test_non_contig_index_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8121222Z test_non_contig_index_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8121689Z test_non_contig_index_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8121910Z test_non_contig_index_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8122120Z test_non_contig_index_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8122309Z test_non_contig_index_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8122520Z test_non_contig_index_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8122719Z test_non_contig_index_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8122933Z test_non_contig_index_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8123243Z test_non_contig_index_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8123456Z test_non_contig_index_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8123667Z test_non_contig_index_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8123887Z test_non_contig_index_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8124096Z test_non_contig_index_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8124303Z test_non_contig_index_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8124507Z test_non_contig_index_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8124711Z test_non_contig_index_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8124911Z test_non_contig_index_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8125110Z test_non_contig_index_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8125315Z test_non_contig_index_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8125511Z test_non_contig_index_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8125804Z test_non_contig_index_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8126031Z test_non_contig_index_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8126248Z test_non_contig_index_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8126445Z test_non_contig_index_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8126657Z test_non_contig_index_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8127023Z test_non_contig_index_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8127244Z test_non_contig_index_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8127451Z test_non_contig_index_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8127795Z test_non_contig_index_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8128120Z test_non_contig_index_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8128328Z test_non_contig_index_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8128531Z test_non_contig_index_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8128747Z test_non_contig_index_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8128959Z test_non_contig_index_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8129188Z test_non_contig_index_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8129409Z test_non_contig_index_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8129628Z test_non_contig_index_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8129847Z test_non_contig_index_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8130062Z test_non_contig_index_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8130272Z test_non_contig_index_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8130483Z test_non_contig_index_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8130692Z test_non_contig_index_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8130991Z test_non_contig_index_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8131206Z test_non_contig_index_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8131412Z test_non_contig_index_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8131617Z test_non_contig_index_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8131825Z test_non_contig_index_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8132036Z test_non_contig_index_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8132245Z test_non_contig_index_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8132452Z test_non_contig_index_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8132657Z test_non_contig_index_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8132869Z test_non_contig_index_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8133082Z test_non_contig_index_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8133446Z test_non_contig_index_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8133744Z test_non_contig_index_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8134189Z test_non_contig_index_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8134414Z test_non_contig_index_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8134630Z test_non_contig_index_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8134846Z test_non_contig_index_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8135060Z test_non_contig_index_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8135271Z test_non_contig_index_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8135479Z test_non_contig_index_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8135675Z test_non_contig_index_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8135886Z test_non_contig_index_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8136094Z test_non_contig_index_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8136303Z test_non_contig_index_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8136511Z test_non_contig_index_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8136728Z test_non_contig_index_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8136943Z test_non_contig_index_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8137152Z test_non_contig_index_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8137364Z test_non_contig_index_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8137573Z test_non_contig_index_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8137781Z test_non_contig_index_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8137985Z test_non_contig_index_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8138182Z test_non_contig_index_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8138378Z test_non_contig_index_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8138583Z test_non_contig_index_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8138889Z test_non_contig_index_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8139099Z test_non_contig_index_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8139306Z test_non_contig_index_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8139679Z test_non_contig_index_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8139886Z test_non_contig_index_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8140097Z test_non_contig_index_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8140550Z test_non_contig_index_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8140772Z test_non_contig_index_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8140983Z test_non_contig_index_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8141189Z test_non_contig_index_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8141395Z test_non_contig_index_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8141685Z test_non_contig_index_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8141911Z test_non_contig_index_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8142122Z test_non_contig_index_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8142326Z test_non_contig_index_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8142542Z test_non_contig_index_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8142757Z test_non_contig_index_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8142976Z test_non_contig_index_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8143188Z test_non_contig_index_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8143394Z test_non_contig_index_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8143606Z test_non_contig_index_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8143809Z test_non_contig_index_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8144012Z test_non_contig_index_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8144198Z test_non_contig_index_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8144405Z test_non_contig_index_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8144609Z test_non_contig_index_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8144841Z test_non_contig_index_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8145073Z test_non_contig_index_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8145300Z test_non_contig_index_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8145526Z test_non_contig_index_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8145911Z test_non_contig_index_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8146150Z test_non_contig_index_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8146374Z test_non_contig_index_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8146827Z test_non_contig_index_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8147177Z test_non_contig_index_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8147410Z test_non_contig_index_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8147640Z test_non_contig_index_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8147870Z test_non_contig_index_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8148090Z test_non_contig_index_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8148307Z test_non_contig_index_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8148531Z test_non_contig_index_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8148749Z test_non_contig_index_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8148972Z test_non_contig_index_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8149202Z test_non_contig_index_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8149482Z test_non_contig_index_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8149723Z test_non_contig_index_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8149938Z test_non_contig_index_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8150154Z test_non_contig_index_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8150376Z test_non_contig_index_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8150596Z test_non_contig_index_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8150817Z test_non_contig_index_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8151044Z test_non_contig_index_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8151266Z test_non_contig_index_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8151482Z test_non_contig_index_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8151698Z test_non_contig_index_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8151908Z test_non_contig_index_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8152285Z test_non_contig_index_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8152517Z test_non_contig_index_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8152735Z test_non_contig_index_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8153209Z test_non_contig_index_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8153443Z test_non_contig_index_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8153658Z test_non_contig_index_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8153873Z test_non_contig_index_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8154089Z test_non_contig_index_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8154308Z test_non_contig_index_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8155460Z test_non_contig_index_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8155686Z test_non_contig_index_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8155909Z test_non_contig_index_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8156141Z test_non_contig_index_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8156369Z test_non_contig_index_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8156595Z test_non_contig_index_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8156814Z test_non_contig_index_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8157038Z test_non_contig_index_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8157260Z test_non_contig_index_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8157477Z test_non_contig_index_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8157693Z test_non_contig_index_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8158010Z test_non_contig_index_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8158265Z test_non_contig_index_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8158666Z test_non_contig_index_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8158894Z test_non_contig_index_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8159237Z test_non_contig_index_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8159607Z test_non_contig_index_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8159832Z test_non_contig_index_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8160052Z test_non_contig_index_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8160282Z test_non_contig_index_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8160503Z test_non_contig_index_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8160704Z test_non_contig_index_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8160923Z test_non_contig_index_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8161143Z test_non_contig_index_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8161357Z test_non_contig_index_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8161576Z test_non_contig_index_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8161789Z test_non_contig_index_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8162010Z test_non_contig_index_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8162222Z test_non_contig_index_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8162436Z test_non_contig_index_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8162652Z test_non_contig_index_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8162868Z test_non_contig_index_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8163083Z test_non_contig_index_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8163408Z test_non_contig_index_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8163617Z test_non_contig_index_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8163831Z test_non_contig_index_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8164044Z test_non_contig_index_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8164256Z test_non_contig_index_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8164477Z test_non_contig_index_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8165268Z test_non_contig_index_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8165674Z test_non_contig_index_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8166056Z test_non_contig_index_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8166277Z test_non_contig_index_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8166489Z test_non_contig_index_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8166801Z test_non_contig_index_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8167052Z test_non_contig_index_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8167286Z test_non_contig_index_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8167516Z test_non_contig_index_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8167742Z test_non_contig_index_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8167965Z test_non_contig_index_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8168181Z test_non_contig_index_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8168405Z test_non_contig_index_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8168640Z test_non_contig_index_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8168886Z test_non_contig_index_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8169135Z test_non_contig_index_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8169383Z test_non_contig_index_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8169627Z test_non_contig_index_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8169874Z test_non_contig_index_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8170112Z test_non_contig_index_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8170356Z test_non_contig_index_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8170592Z test_non_contig_index_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8170827Z test_non_contig_index_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8171073Z test_non_contig_index_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8171460Z test_non_contig_index_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8171820Z test_non_contig_index_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8172227Z test_non_contig_index_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8172589Z test_non_contig_index_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8172837Z test_non_contig_index_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8173072Z test_non_contig_index_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8173317Z test_non_contig_index_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8173561Z test_non_contig_index_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8173808Z test_non_contig_index_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8174072Z test_non_contig_index_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8174318Z test_non_contig_index_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8174646Z test_non_contig_index_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8174907Z test_non_contig_index_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8175142Z test_non_contig_index_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8175378Z test_non_contig_index_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8175623Z test_non_contig_index_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8175872Z test_non_contig_index_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8176114Z test_non_contig_index_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8176354Z test_non_contig_index_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8176588Z test_non_contig_index_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8176828Z test_non_contig_index_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8177063Z test_non_contig_index_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8177292Z test_non_contig_index_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8177500Z test_non_contig_index_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8177884Z test_non_contig_index_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8178116Z test_non_contig_index_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8178342Z test_non_contig_index_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8178811Z test_non_contig_index_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8179037Z test_non_contig_index_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8179260Z test_non_contig_index_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8179477Z test_non_contig_index_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8179695Z test_non_contig_index_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8180015Z test_non_contig_index_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8180242Z test_non_contig_index_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8180474Z test_non_contig_index_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8180698Z test_non_contig_index_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8180919Z test_non_contig_index_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8181140Z test_non_contig_index_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8181362Z test_non_contig_index_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8181580Z test_non_contig_index_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8181860Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8182134Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8182482Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8182766Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8183034Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8183284Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8183553Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8183824Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8184234Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8184502Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8184889Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8185258Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8185514Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8185762Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8186003Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8186248Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8186492Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8186749Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8187004Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8187253Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8187612Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8187854Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8188094Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8188344Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8188585Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8188832Z test_non_contig_index_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8189082Z test_non_contig_index_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8189334Z test_non_contig_index_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8189582Z test_non_contig_index_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8189826Z test_non_contig_index_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8190143Z test_non_contig_index_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8190438Z test_non_contig_index_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8190679Z test_non_contig_index_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8190893Z test_non_contig_index_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8191103Z test_non_contig_index_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8191325Z test_non_contig_index_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8191540Z test_non_contig_index_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8191754Z test_non_contig_index_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8191969Z test_non_contig_index_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8192177Z test_non_contig_index_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8192392Z test_non_contig_index_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8192598Z test_non_contig_index_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8192804Z test_non_contig_index_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8193007Z test_non_contig_index_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8193218Z test_non_contig_index_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8193425Z test_non_contig_index_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8193638Z test_non_contig_index_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8193850Z test_non_contig_index_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8194073Z test_non_contig_index_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8194292Z test_non_contig_index_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8194491Z test_non_contig_index_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8194706Z test_non_contig_index_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8195011Z test_non_contig_index_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8195354Z test_non_contig_index_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8195598Z test_non_contig_index_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8195813Z test_non_contig_index_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8196030Z test_non_contig_index_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8196475Z test_non_contig_index_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8196687Z test_non_contig_index_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8196895Z test_non_contig_index_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8197110Z test_non_contig_index_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8197328Z test_non_contig_index_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8197539Z test_non_contig_index_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8197748Z test_non_contig_index_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8198733Z test_non_contig_index_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8199005Z test_non_contig_index_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8199210Z test_non_contig_index_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8199407Z test_non_contig_index_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8199603Z test_non_contig_index_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8199795Z test_non_contig_index_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8199992Z test_non_contig_index_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8200205Z test_non_contig_index_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8200412Z test_non_contig_index_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8200634Z test_non_contig_index_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8200851Z test_non_contig_index_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8201063Z test_non_contig_index_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8201274Z test_non_contig_index_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8201480Z test_non_contig_index_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8201695Z test_non_contig_index_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8201902Z test_non_contig_index_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8202107Z test_non_contig_index_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8202313Z test_non_contig_index_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8202519Z test_non_contig_index_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8202724Z test_non_contig_index_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8202937Z test_non_contig_index_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8203148Z test_non_contig_index_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8203359Z test_non_contig_index_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8203689Z test_non_contig_index_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8203899Z test_non_contig_index_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8204089Z test_non_contig_index_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8204299Z test_non_contig_index_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8204507Z test_non_contig_index_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8204715Z test_non_contig_index_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8204920Z test_non_contig_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8205115Z test_non_contig_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8205326Z test_non_contig_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8205535Z test_non_contig_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8205736Z test_non_contig_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8205935Z test_non_contig_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8206212Z test_non_contig_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8206428Z test_non_contig_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8206624Z test_non_contig_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8206819Z test_non_contig_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8207011Z test_non_contig_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8207208Z test_non_contig_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8207423Z test_non_contig_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8207629Z test_non_contig_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8207827Z test_non_contig_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8208043Z test_non_contig_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8208259Z test_non_contig_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8208468Z test_non_contig_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8208674Z test_non_contig_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8208881Z test_non_contig_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8209093Z test_non_contig_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8209291Z test_non_contig_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8209490Z test_non_contig_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8209692Z test_non_contig_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8209896Z test_non_contig_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8210096Z test_non_contig_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8210298Z test_non_contig_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8210507Z test_non_contig_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8210715Z test_non_contig_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8211010Z test_non_contig_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8211213Z test_non_contig_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8211413Z test_non_contig_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8211759Z test_non_contig_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8211986Z test_non_contig_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8212186Z test_non_contig_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8212529Z test_non_contig_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8212854Z test_non_contig_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8213057Z test_non_contig_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8213270Z test_non_contig_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8213471Z test_non_contig_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8213683Z test_non_contig_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8213891Z test_non_contig_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8214181Z test_non_contig_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8214397Z test_non_contig_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8214589Z test_non_contig_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8214788Z test_non_contig_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8214986Z test_non_contig_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8215189Z test_non_contig_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8215390Z test_non_contig_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8215584Z test_non_contig_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8215796Z test_non_contig_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8215984Z test_non_contig_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8216194Z test_non_contig_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8216406Z test_non_contig_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8216616Z test_non_contig_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8216824Z test_non_contig_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8217029Z test_non_contig_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8217230Z test_non_contig_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8217433Z test_non_contig_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8217641Z test_non_contig_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8217852Z test_non_contig_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8218055Z test_non_contig_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8218261Z test_non_contig_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8218467Z test_non_contig_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8218675Z test_non_contig_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8218971Z test_non_contig_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8219169Z test_non_contig_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8219366Z test_non_contig_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8219571Z test_non_contig_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8219753Z test_non_contig_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8219959Z test_non_contig_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8220160Z test_non_contig_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8220369Z test_non_contig_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8220575Z test_non_contig_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8220789Z test_non_contig_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8220995Z test_non_contig_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8221196Z test_non_contig_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8221463Z test_non_contig_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8221684Z test_non_contig_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8221880Z test_non_contig_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8222072Z test_non_contig_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8222271Z test_non_contig_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8222472Z test_non_contig_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8222701Z test_non_contig_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8222920Z test_non_contig_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8223151Z test_non_contig_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8223380Z test_non_contig_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8223603Z test_non_contig_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8223805Z test_non_contig_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8224020Z test_non_contig_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8224236Z test_non_contig_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8224454Z test_non_contig_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8224663Z test_non_contig_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8224876Z test_non_contig_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8225088Z test_non_contig_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8225292Z test_non_contig_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8225501Z test_non_contig_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8225703Z test_non_contig_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8225899Z test_non_contig_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8226104Z test_non_contig_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8226393Z test_non_contig_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8226585Z test_non_contig_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8226785Z test_non_contig_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8226992Z test_non_contig_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8227198Z test_non_contig_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8227398Z test_non_contig_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8227608Z test_non_contig_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8227798Z test_non_contig_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8228002Z test_non_contig_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8228202Z test_non_contig_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8228396Z test_non_contig_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8228593Z test_non_contig_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8228865Z test_non_contig_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8229077Z test_non_contig_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8229274Z test_non_contig_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8229470Z test_non_contig_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8229678Z test_non_contig_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8229880Z test_non_contig_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8230088Z test_non_contig_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8230287Z test_non_contig_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8230483Z test_non_contig_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8230681Z test_non_contig_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8230880Z test_non_contig_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8231077Z test_non_contig_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8231273Z test_non_contig_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8231453Z test_non_contig_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8231658Z test_non_contig_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8231858Z test_non_contig_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8232066Z test_non_contig_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8232271Z test_non_contig_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8232476Z test_non_contig_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8232676Z test_non_contig_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8232871Z test_non_contig_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8233069Z test_non_contig_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8233261Z test_non_contig_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8233458Z test_non_contig_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8233744Z test_non_contig_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8233937Z test_non_contig_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8234141Z test_non_contig_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8234336Z test_non_contig_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8234548Z test_non_contig_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8234754Z test_non_contig_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8234952Z test_non_contig_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8235134Z test_non_contig_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8235334Z test_non_contig_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8235535Z test_non_contig_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8235730Z test_non_contig_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8235925Z test_non_contig_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8236119Z test_non_contig_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8236389Z test_non_contig_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8236624Z test_non_contig_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8236840Z test_non_contig_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8237049Z test_non_contig_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8237270Z test_non_contig_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8237491Z test_non_contig_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8237704Z test_non_contig_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8237917Z test_non_contig_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8238132Z test_non_contig_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8238340Z test_non_contig_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8238550Z test_non_contig_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8238755Z test_non_contig_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8238965Z test_non_contig_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8239151Z test_non_contig_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8239362Z test_non_contig_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8239561Z test_non_contig_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8239762Z test_non_contig_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8239963Z test_non_contig_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8240158Z test_non_contig_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8240357Z test_non_contig_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8240557Z test_non_contig_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8240756Z test_non_contig_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8240955Z test_non_contig_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8241248Z test_non_contig_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8241454Z test_non_contig_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8241650Z test_non_contig_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8241863Z test_non_contig_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8242068Z test_non_contig_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8242268Z test_non_contig_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8242472Z test_non_contig_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8242669Z test_non_contig_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8242845Z test_non_contig_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8243217Z test_non_contig_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8243420Z test_non_contig_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8243616Z test_non_contig_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8244142Z test_non_contig_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8244367Z test_non_contig_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8244604Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8244837Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8245057Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8245285Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8245515Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8245743Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8245969Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8246197Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8246428Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8246647Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8246866Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8247088Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8247311Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8247534Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8247747Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8247970Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8248200Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8248421Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8248638Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8248859Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8249175Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8249400Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8249627Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8249850Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8250060Z test_non_contig_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8250267Z test_non_contig_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8250477Z test_non_contig_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8250689Z test_non_contig_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8250902Z test_non_contig_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8251107Z test_non_contig_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8251312Z test_non_contig_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8251587Z test_non_contig_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8251812Z test_non_contig_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8252020Z test_non_contig_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8252207Z test_non_contig_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8252415Z test_non_contig_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8252621Z test_non_contig_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8252822Z test_non_contig_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8253022Z test_non_contig_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8253222Z test_non_contig_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8253427Z test_non_contig_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8253625Z test_non_contig_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8253822Z test_non_contig_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8254016Z test_non_contig_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8254214Z test_non_contig_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8254408Z test_non_contig_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8254648Z test_non_contig_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8254874Z test_non_contig_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8255101Z test_non_contig_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8255329Z test_non_contig_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8255557Z test_non_contig_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8255781Z test_non_contig_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8256004Z test_non_contig_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8256210Z test_non_contig_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8256555Z test_non_contig_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8256792Z test_non_contig_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8257027Z test_non_contig_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8257270Z test_non_contig_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8257512Z test_non_contig_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8257753Z test_non_contig_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8257993Z test_non_contig_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8258234Z test_non_contig_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8258473Z test_non_contig_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8258708Z test_non_contig_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8259007Z test_non_contig_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8259248Z test_non_contig_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8259477Z test_non_contig_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8259699Z test_non_contig_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8259916Z test_non_contig_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8260141Z test_non_contig_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8260382Z test_non_contig_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8260618Z test_non_contig_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8260856Z test_non_contig_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8261094Z test_non_contig_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8261305Z test_non_contig_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8261581Z test_non_contig_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8261805Z test_non_contig_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8262035Z test_non_contig_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8262258Z test_non_contig_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8262485Z test_non_contig_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8262716Z test_non_contig_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8262946Z test_non_contig_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8263171Z test_non_contig_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8263393Z test_non_contig_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8263613Z test_non_contig_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8263933Z test_non_contig_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8264155Z test_non_contig_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8264377Z test_non_contig_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8264601Z test_non_contig_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8264823Z test_non_contig_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8265046Z test_non_contig_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8265274Z test_non_contig_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8265496Z test_non_contig_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8265724Z test_non_contig_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8265952Z test_non_contig_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8266155Z test_non_contig_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8266450Z test_non_contig_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8266694Z test_non_contig_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8266911Z test_non_contig_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8267142Z test_non_contig_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8267365Z test_non_contig_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8267593Z test_non_contig_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8267823Z test_non_contig_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8268050Z test_non_contig_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8268275Z test_non_contig_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8268498Z test_non_contig_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8268725Z test_non_contig_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8268954Z test_non_contig_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8269174Z test_non_contig_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8269399Z test_non_contig_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8269623Z test_non_contig_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8269861Z test_non_contig_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8270099Z test_non_contig_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8270330Z test_non_contig_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8270559Z test_non_contig_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8270802Z test_non_contig_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8271024Z test_non_contig_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8271262Z test_non_contig_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8271602Z test_non_contig_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8271836Z test_non_contig_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8272064Z test_non_contig_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8272357Z test_non_contig_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8272597Z test_non_contig_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8272829Z test_non_contig_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8273057Z test_non_contig_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8273283Z test_non_contig_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8273511Z test_non_contig_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8273734Z test_non_contig_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8274026Z test_non_contig_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8274273Z test_non_contig_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8274499Z test_non_contig_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8274738Z test_non_contig_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8274982Z test_non_contig_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8275230Z test_non_contig_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8275468Z test_non_contig_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8275703Z test_non_contig_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8275943Z test_non_contig_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8276176Z test_non_contig_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8276387Z test_non_contig_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8276612Z test_non_contig_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8276841Z test_non_contig_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8277070Z test_non_contig_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8277308Z test_non_contig_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8277544Z test_non_contig_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8277776Z test_non_contig_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8278002Z test_non_contig_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8278235Z test_non_contig_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8278461Z test_non_contig_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8278683Z test_non_contig_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8280231Z test_non_contig_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8280454Z test_non_contig_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8280691Z test_non_contig_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8280925Z test_non_contig_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8281151Z test_non_contig_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8281374Z test_non_contig_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8281599Z test_non_contig_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8281819Z test_non_contig_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8282043Z test_non_contig_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8282267Z test_non_contig_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8282572Z test_non_contig_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8282824Z test_non_contig_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8283049Z test_non_contig_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8283272Z test_non_contig_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8283495Z test_non_contig_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8283722Z test_non_contig_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8283941Z test_non_contig_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8284157Z test_non_contig_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8284382Z test_non_contig_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8284602Z test_non_contig_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8284824Z test_non_contig_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8285048Z test_non_contig_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8285267Z test_non_contig_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8285491Z test_non_contig_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8285711Z test_non_contig_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8285930Z test_non_contig_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8286153Z test_non_contig_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8286377Z test_non_contig_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8286597Z test_non_contig_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8286820Z test_non_contig_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8287044Z test_non_contig_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8287364Z test_non_contig_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8287568Z test_non_contig_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8287788Z test_non_contig_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8288010Z test_non_contig_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8288228Z test_non_contig_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8288449Z test_non_contig_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8288668Z test_non_contig_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8288888Z test_non_contig_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8289116Z test_non_contig_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8289339Z test_non_contig_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8289562Z test_non_contig_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8289857Z test_non_contig_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8290105Z test_non_contig_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8290328Z test_non_contig_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8290556Z test_non_contig_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8290779Z test_non_contig_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8290997Z test_non_contig_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8291213Z test_non_contig_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8291427Z test_non_contig_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8291647Z test_non_contig_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8291859Z test_non_contig_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8292072Z test_non_contig_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8292263Z test_non_contig_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8292473Z test_non_contig_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8292677Z test_non_contig_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8292877Z test_non_contig_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8293082Z test_non_contig_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8293286Z test_non_contig_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8293498Z test_non_contig_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8293704Z test_non_contig_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8293912Z test_non_contig_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8294110Z test_non_contig_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8294308Z test_non_contig_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8294604Z test_non_contig_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8294799Z test_non_contig_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8294991Z test_non_contig_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8295191Z test_non_contig_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8295391Z test_non_contig_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8295587Z test_non_contig_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8295785Z test_non_contig_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8295978Z test_non_contig_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8296185Z test_non_contig_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8296388Z test_non_contig_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8296587Z test_non_contig_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8296782Z test_non_contig_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8296975Z test_non_contig_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8297247Z test_non_contig_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8297466Z test_non_contig_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8297663Z test_non_contig_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8297860Z test_non_contig_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8298055Z test_non_contig_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8298280Z test_non_contig_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8298493Z test_non_contig_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8298719Z test_non_contig_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8298941Z test_non_contig_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8299157Z test_non_contig_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8299575Z test_non_contig_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8299802Z test_non_contig_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8300015Z test_non_contig_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8300462Z test_non_contig_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8300689Z test_non_contig_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8300899Z test_non_contig_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8301109Z test_non_contig_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8301320Z test_non_contig_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8301527Z test_non_contig_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8301721Z test_non_contig_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8301913Z test_non_contig_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8302111Z test_non_contig_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8302312Z test_non_contig_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8302625Z test_non_contig_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8302827Z test_non_contig_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8303026Z test_non_contig_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8303254Z test_non_contig_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8303478Z test_non_contig_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8303698Z test_non_contig_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8303921Z test_non_contig_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8304139Z test_non_contig_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8304356Z test_non_contig_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8304559Z test_non_contig_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8304773Z test_non_contig_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8305077Z test_non_contig_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8305322Z test_non_contig_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8305545Z test_non_contig_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8305907Z test_non_contig_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8306119Z test_non_contig_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8306320Z test_non_contig_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8306781Z test_non_contig_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8306995Z test_non_contig_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8307197Z test_non_contig_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8307403Z test_non_contig_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8307601Z test_non_contig_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8307794Z test_non_contig_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8307994Z test_non_contig_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8308196Z test_non_contig_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8308392Z test_non_contig_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8308597Z test_non_contig_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8308794Z test_non_contig_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8308982Z test_non_contig_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8309183Z test_non_contig_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8309393Z test_non_contig_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8309596Z test_non_contig_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8309794Z test_non_contig_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8309990Z test_non_contig_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8310189Z test_non_contig_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8310499Z test_non_contig_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8310696Z test_non_contig_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8310891Z test_non_contig_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8311093Z test_non_contig_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8311288Z test_non_contig_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8311481Z test_non_contig_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8311689Z test_non_contig_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8312036Z test_non_contig_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8312261Z test_non_contig_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8312474Z test_non_contig_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8312774Z test_non_contig_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8312970Z test_non_contig_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8313354Z test_non_contig_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8313600Z test_non_contig_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8313798Z test_non_contig_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8313995Z test_non_contig_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8314194Z test_non_contig_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8314389Z test_non_contig_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8314604Z test_non_contig_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8314806Z test_non_contig_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8315020Z test_non_contig_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8315240Z test_non_contig_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8315454Z test_non_contig_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8315662Z test_non_contig_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8315863Z test_non_contig_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8316059Z test_non_contig_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8316263Z test_non_contig_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8316466Z test_non_contig_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8316660Z test_non_contig_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8316845Z test_non_contig_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8317047Z test_non_contig_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8317241Z test_non_contig_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8317439Z test_non_contig_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8317644Z test_non_contig_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8317841Z test_non_contig_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8318036Z test_non_contig_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8318340Z test_non_contig_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8318652Z test_non_contig_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8318876Z test_non_contig_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8319075Z test_non_contig_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8319271Z test_non_contig_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8319757Z test_non_contig_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8319971Z test_non_contig_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8320179Z test_non_contig_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8320380Z test_non_contig_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8320581Z test_non_contig_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8320783Z test_non_contig_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8320961Z test_non_contig_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8322019Z test_non_contig_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8322282Z test_non_contig_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8322479Z test_non_contig_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8322676Z test_non_contig_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8322874Z test_non_contig_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8323085Z test_non_contig_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8323295Z test_non_contig_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8323494Z test_non_contig_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8323696Z test_non_contig_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8323900Z test_non_contig_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8324099Z test_non_contig_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8324296Z test_non_contig_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8324494Z test_non_contig_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8324690Z test_non_contig_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8325072Z test_non_contig_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8325310Z test_non_contig_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8325514Z test_non_contig_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8325692Z test_non_contig_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8326148Z test_non_contig_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8326365Z test_non_contig_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8326568Z test_non_contig_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8326763Z test_non_contig_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8326954Z test_non_contig_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8327153Z test_non_contig_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8327480Z test_non_contig_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8327680Z test_non_contig_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8327875Z test_non_contig_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8328070Z test_non_contig_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8328279Z test_non_contig_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8328478Z test_non_contig_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8328688Z test_non_contig_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8328894Z test_non_contig_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8329093Z test_non_contig_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8329300Z test_non_contig_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8329496Z test_non_contig_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8329671Z test_non_contig_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8329869Z test_non_contig_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8330143Z test_non_contig_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8330358Z test_non_contig_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8330550Z test_non_contig_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8330745Z test_non_contig_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8330965Z test_non_contig_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8331195Z test_non_contig_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8331569Z test_non_contig_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8331789Z test_non_contig_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8332012Z test_non_contig_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8332463Z test_non_contig_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8332682Z test_non_contig_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8332889Z test_non_contig_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8333111Z test_non_contig_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8333334Z test_non_contig_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8333562Z test_non_contig_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8333778Z test_non_contig_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8333994Z test_non_contig_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8334205Z test_non_contig_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8334405Z test_non_contig_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8334618Z test_non_contig_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8334830Z test_non_contig_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8335048Z test_non_contig_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8335381Z test_non_contig_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8335597Z test_non_contig_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8335808Z test_non_contig_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8336021Z test_non_contig_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8336237Z test_non_contig_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8336448Z test_non_contig_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8336658Z test_non_contig_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8336882Z test_non_contig_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8337109Z test_non_contig_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8337320Z test_non_contig_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8337669Z test_non_contig_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8337979Z test_non_contig_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8338210Z test_non_contig_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8338682Z test_non_contig_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8338901Z test_non_contig_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8339122Z test_non_contig_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8339327Z test_non_contig_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8339546Z test_non_contig_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8339755Z test_non_contig_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8339968Z test_non_contig_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8340184Z test_non_contig_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8340394Z test_non_contig_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8340612Z test_non_contig_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8340826Z test_non_contig_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8341042Z test_non_contig_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8341259Z test_non_contig_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8341471Z test_non_contig_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8341684Z test_non_contig_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8341894Z test_non_contig_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8342108Z test_non_contig_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8342320Z test_non_contig_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8342531Z test_non_contig_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8342741Z test_non_contig_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8343068Z test_non_contig_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8343289Z test_non_contig_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8343483Z test_non_contig_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8343701Z test_non_contig_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8344092Z test_non_contig_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8344313Z test_non_contig_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8344523Z test_non_contig_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8344987Z test_non_contig_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8345206Z test_non_contig_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8345417Z test_non_contig_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8345627Z test_non_contig_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8345834Z test_non_contig_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8346131Z test_non_contig_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8346359Z test_non_contig_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8346565Z test_non_contig_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8346778Z test_non_contig_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8346986Z test_non_contig_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8347197Z test_non_contig_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8347411Z test_non_contig_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8347622Z test_non_contig_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8347828Z test_non_contig_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8348038Z test_non_contig_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8348228Z test_non_contig_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8348437Z test_non_contig_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8348642Z test_non_contig_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8348849Z test_non_contig_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8349067Z test_non_contig_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8349281Z test_non_contig_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8349490Z test_non_contig_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8349704Z test_non_contig_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8349913Z test_non_contig_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8350282Z test_non_contig_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8350500Z test_non_contig_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8350720Z test_non_contig_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8351074Z test_non_contig_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8351523Z test_non_contig_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8351740Z test_non_contig_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8351958Z test_non_contig_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8352172Z test_non_contig_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8352390Z test_non_contig_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8352596Z test_non_contig_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8352815Z test_non_contig_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8353053Z test_non_contig_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8353298Z test_non_contig_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8353532Z test_non_contig_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8353764Z test_non_contig_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8354076Z test_non_contig_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8354332Z test_non_contig_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8354564Z test_non_contig_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8354798Z test_non_contig_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8355038Z test_non_contig_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8355285Z test_non_contig_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8355516Z test_non_contig_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8355746Z test_non_contig_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8355979Z test_non_contig_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8356211Z test_non_contig_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8356599Z test_non_contig_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8356842Z test_non_contig_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8357085Z test_non_contig_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8357547Z test_non_contig_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8357785Z test_non_contig_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8358020Z test_non_contig_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8358252Z test_non_contig_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8358467Z test_non_contig_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8358699Z test_non_contig_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8358933Z test_non_contig_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8359277Z test_non_contig_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8359514Z test_non_contig_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8359744Z test_non_contig_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8359977Z test_non_contig_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8360206Z test_non_contig_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8360439Z test_non_contig_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8360673Z test_non_contig_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8360893Z test_non_contig_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8361109Z test_non_contig_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8361324Z test_non_contig_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8361539Z test_non_contig_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8361825Z test_non_contig_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8362059Z test_non_contig_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8362272Z test_non_contig_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8362483Z test_non_contig_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8362836Z test_non_contig_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8363071Z test_non_contig_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8363281Z test_non_contig_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8363604Z test_non_contig_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8363957Z test_non_contig_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8364182Z test_non_contig_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8364397Z test_non_contig_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8364607Z test_non_contig_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8364816Z test_non_contig_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8365027Z test_non_contig_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8365293Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8365556Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8365810Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8366055Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8366308Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8366554Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8366797Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8367153Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8367397Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8367646Z test_non_contig_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8367898Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8368149Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8368393Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8368636Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8368877Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8369278Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8369506Z test_non_contig_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8369953Z test_non_contig_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8370333Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8370584Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8370833Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8371081Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8371317Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8371562Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8371802Z test_non_contig_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8372041Z test_non_contig_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8372326Z test_non_contig_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8372570Z test_non_contig_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8372807Z test_non_contig_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8373049Z test_non_contig_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8373287Z test_non_contig_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8373524Z test_non_contig_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8373761Z test_non_contig_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8373969Z test_non_contig_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8374166Z test_non_contig_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8374375Z test_non_contig_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8374584Z test_non_contig_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8374892Z test_non_contig_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8375079Z test_non_contig_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8375415Z test_non_contig_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8375637Z test_non_contig_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8375837Z test_non_contig_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8376040Z test_non_contig_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8376463Z test_non_contig_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8376665Z test_non_contig_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8376859Z test_non_contig_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8377073Z test_non_contig_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8377275Z test_non_contig_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8377487Z test_non_contig_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8377783Z test_non_contig_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8378010Z test_non_contig_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8378212Z test_non_contig_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8378408Z test_non_contig_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8378608Z test_non_contig_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8378804Z test_non_contig_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8379001Z test_non_contig_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8379183Z test_non_contig_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8379390Z test_non_contig_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8379590Z test_non_contig_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8379789Z test_non_contig_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8379994Z test_non_contig_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8380199Z test_non_contig_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8380397Z test_non_contig_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8380597Z test_non_contig_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8380801Z test_non_contig_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8380998Z test_non_contig_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8381258Z test_non_contig_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8381454Z test_non_contig_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8381812Z test_non_contig_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8382015Z test_non_contig_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8382208Z test_non_contig_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8382614Z test_non_contig_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8382833Z test_non_contig_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8383044Z test_non_contig_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8383336Z test_non_contig_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8383539Z test_non_contig_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8383742Z test_non_contig_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8383943Z test_non_contig_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8384137Z test_non_contig_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8384337Z test_non_contig_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8384536Z test_non_contig_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8384735Z test_non_contig_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8384933Z test_non_contig_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8385134Z test_non_contig_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8385340Z test_non_contig_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8385545Z test_non_contig_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8385821Z test_non_contig_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8386034Z test_non_contig_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8386230Z test_non_contig_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8386430Z test_non_contig_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8386626Z test_non_contig_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8386822Z test_non_contig_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8387006Z test_non_contig_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8387197Z test_nonzero_empty_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8387413Z test_op_invert_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:22:18.8387607Z test_polygamma_neg_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8387981Z test_reference_numerics_extremal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8388238Z test_reference_numerics_extremal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8388476Z test_reference_numerics_extremal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8388958Z test_reference_numerics_extremal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8389198Z test_reference_numerics_extremal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8389419Z test_reference_numerics_extremal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8389655Z test_reference_numerics_extremal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8389923Z test_reference_numerics_extremal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8390162Z test_reference_numerics_extremal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8390392Z test_reference_numerics_extremal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8390619Z test_reference_numerics_extremal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8390840Z test_reference_numerics_extremal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8391183Z test_reference_numerics_extremal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8391447Z test_reference_numerics_extremal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8391688Z test_reference_numerics_extremal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8391930Z test_reference_numerics_extremal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8392165Z test_reference_numerics_extremal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8392374Z test_reference_numerics_extremal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8392619Z test_reference_numerics_extremal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8392863Z test_reference_numerics_extremal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8393103Z test_reference_numerics_extremal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8393337Z test_reference_numerics_extremal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8393645Z test_reference_numerics_extremal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8393926Z test_reference_numerics_extremal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8394319Z test_reference_numerics_extremal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8394560Z test_reference_numerics_extremal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8394786Z test_reference_numerics_extremal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8395252Z test_reference_numerics_extremal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8395496Z test_reference_numerics_extremal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8395762Z test_reference_numerics_extremal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:22:18.8396009Z test_reference_numerics_extremal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8396244Z test_reference_numerics_extremal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8396473Z test_reference_numerics_extremal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8396698Z test_reference_numerics_extremal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8396921Z test_reference_numerics_extremal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8397189Z test_reference_numerics_extremal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8397449Z test_reference_numerics_extremal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8397683Z test_reference_numerics_extremal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8397914Z test_reference_numerics_extremal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8398120Z test_reference_numerics_extremal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8398354Z test_reference_numerics_extremal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8398617Z test_reference_numerics_extremal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8398875Z test_reference_numerics_extremal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8399218Z test_reference_numerics_extremal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8399447Z test_reference_numerics_extremal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8399675Z test_reference_numerics_extremal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8399907Z test_reference_numerics_extremal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8400133Z test_reference_numerics_extremal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8400465Z test_reference_numerics_extremal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8400738Z test_reference_numerics_extremal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8400973Z test_reference_numerics_extremal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8401332Z test_reference_numerics_extremal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8401708Z test_reference_numerics_extremal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8402027Z test_reference_numerics_extremal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8402271Z test_reference_numerics_extremal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8402493Z test_reference_numerics_extremal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8402746Z test_reference_numerics_extremal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8403005Z test_reference_numerics_extremal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8403272Z test_reference_numerics_extremal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8403525Z test_reference_numerics_extremal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8403777Z test_reference_numerics_extremal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8404004Z test_reference_numerics_extremal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8404240Z test_reference_numerics_extremal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8404502Z test_reference_numerics_extremal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:22:18.8404764Z test_reference_numerics_extremal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8405003Z test_reference_numerics_extremal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8405227Z test_reference_numerics_extremal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8405442Z test_reference_numerics_extremal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8405684Z test_reference_numerics_extremal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8405945Z test_reference_numerics_extremal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8406202Z test_reference_numerics_extremal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8406439Z test_reference_numerics_extremal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8406665Z test_reference_numerics_extremal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8408167Z test_reference_numerics_extremal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8408412Z test_reference_numerics_extremal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8408652Z test_reference_numerics_extremal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8408898Z test_reference_numerics_extremal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8409137Z test_reference_numerics_extremal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8409377Z test_reference_numerics_extremal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8409612Z test_reference_numerics_extremal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8409848Z test_reference_numerics_extremal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8410088Z test_reference_numerics_extremal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8410318Z test_reference_numerics_extremal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8410621Z test_reference_numerics_extremal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8410865Z test_reference_numerics_extremal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8411100Z test_reference_numerics_extremal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8411329Z test_reference_numerics_extremal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8411552Z test_reference_numerics_extremal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8411775Z test_reference_numerics_extremal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8412016Z test_reference_numerics_extremal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8412254Z test_reference_numerics_extremal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8412489Z test_reference_numerics_extremal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8412730Z test_reference_numerics_extremal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8412962Z test_reference_numerics_extremal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8413349Z test_reference_numerics_extremal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8413578Z test_reference_numerics_extremal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8413947Z test_reference_numerics_extremal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8414335Z test_reference_numerics_extremal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8414581Z test_reference_numerics_extremal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.8414814Z test_reference_numerics_extremal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8415040Z test_reference_numerics_extremal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8415260Z test_reference_numerics_extremal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8415496Z test_reference_numerics_extremal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8415729Z test_reference_numerics_extremal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8416071Z test_reference_numerics_extremal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.8416277Z test_reference_numerics_extremal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8416502Z test_reference_numerics_extremal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8416743Z test_reference_numerics_extremal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8416980Z test_reference_numerics_extremal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8417208Z test_reference_numerics_extremal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8417432Z test_reference_numerics_extremal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8417653Z test_reference_numerics_extremal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8417890Z test_reference_numerics_extremal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8418122Z test_reference_numerics_extremal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8418350Z test_reference_numerics_extremal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8418649Z test_reference_numerics_extremal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8418929Z test_reference_numerics_extremal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8419189Z test_reference_numerics_extremal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8419606Z test_reference_numerics_extremal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8419870Z test_reference_numerics_extremal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8420248Z test_reference_numerics_extremal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8420643Z test_reference_numerics_extremal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8420912Z test_reference_numerics_extremal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8421145Z test_reference_numerics_extremal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8421375Z test_reference_numerics_extremal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8421607Z test_reference_numerics_extremal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8421842Z test_reference_numerics_extremal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8422072Z test_reference_numerics_extremal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8422312Z test_reference_numerics_extremal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8422553Z test_reference_numerics_extremal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8422806Z test_reference_numerics_extremal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8423055Z test_reference_numerics_extremal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8423295Z test_reference_numerics_extremal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8423539Z test_reference_numerics_extremal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8423780Z test_reference_numerics_extremal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8424124Z test_reference_numerics_extremal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8424366Z test_reference_numerics_extremal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8424609Z test_reference_numerics_extremal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8424847Z test_reference_numerics_extremal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8425078Z test_reference_numerics_extremal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8425303Z test_reference_numerics_extremal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8425539Z test_reference_numerics_extremal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8425939Z test_reference_numerics_extremal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8426188Z test_reference_numerics_extremal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8426530Z test_reference_numerics_extremal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8426973Z test_reference_numerics_extremal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8427225Z test_reference_numerics_extremal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8427473Z test_reference_numerics_extremal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8427716Z test_reference_numerics_extremal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8427938Z test_reference_numerics_extremal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8428182Z test_reference_numerics_extremal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8428425Z test_reference_numerics_extremal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8428660Z test_reference_numerics_extremal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8428899Z test_reference_numerics_extremal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8429137Z test_reference_numerics_extremal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8429379Z test_reference_numerics_extremal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8429622Z test_reference_numerics_extremal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8429857Z test_reference_numerics_extremal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8430099Z test_reference_numerics_extremal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8430331Z test_reference_numerics_extremal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8430560Z test_reference_numerics_extremal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8430816Z test_reference_numerics_extremal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8431076Z test_reference_numerics_extremal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8431337Z test_reference_numerics_extremal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8431592Z test_reference_numerics_extremal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8432065Z test_reference_numerics_extremal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8432341Z test_reference_numerics_extremal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8432578Z test_reference_numerics_extremal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8433088Z test_reference_numerics_extremal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8433360Z test_reference_numerics_extremal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8433595Z test_reference_numerics_extremal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8433837Z test_reference_numerics_extremal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8434059Z test_reference_numerics_extremal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8434297Z test_reference_numerics_extremal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8434524Z test_reference_numerics_extremal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8434834Z test_reference_numerics_extremal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8435093Z test_reference_numerics_extremal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8435318Z test_reference_numerics_extremal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8435541Z test_reference_numerics_extremal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8435760Z test_reference_numerics_extremal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8435987Z test_reference_numerics_extremal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8436250Z test_reference_numerics_extremal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8436507Z test_reference_numerics_extremal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:22:18.8436746Z test_reference_numerics_extremal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8436972Z test_reference_numerics_extremal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8437194Z test_reference_numerics_extremal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8437418Z test_reference_numerics_extremal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8437655Z test_reference_numerics_extremal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8437893Z test_reference_numerics_extremal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8438121Z test_reference_numerics_extremal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8438502Z test_reference_numerics_extremal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8438732Z test_reference_numerics_extremal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.8439081Z test_reference_numerics_extremal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8439488Z test_reference_numerics_extremal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8439736Z test_reference_numerics_extremal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8439983Z test_reference_numerics_extremal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8440338Z test_reference_numerics_extremal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8440577Z test_reference_numerics_extremal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8440817Z test_reference_numerics_extremal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8441054Z test_reference_numerics_extremal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8441278Z test_reference_numerics_extremal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8441499Z test_reference_numerics_extremal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8441783Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.014s) 2022-11-23T03:22:18.8442061Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:22:18.8442329Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.003s) 2022-11-23T03:22:18.8442672Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:22:18.8442961Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.006s) 2022-11-23T03:22:18.8443225Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:22:18.8443489Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:22:18.8443754Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:22:18.8444023Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:22:18.8444266Z test_reference_numerics_extremal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.8444656Z test_reference_numerics_extremal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8444915Z test_reference_numerics_extremal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8445156Z test_reference_numerics_extremal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8445523Z test_reference_numerics_extremal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8445767Z test_reference_numerics_extremal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8446159Z test_reference_numerics_extremal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8446397Z test_reference_numerics_extremal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8446605Z test_reference_numerics_extremal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8446829Z test_reference_numerics_extremal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8447087Z test_reference_numerics_extremal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8447342Z test_reference_numerics_extremal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8447597Z test_reference_numerics_extremal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8447956Z test_reference_numerics_extremal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8448213Z test_reference_numerics_extremal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8448468Z test_reference_numerics_extremal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8448726Z test_reference_numerics_extremal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8448981Z test_reference_numerics_extremal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8449262Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8449540Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8449819Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8450088Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8450360Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8451843Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8463606Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8463969Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8464341Z test_reference_numerics_extremal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8464653Z test_reference_numerics_extremal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8464907Z test_reference_numerics_extremal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8465424Z test_reference_numerics_extremal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8465700Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8465933Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8466174Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8466416Z test_reference_numerics_extremal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8466666Z test_reference_numerics_extremal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8466918Z test_reference_numerics_extremal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8467166Z test_reference_numerics_extremal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8467427Z test_reference_numerics_extremal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8467672Z test_reference_numerics_extremal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8467914Z test_reference_numerics_extremal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8468157Z test_reference_numerics_extremal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8468587Z test_reference_numerics_extremal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8468831Z test_reference_numerics_extremal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8469072Z test_reference_numerics_extremal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8469319Z test_reference_numerics_extremal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8469581Z test_reference_numerics_extremal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8469837Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8470083Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8470325Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8470739Z test_reference_numerics_extremal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8471018Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8471490Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8471896Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8472147Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8472427Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8472695Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8472960Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8473207Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8473464Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8473724Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8473977Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8474229Z test_reference_numerics_extremal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8474485Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8474729Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8474981Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8475230Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8475476Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8475724Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8476001Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8476387Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8476832Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8477233Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8477527Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8477785Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8478312Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8478585Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8478842Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:22:18.8479224Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8479512Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8479773Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:22:18.8480014Z test_reference_numerics_extremal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8480260Z test_reference_numerics_extremal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8480506Z test_reference_numerics_extremal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8480744Z test_reference_numerics_extremal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8481093Z test_reference_numerics_extremal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8481342Z test_reference_numerics_extremal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8481598Z test_reference_numerics_extremal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8481832Z test_reference_numerics_extremal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8482065Z test_reference_numerics_extremal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8482299Z test_reference_numerics_extremal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8482529Z test_reference_numerics_extremal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8482764Z test_reference_numerics_extremal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8483149Z test_reference_numerics_extremal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8483395Z test_reference_numerics_extremal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8483763Z test_reference_numerics_extremal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8483985Z test_reference_numerics_extremal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8484249Z test_reference_numerics_extremal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8484889Z test_reference_numerics_extremal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8485157Z test_reference_numerics_extremal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8485405Z test_reference_numerics_extremal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8485648Z test_reference_numerics_extremal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8485886Z test_reference_numerics_extremal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8486118Z test_reference_numerics_extremal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8486351Z test_reference_numerics_extremal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8486572Z test_reference_numerics_extremal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8486795Z test_reference_numerics_extremal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8487043Z test_reference_numerics_extremal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8487383Z test_reference_numerics_extremal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8487635Z test_reference_numerics_extremal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8487880Z test_reference_numerics_extremal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8488122Z test_reference_numerics_extremal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8488361Z test_reference_numerics_extremal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8488605Z test_reference_numerics_extremal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8488843Z test_reference_numerics_extremal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8489097Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8489347Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8489587Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8489962Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8490224Z test_reference_numerics_extremal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8490517Z test_reference_numerics_extremal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8491018Z test_reference_numerics_extremal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8491260Z test_reference_numerics_extremal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8491482Z test_reference_numerics_extremal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8491702Z test_reference_numerics_extremal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8491951Z test_reference_numerics_extremal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8492183Z test_reference_numerics_extremal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8492412Z test_reference_numerics_extremal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8492765Z test_reference_numerics_extremal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8493009Z test_reference_numerics_extremal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8493255Z test_reference_numerics_extremal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:22:18.8493491Z test_reference_numerics_extremal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8493751Z test_reference_numerics_extremal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8493990Z test_reference_numerics_extremal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8494222Z test_reference_numerics_extremal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8494459Z test_reference_numerics_extremal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8494693Z test_reference_numerics_extremal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8495019Z test_reference_numerics_extremal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8495291Z test_reference_numerics_extremal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8495539Z test_reference_numerics_extremal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8495780Z test_reference_numerics_extremal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8496014Z test_reference_numerics_extremal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8496411Z test_reference_numerics_extremal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8496651Z test_reference_numerics_extremal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8496879Z test_reference_numerics_extremal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8497352Z test_reference_numerics_extremal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8497588Z test_reference_numerics_extremal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8497817Z test_reference_numerics_extremal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8498043Z test_reference_numerics_extremal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8498260Z test_reference_numerics_extremal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8498478Z test_reference_numerics_extremal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8498702Z test_reference_numerics_extremal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8498936Z test_reference_numerics_extremal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8499171Z test_reference_numerics_extremal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8499398Z test_reference_numerics_extremal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8499602Z test_reference_numerics_extremal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8499816Z test_reference_numerics_extremal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8500042Z test_reference_numerics_extremal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8500385Z test_reference_numerics_extremal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8500618Z test_reference_numerics_extremal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8500847Z test_reference_numerics_extremal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8501069Z test_reference_numerics_extremal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8501285Z test_reference_numerics_extremal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8501532Z test_reference_numerics_extremal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.8501776Z test_reference_numerics_extremal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8502024Z test_reference_numerics_extremal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8502274Z test_reference_numerics_extremal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8502675Z test_reference_numerics_extremal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8503011Z test_reference_numerics_extremal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8503396Z test_reference_numerics_extremal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8503776Z test_reference_numerics_extremal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8504022Z test_reference_numerics_extremal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8504260Z test_reference_numerics_extremal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8504509Z test_reference_numerics_extremal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8504750Z test_reference_numerics_extremal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8504994Z test_reference_numerics_extremal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8505229Z test_reference_numerics_extremal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8505473Z test_reference_numerics_extremal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8505701Z test_reference_numerics_extremal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8505941Z test_reference_numerics_extremal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8506185Z test_reference_numerics_extremal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8506419Z test_reference_numerics_extremal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8506719Z test_reference_numerics_extremal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8507703Z test_reference_numerics_extremal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8508350Z test_reference_numerics_extremal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8508939Z test_reference_numerics_extremal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8509414Z test_reference_numerics_extremal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8509884Z test_reference_numerics_extremal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8511093Z test_reference_numerics_extremal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8511593Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8512105Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8512604Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8513092Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8513594Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8514101Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8514573Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8515078Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8515825Z test_reference_numerics_extremal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8516348Z test_reference_numerics_extremal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8516792Z test_reference_numerics_extremal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8517468Z test_reference_numerics_extremal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8517944Z test_reference_numerics_extremal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8518412Z test_reference_numerics_extremal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8519565Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8520206Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8520785Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8523890Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8524423Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8524736Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8525014Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8525291Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8525559Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8525880Z test_reference_numerics_extremal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8526154Z test_reference_numerics_extremal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8526389Z test_reference_numerics_extremal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8526806Z test_reference_numerics_extremal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8527023Z test_reference_numerics_extremal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8527239Z test_reference_numerics_extremal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8527476Z test_reference_numerics_extremal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.8527741Z test_reference_numerics_extremal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8527998Z test_reference_numerics_extremal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8528229Z test_reference_numerics_extremal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8528450Z test_reference_numerics_extremal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8528671Z test_reference_numerics_extremal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8528899Z test_reference_numerics_extremal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8529209Z test_reference_numerics_extremal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8529459Z test_reference_numerics_extremal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8529843Z test_reference_numerics_extremal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8530054Z test_reference_numerics_extremal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8530277Z test_reference_numerics_extremal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8530510Z test_reference_numerics_extremal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8530881Z test_reference_numerics_extremal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8531267Z test_reference_numerics_extremal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8531507Z test_reference_numerics_extremal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8531726Z test_reference_numerics_extremal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8531941Z test_reference_numerics_extremal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8532167Z test_reference_numerics_extremal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8532392Z test_reference_numerics_extremal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8532615Z test_reference_numerics_extremal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8532830Z test_reference_numerics_extremal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8533053Z test_reference_numerics_large_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8533347Z test_reference_numerics_large_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8533580Z test_reference_numerics_large_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8533808Z test_reference_numerics_large_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8534032Z test_reference_numerics_large_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8534255Z test_reference_numerics_large_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8534590Z test_reference_numerics_large_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8534808Z test_reference_numerics_large_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8535024Z test_reference_numerics_large_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8535227Z test_reference_numerics_large_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8535436Z test_reference_numerics_large_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8535725Z test_reference_numerics_large_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8536017Z test_reference_numerics_large_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8536244Z test_reference_numerics_large_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8536704Z test_reference_numerics_large_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8537056Z test_reference_numerics_large_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8537440Z test_reference_numerics_large_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8537804Z test_reference_numerics_large_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8538030Z test_reference_numerics_large_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8538254Z test_reference_numerics_large_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8538477Z test_reference_numerics_large_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8538696Z test_reference_numerics_large_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8538912Z test_reference_numerics_large_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8539126Z test_reference_numerics_large_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8539419Z test_reference_numerics_large_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8539707Z test_reference_numerics_large_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8539932Z test_reference_numerics_large_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8540213Z test_reference_numerics_large_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8540471Z test_reference_numerics_large_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8540701Z test_reference_numerics_large_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.8540927Z test_reference_numerics_large_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8541150Z test_reference_numerics_large_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8541373Z test_reference_numerics_large_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8541595Z test_reference_numerics_large_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8541800Z test_reference_numerics_large_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8542018Z test_reference_numerics_large_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8542341Z test_reference_numerics_large_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8542633Z test_reference_numerics_large_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8543082Z test_reference_numerics_large_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8543381Z test_reference_numerics_large_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8543759Z test_reference_numerics_large_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8544110Z test_reference_numerics_large_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8544333Z test_reference_numerics_large_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8544553Z test_reference_numerics_large_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8544777Z test_reference_numerics_large_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8545077Z test_reference_numerics_large_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8545313Z test_reference_numerics_large_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8545530Z test_reference_numerics_large_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8545823Z test_reference_numerics_large_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T03:22:18.8546114Z test_reference_numerics_large_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8546340Z test_reference_numerics_large_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8546627Z test_reference_numerics_large_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8546878Z test_reference_numerics_large_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8547105Z test_reference_numerics_large_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.8547326Z test_reference_numerics_large_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8547547Z test_reference_numerics_large_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8547765Z test_reference_numerics_large_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8547991Z test_reference_numerics_large_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8548191Z test_reference_numerics_large_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8548407Z test_reference_numerics_large_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8548626Z test_reference_numerics_large_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8548917Z test_reference_numerics_large_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8549361Z test_reference_numerics_large_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8549596Z test_reference_numerics_large_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8550240Z test_reference_numerics_large_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8550501Z test_reference_numerics_large_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8550732Z test_reference_numerics_large_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8550958Z test_reference_numerics_large_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8551181Z test_reference_numerics_large_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8551403Z test_reference_numerics_large_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8551626Z test_reference_numerics_large_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8551843Z test_reference_numerics_large_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8552065Z test_reference_numerics_large_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8552284Z test_reference_numerics_large_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8552655Z test_reference_numerics_large_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8552964Z test_reference_numerics_large_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8553188Z test_reference_numerics_large_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8553476Z test_reference_numerics_large_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8553725Z test_reference_numerics_large_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8553956Z test_reference_numerics_large_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8554205Z test_reference_numerics_large_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8554430Z test_reference_numerics_large_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8554637Z test_reference_numerics_large_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8554856Z test_reference_numerics_large_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8555072Z test_reference_numerics_large_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8555287Z test_reference_numerics_large_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8555657Z test_reference_numerics_large_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8555953Z test_reference_numerics_large_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8556502Z test_reference_numerics_large_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T03:22:18.8556741Z test_reference_numerics_large_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8557023Z test_reference_numerics_large_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8557254Z test_reference_numerics_large_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8557479Z test_reference_numerics_large_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8558631Z test_reference_numerics_large_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8558859Z test_reference_numerics_large_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8559081Z test_reference_numerics_large_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8559308Z test_reference_numerics_large_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8559527Z test_reference_numerics_large_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8559746Z test_reference_numerics_large_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8559962Z test_reference_numerics_large_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8560254Z test_reference_numerics_large_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8560547Z test_reference_numerics_large_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8560845Z test_reference_numerics_large_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8561165Z test_reference_numerics_large_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8561408Z test_reference_numerics_large_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8561760Z test_reference_numerics_large_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8562087Z test_reference_numerics_large_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8562374Z test_reference_numerics_large_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8562853Z test_reference_numerics_large_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8563085Z test_reference_numerics_large_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8563313Z test_reference_numerics_large_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8563534Z test_reference_numerics_large_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8563752Z test_reference_numerics_large_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8563969Z test_reference_numerics_large_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8564182Z test_reference_numerics_large_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8564475Z test_reference_numerics_large_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8564761Z test_reference_numerics_large_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8564985Z test_reference_numerics_large_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8565273Z test_reference_numerics_large_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8565501Z test_reference_numerics_large_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8565725Z test_reference_numerics_large_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8565939Z test_reference_numerics_large_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8566265Z test_reference_numerics_large_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8566485Z test_reference_numerics_large_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8566706Z test_reference_numerics_large_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8566925Z test_reference_numerics_large_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8567138Z test_reference_numerics_large_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8567351Z test_reference_numerics_large_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8567640Z test_reference_numerics_large_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8568065Z test_reference_numerics_large_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T03:22:18.8568321Z test_reference_numerics_large_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8568610Z test_reference_numerics_large_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T03:22:18.8569185Z test_reference_numerics_large_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8569456Z test_reference_numerics_large_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8569696Z test_reference_numerics_large_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8569932Z test_reference_numerics_large_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8570169Z test_reference_numerics_large_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8570401Z test_reference_numerics_large_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8570634Z test_reference_numerics_large_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8570868Z test_reference_numerics_large_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8571100Z test_reference_numerics_large_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8571400Z test_reference_numerics_large_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8571704Z test_reference_numerics_large_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T03:22:18.8571930Z test_reference_numerics_large_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8572218Z test_reference_numerics_large_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8572506Z test_reference_numerics_large_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8572763Z test_reference_numerics_large_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.016s) 2022-11-23T03:22:18.8572986Z test_reference_numerics_large_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8573210Z test_reference_numerics_large_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8573427Z test_reference_numerics_large_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8573645Z test_reference_numerics_large_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8573950Z test_reference_numerics_large_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8574268Z test_reference_numerics_large_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8574507Z test_reference_numerics_large_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8574801Z test_reference_numerics_large_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8575342Z test_reference_numerics_large_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T03:22:18.8575561Z test_reference_numerics_large_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8575853Z test_reference_numerics_large_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8576108Z test_reference_numerics_large_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8576361Z test_reference_numerics_large_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.005s) 2022-11-23T03:22:18.8576687Z test_reference_numerics_large_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8576932Z test_reference_numerics_large_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8577154Z test_reference_numerics_large_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8577378Z test_reference_numerics_large_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8577593Z test_reference_numerics_large_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8577814Z test_reference_numerics_large_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8578030Z test_reference_numerics_large_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8578319Z test_reference_numerics_large_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8578612Z test_reference_numerics_large_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8578863Z test_reference_numerics_large_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8579157Z test_reference_numerics_large_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8579386Z test_reference_numerics_large_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8579608Z test_reference_numerics_large_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8579825Z test_reference_numerics_large_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8580044Z test_reference_numerics_large_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8580271Z test_reference_numerics_large_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8580733Z test_reference_numerics_large_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8581045Z test_reference_numerics_large_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8581446Z test_reference_numerics_large_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8581975Z test_reference_numerics_large_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8582204Z test_reference_numerics_large_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8582450Z test_reference_numerics_large_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8582669Z test_reference_numerics_large_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8582890Z test_reference_numerics_large_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8583113Z test_reference_numerics_large_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8583335Z test_reference_numerics_large_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8583629Z test_reference_numerics_large_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8583923Z test_reference_numerics_large_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8584146Z test_reference_numerics_large_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8584506Z test_reference_numerics_large_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8584746Z test_reference_numerics_large_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8584989Z test_reference_numerics_large_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8585204Z test_reference_numerics_large_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8585420Z test_reference_numerics_large_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8585640Z test_reference_numerics_large_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8585848Z test_reference_numerics_large_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8586141Z test_reference_numerics_large_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T03:22:18.8586429Z test_reference_numerics_large_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8586651Z test_reference_numerics_large_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8587093Z test_reference_numerics_large_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8587326Z test_reference_numerics_large_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8587619Z test_reference_numerics_large_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8588030Z test_reference_numerics_large_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8588254Z test_reference_numerics_large_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8588470Z test_reference_numerics_large_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8588670Z test_reference_numerics_large_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8588960Z test_reference_numerics_large_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8589254Z test_reference_numerics_large_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T03:22:18.8589644Z test_reference_numerics_large_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8589869Z test_reference_numerics_large_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8590097Z test_reference_numerics_large_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8590315Z test_reference_numerics_large_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8590534Z test_reference_numerics_large_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8590754Z test_reference_numerics_large_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8590972Z test_reference_numerics_large_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8591259Z test_reference_numerics_large_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8591551Z test_reference_numerics_large_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8591772Z test_reference_numerics_large_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8592125Z test_reference_numerics_large_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8592360Z test_reference_numerics_large_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8592579Z test_reference_numerics_large_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8592796Z test_reference_numerics_large_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8593016Z test_reference_numerics_large_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8593380Z test_reference_numerics_large_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8593598Z test_reference_numerics_large_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8594018Z test_reference_numerics_large_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.012s) 2022-11-23T03:22:18.8594445Z test_reference_numerics_large_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8594694Z test_reference_numerics_large_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8594980Z test_reference_numerics_large_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8595232Z test_reference_numerics_large_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8595459Z test_reference_numerics_large_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8595668Z test_reference_numerics_large_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8595891Z test_reference_numerics_large_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8596111Z test_reference_numerics_large_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8596329Z test_reference_numerics_large_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8596545Z test_reference_numerics_large_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8596761Z test_reference_numerics_large_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8597074Z test_reference_numerics_large_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8597360Z test_reference_numerics_large_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8597652Z test_reference_numerics_large_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8597878Z test_reference_numerics_large_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8598165Z test_reference_numerics_large_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8598383Z test_reference_numerics_large_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8598604Z test_reference_numerics_large_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8598827Z test_reference_numerics_large_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8599046Z test_reference_numerics_large_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8599263Z test_reference_numerics_large_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8600579Z test_reference_numerics_large_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8600937Z test_reference_numerics_large_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8601228Z test_reference_numerics_large_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8601448Z test_reference_numerics_large_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8601743Z test_reference_numerics_large_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8601974Z test_reference_numerics_large_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8602197Z test_reference_numerics_large_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8602401Z test_reference_numerics_large_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8602624Z test_reference_numerics_large_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8602844Z test_reference_numerics_large_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8603066Z test_reference_numerics_large_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8603284Z test_reference_numerics_large_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8603507Z test_reference_numerics_large_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8603722Z test_reference_numerics_large_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8604014Z test_reference_numerics_large_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8604299Z test_reference_numerics_large_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8604522Z test_reference_numerics_large_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8604740Z test_reference_numerics_large_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8604960Z test_reference_numerics_large_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8605296Z test_reference_numerics_large_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8605518Z test_reference_numerics_large_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8605922Z test_reference_numerics_large_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8606155Z test_reference_numerics_large_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8606499Z test_reference_numerics_large_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8607027Z test_reference_numerics_large_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8607256Z test_reference_numerics_large_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8607480Z test_reference_numerics_large_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8607706Z test_reference_numerics_large_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8607926Z test_reference_numerics_large_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8608255Z test_reference_numerics_large_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8608503Z test_reference_numerics_large_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8608742Z test_reference_numerics_large_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8608962Z test_reference_numerics_large_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8609250Z test_reference_numerics_large_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8609471Z test_reference_numerics_large_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8609688Z test_reference_numerics_large_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8609901Z test_reference_numerics_large_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8610117Z test_reference_numerics_large_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8610329Z test_reference_numerics_large_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8610536Z test_reference_numerics_large_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8610772Z test_reference_numerics_large_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:22:18.8611059Z test_reference_numerics_large_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8611291Z test_reference_numerics_large_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8611516Z test_reference_numerics_large_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8611736Z test_reference_numerics_large_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8611968Z test_reference_numerics_large_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8612399Z test_reference_numerics_large_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8612643Z test_reference_numerics_large_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8612966Z test_reference_numerics_large_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8613443Z test_reference_numerics_large_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8613673Z test_reference_numerics_large_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8613896Z test_reference_numerics_large_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8614116Z test_reference_numerics_large_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8614323Z test_reference_numerics_large_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8614536Z test_reference_numerics_large_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8614748Z test_reference_numerics_large_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8615043Z test_reference_numerics_large_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8615342Z test_reference_numerics_large_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8615566Z test_reference_numerics_large_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8615926Z test_reference_numerics_large_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8616177Z test_reference_numerics_large_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8616407Z test_reference_numerics_large_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8616625Z test_reference_numerics_large_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.8616844Z test_reference_numerics_large_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8617069Z test_reference_numerics_large_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8617289Z test_reference_numerics_large_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8617508Z test_reference_numerics_large_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8617728Z test_reference_numerics_large_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8617943Z test_reference_numerics_large_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8618234Z test_reference_numerics_large_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8618674Z test_reference_numerics_large_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8618910Z test_reference_numerics_large_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8619317Z test_reference_numerics_large_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8619672Z test_reference_numerics_large_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8619899Z test_reference_numerics_large_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8620119Z test_reference_numerics_large_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8620339Z test_reference_numerics_large_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8620545Z test_reference_numerics_large_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8620760Z test_reference_numerics_large_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8621076Z test_reference_numerics_large_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8621292Z test_reference_numerics_large_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8621585Z test_reference_numerics_large_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8621876Z test_reference_numerics_large_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8622107Z test_reference_numerics_large_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8622399Z test_reference_numerics_large_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8622632Z test_reference_numerics_large_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8622855Z test_reference_numerics_large_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8623082Z test_reference_numerics_large_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8623375Z test_reference_numerics_large_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8623611Z test_reference_numerics_large_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8623824Z test_reference_numerics_large_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8624111Z test_reference_numerics_large_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8624408Z test_reference_numerics_large_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8624766Z test_reference_numerics_large_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8625137Z test_reference_numerics_large_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8625377Z test_reference_numerics_large_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8625852Z test_reference_numerics_large_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8626082Z test_reference_numerics_large_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8626305Z test_reference_numerics_large_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8626521Z test_reference_numerics_large_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8626738Z test_reference_numerics_large_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8627033Z test_reference_numerics_large_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8627333Z test_reference_numerics_large_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8627544Z test_reference_numerics_large_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8627832Z test_reference_numerics_large_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8628061Z test_reference_numerics_large_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8628291Z test_reference_numerics_large_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8628618Z test_reference_numerics_large_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8628839Z test_reference_numerics_large_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8629059Z test_reference_numerics_large_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8629271Z test_reference_numerics_large_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8629489Z test_reference_numerics_large_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8629710Z test_reference_numerics_large_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8629929Z test_reference_numerics_large_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8630222Z test_reference_numerics_large_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8630516Z test_reference_numerics_large_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8630827Z test_reference_numerics_large_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8631305Z test_reference_numerics_large_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8631560Z test_reference_numerics_large_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8631938Z test_reference_numerics_large_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8632311Z test_reference_numerics_large_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8632555Z test_reference_numerics_large_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8632789Z test_reference_numerics_large_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8633029Z test_reference_numerics_large_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8633321Z test_reference_numerics_large_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8633556Z test_reference_numerics_large_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8633856Z test_reference_numerics_large_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8634162Z test_reference_numerics_large_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8634456Z test_reference_numerics_large_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8634664Z test_reference_numerics_large_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8634910Z test_reference_numerics_large_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8635158Z test_reference_numerics_large_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8635380Z test_reference_numerics_large_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8635603Z test_reference_numerics_large_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.8635822Z test_reference_numerics_large_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8636217Z test_reference_numerics_large_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8636507Z test_reference_numerics_large_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8636734Z test_reference_numerics_large_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8637020Z test_reference_numerics_large_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8637346Z test_reference_numerics_large_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8637618Z test_reference_numerics_large_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8637838Z test_reference_numerics_large_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8638148Z test_reference_numerics_large_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8638545Z test_reference_numerics_large_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8638767Z test_reference_numerics_large_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8639064Z test_reference_numerics_large_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8639297Z test_reference_numerics_large_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8639587Z test_reference_numerics_large_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8639874Z test_reference_numerics_large_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8640106Z test_reference_numerics_large_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8640390Z test_reference_numerics_large_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T03:22:18.8640614Z test_reference_numerics_large_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8640834Z test_reference_numerics_large_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8641040Z test_reference_numerics_large_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8641258Z test_reference_numerics_large_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8641476Z test_reference_numerics_large_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8641692Z test_reference_numerics_large_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8641985Z test_reference_numerics_large_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8642277Z test_reference_numerics_large_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8642500Z test_reference_numerics_large_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8642790Z test_reference_numerics_large_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T03:22:18.8643016Z test_reference_numerics_large_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8643239Z test_reference_numerics_large_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8643458Z test_reference_numerics_large_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8643926Z test_reference_numerics_large_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8644149Z test_reference_numerics_large_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8644473Z test_reference_numerics_large_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8644862Z test_reference_numerics_large_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8645084Z test_reference_numerics_large_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8645440Z test_reference_numerics_large_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8645727Z test_reference_numerics_large_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8645952Z test_reference_numerics_large_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8646240Z test_reference_numerics_large_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8646545Z test_reference_numerics_large_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8646787Z test_reference_numerics_large_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8647010Z test_reference_numerics_large_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8647230Z test_reference_numerics_large_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8647436Z test_reference_numerics_large_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8647653Z test_reference_numerics_large_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8647872Z test_reference_numerics_large_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8648088Z test_reference_numerics_large_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8648299Z test_reference_numerics_large_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8648584Z test_reference_numerics_large_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8648870Z test_reference_numerics_large_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8649107Z test_reference_numerics_large_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8649402Z test_reference_numerics_large_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8649646Z test_reference_numerics_large_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8650012Z test_reference_numerics_large_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8650281Z test_reference_numerics_large_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8650515Z test_reference_numerics_large_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8650923Z test_reference_numerics_large_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8651202Z test_reference_numerics_large_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8651426Z test_reference_numerics_large_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8651743Z test_reference_numerics_large_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8652041Z test_reference_numerics_large_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T03:22:18.8652342Z test_reference_numerics_large_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8652567Z test_reference_numerics_large_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8652857Z test_reference_numerics_large_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8653078Z test_reference_numerics_large_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8653302Z test_reference_numerics_large_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8653526Z test_reference_numerics_large_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8653748Z test_reference_numerics_large_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8653949Z test_reference_numerics_large_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8654242Z test_reference_numerics_large_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8654551Z test_reference_numerics_large_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8654840Z test_reference_numerics_large_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8655109Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8655365Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8655613Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8655862Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8656108Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8656498Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8656767Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8657329Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8657611Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8657858Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8658108Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8658351Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8658590Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8658832Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8659093Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8659502Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8659768Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8660016Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8660265Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8660503Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8660745Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8660988Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8661252Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8661620Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8661869Z test_reference_numerics_large_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8662166Z test_reference_numerics_large_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8662397Z test_reference_numerics_large_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8662625Z test_reference_numerics_large_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8662859Z test_reference_numerics_large_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8663085Z test_reference_numerics_large_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8663301Z test_reference_numerics_large_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8663515Z test_reference_numerics_large_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8663802Z test_reference_numerics_large_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8664098Z test_reference_numerics_large_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8664320Z test_reference_numerics_large_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8664549Z test_reference_numerics_large_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8664772Z test_reference_numerics_large_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8664993Z test_reference_numerics_large_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8665215Z test_reference_numerics_large_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8665433Z test_reference_numerics_large_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8665653Z test_reference_numerics_large_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8665866Z test_reference_numerics_large_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8666079Z test_reference_numerics_large_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8666374Z test_reference_numerics_large_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8666663Z test_reference_numerics_large_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8666956Z test_reference_numerics_large_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8667202Z test_reference_numerics_large_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8667550Z test_reference_numerics_large_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8667819Z test_reference_numerics_large_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8668065Z test_reference_numerics_large_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8668442Z test_reference_numerics_large_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8668689Z test_reference_numerics_large_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8669170Z test_reference_numerics_large_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8669432Z test_reference_numerics_large_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8669692Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8669951Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8670199Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8670446Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8670690Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8670946Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8671192Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8671431Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8671674Z test_reference_numerics_large_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8671915Z test_reference_numerics_large_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8672159Z test_reference_numerics_large_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8672442Z test_reference_numerics_large_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8672688Z test_reference_numerics_large_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8672934Z test_reference_numerics_large_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8673179Z test_reference_numerics_large_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8673424Z test_reference_numerics_large_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8673666Z test_reference_numerics_large_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8673999Z test_reference_numerics_large_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8674238Z test_reference_numerics_large_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8674462Z test_reference_numerics_large_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8674702Z test_reference_numerics_large_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8674931Z test_reference_numerics_large_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8675239Z test_reference_numerics_large_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8675550Z test_reference_numerics_large_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8675800Z test_reference_numerics_large_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8676042Z test_reference_numerics_large_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8676348Z test_reference_numerics_large_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8676606Z test_reference_numerics_large_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8676844Z test_reference_numerics_large_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8677080Z test_reference_numerics_large_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8677314Z test_reference_numerics_large_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8677554Z test_reference_numerics_large_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8677808Z test_reference_numerics_large_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8678057Z test_reference_numerics_large_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8678300Z test_reference_numerics_large_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8678537Z test_reference_numerics_large_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8678782Z test_reference_numerics_large_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8679092Z test_reference_numerics_large_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8679349Z test_reference_numerics_large_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8679624Z test_reference_numerics_large_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.014s) 2022-11-23T03:22:18.8679866Z test_reference_numerics_large_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8680105Z test_reference_numerics_large_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8680339Z test_reference_numerics_large_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8680582Z test_reference_numerics_large_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8680826Z test_reference_numerics_large_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8681839Z test_reference_numerics_large_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8682160Z test_reference_numerics_large_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8682477Z test_reference_numerics_large_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8682735Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8682996Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8683255Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8683513Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8683760Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8684188Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8684513Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8684756Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8685277Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8685606Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8685930Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8686184Z test_reference_numerics_large_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8686438Z test_reference_numerics_large_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8686681Z test_reference_numerics_large_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8686920Z test_reference_numerics_large_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8687165Z test_reference_numerics_large_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8687412Z test_reference_numerics_large_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8687662Z test_reference_numerics_large_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8687980Z test_reference_numerics_large_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8688292Z test_reference_numerics_large_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8688608Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8688860Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8689102Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8689439Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8689682Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8689933Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8690180Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8690494Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8690792Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8691067Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:22:18.8691337Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8691676Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8691967Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8692231Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8692493Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8692756Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8693018Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8693273Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8693589Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8693841Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8694087Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8694324Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8694570Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8694818Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8695065Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8695378Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8695688Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8696002Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8696339Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8696579Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8696821Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8697064Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8697309Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8697552Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8697866Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8698183Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T03:22:18.8698560Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8698829Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8699072Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8699310Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8699536Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8699786Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8700028Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8700345Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8700656Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8700889Z test_reference_numerics_large_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8701123Z test_reference_numerics_large_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8701360Z test_reference_numerics_large_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8701597Z test_reference_numerics_large_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8701828Z test_reference_numerics_large_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8702053Z test_reference_numerics_large_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8702272Z test_reference_numerics_large_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8702495Z test_reference_numerics_large_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8702713Z test_reference_numerics_large_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8702927Z test_reference_numerics_large_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8703313Z test_reference_numerics_large_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T03:22:18.8703610Z test_reference_numerics_large_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8703868Z test_reference_numerics_large_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8704162Z test_reference_numerics_large_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8704388Z test_reference_numerics_large_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8704610Z test_reference_numerics_large_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8704824Z test_reference_numerics_large_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8705048Z test_reference_numerics_large_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8705272Z test_reference_numerics_large_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8705495Z test_reference_numerics_large_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8705842Z test_reference_numerics_large_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8706153Z test_reference_numerics_large_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8706372Z test_reference_numerics_large_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8706661Z test_reference_numerics_large_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8706893Z test_reference_numerics_large_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8707119Z test_reference_numerics_large_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8707338Z test_reference_numerics_large_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8707563Z test_reference_numerics_large_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8707787Z test_reference_numerics_large_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8708004Z test_reference_numerics_large_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8708224Z test_reference_numerics_large_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8708435Z test_reference_numerics_large_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8708653Z test_reference_numerics_large_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8708944Z test_reference_numerics_large_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8709234Z test_reference_numerics_large_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8709490Z test_reference_numerics_large_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8709790Z test_reference_numerics_large_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8710033Z test_reference_numerics_large_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8710361Z test_reference_numerics_large_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8710598Z test_reference_numerics_large_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8710829Z test_reference_numerics_large_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8711066Z test_reference_numerics_large_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8711299Z test_reference_numerics_large_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8711519Z test_reference_numerics_large_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8711736Z test_reference_numerics_large_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8712021Z test_reference_numerics_large_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8712328Z test_reference_numerics_large_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8712556Z test_reference_numerics_large_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8712845Z test_reference_numerics_large_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8713090Z test_reference_numerics_large_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8713308Z test_reference_numerics_large_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8713531Z test_reference_numerics_large_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8713750Z test_reference_numerics_large_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8713973Z test_reference_numerics_large_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8714264Z test_reference_numerics_large_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8714555Z test_reference_numerics_large_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8714798Z test_reference_numerics_large_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8715038Z test_reference_numerics_large_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8715276Z test_reference_numerics_large_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8715677Z test_reference_numerics_large_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8715928Z test_reference_numerics_large_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8716161Z test_reference_numerics_large_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8716670Z test_reference_numerics_large_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8716908Z test_reference_numerics_large_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8717151Z test_reference_numerics_large_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8717399Z test_reference_numerics_large_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8717642Z test_reference_numerics_large_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8717988Z test_reference_numerics_large_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8718215Z test_reference_numerics_large_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8718491Z test_reference_numerics_large_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8718724Z test_reference_numerics_large_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8718972Z test_reference_numerics_large_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.003s) 2022-11-23T03:22:18.8719203Z test_reference_numerics_large_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8719426Z test_reference_numerics_large_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8719646Z test_reference_numerics_large_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8719874Z test_reference_numerics_large_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8720089Z test_reference_numerics_large_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8720309Z test_reference_numerics_large_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8721219Z test_reference_numerics_large_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8721571Z test_reference_numerics_large_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T03:22:18.8721863Z test_reference_numerics_large_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8722087Z test_reference_numerics_large_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8722378Z test_reference_numerics_large_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8722606Z test_reference_numerics_large_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.8722833Z test_reference_numerics_large_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8723056Z test_reference_numerics_large_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8723277Z test_reference_numerics_large_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8723495Z test_reference_numerics_large_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8723712Z test_reference_numerics_large_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8723925Z test_reference_numerics_large_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8724142Z test_reference_numerics_large_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8724349Z test_reference_numerics_large_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8724619Z test_reference_numerics_large_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8724910Z test_reference_numerics_large_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8725140Z test_reference_numerics_large_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8725433Z test_reference_numerics_large_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8725683Z test_reference_numerics_large_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8726047Z test_reference_numerics_large_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8726302Z test_reference_numerics_large_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8726534Z test_reference_numerics_large_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8726754Z test_reference_numerics_large_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8726968Z test_reference_numerics_large_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8727189Z test_reference_numerics_large_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8727416Z test_reference_numerics_large_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8727642Z test_reference_numerics_large_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8727936Z test_reference_numerics_large_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8728292Z test_reference_numerics_large_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8728526Z test_reference_numerics_large_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8728816Z test_reference_numerics_large_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8729038Z test_reference_numerics_large_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8729256Z test_reference_numerics_large_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8729481Z test_reference_numerics_large_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8729701Z test_reference_numerics_large_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8729918Z test_reference_numerics_large_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8730135Z test_reference_numerics_large_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8730424Z test_reference_numerics_large_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8730710Z test_reference_numerics_large_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8730940Z test_reference_numerics_large_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8731216Z test_reference_numerics_large_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8731443Z test_reference_numerics_large_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8731664Z test_reference_numerics_large_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8731883Z test_reference_numerics_large_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8732101Z test_reference_numerics_large_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8732320Z test_reference_numerics_large_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8732541Z test_reference_numerics_large_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8732832Z test_reference_numerics_large_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8733216Z test_reference_numerics_large_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8733436Z test_reference_numerics_large_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8733719Z test_reference_numerics_large_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8733968Z test_reference_numerics_large_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8734187Z test_reference_numerics_large_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8734408Z test_reference_numerics_large_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8734626Z test_reference_numerics_large_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8734845Z test_reference_numerics_large_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8735061Z test_reference_numerics_large_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8735344Z test_reference_numerics_large_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8735577Z test_reference_numerics_large_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8735784Z test_reference_numerics_large_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8736069Z test_reference_numerics_large_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8736357Z test_reference_numerics_large_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8736581Z test_reference_numerics_large_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8736870Z test_reference_numerics_large_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8737102Z test_reference_numerics_large_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8737314Z test_reference_numerics_large_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8737534Z test_reference_numerics_large_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8737754Z test_reference_numerics_large_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8737974Z test_reference_numerics_large_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8738191Z test_reference_numerics_large_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8738408Z test_reference_numerics_large_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8738621Z test_reference_numerics_large_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8738914Z test_reference_numerics_large_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8739202Z test_reference_numerics_large_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8739423Z test_reference_numerics_large_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8739708Z test_reference_numerics_large_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8740041Z test_reference_numerics_large_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8740269Z test_reference_numerics_large_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8740486Z test_reference_numerics_large_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8740709Z test_reference_numerics_large_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8740929Z test_reference_numerics_large_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8741147Z test_reference_numerics_large_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8741363Z test_reference_numerics_large_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8741579Z test_reference_numerics_large_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8741795Z test_reference_numerics_large_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8742079Z test_reference_numerics_large_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8742427Z test_reference_numerics_large_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8742701Z test_reference_numerics_large_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8742943Z test_reference_numerics_large_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8743203Z test_reference_numerics_large_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8743459Z test_reference_numerics_large_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8743711Z test_reference_numerics_large_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8743951Z test_reference_numerics_large_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8744205Z test_reference_numerics_large_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:22:18.8744458Z test_reference_numerics_large_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8744766Z test_reference_numerics_large_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8745009Z test_reference_numerics_large_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8745250Z test_reference_numerics_large_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8745493Z test_reference_numerics_large_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8745729Z test_reference_numerics_large_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8745961Z test_reference_numerics_large_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8746268Z test_reference_numerics_large_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8746572Z test_reference_numerics_large_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8746877Z test_reference_numerics_large_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8747204Z test_reference_numerics_large_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8747443Z test_reference_numerics_large_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8747682Z test_reference_numerics_large_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8747926Z test_reference_numerics_large_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8748156Z test_reference_numerics_large_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8748458Z test_reference_numerics_large_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8748766Z test_reference_numerics_large_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8749080Z test_reference_numerics_large_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T03:22:18.8749324Z test_reference_numerics_large_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8749635Z test_reference_numerics_large_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8749892Z test_reference_numerics_large_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8750123Z test_reference_numerics_large_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8750352Z test_reference_numerics_large_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8750641Z test_reference_numerics_large_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8750952Z test_reference_numerics_large_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8751262Z test_reference_numerics_large_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8751505Z test_reference_numerics_large_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8751744Z test_reference_numerics_large_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8751979Z test_reference_numerics_large_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8752213Z test_reference_numerics_large_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8752444Z test_reference_numerics_large_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8752745Z test_reference_numerics_large_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8753053Z test_reference_numerics_large_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8753310Z test_reference_numerics_large_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8753610Z test_reference_numerics_large_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8753867Z test_reference_numerics_large_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8754194Z test_reference_numerics_large_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8754430Z test_reference_numerics_large_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8754663Z test_reference_numerics_large_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8754900Z test_reference_numerics_large_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8755129Z test_reference_numerics_large_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8755436Z test_reference_numerics_large_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8755739Z test_reference_numerics_large_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8756044Z test_reference_numerics_large_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8756284Z test_reference_numerics_large_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8756589Z test_reference_numerics_large_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8756840Z test_reference_numerics_large_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8757074Z test_reference_numerics_large_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8757306Z test_reference_numerics_large_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8757607Z test_reference_numerics_large_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8757913Z test_reference_numerics_large_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8758149Z test_reference_numerics_large_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8758434Z test_reference_numerics_large_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8758666Z test_reference_numerics_large_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8758895Z test_reference_numerics_large_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8759124Z test_reference_numerics_large_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8759354Z test_reference_numerics_large_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8759578Z test_reference_numerics_large_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8759795Z test_reference_numerics_large_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8760087Z test_reference_numerics_large_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8760387Z test_reference_numerics_large_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8760684Z test_reference_numerics_large_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8760916Z test_reference_numerics_large_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8761238Z test_reference_numerics_large_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8761468Z test_reference_numerics_large_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8761690Z test_reference_numerics_large_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8761910Z test_reference_numerics_large_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8762174Z test_reference_numerics_large_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Incorrect result! (0.001s) 2022-11-23T03:22:18.8762474Z test_reference_numerics_large_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8762771Z test_reference_numerics_large_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8763009Z test_reference_numerics_large_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8763239Z test_reference_numerics_large_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8763468Z test_reference_numerics_large_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8763756Z test_reference_numerics_large_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8763990Z test_reference_numerics_large_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8764283Z test_reference_numerics_large_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T03:22:18.8764580Z test_reference_numerics_large_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8764890Z test_reference_numerics_large_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8765132Z test_reference_numerics_large_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8765360Z test_reference_numerics_large_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8765596Z test_reference_numerics_large_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8765830Z test_reference_numerics_large_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8766058Z test_reference_numerics_large_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8766360Z test_reference_numerics_large_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T03:22:18.8766668Z test_reference_numerics_large_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8766992Z test_reference_numerics_large_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8767247Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8767507Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8767760Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8768002Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8768338Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8768657Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8768983Z test_reference_numerics_large_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8769299Z test_reference_numerics_large_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8769550Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8769804Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8770053Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8770291Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8770591Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8770923Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8771244Z test_reference_numerics_large_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8771562Z test_reference_numerics_large_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8771989Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8772255Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.8772545Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8773033Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8773279Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8773590Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8773913Z test_reference_numerics_large_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8774229Z test_reference_numerics_large_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T03:22:18.8774483Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8774735Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8774986Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8775213Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8775449Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8775875Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8776197Z test_reference_numerics_large_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8776438Z test_reference_numerics_large_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8776739Z test_reference_numerics_large_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8776980Z test_reference_numerics_large_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8777216Z test_reference_numerics_large_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8777456Z test_reference_numerics_large_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8777687Z test_reference_numerics_large_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8777990Z test_reference_numerics_large_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8778234Z test_reference_numerics_large_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8778530Z test_reference_numerics_large_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8778831Z test_reference_numerics_large_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8779128Z test_reference_numerics_large_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8779370Z test_reference_numerics_large_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8779609Z test_reference_numerics_large_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8779845Z test_reference_numerics_large_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8780078Z test_reference_numerics_large_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8780312Z test_reference_numerics_large_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8780616Z test_reference_numerics_large_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8780917Z test_reference_numerics_large_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8781259Z 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.003s) 2022-11-23T03:22:18.8781535Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8781801Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.8782062Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8782331Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8782695Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8782965Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8783308Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8783644Z 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.002s) 2022-11-23T03:22:18.8783974Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8784240Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8784494Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8784754Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8785081Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8785353Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8785681Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8786007Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8786340Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8786607Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8786875Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8787135Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8787391Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8787642Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8787967Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T03:22:18.8788293Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8788613Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8788872Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8789129Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8789386Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8789719Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8789958Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8790277Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T03:22:18.8790597Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8790841Z test_reference_numerics_large_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8791130Z test_reference_numerics_large_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T03:22:18.8791362Z test_reference_numerics_large_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8791589Z test_reference_numerics_large_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8791806Z test_reference_numerics_large_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8792092Z test_reference_numerics_large_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8792331Z test_reference_numerics_large_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8792553Z test_reference_numerics_large_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8792768Z test_reference_numerics_large_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8792969Z test_reference_numerics_large_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8793190Z test_reference_numerics_large_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8793480Z test_reference_numerics_large_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8793773Z test_reference_numerics_large_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8794022Z test_reference_numerics_large_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8794315Z test_reference_numerics_large_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T03:22:18.8794566Z test_reference_numerics_large_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8794820Z test_reference_numerics_large_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8795053Z test_reference_numerics_large_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8795273Z test_reference_numerics_large_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8795490Z test_reference_numerics_large_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8795711Z test_reference_numerics_large_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8795932Z test_reference_numerics_large_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8796151Z test_reference_numerics_large_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8796445Z test_reference_numerics_large_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8797570Z test_reference_numerics_large_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8797797Z test_reference_numerics_large_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8798089Z test_reference_numerics_large_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8798318Z test_reference_numerics_large_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8798541Z test_reference_numerics_large_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.586s) 2022-11-23T03:22:18.8798766Z test_reference_numerics_large_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8798987Z test_reference_numerics_large_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8799210Z test_reference_numerics_large_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8799429Z test_reference_numerics_large_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8799629Z test_reference_numerics_large_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8799928Z test_reference_numerics_large_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8800157Z test_reference_numerics_large_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8800444Z test_reference_numerics_large_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8800736Z test_reference_numerics_large_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8800962Z test_reference_numerics_large_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8801256Z test_reference_numerics_large_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8801486Z test_reference_numerics_large_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.8801715Z test_reference_numerics_large_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.8801936Z test_reference_numerics_large_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.8802155Z test_reference_numerics_large_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8802378Z test_reference_numerics_large_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8802598Z test_reference_numerics_large_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.8802818Z test_reference_numerics_large_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.8803034Z test_reference_numerics_large_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8803250Z test_reference_numerics_large_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8803543Z test_reference_numerics_large_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8803829Z test_reference_numerics_large_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8804053Z test_reference_numerics_large_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8804273Z test_reference_numerics_large_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8804584Z test_reference_numerics_large_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8804804Z test_reference_numerics_large_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8805023Z test_reference_numerics_large_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8805244Z test_reference_numerics_large_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.8805446Z test_reference_numerics_large_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.8805737Z test_reference_numerics_large_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T03:22:18.8806026Z test_reference_numerics_large_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T03:22:18.8806246Z test_reference_numerics_normal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T03:22:18.8806465Z test_reference_numerics_normal_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.8806694Z test_reference_numerics_normal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.8806988Z test_reference_numerics_normal_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8807223Z test_reference_numerics_normal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.8807440Z test_reference_numerics_normal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8807659Z test_reference_numerics_normal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T03:22:18.8807877Z test_reference_numerics_normal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T03:22:18.8808093Z test_reference_numerics_normal_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.8808312Z test_reference_numerics_normal_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.8808525Z test_reference_numerics_normal_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.8808739Z test_reference_numerics_normal_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.8808953Z test_reference_numerics_normal_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.8809176Z test_reference_numerics_normal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.8809388Z test_reference_numerics_normal_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-11-23T03:22:18.8809640Z test_reference_numerics_normal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.8809870Z test_reference_numerics_normal_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.290s) 2022-11-23T03:22:18.8810098Z test_reference_numerics_normal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.234s) 2022-11-23T03:22:18.8810320Z test_reference_numerics_normal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.8810528Z test_reference_numerics_normal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8810752Z test_reference_numerics_normal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8810970Z test_reference_numerics_normal_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.8811185Z test_reference_numerics_normal_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.8811400Z test_reference_numerics_normal_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.8811617Z test_reference_numerics_normal_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.8811921Z test_reference_numerics_normal_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T03:22:18.8812148Z test_reference_numerics_normal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.8812365Z test_reference_numerics_normal_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.249s) 2022-11-23T03:22:18.8812620Z test_reference_numerics_normal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8812854Z test_reference_numerics_normal_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.340s) 2022-11-23T03:22:18.8813078Z test_reference_numerics_normal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.313s) 2022-11-23T03:22:18.8813302Z test_reference_numerics_normal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.8813520Z test_reference_numerics_normal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.8813734Z test_reference_numerics_normal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T03:22:18.8813955Z test_reference_numerics_normal_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.8814239Z test_reference_numerics_normal_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.8814477Z test_reference_numerics_normal_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.8814693Z test_reference_numerics_normal_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:22:18.8814909Z test_reference_numerics_normal_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T03:22:18.8815127Z test_reference_numerics_normal_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.146s) 2022-11-23T03:22:18.8815342Z test_reference_numerics_normal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T03:22:18.8815576Z test_reference_numerics_normal_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.8815799Z test_reference_numerics_normal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.8816025Z test_reference_numerics_normal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.8816239Z test_reference_numerics_normal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.8816457Z test_reference_numerics_normal_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.8816675Z test_reference_numerics_normal_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.8816889Z test_reference_numerics_normal_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.8817104Z test_reference_numerics_normal_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.8817324Z test_reference_numerics_normal_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.8817546Z test_reference_numerics_normal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.8817765Z test_reference_numerics_normal_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-11-23T03:22:18.8817994Z test_reference_numerics_normal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.280s) 2022-11-23T03:22:18.8818221Z test_reference_numerics_normal_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.311s) 2022-11-23T03:22:18.8818442Z test_reference_numerics_normal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-11-23T03:22:18.8818662Z test_reference_numerics_normal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8818882Z test_reference_numerics_normal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.8819189Z test_reference_numerics_normal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8819406Z test_reference_numerics_normal_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.8819625Z test_reference_numerics_normal_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.8819840Z test_reference_numerics_normal_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8820041Z test_reference_numerics_normal_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T03:22:18.8820255Z test_reference_numerics_normal_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T03:22:18.8820479Z test_reference_numerics_normal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.8820754Z test_reference_numerics_normal_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-11-23T03:22:18.8820993Z test_reference_numerics_normal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.294s) 2022-11-23T03:22:18.8821223Z test_reference_numerics_normal_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.321s) 2022-11-23T03:22:18.8821518Z test_reference_numerics_normal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-11-23T03:22:18.8821757Z test_reference_numerics_normal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T03:22:18.8821971Z test_reference_numerics_normal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T03:22:18.8822183Z test_reference_numerics_normal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T03:22:18.8822400Z test_reference_numerics_normal_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T03:22:18.8822620Z test_reference_numerics_normal_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T03:22:18.8822841Z test_reference_numerics_normal_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T03:22:18.8823056Z test_reference_numerics_normal_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:22:18.8823272Z test_reference_numerics_normal_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T03:22:18.8823495Z test_reference_numerics_normal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8823713Z test_reference_numerics_normal_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-11-23T03:22:18.8823943Z test_reference_numerics_normal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.239s) 2022-11-23T03:22:18.8824168Z test_reference_numerics_normal_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.226s) 2022-11-23T03:22:18.8824384Z test_reference_numerics_normal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.201s) 2022-11-23T03:22:18.8824593Z test_reference_numerics_normal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.8824812Z test_reference_numerics_normal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T03:22:18.8825036Z test_reference_numerics_normal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8825252Z test_reference_numerics_normal_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8825470Z test_reference_numerics_normal_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.8825686Z test_reference_numerics_normal_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:22:18.8825903Z test_reference_numerics_normal_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.8826115Z test_reference_numerics_normal_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.8826422Z test_reference_numerics_normal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.8826638Z test_reference_numerics_normal_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.291s) 2022-11-23T03:22:18.8826873Z test_reference_numerics_normal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-11-23T03:22:18.8827101Z test_reference_numerics_normal_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-11-23T03:22:18.8827320Z test_reference_numerics_normal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.174s) 2022-11-23T03:22:18.8827540Z test_reference_numerics_normal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.8827755Z test_reference_numerics_normal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.8827971Z test_reference_numerics_normal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:22:18.8828190Z test_reference_numerics_normal_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T03:22:18.8828408Z test_reference_numerics_normal_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.8828691Z test_reference_numerics_normal_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:22:18.8828922Z test_reference_numerics_normal_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T03:22:18.8829138Z test_reference_numerics_normal_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.8829352Z test_reference_numerics_normal_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.8829581Z test_reference_numerics_normal_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.8829810Z test_reference_numerics_normal_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.8830042Z test_reference_numerics_normal_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.8830269Z test_reference_numerics_normal_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8830501Z test_reference_numerics_normal_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.8830725Z test_reference_numerics_normal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.8830947Z test_reference_numerics_normal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.8831167Z test_reference_numerics_normal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.8831389Z test_reference_numerics_normal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8831610Z test_reference_numerics_normal_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.8831829Z test_reference_numerics_normal_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.8832045Z test_reference_numerics_normal_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8832263Z test_reference_numerics_normal_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.8832478Z test_reference_numerics_normal_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.8832703Z test_reference_numerics_normal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.8832921Z test_reference_numerics_normal_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.8833151Z test_reference_numerics_normal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T03:22:18.8833376Z test_reference_numerics_normal_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.123s) 2022-11-23T03:22:18.8833682Z test_reference_numerics_normal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T03:22:18.8833900Z test_reference_numerics_normal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:22:18.8834124Z test_reference_numerics_normal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T03:22:18.8834329Z test_reference_numerics_normal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.8834547Z test_reference_numerics_normal_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8834762Z test_reference_numerics_normal_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.8834977Z test_reference_numerics_normal_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.8835192Z test_reference_numerics_normal_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.8835410Z test_reference_numerics_normal_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.8835651Z test_reference_numerics_normal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:22:18.8836558Z test_reference_numerics_normal_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.8836862Z test_reference_numerics_normal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.8837107Z test_reference_numerics_normal_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T03:22:18.8837350Z test_reference_numerics_normal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.8837589Z test_reference_numerics_normal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:22:18.8837831Z test_reference_numerics_normal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:22:18.8838059Z test_reference_numerics_normal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:22:18.8838293Z test_reference_numerics_normal_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.8838531Z test_reference_numerics_normal_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.8838764Z test_reference_numerics_normal_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.8838995Z test_reference_numerics_normal_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.8839225Z test_reference_numerics_normal_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8839445Z test_reference_numerics_normal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.8839665Z test_reference_numerics_normal_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-11-23T03:22:18.8839878Z test_reference_numerics_normal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.286s) 2022-11-23T03:22:18.8840108Z test_reference_numerics_normal_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.283s) 2022-11-23T03:22:18.8840325Z test_reference_numerics_normal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.275s) 2022-11-23T03:22:18.8840545Z test_reference_numerics_normal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8840765Z test_reference_numerics_normal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.8840985Z test_reference_numerics_normal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.8841198Z test_reference_numerics_normal_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.8841519Z test_reference_numerics_normal_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8841736Z test_reference_numerics_normal_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.8841950Z test_reference_numerics_normal_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.8842165Z test_reference_numerics_normal_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T03:22:18.8842390Z test_reference_numerics_normal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:22:18.8842605Z test_reference_numerics_normal_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.146s) 2022-11-23T03:22:18.8842836Z test_reference_numerics_normal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.250s) 2022-11-23T03:22:18.8843061Z test_reference_numerics_normal_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.230s) 2022-11-23T03:22:18.8843282Z test_reference_numerics_normal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.232s) 2022-11-23T03:22:18.8843501Z test_reference_numerics_normal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.8843722Z test_reference_numerics_normal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.8844008Z test_reference_numerics_normal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.8844242Z test_reference_numerics_normal_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8844458Z test_reference_numerics_normal_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8844659Z test_reference_numerics_normal_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.8844872Z test_reference_numerics_normal_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.8845093Z test_reference_numerics_normal_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:22:18.8845325Z test_reference_numerics_normal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8845546Z test_reference_numerics_normal_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-11-23T03:22:18.8845778Z test_reference_numerics_normal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.8846001Z test_reference_numerics_normal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.8846222Z test_reference_numerics_normal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.8846444Z test_reference_numerics_normal_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:22:18.8846659Z test_reference_numerics_normal_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.8846876Z test_reference_numerics_normal_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:22:18.8847094Z test_reference_numerics_normal_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.8847321Z test_reference_numerics_normal_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.8847543Z test_reference_numerics_normal_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.195s) 2022-11-23T03:22:18.8847773Z test_reference_numerics_normal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.527s) 2022-11-23T03:22:18.8847997Z test_reference_numerics_normal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.575s) 2022-11-23T03:22:18.8848217Z test_reference_numerics_normal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.540s) 2022-11-23T03:22:18.8848441Z test_reference_numerics_normal_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:22:18.8848746Z test_reference_numerics_normal_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.123s) 2022-11-23T03:22:18.8848959Z test_reference_numerics_normal_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T03:22:18.8849185Z test_reference_numerics_normal_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.8849394Z test_reference_numerics_normal_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.8849614Z test_reference_numerics_normal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.137s) 2022-11-23T03:22:18.8849832Z test_reference_numerics_normal_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T03:22:18.8850052Z test_reference_numerics_normal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.8850272Z test_reference_numerics_normal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8850494Z test_reference_numerics_normal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T03:22:18.8850710Z test_reference_numerics_normal_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:22:18.8850995Z test_reference_numerics_normal_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:22:18.8851224Z test_reference_numerics_normal_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T03:22:18.8851439Z test_reference_numerics_normal_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T03:22:18.8851649Z test_reference_numerics_normal_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.8851873Z test_reference_numerics_normal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.8852086Z test_reference_numerics_normal_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-11-23T03:22:18.8852312Z test_reference_numerics_normal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.8852533Z test_reference_numerics_normal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T03:22:18.8852757Z test_reference_numerics_normal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T03:22:18.8852980Z test_reference_numerics_normal_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T03:22:18.8853197Z test_reference_numerics_normal_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T03:22:18.8853415Z test_reference_numerics_normal_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.8853630Z test_reference_numerics_normal_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:22:18.8853846Z test_reference_numerics_normal_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.8854058Z test_reference_numerics_normal_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T03:22:18.8854283Z test_reference_numerics_normal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.8854500Z test_reference_numerics_normal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8854715Z test_reference_numerics_normal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T03:22:18.8854935Z test_reference_numerics_normal_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8855155Z test_reference_numerics_normal_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.8855376Z test_reference_numerics_normal_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.8855598Z test_reference_numerics_normal_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.8855899Z test_reference_numerics_normal_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.8856126Z test_reference_numerics_normal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T03:22:18.8856341Z test_reference_numerics_normal_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.144s) 2022-11-23T03:22:18.8856562Z test_reference_numerics_normal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T03:22:18.8856786Z test_reference_numerics_normal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T03:22:18.8857001Z test_reference_numerics_normal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T03:22:18.8857220Z test_reference_numerics_normal_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8857434Z test_reference_numerics_normal_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T03:22:18.8857655Z test_reference_numerics_normal_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.8857870Z test_reference_numerics_normal_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.8858083Z test_reference_numerics_normal_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.8858369Z test_reference_numerics_normal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:22:18.8858605Z test_reference_numerics_normal_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:22:18.8858817Z test_reference_numerics_normal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-11-23T03:22:18.8859042Z test_reference_numerics_normal_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.242s) 2022-11-23T03:22:18.8859262Z test_reference_numerics_normal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-11-23T03:22:18.8859488Z test_reference_numerics_normal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.8859709Z test_reference_numerics_normal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:22:18.8859929Z test_reference_numerics_normal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.8860149Z test_reference_numerics_normal_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8860366Z test_reference_numerics_normal_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.8860582Z test_reference_numerics_normal_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.8860796Z test_reference_numerics_normal_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8861011Z test_reference_numerics_normal_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.8861243Z test_reference_numerics_normal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.8861463Z test_reference_numerics_normal_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-11-23T03:22:18.8861687Z test_reference_numerics_normal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.8861904Z test_reference_numerics_normal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.8862117Z test_reference_numerics_normal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.8862340Z test_reference_numerics_normal_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.8862558Z test_reference_numerics_normal_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8862773Z test_reference_numerics_normal_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8863078Z test_reference_numerics_normal_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.8863294Z test_reference_numerics_normal_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.8863503Z test_reference_numerics_normal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:22:18.8863729Z test_reference_numerics_normal_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.8863958Z test_reference_numerics_normal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:22:18.8864181Z test_reference_numerics_normal_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T03:22:18.8864402Z test_reference_numerics_normal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T03:22:18.8864623Z test_reference_numerics_normal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T03:22:18.8864847Z test_reference_numerics_normal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T03:22:18.8865066Z test_reference_numerics_normal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.8865284Z test_reference_numerics_normal_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.8865566Z test_reference_numerics_normal_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.8865797Z test_reference_numerics_normal_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.8866010Z test_reference_numerics_normal_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.8866226Z test_reference_numerics_normal_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.8866450Z test_reference_numerics_normal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T03:22:18.8866675Z test_reference_numerics_normal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.8866891Z test_reference_numerics_normal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.8867101Z test_reference_numerics_normal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.8867324Z test_reference_numerics_normal_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.8867543Z test_reference_numerics_normal_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:22:18.8867758Z test_reference_numerics_normal_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8867974Z test_reference_numerics_normal_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.8868174Z test_reference_numerics_normal_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.8868403Z test_reference_numerics_normal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.8868624Z test_reference_numerics_normal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8868846Z test_reference_numerics_normal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.8869072Z test_reference_numerics_normal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.8869293Z test_reference_numerics_normal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:22:18.8869506Z test_reference_numerics_normal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:22:18.8869715Z test_reference_numerics_normal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T03:22:18.8869931Z test_reference_numerics_normal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2022-11-23T03:22:18.8870234Z test_reference_numerics_normal_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.303s) 2022-11-23T03:22:18.8870448Z test_reference_numerics_normal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-11-23T03:22:18.8870664Z test_reference_numerics_normal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T03:22:18.8870886Z test_reference_numerics_normal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.175s) 2022-11-23T03:22:18.8871098Z test_reference_numerics_normal_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-11-23T03:22:18.8871310Z test_reference_numerics_normal_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.161s) 2022-11-23T03:22:18.8871516Z test_reference_numerics_normal_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-11-23T03:22:18.8871727Z test_reference_numerics_normal_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.137s) 2022-11-23T03:22:18.8871937Z test_reference_numerics_normal_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.160s) 2022-11-23T03:22:18.8872167Z test_reference_numerics_normal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.8872391Z test_reference_numerics_normal_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.8872719Z test_reference_numerics_normal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8872966Z test_reference_numerics_normal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:22:18.8873387Z test_reference_numerics_normal_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.8873667Z test_reference_numerics_normal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:22:18.8873908Z test_reference_numerics_normal_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.8874149Z test_reference_numerics_normal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.8874654Z test_reference_numerics_normal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.8875023Z test_reference_numerics_normal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.8875248Z test_reference_numerics_normal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.8875470Z test_reference_numerics_normal_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.8875687Z test_reference_numerics_normal_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.8875900Z test_reference_numerics_normal_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8876120Z test_reference_numerics_normal_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.8876338Z test_reference_numerics_normal_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.8876552Z test_reference_numerics_normal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.8876768Z test_reference_numerics_normal_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8877002Z test_reference_numerics_normal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.8877230Z test_reference_numerics_normal_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:22:18.8877450Z test_reference_numerics_normal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.8877671Z test_reference_numerics_normal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.8877888Z test_reference_numerics_normal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8878222Z test_reference_numerics_normal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.8878426Z test_reference_numerics_normal_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.8878646Z test_reference_numerics_normal_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8878869Z test_reference_numerics_normal_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8879084Z test_reference_numerics_normal_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.8879300Z test_reference_numerics_normal_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8879527Z test_reference_numerics_normal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.8879743Z test_reference_numerics_normal_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8880084Z test_reference_numerics_normal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.8880353Z test_reference_numerics_normal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.8880574Z test_reference_numerics_normal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.8881023Z test_reference_numerics_normal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8881263Z test_reference_numerics_normal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.8881623Z test_reference_numerics_normal_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.8881848Z test_reference_numerics_normal_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.8882064Z test_reference_numerics_normal_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.8882285Z test_reference_numerics_normal_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.8882499Z test_reference_numerics_normal_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T03:22:18.8882733Z test_reference_numerics_normal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.8882955Z test_reference_numerics_normal_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T03:22:18.8883181Z test_reference_numerics_normal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.8883401Z test_reference_numerics_normal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.8883603Z test_reference_numerics_normal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.8883827Z test_reference_numerics_normal_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.8884045Z test_reference_numerics_normal_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8884257Z test_reference_numerics_normal_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.8884477Z test_reference_numerics_normal_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:22:18.8884694Z test_reference_numerics_normal_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.8884925Z test_reference_numerics_normal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:22:18.8885149Z test_reference_numerics_normal_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T03:22:18.8885379Z test_reference_numerics_normal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.8885602Z test_reference_numerics_normal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8885923Z test_reference_numerics_normal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.8886140Z test_reference_numerics_normal_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8886357Z test_reference_numerics_normal_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.8886570Z test_reference_numerics_normal_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.8886941Z test_reference_numerics_normal_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:22:18.8887163Z test_reference_numerics_normal_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.8887390Z test_reference_numerics_normal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:22:18.8887873Z test_reference_numerics_normal_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.8888120Z test_reference_numerics_normal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.8888348Z test_reference_numerics_normal_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.8888651Z test_reference_numerics_normal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.8888872Z test_reference_numerics_normal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8889085Z test_reference_numerics_normal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8889297Z test_reference_numerics_normal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8889515Z test_reference_numerics_normal_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8889741Z test_reference_numerics_normal_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.8889962Z test_reference_numerics_normal_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.8890184Z test_reference_numerics_normal_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.8890404Z test_reference_numerics_normal_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8890650Z test_reference_numerics_normal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.8890912Z test_reference_numerics_normal_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.8891158Z test_reference_numerics_normal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:22:18.8891404Z test_reference_numerics_normal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T03:22:18.8891652Z test_reference_numerics_normal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.8891895Z test_reference_numerics_normal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.8892131Z test_reference_numerics_normal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.8892369Z test_reference_numerics_normal_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.8892604Z test_reference_numerics_normal_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.8892833Z test_reference_numerics_normal_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.8893227Z test_reference_numerics_normal_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.8893575Z test_reference_numerics_normal_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.8893930Z test_reference_numerics_normal_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T03:22:18.8894292Z test_reference_numerics_normal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T03:22:18.8894523Z test_reference_numerics_normal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T03:22:18.8894723Z test_reference_numerics_normal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T03:22:18.8894945Z test_reference_numerics_normal_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.8895165Z test_reference_numerics_normal_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T03:22:18.8895386Z test_reference_numerics_normal_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8895609Z test_reference_numerics_normal_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.8895823Z test_reference_numerics_normal_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.8896045Z test_reference_numerics_normal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.8896346Z test_reference_numerics_normal_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.266s) 2022-11-23T03:22:18.8896593Z test_reference_numerics_normal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-11-23T03:22:18.8896820Z test_reference_numerics_normal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-11-23T03:22:18.8897041Z test_reference_numerics_normal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.8897256Z test_reference_numerics_normal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.8897470Z test_reference_numerics_normal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.8897688Z test_reference_numerics_normal_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.8897903Z test_reference_numerics_normal_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.8898123Z test_reference_numerics_normal_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8898335Z test_reference_numerics_normal_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.8898548Z test_reference_numerics_normal_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.8898775Z test_reference_numerics_normal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.8898993Z test_reference_numerics_normal_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-11-23T03:22:18.8899299Z test_reference_numerics_normal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.8899567Z test_reference_numerics_normal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.8899784Z test_reference_numerics_normal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8900006Z test_reference_numerics_normal_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8900464Z test_reference_numerics_normal_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.8900689Z test_reference_numerics_normal_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8900906Z test_reference_numerics_normal_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8901123Z test_reference_numerics_normal_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:22:18.8901444Z test_reference_numerics_normal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T03:22:18.8901658Z test_reference_numerics_normal_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.288s) 2022-11-23T03:22:18.8901889Z test_reference_numerics_normal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-11-23T03:22:18.8902119Z test_reference_numerics_normal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-11-23T03:22:18.8902339Z test_reference_numerics_normal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:22:18.8902560Z test_reference_numerics_normal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.8902782Z test_reference_numerics_normal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.8902997Z test_reference_numerics_normal_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T03:22:18.8903217Z test_reference_numerics_normal_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8903432Z test_reference_numerics_normal_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:22:18.8903647Z test_reference_numerics_normal_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T03:22:18.8903930Z test_reference_numerics_normal_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T03:22:18.8904166Z test_reference_numerics_normal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.8904383Z test_reference_numerics_normal_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.281s) 2022-11-23T03:22:18.8904593Z test_reference_numerics_normal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-11-23T03:22:18.8904816Z test_reference_numerics_normal_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-11-23T03:22:18.8905038Z test_reference_numerics_normal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.190s) 2022-11-23T03:22:18.8905258Z test_reference_numerics_normal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8905477Z test_reference_numerics_normal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.8905854Z test_reference_numerics_normal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8906072Z test_reference_numerics_normal_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.8906289Z test_reference_numerics_normal_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:22:18.8906741Z test_reference_numerics_normal_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.8906962Z test_reference_numerics_normal_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.8907179Z test_reference_numerics_normal_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.8907417Z test_reference_numerics_normal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.8907647Z test_reference_numerics_normal_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8907891Z test_reference_numerics_normal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.8908129Z test_reference_numerics_normal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.8908362Z test_reference_numerics_normal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.8908594Z test_reference_numerics_normal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.8908826Z test_reference_numerics_normal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.8909158Z test_reference_numerics_normal_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.8909385Z test_reference_numerics_normal_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8909614Z test_reference_numerics_normal_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.8909831Z test_reference_numerics_normal_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.8910062Z test_reference_numerics_normal_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.8910287Z test_reference_numerics_normal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.8910505Z test_reference_numerics_normal_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-11-23T03:22:18.8910728Z test_reference_numerics_normal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.8910949Z test_reference_numerics_normal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.8911160Z test_reference_numerics_normal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.8911379Z test_reference_numerics_normal_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.145s) 2022-11-23T03:22:18.8911668Z test_reference_numerics_normal_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-11-23T03:22:18.8912056Z test_reference_numerics_normal_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-11-23T03:22:18.8912281Z test_reference_numerics_normal_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-11-23T03:22:18.8912496Z test_reference_numerics_normal_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-11-23T03:22:18.8913006Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T03:22:18.8913260Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:22:18.8913498Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T03:22:18.8913750Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T03:22:18.8913994Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:22:18.8914242Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T03:22:18.8914488Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T03:22:18.8914726Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T03:22:18.8914980Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.310s) 2022-11-23T03:22:18.8915221Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.259s) 2022-11-23T03:22:18.8915460Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-11-23T03:22:18.8915686Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.254s) 2022-11-23T03:22:18.8915930Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-11-23T03:22:18.8916174Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.257s) 2022-11-23T03:22:18.8916419Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-11-23T03:22:18.8917454Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.268s) 2022-11-23T03:22:18.8917707Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.384s) 2022-11-23T03:22:18.8917957Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.354s) 2022-11-23T03:22:18.8918361Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.374s) 2022-11-23T03:22:18.8918615Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.370s) 2022-11-23T03:22:18.8918860Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.346s) 2022-11-23T03:22:18.8919368Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.375s) 2022-11-23T03:22:18.8919620Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.370s) 2022-11-23T03:22:18.8919858Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.359s) 2022-11-23T03:22:18.8920093Z test_reference_numerics_normal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:22:18.8920418Z test_reference_numerics_normal_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8920669Z test_reference_numerics_normal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T03:22:18.8920899Z test_reference_numerics_normal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:22:18.8921128Z test_reference_numerics_normal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T03:22:18.8921356Z test_reference_numerics_normal_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8921581Z test_reference_numerics_normal_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.8921795Z test_reference_numerics_normal_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.8922020Z test_reference_numerics_normal_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.8922236Z test_reference_numerics_normal_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:22:18.8922443Z test_reference_numerics_normal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8922670Z test_reference_numerics_normal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:22:18.8922896Z test_reference_numerics_normal_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:22:18.8923114Z test_reference_numerics_normal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T03:22:18.8923338Z test_reference_numerics_normal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:22:18.8923558Z test_reference_numerics_normal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:22:18.8923781Z test_reference_numerics_normal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.8924003Z test_reference_numerics_normal_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.8924216Z test_reference_numerics_normal_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.8924579Z test_reference_numerics_normal_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8924808Z test_reference_numerics_normal_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:22:18.8925019Z test_reference_numerics_normal_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.8925625Z test_reference_numerics_normal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:22:18.8925880Z test_reference_numerics_normal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.147s) 2022-11-23T03:22:18.8926131Z test_reference_numerics_normal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:22:18.8926376Z test_reference_numerics_normal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T03:22:18.8926615Z test_reference_numerics_normal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.8926860Z test_reference_numerics_normal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T03:22:18.8927101Z test_reference_numerics_normal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T03:22:18.8927346Z test_reference_numerics_normal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:22:18.8927607Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.8927949Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T03:22:18.8928228Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.8928470Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.8928726Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T03:22:18.8928982Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-11-23T03:22:18.8929234Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:22:18.8929476Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2022-11-23T03:22:18.8929724Z test_reference_numerics_normal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T03:22:18.8929968Z test_reference_numerics_normal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-11-23T03:22:18.8930211Z test_reference_numerics_normal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.114s) 2022-11-23T03:22:18.8930454Z test_reference_numerics_normal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.176s) 2022-11-23T03:22:18.8930823Z test_reference_numerics_normal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T03:22:18.8931107Z test_reference_numerics_normal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8931354Z test_reference_numerics_normal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T03:22:18.8931834Z test_reference_numerics_normal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.8932084Z test_reference_numerics_normal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.8932324Z test_reference_numerics_normal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.8932564Z test_reference_numerics_normal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.8932802Z test_reference_numerics_normal_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8933142Z test_reference_numerics_normal_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.8933377Z test_reference_numerics_normal_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.8933615Z test_reference_numerics_normal_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T03:22:18.8933851Z test_reference_numerics_normal_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:22:18.8934093Z test_reference_numerics_normal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.8934332Z test_reference_numerics_normal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.146s) 2022-11-23T03:22:18.8934572Z test_reference_numerics_normal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.8934796Z test_reference_numerics_normal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T03:22:18.8935039Z test_reference_numerics_normal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.8935278Z test_reference_numerics_normal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T03:22:18.8935585Z test_reference_numerics_normal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.8935843Z test_reference_numerics_normal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.8936099Z test_reference_numerics_normal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.8936349Z test_reference_numerics_normal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.173s) 2022-11-23T03:22:18.8936591Z test_reference_numerics_normal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8936834Z test_reference_numerics_normal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:22:18.8937231Z test_reference_numerics_normal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.8937489Z test_reference_numerics_normal_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.128s) 2022-11-23T03:22:18.8937751Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T03:22:18.8938242Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:22:18.8938494Z test_reference_numerics_normal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.8938732Z test_reference_numerics_normal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.8938972Z test_reference_numerics_normal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.8939217Z test_reference_numerics_normal_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.8939466Z test_reference_numerics_normal_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.8939712Z test_reference_numerics_normal_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.8939957Z test_reference_numerics_normal_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.8940202Z test_reference_numerics_normal_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.8940458Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8940821Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.238s) 2022-11-23T03:22:18.8941080Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-11-23T03:22:18.8941335Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T03:22:18.8941582Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8941811Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:22:18.8942061Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.8942303Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T03:22:18.8942544Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T03:22:18.8942791Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:22:18.8943095Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T03:22:18.8943505Z test_reference_numerics_normal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.8943764Z test_reference_numerics_normal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.8944009Z test_reference_numerics_normal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:22:18.8944502Z test_reference_numerics_normal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T03:22:18.8944757Z test_reference_numerics_normal_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:22:18.8944996Z test_reference_numerics_normal_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:22:18.8945237Z test_reference_numerics_normal_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.8945479Z test_reference_numerics_normal_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.8945728Z test_reference_numerics_normal_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T03:22:18.8945975Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.261s) 2022-11-23T03:22:18.8946229Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.562s) 2022-11-23T03:22:18.8946479Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.523s) 2022-11-23T03:22:18.8946722Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.558s) 2022-11-23T03:22:18.8946970Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T03:22:18.8947213Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T03:22:18.8947449Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.146s) 2022-11-23T03:22:18.8947693Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T03:22:18.8947942Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T03:22:18.8948287Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.772s) 2022-11-23T03:22:18.8948540Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.631s) 2022-11-23T03:22:18.8948774Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.679s) 2022-11-23T03:22:18.8949014Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.648s) 2022-11-23T03:22:18.8949260Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.607s) 2022-11-23T03:22:18.8949500Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.605s) 2022-11-23T03:22:18.8949881Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.677s) 2022-11-23T03:22:18.8950136Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.629s) 2022-11-23T03:22:18.8950638Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.622s) 2022-11-23T03:22:18.8950978Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.759s) 2022-11-23T03:22:18.8951244Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.620s) 2022-11-23T03:22:18.8951488Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.696s) 2022-11-23T03:22:18.8951730Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.637s) 2022-11-23T03:22:18.8951974Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.612s) 2022-11-23T03:22:18.8952216Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.619s) 2022-11-23T03:22:18.8952452Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.607s) 2022-11-23T03:22:18.8952699Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.619s) 2022-11-23T03:22:18.8952945Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.629s) 2022-11-23T03:22:18.8953188Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.777s) 2022-11-23T03:22:18.8953437Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.636s) 2022-11-23T03:22:18.8953681Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.634s) 2022-11-23T03:22:18.8953927Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.640s) 2022-11-23T03:22:18.8954171Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.591s) 2022-11-23T03:22:18.8954411Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.650s) 2022-11-23T03:22:18.8954647Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.632s) 2022-11-23T03:22:18.8954888Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.595s) 2022-11-23T03:22:18.8955135Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.690s) 2022-11-23T03:22:18.8955364Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.753s) 2022-11-23T03:22:18.8955699Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.667s) 2022-11-23T03:22:18.8956104Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.650s) 2022-11-23T03:22:18.8956362Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.633s) 2022-11-23T03:22:18.8956670Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.636s) 2022-11-23T03:22:18.8957104Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.641s) 2022-11-23T03:22:18.8957345Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.650s) 2022-11-23T03:22:18.8957588Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.604s) 2022-11-23T03:22:18.8957834Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-11-23T03:22:18.8958065Z test_reference_numerics_normal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.8959029Z test_reference_numerics_normal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T03:22:18.8959322Z test_reference_numerics_normal_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T03:22:18.8959551Z test_reference_numerics_normal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8959783Z test_reference_numerics_normal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T03:22:18.8960006Z test_reference_numerics_normal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T03:22:18.8960229Z test_reference_numerics_normal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.8960458Z test_reference_numerics_normal_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.8960676Z test_reference_numerics_normal_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.8960894Z test_reference_numerics_normal_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.8961115Z test_reference_numerics_normal_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.8961330Z test_reference_numerics_normal_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8961555Z test_reference_numerics_normal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.8961778Z test_reference_numerics_normal_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-11-23T03:22:18.8961997Z test_reference_numerics_normal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.8962387Z test_reference_numerics_normal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:22:18.8962613Z test_reference_numerics_normal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.8962841Z test_reference_numerics_normal_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.8963306Z test_reference_numerics_normal_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.8963526Z test_reference_numerics_normal_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8963744Z test_reference_numerics_normal_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.8963970Z test_reference_numerics_normal_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.8964307Z test_reference_numerics_normal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:22:18.8964527Z test_reference_numerics_normal_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.8964758Z test_reference_numerics_normal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.8964987Z test_reference_numerics_normal_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8965204Z test_reference_numerics_normal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:22:18.8965424Z test_reference_numerics_normal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:22:18.8965646Z test_reference_numerics_normal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:22:18.8965864Z test_reference_numerics_normal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8966090Z test_reference_numerics_normal_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.8966306Z test_reference_numerics_normal_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8966524Z test_reference_numerics_normal_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.8966813Z test_reference_numerics_normal_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.8967046Z test_reference_numerics_normal_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8967268Z test_reference_numerics_normal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:22:18.8967504Z test_reference_numerics_normal_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.128s) 2022-11-23T03:22:18.8967745Z test_reference_numerics_normal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T03:22:18.8967991Z test_reference_numerics_normal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T03:22:18.8968226Z test_reference_numerics_normal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.8968607Z test_reference_numerics_normal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:22:18.8968854Z test_reference_numerics_normal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:22:18.8969086Z test_reference_numerics_normal_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:22:18.8969553Z test_reference_numerics_normal_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.8969781Z test_reference_numerics_normal_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.8970009Z test_reference_numerics_normal_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:22:18.8970235Z test_reference_numerics_normal_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.8970461Z test_reference_numerics_normal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.161s) 2022-11-23T03:22:18.8970682Z test_reference_numerics_normal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-11-23T03:22:18.8970900Z test_reference_numerics_normal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-11-23T03:22:18.8971111Z test_reference_numerics_normal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-11-23T03:22:18.8971331Z test_reference_numerics_normal_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.8971555Z test_reference_numerics_normal_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:22:18.8971773Z test_reference_numerics_normal_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:22:18.8972093Z test_reference_numerics_normal_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:22:18.8972312Z test_reference_numerics_normal_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.8972613Z test_reference_numerics_normal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-11-23T03:22:18.8972845Z test_reference_numerics_normal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-11-23T03:22:18.8973088Z test_reference_numerics_normal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-11-23T03:22:18.8973321Z test_reference_numerics_normal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.128s) 2022-11-23T03:22:18.8973563Z test_reference_numerics_normal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.153s) 2022-11-23T03:22:18.8973807Z test_reference_numerics_normal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T03:22:18.8974045Z test_reference_numerics_normal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-11-23T03:22:18.8974276Z test_reference_numerics_normal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T03:22:18.8974603Z test_reference_numerics_normal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T03:22:18.8975010Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T03:22:18.8975259Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T03:22:18.8975767Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:22:18.8976005Z test_reference_numerics_normal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8976230Z test_reference_numerics_normal_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-11-23T03:22:18.8976463Z test_reference_numerics_normal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-11-23T03:22:18.8976694Z test_reference_numerics_normal_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-11-23T03:22:18.8976914Z test_reference_numerics_normal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-11-23T03:22:18.8977137Z test_reference_numerics_normal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.8977350Z test_reference_numerics_normal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.8977561Z test_reference_numerics_normal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.8977785Z test_reference_numerics_normal_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T03:22:18.8978006Z test_reference_numerics_normal_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.8978223Z test_reference_numerics_normal_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.8978445Z test_reference_numerics_normal_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T03:22:18.8978645Z test_reference_numerics_normal_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:22:18.8978866Z test_reference_numerics_normal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.8979082Z test_reference_numerics_normal_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.8979309Z test_reference_numerics_normal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T03:22:18.8979637Z test_reference_numerics_normal_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.146s) 2022-11-23T03:22:18.8979855Z test_reference_numerics_normal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T03:22:18.8980076Z test_reference_numerics_normal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.8980296Z test_reference_numerics_normal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.8980514Z test_reference_numerics_normal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.8980728Z test_reference_numerics_normal_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.8981079Z test_reference_numerics_normal_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.8981312Z test_reference_numerics_normal_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.8981529Z test_reference_numerics_normal_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.8981854Z test_reference_numerics_normal_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.8982223Z test_reference_numerics_normal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.8982531Z test_reference_numerics_normal_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.155s) 2022-11-23T03:22:18.8982783Z test_reference_numerics_normal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.274s) 2022-11-23T03:22:18.8983013Z test_reference_numerics_normal_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.264s) 2022-11-23T03:22:18.8983245Z test_reference_numerics_normal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.245s) 2022-11-23T03:22:18.8983472Z test_reference_numerics_normal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.8983697Z test_reference_numerics_normal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.8983900Z test_reference_numerics_normal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.8984121Z test_reference_numerics_normal_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.8984339Z test_reference_numerics_normal_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.8984551Z test_reference_numerics_normal_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T03:22:18.8984770Z test_reference_numerics_normal_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.8984994Z test_reference_numerics_normal_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:22:18.8985212Z test_reference_numerics_normal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T03:22:18.8985431Z test_reference_numerics_normal_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.8985650Z test_reference_numerics_normal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.8985873Z test_reference_numerics_normal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.8986093Z test_reference_numerics_normal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.8986313Z test_reference_numerics_normal_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.8986532Z test_reference_numerics_normal_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.8986750Z test_reference_numerics_normal_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.8986967Z test_reference_numerics_normal_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:22:18.8987415Z test_reference_numerics_normal_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:22:18.8987653Z test_reference_numerics_normal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.8987874Z test_reference_numerics_normal_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T03:22:18.8988301Z test_reference_numerics_normal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.8988551Z test_reference_numerics_normal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.8988769Z test_reference_numerics_normal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:22:18.8988978Z test_reference_numerics_normal_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:22:18.8989192Z test_reference_numerics_normal_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:22:18.8989410Z test_reference_numerics_normal_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.8989632Z test_reference_numerics_normal_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:22:18.8989855Z test_reference_numerics_normal_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:22:18.8990158Z test_reference_numerics_normal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.8990394Z test_reference_numerics_normal_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-11-23T03:22:18.8990620Z test_reference_numerics_normal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.244s) 2022-11-23T03:22:18.8990838Z test_reference_numerics_normal_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.306s) 2022-11-23T03:22:18.8991055Z test_reference_numerics_normal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.261s) 2022-11-23T03:22:18.8991278Z test_reference_numerics_normal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8991496Z test_reference_numerics_normal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.8991716Z test_reference_numerics_normal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.8991934Z test_reference_numerics_normal_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.8992152Z test_reference_numerics_normal_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.8992365Z test_reference_numerics_normal_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8992578Z test_reference_numerics_normal_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.8992790Z test_reference_numerics_normal_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T03:22:18.8993019Z test_reference_numerics_normal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.8993232Z test_reference_numerics_normal_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-11-23T03:22:18.8993532Z test_reference_numerics_normal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.291s) 2022-11-23T03:22:18.8993818Z test_reference_numerics_normal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.310s) 2022-11-23T03:22:18.8994039Z test_reference_numerics_normal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.8994338Z test_reference_numerics_normal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T03:22:18.8994746Z test_reference_numerics_normal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T03:22:18.8994972Z test_reference_numerics_normal_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8995291Z test_reference_numerics_normal_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T03:22:18.8995507Z test_reference_numerics_normal_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.8995724Z test_reference_numerics_normal_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:22:18.8995939Z test_reference_numerics_normal_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.8996164Z test_reference_numerics_normal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.8996381Z test_reference_numerics_normal_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T03:22:18.8996611Z test_reference_numerics_normal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.244s) 2022-11-23T03:22:18.8996836Z test_reference_numerics_normal_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.272s) 2022-11-23T03:22:18.8997058Z test_reference_numerics_normal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.270s) 2022-11-23T03:22:18.8997281Z test_reference_numerics_normal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.8997500Z test_reference_numerics_normal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.8997792Z test_reference_numerics_normal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.8998024Z test_reference_numerics_normal_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.8998237Z test_reference_numerics_normal_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.8998451Z test_reference_numerics_normal_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.8998647Z test_reference_numerics_normal_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.8998859Z test_reference_numerics_normal_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.8999104Z test_reference_numerics_normal_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.342s) 2022-11-23T03:22:18.8999345Z test_reference_numerics_normal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.372s) 2022-11-23T03:22:18.8999593Z test_reference_numerics_normal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.385s) 2022-11-23T03:22:18.8999972Z test_reference_numerics_normal_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.363s) 2022-11-23T03:22:18.9000219Z test_reference_numerics_normal_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.377s) 2022-11-23T03:22:18.9000446Z test_reference_numerics_normal_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.376s) 2022-11-23T03:22:18.9000938Z test_reference_numerics_normal_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.362s) 2022-11-23T03:22:18.9001188Z test_reference_numerics_normal_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.452s) 2022-11-23T03:22:18.9001430Z test_reference_numerics_normal_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-11-23T03:22:18.9001672Z test_reference_numerics_normal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:22:18.9001915Z test_reference_numerics_normal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:22:18.9002156Z test_reference_numerics_normal_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.9002393Z test_reference_numerics_normal_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T03:22:18.9002624Z test_reference_numerics_normal_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T03:22:18.9002961Z test_reference_numerics_normal_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.9003192Z test_reference_numerics_normal_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T03:22:18.9003423Z test_reference_numerics_normal_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T03:22:18.9003667Z test_reference_numerics_normal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.123s) 2022-11-23T03:22:18.9003910Z test_reference_numerics_normal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T03:22:18.9004145Z test_reference_numerics_normal_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T03:22:18.9004375Z test_reference_numerics_normal_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T03:22:18.9004611Z test_reference_numerics_normal_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T03:22:18.9004837Z test_reference_numerics_normal_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T03:22:18.9005069Z test_reference_numerics_normal_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.9005370Z test_reference_numerics_normal_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.204s) 2022-11-23T03:22:18.9005630Z test_reference_numerics_normal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T03:22:18.9005869Z test_reference_numerics_normal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.9006250Z test_reference_numerics_normal_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.9006490Z test_reference_numerics_normal_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.9006723Z test_reference_numerics_normal_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T03:22:18.9007138Z test_reference_numerics_normal_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:22:18.9007527Z test_reference_numerics_normal_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:22:18.9007770Z test_reference_numerics_normal_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-11-23T03:22:18.9008009Z test_reference_numerics_normal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T03:22:18.9008250Z test_reference_numerics_normal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T03:22:18.9008482Z test_reference_numerics_normal_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:22:18.9008709Z test_reference_numerics_normal_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T03:22:18.9008940Z test_reference_numerics_normal_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T03:22:18.9009173Z test_reference_numerics_normal_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T03:22:18.9009404Z test_reference_numerics_normal_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T03:22:18.9009641Z test_reference_numerics_normal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.9009873Z test_reference_numerics_normal_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T03:22:18.9010109Z test_reference_numerics_normal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.9010342Z test_reference_numerics_normal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.9010689Z test_reference_numerics_normal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.9010905Z test_reference_numerics_normal_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.9011137Z test_reference_numerics_normal_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.9011370Z test_reference_numerics_normal_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T03:22:18.9011602Z test_reference_numerics_normal_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.9011828Z test_reference_numerics_normal_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:22:18.9012056Z test_reference_numerics_normal_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T03:22:18.9012294Z test_reference_numerics_normal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.9012534Z test_reference_numerics_normal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.9012913Z test_reference_numerics_normal_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:22:18.9013235Z test_reference_numerics_normal_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T03:22:18.9013625Z test_reference_numerics_normal_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.9014051Z test_reference_numerics_normal_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T03:22:18.9014293Z test_reference_numerics_normal_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.9014531Z test_reference_numerics_normal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T03:22:18.9014771Z test_reference_numerics_normal_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.234s) 2022-11-23T03:22:18.9015002Z test_reference_numerics_normal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T03:22:18.9015236Z test_reference_numerics_normal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T03:22:18.9015469Z test_reference_numerics_normal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T03:22:18.9015700Z test_reference_numerics_normal_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.128s) 2022-11-23T03:22:18.9015925Z test_reference_numerics_normal_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T03:22:18.9016154Z test_reference_numerics_normal_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-11-23T03:22:18.9016387Z test_reference_numerics_normal_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T03:22:18.9016606Z test_reference_numerics_normal_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-11-23T03:22:18.9016835Z test_reference_numerics_normal_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.301s) 2022-11-23T03:22:18.9017068Z test_reference_numerics_normal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-11-23T03:22:18.9017297Z test_reference_numerics_normal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T03:22:18.9017525Z test_reference_numerics_normal_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.168s) 2022-11-23T03:22:18.9017746Z test_reference_numerics_normal_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.168s) 2022-11-23T03:22:18.9017964Z test_reference_numerics_normal_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.160s) 2022-11-23T03:22:18.9018189Z test_reference_numerics_normal_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.134s) 2022-11-23T03:22:18.9018512Z test_reference_numerics_normal_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.145s) 2022-11-23T03:22:18.9018730Z test_reference_numerics_normal_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.271s) 2022-11-23T03:22:18.9018966Z test_reference_numerics_normal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T03:22:18.9019343Z test_reference_numerics_normal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-11-23T03:22:18.9019583Z test_reference_numerics_normal_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T03:22:18.9019808Z test_reference_numerics_normal_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T03:22:18.9020248Z test_reference_numerics_normal_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.149s) 2022-11-23T03:22:18.9020642Z test_reference_numerics_normal_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T03:22:18.9020879Z test_reference_numerics_normal_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:22:18.9021118Z test_reference_numerics_normal_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-11-23T03:22:18.9021450Z test_reference_numerics_normal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:22:18.9021709Z test_reference_numerics_normal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.114s) 2022-11-23T03:22:18.9021947Z test_reference_numerics_normal_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T03:22:18.9022183Z test_reference_numerics_normal_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:22:18.9022413Z test_reference_numerics_normal_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.114s) 2022-11-23T03:22:18.9022634Z test_reference_numerics_normal_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T03:22:18.9022862Z test_reference_numerics_normal_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.9023117Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-11-23T03:22:18.9023371Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T03:22:18.9023626Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-11-23T03:22:18.9023879Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-11-23T03:22:18.9024121Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-11-23T03:22:18.9024368Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-11-23T03:22:18.9024618Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-11-23T03:22:18.9024860Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.154s) 2022-11-23T03:22:18.9025106Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.269s) 2022-11-23T03:22:18.9025359Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.159s) 2022-11-23T03:22:18.9025614Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.152s) 2022-11-23T03:22:18.9026014Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T03:22:18.9026365Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T03:22:18.9026768Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-11-23T03:22:18.9027223Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T03:22:18.9027474Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T03:22:18.9027720Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.267s) 2022-11-23T03:22:18.9027971Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.151s) 2022-11-23T03:22:18.9028224Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:22:18.9028473Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T03:22:18.9028715Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T03:22:18.9029040Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.151s) 2022-11-23T03:22:18.9029307Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T03:22:18.9029547Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T03:22:18.9029775Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.296s) 2022-11-23T03:22:18.9030026Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T03:22:18.9030286Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T03:22:18.9030533Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T03:22:18.9030774Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:22:18.9031010Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.146s) 2022-11-23T03:22:18.9031260Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:22:18.9031508Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T03:22:18.9031748Z test_reference_numerics_normal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T03:22:18.9031980Z test_reference_numerics_normal_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-11-23T03:22:18.9032218Z test_reference_numerics_normal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T03:22:18.9032615Z test_reference_numerics_normal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.9032860Z test_reference_numerics_normal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.9033163Z test_reference_numerics_normal_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T03:22:18.9033584Z test_reference_numerics_normal_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.9033822Z test_reference_numerics_normal_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T03:22:18.9034154Z test_reference_numerics_normal_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T03:22:18.9034381Z test_reference_numerics_normal_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.9034610Z test_reference_numerics_normal_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:22:18.9034852Z test_reference_numerics_normal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.9035087Z test_reference_numerics_normal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.9035320Z test_reference_numerics_normal_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.9035557Z test_reference_numerics_normal_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.9035791Z test_reference_numerics_normal_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.9036010Z test_reference_numerics_normal_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.9036239Z test_reference_numerics_normal_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.9036588Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.256s) 2022-11-23T03:22:18.9036888Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T03:22:18.9037156Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:22:18.9037419Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T03:22:18.9037693Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.9037954Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:22:18.9038217Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T03:22:18.9038485Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T03:22:18.9038907Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.9039180Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.289s) 2022-11-23T03:22:18.9039528Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:22:18.9039963Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T03:22:18.9040229Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T03:22:18.9040495Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.137s) 2022-11-23T03:22:18.9040749Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.147s) 2022-11-23T03:22:18.9041006Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T03:22:18.9041257Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.151s) 2022-11-23T03:22:18.9042273Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.297s) 2022-11-23T03:22:18.9042536Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T03:22:18.9042801Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T03:22:18.9043064Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.134s) 2022-11-23T03:22:18.9043319Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T03:22:18.9043573Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:22:18.9043829Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T03:22:18.9044082Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T03:22:18.9044337Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.176s) 2022-11-23T03:22:18.9044665Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.9045064Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:22:18.9045357Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:22:18.9045613Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.9046139Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T03:22:18.9046410Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.9046660Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T03:22:18.9046889Z test_reference_numerics_normal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T03:22:18.9047108Z test_reference_numerics_normal_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-11-23T03:22:18.9047338Z test_reference_numerics_normal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.173s) 2022-11-23T03:22:18.9047562Z test_reference_numerics_normal_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-11-23T03:22:18.9047779Z test_reference_numerics_normal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.168s) 2022-11-23T03:22:18.9048003Z test_reference_numerics_normal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.9048226Z test_reference_numerics_normal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.9048446Z test_reference_numerics_normal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.9048670Z test_reference_numerics_normal_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.9048886Z test_reference_numerics_normal_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.9049105Z test_reference_numerics_normal_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.9049322Z test_reference_numerics_normal_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.9049537Z test_reference_numerics_normal_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:22:18.9049870Z test_reference_numerics_normal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.9050088Z test_reference_numerics_normal_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T03:22:18.9050324Z test_reference_numerics_normal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T03:22:18.9050542Z test_reference_numerics_normal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:22:18.9050765Z test_reference_numerics_normal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T03:22:18.9050981Z test_reference_numerics_normal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.9051265Z test_reference_numerics_normal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.9051562Z test_reference_numerics_normal_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:22:18.9051788Z test_reference_numerics_normal_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:22:18.9052116Z test_reference_numerics_normal_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:22:18.9052491Z test_reference_numerics_normal_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.9052796Z test_reference_numerics_normal_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:22:18.9053027Z test_reference_numerics_normal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.9053243Z test_reference_numerics_normal_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-11-23T03:22:18.9053469Z test_reference_numerics_normal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.174s) 2022-11-23T03:22:18.9053695Z test_reference_numerics_normal_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-11-23T03:22:18.9053915Z test_reference_numerics_normal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-11-23T03:22:18.9054137Z test_reference_numerics_normal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.9054356Z test_reference_numerics_normal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.9054578Z test_reference_numerics_normal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:22:18.9054794Z test_reference_numerics_normal_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T03:22:18.9055010Z test_reference_numerics_normal_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T03:22:18.9055224Z test_reference_numerics_normal_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:22:18.9055441Z test_reference_numerics_normal_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.9055641Z test_reference_numerics_normal_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T03:22:18.9055864Z test_reference_numerics_normal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T03:22:18.9056078Z test_reference_numerics_normal_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-11-23T03:22:18.9056316Z test_reference_numerics_normal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-11-23T03:22:18.9056542Z test_reference_numerics_normal_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.213s) 2022-11-23T03:22:18.9056763Z test_reference_numerics_normal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-11-23T03:22:18.9056986Z test_reference_numerics_normal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:22:18.9057206Z test_reference_numerics_normal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:22:18.9057521Z test_reference_numerics_normal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.9057737Z test_reference_numerics_normal_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.9058105Z test_reference_numerics_normal_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T03:22:18.9058334Z test_reference_numerics_normal_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T03:22:18.9058551Z test_reference_numerics_normal_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:22:18.9058950Z test_reference_numerics_normal_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T03:22:18.9059322Z test_reference_numerics_normal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.9059553Z test_reference_numerics_normal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.9059767Z test_reference_numerics_normal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:22:18.9059984Z test_reference_numerics_normal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.9060203Z test_reference_numerics_normal_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.9060512Z test_reference_numerics_normal_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:22:18.9060751Z test_reference_numerics_normal_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.9060951Z test_reference_numerics_normal_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.9061166Z test_reference_numerics_normal_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T03:22:18.9061383Z test_reference_numerics_small_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9061646Z test_reference_numerics_small_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9061876Z test_reference_numerics_small_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:22:18.9062098Z test_reference_numerics_small_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:22:18.9062326Z test_reference_numerics_small_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.9062540Z test_reference_numerics_small_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9062758Z test_reference_numerics_small_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9062975Z test_reference_numerics_small_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9063190Z test_reference_numerics_small_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9063406Z test_reference_numerics_small_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9063614Z test_reference_numerics_small_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.9063826Z test_reference_numerics_small_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9064036Z test_reference_numerics_small_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9064258Z test_reference_numerics_small_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9064678Z test_reference_numerics_small_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9064940Z test_reference_numerics_small_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:22:18.9065168Z test_reference_numerics_small_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.9065791Z test_reference_numerics_small_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.9066028Z test_reference_numerics_small_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9066236Z test_reference_numerics_small_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9066595Z test_reference_numerics_small_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9066816Z test_reference_numerics_small_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9067031Z test_reference_numerics_small_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9067246Z test_reference_numerics_small_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9067465Z test_reference_numerics_small_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9067679Z test_reference_numerics_small_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9067905Z test_reference_numerics_small_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9068166Z test_reference_numerics_small_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9068510Z test_reference_numerics_small_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.9068759Z test_reference_numerics_small_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:22:18.9068976Z test_reference_numerics_small_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T03:22:18.9069197Z test_reference_numerics_small_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9069419Z test_reference_numerics_small_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.9069644Z test_reference_numerics_small_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9069863Z test_reference_numerics_small_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9070079Z test_reference_numerics_small_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9070299Z test_reference_numerics_small_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9070518Z test_reference_numerics_small_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9070732Z test_reference_numerics_small_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9070991Z test_reference_numerics_small_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9071206Z test_reference_numerics_small_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.9071438Z test_reference_numerics_small_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.9071808Z test_reference_numerics_small_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.9072067Z test_reference_numerics_small_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-11-23T03:22:18.9072318Z test_reference_numerics_small_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.003s) 2022-11-23T03:22:18.9072806Z test_reference_numerics_small_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9073029Z test_reference_numerics_small_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.9073245Z test_reference_numerics_small_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9073461Z test_reference_numerics_small_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9073813Z test_reference_numerics_small_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9074032Z test_reference_numerics_small_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9074294Z test_reference_numerics_small_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9074522Z test_reference_numerics_small_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:22:18.9074750Z test_reference_numerics_small_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:22:18.9074965Z test_reference_numerics_small_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:22:18.9075184Z test_reference_numerics_small_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9075403Z test_reference_numerics_small_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9075626Z test_reference_numerics_small_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.9075843Z test_reference_numerics_small_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9076130Z test_reference_numerics_small_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9076362Z test_reference_numerics_small_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9076576Z test_reference_numerics_small_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9076771Z test_reference_numerics_small_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9076995Z test_reference_numerics_small_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9077255Z test_reference_numerics_small_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9077493Z test_reference_numerics_small_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:22:18.9077720Z test_reference_numerics_small_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.9078095Z test_reference_numerics_small_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:22:18.9078328Z test_reference_numerics_small_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9078546Z test_reference_numerics_small_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9079028Z test_reference_numerics_small_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9079254Z test_reference_numerics_small_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.9079475Z test_reference_numerics_small_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9079691Z test_reference_numerics_small_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9079907Z test_reference_numerics_small_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9080124Z test_reference_numerics_small_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9080349Z test_reference_numerics_small_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9080605Z test_reference_numerics_small_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9080828Z test_reference_numerics_small_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:22:18.9081050Z test_reference_numerics_small_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:22:18.9081372Z test_reference_numerics_small_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.9081594Z test_reference_numerics_small_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9081815Z test_reference_numerics_small_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.9082023Z test_reference_numerics_small_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9082242Z test_reference_numerics_small_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9082456Z test_reference_numerics_small_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9082671Z test_reference_numerics_small_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9082885Z test_reference_numerics_small_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9083098Z test_reference_numerics_small_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9083321Z test_reference_numerics_small_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9083577Z test_reference_numerics_small_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9084617Z test_reference_numerics_small_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.9085046Z test_reference_numerics_small_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:22:18.9085379Z test_reference_numerics_small_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.9085602Z test_reference_numerics_small_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9085823Z test_reference_numerics_small_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9086045Z test_reference_numerics_small_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9086264Z test_reference_numerics_small_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9086478Z test_reference_numerics_small_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9086700Z test_reference_numerics_small_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9086920Z test_reference_numerics_small_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9087140Z test_reference_numerics_small_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9087409Z test_reference_numerics_small_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9087639Z test_reference_numerics_small_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9087849Z test_reference_numerics_small_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9088064Z test_reference_numerics_small_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9088287Z test_reference_numerics_small_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9088512Z test_reference_numerics_small_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9088730Z test_reference_numerics_small_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9088950Z test_reference_numerics_small_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9089171Z test_reference_numerics_small_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9089387Z test_reference_numerics_small_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.9089727Z test_reference_numerics_small_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9089940Z test_reference_numerics_small_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9090154Z test_reference_numerics_small_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9090492Z test_reference_numerics_small_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9090730Z test_reference_numerics_small_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9090953Z test_reference_numerics_small_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9091469Z test_reference_numerics_small_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9091707Z test_reference_numerics_small_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.9091935Z test_reference_numerics_small_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:22:18.9092157Z test_reference_numerics_small_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.9092374Z test_reference_numerics_small_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9092677Z test_reference_numerics_small_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9092912Z test_reference_numerics_small_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9093125Z test_reference_numerics_small_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9093324Z test_reference_numerics_small_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9093538Z test_reference_numerics_small_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.9093755Z test_reference_numerics_small_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9093965Z test_reference_numerics_small_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9094206Z test_reference_numerics_small_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9094480Z test_reference_numerics_small_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9094721Z test_reference_numerics_small_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.9094965Z test_reference_numerics_small_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.9095205Z test_reference_numerics_small_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:22:18.9095442Z test_reference_numerics_small_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9095678Z test_reference_numerics_small_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9095910Z test_reference_numerics_small_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9096145Z test_reference_numerics_small_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9096376Z test_reference_numerics_small_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9096720Z test_reference_numerics_small_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9096984Z test_reference_numerics_small_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9097212Z test_reference_numerics_small_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9097789Z test_reference_numerics_small_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.9098057Z test_reference_numerics_small_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9098282Z test_reference_numerics_small_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:22:18.9098509Z test_reference_numerics_small_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:22:18.9098730Z test_reference_numerics_small_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:22:18.9098934Z test_reference_numerics_small_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9099152Z test_reference_numerics_small_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9099369Z test_reference_numerics_small_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9099585Z test_reference_numerics_small_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9099796Z test_reference_numerics_small_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9100001Z test_reference_numerics_small_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9100294Z test_reference_numerics_small_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9100518Z test_reference_numerics_small_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9100739Z test_reference_numerics_small_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9100997Z test_reference_numerics_small_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9101223Z test_reference_numerics_small_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:22:18.9101450Z test_reference_numerics_small_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.9101663Z test_reference_numerics_small_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.9101882Z test_reference_numerics_small_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9102104Z test_reference_numerics_small_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9102322Z test_reference_numerics_small_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9102538Z test_reference_numerics_small_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9102751Z test_reference_numerics_small_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.9103112Z test_reference_numerics_small_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9103338Z test_reference_numerics_small_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9103548Z test_reference_numerics_small_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9103994Z test_reference_numerics_small_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9104295Z test_reference_numerics_small_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9104520Z test_reference_numerics_small_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9104744Z test_reference_numerics_small_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9104958Z test_reference_numerics_small_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9105176Z test_reference_numerics_small_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9105496Z test_reference_numerics_small_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9105716Z test_reference_numerics_small_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9105941Z test_reference_numerics_small_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9106158Z test_reference_numerics_small_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9106421Z test_reference_numerics_small_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9106647Z test_reference_numerics_small_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9106866Z test_reference_numerics_small_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9107083Z test_reference_numerics_small_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9107303Z test_reference_numerics_small_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9107518Z test_reference_numerics_small_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9107810Z test_reference_numerics_small_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9108050Z test_reference_numerics_small_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9108265Z test_reference_numerics_small_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9108487Z test_reference_numerics_small_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9108743Z test_reference_numerics_small_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.011s) 2022-11-23T03:22:18.9108969Z test_reference_numerics_small_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9109278Z test_reference_numerics_small_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9109537Z test_reference_numerics_small_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9109757Z test_reference_numerics_small_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9109970Z test_reference_numerics_small_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9110452Z test_reference_numerics_small_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9110671Z test_reference_numerics_small_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9110878Z test_reference_numerics_small_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9111102Z test_reference_numerics_small_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9111362Z test_reference_numerics_small_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9111579Z test_reference_numerics_small_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9111800Z test_reference_numerics_small_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9112016Z test_reference_numerics_small_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9112231Z test_reference_numerics_small_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9112446Z test_reference_numerics_small_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9112662Z test_reference_numerics_small_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9112969Z test_reference_numerics_small_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9113178Z test_reference_numerics_small_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9113440Z test_reference_numerics_small_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9113669Z test_reference_numerics_small_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9113886Z test_reference_numerics_small_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9114097Z test_reference_numerics_small_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9114300Z test_reference_numerics_small_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9114517Z test_reference_numerics_small_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9114738Z test_reference_numerics_small_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9114953Z test_reference_numerics_small_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9115171Z test_reference_numerics_small_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9115553Z test_reference_numerics_small_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9115883Z test_reference_numerics_small_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9116099Z test_reference_numerics_small_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9116442Z test_reference_numerics_small_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9116788Z test_reference_numerics_small_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9117009Z test_reference_numerics_small_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9117219Z test_reference_numerics_small_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9117432Z test_reference_numerics_small_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9117647Z test_reference_numerics_small_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9117858Z test_reference_numerics_small_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9118104Z test_reference_numerics_small_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.9118359Z test_reference_numerics_small_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9118583Z test_reference_numerics_small_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.9118808Z test_reference_numerics_small_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:22:18.9119027Z test_reference_numerics_small_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:22:18.9119247Z test_reference_numerics_small_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9119452Z test_reference_numerics_small_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9119673Z test_reference_numerics_small_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9119889Z test_reference_numerics_small_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9120100Z test_reference_numerics_small_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9120308Z test_reference_numerics_small_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9120663Z test_reference_numerics_small_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9120873Z test_reference_numerics_small_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9121100Z test_reference_numerics_small_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9121362Z test_reference_numerics_small_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9121581Z test_reference_numerics_small_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9121936Z test_reference_numerics_small_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9122169Z test_reference_numerics_small_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9122387Z test_reference_numerics_small_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9122723Z test_reference_numerics_small_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9123071Z test_reference_numerics_small_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9123288Z test_reference_numerics_small_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9123585Z test_reference_numerics_small_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9123823Z test_reference_numerics_small_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9124080Z test_reference_numerics_small_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9124308Z test_reference_numerics_small_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.9124531Z test_reference_numerics_small_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.9124734Z test_reference_numerics_small_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T03:22:18.9124953Z test_reference_numerics_small_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9125173Z test_reference_numerics_small_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9125395Z test_reference_numerics_small_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9125610Z test_reference_numerics_small_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9125824Z test_reference_numerics_small_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9126038Z test_reference_numerics_small_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9126249Z test_reference_numerics_small_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9126461Z test_reference_numerics_small_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9126686Z test_reference_numerics_small_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9126905Z test_reference_numerics_small_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9127128Z test_reference_numerics_small_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9127348Z test_reference_numerics_small_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9127564Z test_reference_numerics_small_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9127782Z test_reference_numerics_small_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9128001Z test_reference_numerics_small_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9128441Z test_reference_numerics_small_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9128655Z test_reference_numerics_small_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9128991Z test_reference_numerics_small_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9129347Z test_reference_numerics_small_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9129571Z test_reference_numerics_small_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9129773Z test_reference_numerics_small_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9130021Z test_reference_numerics_small_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.9130266Z test_reference_numerics_small_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.9130509Z test_reference_numerics_small_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.9130727Z test_reference_numerics_small_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9131060Z test_reference_numerics_small_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9131295Z test_reference_numerics_small_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9131507Z test_reference_numerics_small_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9131720Z test_reference_numerics_small_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9131931Z test_reference_numerics_small_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9132141Z test_reference_numerics_small_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9132349Z test_reference_numerics_small_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9132558Z test_reference_numerics_small_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9132760Z test_reference_numerics_small_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9132991Z test_reference_numerics_small_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:22:18.9133215Z test_reference_numerics_small_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.9133430Z test_reference_numerics_small_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.9133659Z test_reference_numerics_small_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9133924Z test_reference_numerics_small_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9134161Z test_reference_numerics_small_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.9134537Z test_reference_numerics_small_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T03:22:18.9134767Z test_reference_numerics_small_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:22:18.9134996Z test_reference_numerics_small_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9135477Z test_reference_numerics_small_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9135709Z test_reference_numerics_small_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9135932Z test_reference_numerics_small_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9136251Z test_reference_numerics_small_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9136468Z test_reference_numerics_small_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9136688Z test_reference_numerics_small_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9136913Z test_reference_numerics_small_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9137127Z test_reference_numerics_small_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9137392Z test_reference_numerics_small_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9137618Z test_reference_numerics_small_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:22:18.9137846Z test_reference_numerics_small_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.9138069Z test_reference_numerics_small_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.9138287Z test_reference_numerics_small_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9138506Z test_reference_numerics_small_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9138796Z test_reference_numerics_small_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9139029Z test_reference_numerics_small_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9139243Z test_reference_numerics_small_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9139460Z test_reference_numerics_small_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9139678Z test_reference_numerics_small_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9139894Z test_reference_numerics_small_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9140102Z test_reference_numerics_small_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9140361Z test_reference_numerics_small_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9140688Z test_reference_numerics_small_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T03:22:18.9140964Z test_reference_numerics_small_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:22:18.9141184Z test_reference_numerics_small_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9141407Z test_reference_numerics_small_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9141984Z test_reference_numerics_small_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9142230Z test_reference_numerics_small_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9142447Z test_reference_numerics_small_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9142660Z test_reference_numerics_small_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.9142879Z test_reference_numerics_small_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9143094Z test_reference_numerics_small_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9143326Z test_reference_numerics_small_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9143589Z test_reference_numerics_small_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9143818Z test_reference_numerics_small_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9144153Z test_reference_numerics_small_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9144372Z test_reference_numerics_small_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9144596Z test_reference_numerics_small_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9144812Z test_reference_numerics_small_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9145024Z test_reference_numerics_small_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9145240Z test_reference_numerics_small_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9145447Z test_reference_numerics_small_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9145677Z test_reference_numerics_small_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9145940Z test_reference_numerics_small_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9146168Z test_reference_numerics_small_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9146467Z test_reference_numerics_small_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9146704Z test_reference_numerics_small_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9146927Z test_reference_numerics_small_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.9147249Z test_reference_numerics_small_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9147509Z test_reference_numerics_small_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9147736Z test_reference_numerics_small_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9148053Z test_reference_numerics_small_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9148419Z test_reference_numerics_small_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9148689Z test_reference_numerics_small_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9148921Z test_reference_numerics_small_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:22:18.9149151Z test_reference_numerics_small_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:22:18.9149372Z test_reference_numerics_small_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.9149592Z test_reference_numerics_small_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9149812Z test_reference_numerics_small_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9150023Z test_reference_numerics_small_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9150242Z test_reference_numerics_small_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9150465Z test_reference_numerics_small_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9150685Z test_reference_numerics_small_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9150890Z test_reference_numerics_small_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9151105Z test_reference_numerics_small_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9151346Z test_reference_numerics_small_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9151734Z test_reference_numerics_small_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9151981Z test_reference_numerics_small_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:22:18.9152227Z test_reference_numerics_small_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:22:18.9152465Z test_reference_numerics_small_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9152701Z test_reference_numerics_small_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9152933Z test_reference_numerics_small_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9153166Z test_reference_numerics_small_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9153498Z test_reference_numerics_small_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9153786Z test_reference_numerics_small_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9154025Z test_reference_numerics_small_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9154570Z test_reference_numerics_small_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9154865Z test_reference_numerics_small_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9155090Z test_reference_numerics_small_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9155310Z test_reference_numerics_small_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9155522Z test_reference_numerics_small_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.9155745Z test_reference_numerics_small_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9155968Z test_reference_numerics_small_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9156187Z test_reference_numerics_small_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9156409Z test_reference_numerics_small_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9156628Z test_reference_numerics_small_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9156835Z test_reference_numerics_small_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9157090Z test_reference_numerics_small_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9157316Z test_reference_numerics_small_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:22:18.9157542Z test_reference_numerics_small_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:22:18.9157759Z test_reference_numerics_small_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9157980Z test_reference_numerics_small_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9158198Z test_reference_numerics_small_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9158416Z test_reference_numerics_small_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9158628Z test_reference_numerics_small_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.9158843Z test_reference_numerics_small_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9159057Z test_reference_numerics_small_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9159363Z test_reference_numerics_small_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9159589Z test_reference_numerics_small_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9160017Z test_reference_numerics_small_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.006s) 2022-11-23T03:22:18.9160247Z test_reference_numerics_small_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9160471Z test_reference_numerics_small_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9160921Z test_reference_numerics_small_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9161144Z test_reference_numerics_small_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9161366Z test_reference_numerics_small_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9161582Z test_reference_numerics_small_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9161795Z test_reference_numerics_small_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9162072Z test_reference_numerics_small_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9162310Z test_reference_numerics_small_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9162566Z test_reference_numerics_small_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9162790Z test_reference_numerics_small_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.9163013Z test_reference_numerics_small_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:22:18.9163235Z test_reference_numerics_small_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9163454Z test_reference_numerics_small_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9163673Z test_reference_numerics_small_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9163891Z test_reference_numerics_small_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9164103Z test_reference_numerics_small_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9164317Z test_reference_numerics_small_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9164530Z test_reference_numerics_small_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9164739Z test_reference_numerics_small_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9164960Z test_reference_numerics_small_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9165218Z test_reference_numerics_small_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9165443Z test_reference_numerics_small_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.9165667Z test_reference_numerics_small_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.9165886Z test_reference_numerics_small_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.9166263Z test_reference_numerics_small_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9166488Z test_reference_numerics_small_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9166705Z test_reference_numerics_small_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9167902Z test_reference_numerics_small_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9168117Z test_reference_numerics_small_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9168325Z test_reference_numerics_small_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9168544Z test_reference_numerics_small_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.9168753Z test_reference_numerics_small_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9168993Z test_reference_numerics_small_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9169263Z test_reference_numerics_small_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9169503Z test_reference_numerics_small_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:22:18.9169743Z test_reference_numerics_small_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:22:18.9169976Z test_reference_numerics_small_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.9170206Z test_reference_numerics_small_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9170532Z test_reference_numerics_small_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9170781Z test_reference_numerics_small_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.9171008Z test_reference_numerics_small_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9171228Z test_reference_numerics_small_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9171455Z test_reference_numerics_small_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9171678Z test_reference_numerics_small_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9171904Z test_reference_numerics_small_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9172169Z test_reference_numerics_small_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9172606Z test_reference_numerics_small_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9172943Z test_reference_numerics_small_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9173192Z test_reference_numerics_small_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9173394Z test_reference_numerics_small_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9173611Z test_reference_numerics_small_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9173830Z test_reference_numerics_small_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9174048Z test_reference_numerics_small_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9174265Z test_reference_numerics_small_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9174515Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9174759Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9175005Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9175247Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9175598Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9175838Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9176103Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.9176342Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9176584Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9176824Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9177069Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9177308Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9177547Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9177786Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9178226Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.9178519Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9178761Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9179230Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9179504Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9179741Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9179965Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9180210Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9180474Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.9180712Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:22:18.9180941Z test_reference_numerics_small_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9181204Z test_reference_numerics_small_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9181434Z test_reference_numerics_small_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9181660Z test_reference_numerics_small_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9181890Z test_reference_numerics_small_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9182117Z test_reference_numerics_small_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9182337Z test_reference_numerics_small_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9182549Z test_reference_numerics_small_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9182770Z test_reference_numerics_small_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9183090Z test_reference_numerics_small_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9183311Z test_reference_numerics_small_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9183535Z test_reference_numerics_small_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:22:18.9183760Z test_reference_numerics_small_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.9183986Z test_reference_numerics_small_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:22:18.9184204Z test_reference_numerics_small_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9184546Z test_reference_numerics_small_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9184784Z test_reference_numerics_small_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9185001Z test_reference_numerics_small_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9185298Z test_reference_numerics_small_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9185661Z test_reference_numerics_small_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9185965Z test_reference_numerics_small_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9186190Z test_reference_numerics_small_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9186436Z test_reference_numerics_small_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9186680Z test_reference_numerics_small_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9186926Z test_reference_numerics_small_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9187174Z test_reference_numerics_small_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9187417Z test_reference_numerics_small_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9187659Z test_reference_numerics_small_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9187898Z test_reference_numerics_small_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9188129Z test_reference_numerics_small_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9188389Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9188644Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9188896Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9189138Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9189384Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9189633Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9189876Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9190115Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9190358Z test_reference_numerics_small_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9190786Z test_reference_numerics_small_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9191068Z test_reference_numerics_small_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9191310Z test_reference_numerics_small_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9191664Z test_reference_numerics_small_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9192033Z test_reference_numerics_small_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9192277Z test_reference_numerics_small_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9192526Z test_reference_numerics_small_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9192768Z test_reference_numerics_small_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9193008Z test_reference_numerics_small_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9193247Z test_reference_numerics_small_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9193568Z test_reference_numerics_small_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9193824Z test_reference_numerics_small_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9194055Z test_reference_numerics_small_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9194294Z test_reference_numerics_small_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9194524Z test_reference_numerics_small_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.9194769Z test_reference_numerics_small_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9195006Z test_reference_numerics_small_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9195248Z test_reference_numerics_small_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9195487Z test_reference_numerics_small_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9195725Z test_reference_numerics_small_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9195956Z test_reference_numerics_small_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9196189Z test_reference_numerics_small_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9196427Z test_reference_numerics_small_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9196677Z test_reference_numerics_small_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9196932Z test_reference_numerics_small_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9197315Z test_reference_numerics_small_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9197556Z test_reference_numerics_small_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9197896Z test_reference_numerics_small_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9198197Z test_reference_numerics_small_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9198683Z test_reference_numerics_small_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.9198941Z test_reference_numerics_small_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:22:18.9199193Z test_reference_numerics_small_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9199432Z test_reference_numerics_small_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9199670Z test_reference_numerics_small_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9199915Z test_reference_numerics_small_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9200180Z test_reference_numerics_small_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.9200430Z test_reference_numerics_small_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9200693Z test_reference_numerics_small_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:22:18.9201016Z test_reference_numerics_small_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9201289Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9201547Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:22:18.9201804Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.9202059Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9202309Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9202555Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9202805Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9203053Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9203291Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9203542Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9203933Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9204195Z test_reference_numerics_small_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9204573Z test_reference_numerics_small_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9204946Z test_reference_numerics_small_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9205170Z test_reference_numerics_small_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9205415Z test_reference_numerics_small_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9205663Z test_reference_numerics_small_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9205909Z test_reference_numerics_small_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9206258Z test_reference_numerics_small_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9206504Z test_reference_numerics_small_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9206798Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9207052Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9207293Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9207531Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9207775Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9208019Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9208261Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9209175Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9209473Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9209760Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.006s) 2022-11-23T03:22:18.9210171Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9210425Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9210756Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.9211172Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9211422Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9211669Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9211915Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9212154Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9212436Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9212689Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9212917Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9213158Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9213401Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9213640Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9213882Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9214127Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9214487Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:22:18.9214772Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9215027Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9215268Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9215505Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9215749Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9215987Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9216380Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9216636Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9217067Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9217506Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9217759Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9218003Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9218241Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9218490Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9218728Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9218974Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9219218Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9219457Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9219690Z test_reference_numerics_small_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9219910Z test_reference_numerics_small_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:22:18.9220147Z test_reference_numerics_small_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:22:18.9220377Z test_reference_numerics_small_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:22:18.9220612Z test_reference_numerics_small_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9220836Z test_reference_numerics_small_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9221054Z test_reference_numerics_small_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9221280Z test_reference_numerics_small_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9221496Z test_reference_numerics_small_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9221711Z test_reference_numerics_small_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9222030Z test_reference_numerics_small_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9222253Z test_reference_numerics_small_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9222658Z test_reference_numerics_small_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:22:18.9222930Z test_reference_numerics_small_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9223156Z test_reference_numerics_small_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9223640Z test_reference_numerics_small_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9223865Z test_reference_numerics_small_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9224089Z test_reference_numerics_small_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9224312Z test_reference_numerics_small_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9224531Z test_reference_numerics_small_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9224839Z test_reference_numerics_small_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9225073Z test_reference_numerics_small_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9225292Z test_reference_numerics_small_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9225535Z test_reference_numerics_small_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9225765Z test_reference_numerics_small_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:22:18.9225994Z test_reference_numerics_small_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:22:18.9226212Z test_reference_numerics_small_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:22:18.9226432Z test_reference_numerics_small_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9226655Z test_reference_numerics_small_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9226874Z test_reference_numerics_small_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9227089Z test_reference_numerics_small_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9227303Z test_reference_numerics_small_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9227516Z test_reference_numerics_small_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9227735Z test_reference_numerics_small_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9227946Z test_reference_numerics_small_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9228203Z test_reference_numerics_small_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.9228472Z test_reference_numerics_small_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9228717Z test_reference_numerics_small_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.9228954Z test_reference_numerics_small_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:22:18.9229187Z test_reference_numerics_small_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9229419Z test_reference_numerics_small_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9229748Z test_reference_numerics_small_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9229977Z test_reference_numerics_small_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9230199Z test_reference_numerics_small_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9230419Z test_reference_numerics_small_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9230628Z test_reference_numerics_small_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9230847Z test_reference_numerics_small_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9231069Z test_reference_numerics_small_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9231289Z test_reference_numerics_small_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9231512Z test_reference_numerics_small_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9231734Z test_reference_numerics_small_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9232023Z test_reference_numerics_small_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9232257Z test_reference_numerics_small_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9232473Z test_reference_numerics_small_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9232689Z test_reference_numerics_small_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9232903Z test_reference_numerics_small_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9233148Z test_reference_numerics_small_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9233386Z test_reference_numerics_small_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9233625Z test_reference_numerics_small_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9234020Z test_reference_numerics_small_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9234263Z test_reference_numerics_small_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9234603Z test_reference_numerics_small_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9234996Z test_reference_numerics_small_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9235228Z test_reference_numerics_small_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9235481Z test_reference_numerics_small_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9235726Z test_reference_numerics_small_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9235969Z test_reference_numerics_small_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9236198Z test_reference_numerics_small_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9236420Z test_reference_numerics_small_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9236676Z test_reference_numerics_small_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9236906Z test_reference_numerics_small_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.9237237Z test_reference_numerics_small_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:22:18.9237458Z test_reference_numerics_small_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.9237679Z test_reference_numerics_small_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9237903Z test_reference_numerics_small_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9238122Z test_reference_numerics_small_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9238341Z test_reference_numerics_small_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9238555Z test_reference_numerics_small_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9238773Z test_reference_numerics_small_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9238993Z test_reference_numerics_small_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9239207Z test_reference_numerics_small_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9239428Z test_reference_numerics_small_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9239757Z test_reference_numerics_small_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9239996Z test_reference_numerics_small_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:22:18.9240215Z test_reference_numerics_small_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:22:18.9240438Z test_reference_numerics_small_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.9240655Z test_reference_numerics_small_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9240875Z test_reference_numerics_small_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9241089Z test_reference_numerics_small_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9241289Z test_reference_numerics_small_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9241504Z test_reference_numerics_small_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9241711Z test_reference_numerics_small_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9241924Z test_reference_numerics_small_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9242131Z test_reference_numerics_small_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9242363Z test_reference_numerics_small_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9242628Z test_reference_numerics_small_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9242865Z test_reference_numerics_small_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:22:18.9243095Z test_reference_numerics_small_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:22:18.9243322Z test_reference_numerics_small_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:22:18.9243549Z test_reference_numerics_small_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9243768Z test_reference_numerics_small_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9243981Z test_reference_numerics_small_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9244199Z test_reference_numerics_small_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9244511Z test_reference_numerics_small_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9244731Z test_reference_numerics_small_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9244957Z test_reference_numerics_small_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9245175Z test_reference_numerics_small_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9245388Z test_reference_numerics_small_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9245647Z test_reference_numerics_small_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.011s) 2022-11-23T03:22:18.9245865Z test_reference_numerics_small_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9246067Z test_reference_numerics_small_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9246289Z test_reference_numerics_small_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9246506Z test_reference_numerics_small_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9246791Z test_reference_numerics_small_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9247021Z test_reference_numerics_small_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9247239Z test_reference_numerics_small_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9247449Z test_reference_numerics_small_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9247680Z test_reference_numerics_small_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:22:18.9247941Z test_reference_numerics_small_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.004s) 2022-11-23T03:22:18.9248169Z test_reference_numerics_small_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:22:18.9248388Z test_reference_numerics_small_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9248606Z test_reference_numerics_small_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9248823Z test_reference_numerics_small_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9249040Z test_reference_numerics_small_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9249259Z test_reference_numerics_small_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9249478Z test_reference_numerics_small_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9249697Z test_reference_numerics_small_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9249917Z test_reference_numerics_small_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9250325Z test_reference_numerics_small_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9250560Z test_reference_numerics_small_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.9250853Z test_reference_numerics_small_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.9251228Z test_reference_numerics_small_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:22:18.9251456Z test_reference_numerics_small_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9251672Z test_reference_numerics_small_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9258993Z test_reference_numerics_small_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9259252Z test_reference_numerics_small_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9259478Z test_reference_numerics_small_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9259698Z test_reference_numerics_small_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9259917Z test_reference_numerics_small_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9260126Z test_reference_numerics_small_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9260354Z test_reference_numerics_small_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9260616Z test_reference_numerics_small_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9260848Z test_reference_numerics_small_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.9261097Z test_reference_numerics_small_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:22:18.9261320Z test_reference_numerics_small_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9261667Z test_reference_numerics_small_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9261910Z test_reference_numerics_small_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9262125Z test_reference_numerics_small_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9262340Z test_reference_numerics_small_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9262554Z test_reference_numerics_small_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9262774Z test_reference_numerics_small_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9262984Z test_reference_numerics_small_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9263193Z test_reference_numerics_small_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9263455Z test_reference_numerics_small_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9263687Z test_reference_numerics_small_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:22:18.9263911Z test_reference_numerics_small_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.9264126Z test_reference_numerics_small_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.9264343Z test_reference_numerics_small_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9264564Z test_reference_numerics_small_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9264786Z test_reference_numerics_small_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9264998Z test_reference_numerics_small_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9265213Z test_reference_numerics_small_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9265426Z test_reference_numerics_small_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9265640Z test_reference_numerics_small_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9265849Z test_reference_numerics_small_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9266124Z test_reference_numerics_small_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9266463Z test_reference_numerics_small_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9266704Z test_reference_numerics_small_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9266939Z test_reference_numerics_small_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9267174Z test_reference_numerics_small_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9267405Z test_reference_numerics_small_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9267643Z test_reference_numerics_small_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9267872Z test_reference_numerics_small_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9268152Z test_reference_numerics_small_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9268395Z test_reference_numerics_small_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9268623Z test_reference_numerics_small_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9268934Z test_reference_numerics_small_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9269189Z test_reference_numerics_small_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9269418Z test_reference_numerics_small_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9269653Z test_reference_numerics_small_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9269880Z test_reference_numerics_small_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9270158Z test_reference_numerics_small_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9270398Z test_reference_numerics_small_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9270636Z test_reference_numerics_small_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9270870Z test_reference_numerics_small_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9271104Z test_reference_numerics_small_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9271332Z test_reference_numerics_small_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9271566Z test_reference_numerics_small_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9271799Z test_reference_numerics_small_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9272072Z test_reference_numerics_small_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9272315Z test_reference_numerics_small_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9272605Z test_reference_numerics_small_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9272846Z test_reference_numerics_small_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9273077Z test_reference_numerics_small_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9273304Z test_reference_numerics_small_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9273636Z test_reference_numerics_small_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9273863Z test_reference_numerics_small_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9274139Z test_reference_numerics_small_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9274378Z test_reference_numerics_small_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9274600Z test_reference_numerics_small_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9274832Z test_reference_numerics_small_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9275060Z test_reference_numerics_small_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9275292Z test_reference_numerics_small_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9275524Z test_reference_numerics_small_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9275750Z test_reference_numerics_small_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9276058Z test_reference_numerics_small_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9276345Z test_reference_numerics_small_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9276580Z test_reference_numerics_small_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9276817Z test_reference_numerics_small_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9277050Z test_reference_numerics_small_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.9277284Z test_reference_numerics_small_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9277513Z test_reference_numerics_small_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9277743Z test_reference_numerics_small_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9277974Z test_reference_numerics_small_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9278204Z test_reference_numerics_small_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9278475Z test_reference_numerics_small_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9278711Z test_reference_numerics_small_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9278952Z test_reference_numerics_small_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9279183Z test_reference_numerics_small_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9279416Z test_reference_numerics_small_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9279648Z test_reference_numerics_small_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:22:18.9279879Z test_reference_numerics_small_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9280110Z test_reference_numerics_small_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9280330Z test_reference_numerics_small_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9280597Z test_reference_numerics_small_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9280922Z test_reference_numerics_small_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9281150Z test_reference_numerics_small_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9281566Z test_reference_numerics_small_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9281811Z test_reference_numerics_small_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9282034Z test_reference_numerics_small_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9282517Z test_reference_numerics_small_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.9282751Z test_reference_numerics_small_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9282973Z test_reference_numerics_small_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9283240Z test_reference_numerics_small_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9283470Z test_reference_numerics_small_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9283783Z test_reference_numerics_small_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9284028Z test_reference_numerics_small_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9284253Z test_reference_numerics_small_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9284470Z test_reference_numerics_small_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9284693Z test_reference_numerics_small_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9284913Z test_reference_numerics_small_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.9285183Z test_reference_numerics_small_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9285417Z test_reference_numerics_small_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9285648Z test_reference_numerics_small_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9285877Z test_reference_numerics_small_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9286081Z test_reference_numerics_small_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9286296Z test_reference_numerics_small_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9286530Z test_reference_numerics_small_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9286750Z test_reference_numerics_small_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9287022Z test_reference_numerics_small_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9287267Z test_reference_numerics_small_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9287507Z test_reference_numerics_small_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9287742Z test_reference_numerics_small_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9287978Z test_reference_numerics_small_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9288204Z test_reference_numerics_small_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9288530Z test_reference_numerics_small_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9288766Z test_reference_numerics_small_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.9289063Z test_reference_numerics_small_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9289319Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9289574Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9289826Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9290068Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9290307Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.9290552Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9290865Z test_reference_numerics_small_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9291171Z test_reference_numerics_small_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9291421Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9291673Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9291928Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9292173Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9292411Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9292644Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9292885Z test_reference_numerics_small_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9293174Z test_reference_numerics_small_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9293423Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9293682Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9293933Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9294178Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9294414Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9294659Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9294898Z test_reference_numerics_small_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9295184Z test_reference_numerics_small_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9296301Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9296553Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9296807Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9297054Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9297292Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9297543Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9297787Z test_reference_numerics_small_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9298029Z test_reference_numerics_small_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9298301Z test_reference_numerics_small_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9298628Z test_reference_numerics_small_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9298885Z test_reference_numerics_small_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9299119Z test_reference_numerics_small_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9299351Z test_reference_numerics_small_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9299584Z test_reference_numerics_small_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9299804Z test_reference_numerics_small_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9300034Z test_reference_numerics_small_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9300263Z test_reference_numerics_small_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9300535Z test_reference_numerics_small_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9300771Z test_reference_numerics_small_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9301006Z test_reference_numerics_small_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9301240Z test_reference_numerics_small_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9301472Z test_reference_numerics_small_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9301706Z test_reference_numerics_small_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9301934Z test_reference_numerics_small_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9302167Z test_reference_numerics_small_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9302475Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9302751Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9303018Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9303278Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9303642Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9303915Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9304190Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9304464Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9304728Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9305027Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9305293Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9305556Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9305881Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:22:18.9306160Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9306409Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9306663Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9306914Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9307195Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9307461Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9307726Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9307982Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9308241Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9308489Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9308749Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9308996Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9309289Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T03:22:18.9309544Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9309797Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9310050Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9310381Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9310619Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9310867Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.9311112Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9311333Z test_reference_numerics_small_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9311590Z test_reference_numerics_small_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9311817Z test_reference_numerics_small_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:22:18.9312042Z test_reference_numerics_small_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:22:18.9312260Z test_reference_numerics_small_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.9312479Z test_reference_numerics_small_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9312768Z test_reference_numerics_small_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9313005Z test_reference_numerics_small_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9313221Z test_reference_numerics_small_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9313436Z test_reference_numerics_small_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9313635Z test_reference_numerics_small_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9313851Z test_reference_numerics_small_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9314065Z test_reference_numerics_small_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:22:18.9314292Z test_reference_numerics_small_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9314556Z test_reference_numerics_small_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T03:22:18.9314788Z test_reference_numerics_small_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:22:18.9315017Z test_reference_numerics_small_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:22:18.9315240Z test_reference_numerics_small_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9315455Z test_reference_numerics_small_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9315674Z test_reference_numerics_small_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9315894Z test_reference_numerics_small_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9316113Z test_reference_numerics_small_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9316338Z test_reference_numerics_small_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9316557Z test_reference_numerics_small_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9316776Z test_reference_numerics_small_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9316995Z test_reference_numerics_small_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9317252Z test_reference_numerics_small_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T03:22:18.9317569Z test_reference_numerics_small_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:22:18.9317790Z test_reference_numerics_small_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:22:18.9318014Z test_reference_numerics_small_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:22:18.9318234Z test_reference_numerics_small_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9318438Z test_reference_numerics_small_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9318654Z test_reference_numerics_small_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9318866Z test_reference_numerics_small_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:22:18.9319076Z test_reference_numerics_small_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9319285Z test_reference_numerics_small_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9319497Z test_reference_numerics_small_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:22:18.9319702Z test_reference_numerics_small_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9319988Z test_reference_numerics_small_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9320265Z test_reference_numerics_small_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T03:22:18.9320490Z test_reference_numerics_small_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:22:18.9320711Z test_reference_numerics_small_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:22:18.9320925Z test_reference_numerics_small_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:22:18.9321147Z test_reference_numerics_small_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9321368Z test_reference_numerics_small_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9321587Z test_reference_numerics_small_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9321804Z test_reference_numerics_small_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9322018Z test_reference_numerics_small_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9322232Z test_reference_numerics_small_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9322443Z test_reference_numerics_small_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9322652Z test_reference_numerics_small_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9322879Z test_reference_numerics_small_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9323084Z test_reference_numerics_small_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9323303Z test_reference_numerics_small_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9323526Z test_reference_numerics_small_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9323741Z test_reference_numerics_small_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9323958Z test_reference_numerics_small_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9324172Z test_reference_numerics_small_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9324387Z test_reference_numerics_small_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9324599Z test_reference_numerics_small_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9324865Z test_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9325043Z test_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:22:18.9325220Z test_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.964s) 2022-11-23T03:22:18.9325434Z test_special_i0_i1_vs_scipy_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:22:18.9325641Z test_special_i0_i1_vs_scipy_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:22:18.9325846Z test_special_i0_i1_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.9326049Z test_special_i0_i1_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:22:18.9326260Z test_special_log_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9326472Z test_special_log_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:22:18.9326678Z test_special_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:22:18.9326884Z test_special_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:22:18.9327165Z test_threshold_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.9327406Z test_threshold_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.9327625Z test_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.9327843Z test_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:22:18.9328055Z test_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.9328269Z test_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.9328485Z test_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.9328696Z test_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.9328907Z test_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:22:18.9329117Z test_unary_out_op_mem_overlap_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:22:18.9329132Z 2022-11-23T03:22:18.9329328Z ---------------------------------------------------------------------- 2022-11-23T03:22:18.9329432Z Ran 13386 tests in 416.219s 2022-11-23T03:22:18.9329439Z 2022-11-23T03:22:18.9329571Z OK (skipped=515, expected failures=15) 2022-11-23T03:22:18.9329578Z 2022-11-23T03:22:18.9329690Z Generating XML reports... 2022-11-23T03:22:18.9330004Z Generated XML report: test-reports\python-unittest\test_unary_ufuncs\TEST-TestUnaryUfuncsCUDA-20221123031518.xml 2022-11-23T03:22:18.9330015Z 2022-11-23T03:22:18.9330433Z ##[endgroup] 2022-11-23T03:22:18.9330759Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs_ovf5510b) 2022-11-23T03:22:18.9330767Z 2022-11-23T03:22:23.1152104Z Running test_dataloader ... [2022-11-23 03:22:23.112758] 2022-11-23T03:22:23.1159947Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:22:23.112758] 2022-11-23T03:22:23.1162432Z Ignoring disabled issues: [] 2022-11-23T03:28:55.2370652Z 2022-11-23T03:28:55.2371830Z Expand the folded group to see the log file of test_dataloader 2022-11-23T03:28:55.2372898Z ##[group]PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_wg6_qusc) 2022-11-23T03:28:55.2386508Z 2022-11-23T03:28:55.2387237Z Running tests... 2022-11-23T03:28:55.2387625Z ---------------------------------------------------------------------- 2022-11-23T03:28:55.2390348Z Test results will be stored in test-reports\python-unittest\test_dataloader 2022-11-23T03:28:55.2391065Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-11-23T03:28:55.2391667Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:28:55.2392377Z test_add_dataset (__main__.TestConcatDataset) ... ok (2.539s) 2022-11-23T03:28:55.2392860Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.000s) 2022-11-23T03:28:55.2393625Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.012s) 2022-11-23T03:28:55.2394456Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T03:28:55.2395187Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.002s) 2022-11-23T03:28:55.2395635Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.002s) 2022-11-23T03:28:55.2396077Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Needs fork (0.001s) 2022-11-23T03:28:55.2396469Z test_custom_batch_pin (__main__.TestCustomPinFn) ... ok (0.009s) 2022-11-23T03:28:55.2398793Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2399991Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2400822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2401872Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2402932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2403556Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2404686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2405908Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2406902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2407814Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2408800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2409796Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2410392Z ok (11.396s) 2022-11-23T03:28:55.2411391Z test_batch_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2412374Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2413300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2414281Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2415264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2416170Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2417282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2418701Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2419640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2420515Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2421431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2422341Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2423379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2424427Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2425439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2426672Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2427675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2428577Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2429747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2430729Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2431649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2432542Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2433473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2434418Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2435365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2436249Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2437177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2438081Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2439010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2439892Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2440825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2441752Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2442281Z ok (10.225s) 2022-11-23T03:28:55.2443596Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.013s) 2022-11-23T03:28:55.2445353Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2446353Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2447247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2448338Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2449274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2450145Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2451058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2451969Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2452900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2453735Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2454658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2455573Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2456503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2457496Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2458437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2459354Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2459848Z ok (5.157s) 2022-11-23T03:28:55.2460772Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2461785Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2462707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2463616Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2464553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2465423Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2466294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2467203Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2467723Z ok (7.793s) 2022-11-23T03:28:55.2468288Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T03:28:55.2469034Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T03:28:55.2469741Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T03:28:55.2470429Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T03:28:55.2472565Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py:172: 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 C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T03:28:55.2474840Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-11-23T03:28:55.2475394Z ok (0.004s) 2022-11-23T03:28:55.2475948Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T03:28:55.2476707Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T03:28:55.2477446Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T03:28:55.2478192Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T03:28:55.2478968Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.006s) 2022-11-23T03:28:55.2479747Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T03:28:55.2480495Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T03:28:55.2481218Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T03:28:55.2481889Z test_error (__main__.TestDataLoader) ... ok (0.010s) 2022-11-23T03:28:55.2482901Z test_error_in_init (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2484010Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2484975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2485906Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2486849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2487704Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2488639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2489558Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2490493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2491378Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2492288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2493202Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2494108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2494970Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2495891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2496796Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2497311Z ok (8.205s) 2022-11-23T03:28:55.2498205Z test_error_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2499178Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2500052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2500963Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2501881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2502901Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2503806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2504710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2505640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2506628Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2507671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2508596Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2509533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2510406Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2511319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2512441Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2512975Z ok (5.144s) 2022-11-23T03:28:55.2513642Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.010s) 2022-11-23T03:28:55.2514511Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T03:28:55.2515614Z test_get_worker_info (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2516589Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2517514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2518438Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2518939Z ok (7.858s) 2022-11-23T03:28:55.2519543Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T03:28:55.2520355Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T03:28:55.2521080Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.006s) 2022-11-23T03:28:55.2522167Z test_iterable_style_dataset (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2523175Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2524065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2524993Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2526023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2527062Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2527984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2528897Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2529809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2530645Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2531703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2532749Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2533844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2534723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2535628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2536532Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2537428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2538378Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2539469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2540402Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2541466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2542375Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2543301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2544201Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2545224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2546250Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2547182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2548101Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2549048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2549928Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2550877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2551976Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2552931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2553814Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2554734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2555652Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2556593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2557587Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2558628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2559564Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2560509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2561550Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2562476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2563396Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2564513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2565463Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2566382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2567305Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2568245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2569131Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2570141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2571344Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2572272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2573144Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2574090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2574948Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2575885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2576917Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2578040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2578928Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2579866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2580738Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2581649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2582562Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2583665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2584658Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2585549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2586458Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2587379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2588246Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2589262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2590510Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2591441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2592286Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2593201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2594107Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2595034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2596018Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2597085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2598030Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2598942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2599826Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2600885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2601839Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2602855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2603912Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2604835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2605734Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2606679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2607548Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2608572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2609650Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2610601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2611492Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2612389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2613332Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2614269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2615252Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2616331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2617265Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2618206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2619057Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2620135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2621064Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2622178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2623153Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2624076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2624990Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2625914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2626764Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2627777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2628859Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2629916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2630802Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2631716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2632633Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2634525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2635539Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2636448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2637352Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2638281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2639151Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2640047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2641059Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2642139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2643012Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2643912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2644818Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2645735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2646599Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2647554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2648606Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2649544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2650578Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2651488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2652389Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2653308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2654215Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2655262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2656183Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2657122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2658011Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2658924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2659967Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2660990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2662071Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2662996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2663916Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2664858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2665742Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2666667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2667683Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2668749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2669644Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2670563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2671485Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2672427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2673300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2674316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2675299Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2676241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2677112Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2678037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2678950Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2680135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2681188Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2682099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2683022Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2683963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2684832Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2685741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2686722Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2687779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2688617Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2689656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2690592Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2691517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2692387Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2693379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2694437Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2694935Z ok (65.994s) 2022-11-23T03:28:55.2695465Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.005s) 2022-11-23T03:28:55.2696533Z test_large_sampler_indices (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2697528Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2698443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2699359Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2699914Z ok (7.543s) 2022-11-23T03:28:55.2700447Z test_len (__main__.TestDataLoader) ... ok (0.037s) 2022-11-23T03:28:55.2701575Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2702592Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2703499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2704457Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2705394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2706316Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2707384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2709950Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2710880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2711754Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2712754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2713840Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2714738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2715618Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2716549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2717495Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2718433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2719394Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2720598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2721556Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2722463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2723336Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2724252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2725181Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2725802Z ok (12.289s) 2022-11-23T03:28:55.2726905Z test_multiple_dataloaders (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2727934Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2728819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2729735Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2730661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2731527Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2732524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2733595Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2734537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2735368Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2736272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2737178Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2738100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2739199Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2740248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2741166Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2742065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2742928Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2743830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2744734Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2745757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2746812Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2747737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2748626Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2749151Z ok (9.745s) 2022-11-23T03:28:55.2750574Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T03:28:55.2752852Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T03:28:55.2754326Z test_no_segfault (__main__.TestDataLoader) ... skip: Needs fork (0.000s) 2022-11-23T03:28:55.2754963Z test_numpy (__main__.TestDataLoader) ... ok (0.012s) 2022-11-23T03:28:55.2755579Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.007s) 2022-11-23T03:28:55.2756222Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.004s) 2022-11-23T03:28:55.2756786Z test_partial_workers (__main__.TestDataLoader) 2022-11-23T03:28:55.2757505Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.002s) 2022-11-23T03:28:55.2758189Z test_proper_exit (__main__.TestDataLoader) 2022-11-23T03:28:55.2759886Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.007s) 2022-11-23T03:28:55.2761460Z test_random_sampler (__main__.TestDataLoader) ... ok (0.005s) 2022-11-23T03:28:55.2762186Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T03:28:55.2762950Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T03:28:55.2764004Z test_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2764975Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2765945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2767142Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2768075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2768946Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2769852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2770757Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2771687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2772615Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2773697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2774669Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2775590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2776601Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2777559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2778557Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2779538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2780504Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2781434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2782359Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2783290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2784176Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2785173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2786219Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2787164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2788038Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2788971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2789890Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2790831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2791806Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2792811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2793735Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2794259Z ok (10.259s) 2022-11-23T03:28:55.2794823Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.025s) 2022-11-23T03:28:55.2796040Z test_segfault (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2797016Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2797938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2798966Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2799550Z ok (7.443s) 2022-11-23T03:28:55.2800484Z test_seqential_batch_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2801492Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2802414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2803342Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2804291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2805214Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2806417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2807365Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2808297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2809173Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2810086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2811005Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2811995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2813025Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2813938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2814850Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2815382Z ok (5.192s) 2022-11-23T03:28:55.2816324Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2817346Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2818318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2819397Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2820335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2821208Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2822115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2823034Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2823955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2825036Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2826114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2827025Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2827952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2828825Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2829728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2830630Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2831212Z ok (5.164s) 2022-11-23T03:28:55.2831794Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.089s) 2022-11-23T03:28:55.2832531Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.046s) 2022-11-23T03:28:55.2833208Z test_sequential_pin_memory (__main__.TestDataLoader) ... ok (0.011s) 2022-11-23T03:28:55.2834419Z test_sequential_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2835444Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2836333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2837264Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2838340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2839294Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2840209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2841118Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2842070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2842919Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2843837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2844892Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2845919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2846809Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2847720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2848639Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2849140Z ok (5.159s) 2022-11-23T03:28:55.2849633Z test_shuffle (__main__.TestDataLoader) ... ok (0.112s) 2022-11-23T03:28:55.2850255Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.093s) 2022-11-23T03:28:55.2850976Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.102s) 2022-11-23T03:28:55.2852520Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T03:28:55.2854530Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2855548Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2856473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2857439Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2858513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2859387Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2860305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2861227Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2862153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2863035Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2865653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2866666Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2867595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2868459Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2869361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2870370Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2870899Z ok (5.175s) 2022-11-23T03:28:55.2871916Z test_shuffle_pin_memory (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2872905Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2873807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2874776Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2875709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2876575Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2877572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2878621Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2879550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2880473Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2881375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2882276Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2883182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2884231Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2885101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2886011Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2886542Z ok (5.188s) 2022-11-23T03:28:55.2887482Z test_shuffle_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2888558Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2889604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2890531Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2891434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2892319Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2893367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2894308Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2895253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2896130Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2897046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2897934Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2898879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2899759Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2900681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2901604Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2902135Z ok (8.337s) 2022-11-23T03:28:55.2903052Z test_shuffle_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2904005Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2905105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2906114Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2907146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2908033Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2908941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2909850Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2910753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2911632Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2912703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2913623Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2914563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2915449Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2916371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2917288Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2917789Z ok (5.170s) 2022-11-23T03:28:55.2918677Z test_timeout (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2919643Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2920546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2921455Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2922492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2923350Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2924252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2925159Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2925679Z ok (9.858s) 2022-11-23T03:28:55.2926169Z test_typing (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T03:28:55.2927172Z test_worker_init_fn (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2928140Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2929012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2929930Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2930854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2931716Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2932621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2933534Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2934055Z ok (4.060s) 2022-11-23T03:28:55.2934911Z test_worker_seed (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2935887Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2936889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2937971Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2938900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2939767Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2940684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2941718Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2942639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2943511Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2944407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2945312Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2946233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2947110Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2948010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2948939Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2949995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2950893Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2951810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2952710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2953650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2954505Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2955433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2956359Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2956890Z ok (6.149s) 2022-11-23T03:28:55.2957849Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2958884Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2959797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2960675Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2961599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2962467Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2963370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2964287Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2965216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2966083Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2966967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2967879Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2968955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2969819Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2970733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2971648Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2972569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2973409Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2974382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2975286Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2976232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2977095Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2978126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2979061Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2979956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2980824Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2981730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2982636Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2983578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2984445Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2985363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2986277Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2987177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2988043Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2988941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2989845Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2990759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2991629Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2992532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2993529Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2994596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2995467Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.2996379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.2997436Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.2998372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.2999237Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3000187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3001284Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3001821Z ok (12.365s) 2022-11-23T03:28:55.3003183Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.006s) 2022-11-23T03:28:55.3005603Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T03:28:55.3007626Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3008770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3009704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3010635Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3011591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3012454Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3013444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3014559Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3015517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3016402Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3017325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3018256Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3019158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3020132Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3021207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3022137Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3022670Z ok (5.149s) 2022-11-23T03:28:55.3023701Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3024803Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3025854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3026857Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3027948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3028820Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3029741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3030653Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3031180Z ok (7.613s) 2022-11-23T03:28:55.3032125Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3033303Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3034291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3035403Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3036363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3037234Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3038146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3039025Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3039958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3040891Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3041939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3042800Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3043711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3044629Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3045544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3046456Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3047069Z ok (8.148s) 2022-11-23T03:28:55.3047793Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T03:28:55.3048760Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T03:28:55.3049625Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T03:28:55.3050496Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-11-23T03:28:55.3051342Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T03:28:55.3052239Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T03:28:55.3053214Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T03:28:55.3054188Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.012s) 2022-11-23T03:28:55.3055294Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T03:28:55.3056233Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T03:28:55.3057169Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T03:28:55.3058056Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T03:28:55.3058953Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-11-23T03:28:55.3059894Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.000s) 2022-11-23T03:28:55.3060789Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T03:28:55.3062047Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3063106Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3064037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3065064Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3066031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3066999Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3068074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3069001Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3069951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3070833Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3071726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3072654Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3073680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3074748Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3075670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3076592Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3077120Z ok (8.115s) 2022-11-23T03:28:55.3078066Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3079132Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3080145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3081222Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3082159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3083023Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3083930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3084967Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3085899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3086917Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3087930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3088843Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3089764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3090630Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3091514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3092429Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3093023Z ok (4.506s) 2022-11-23T03:28:55.3093825Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-11-23T03:28:55.3094908Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: No 'resource' module on Windows (0.002s) 2022-11-23T03:28:55.3096194Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3097242Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3098123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3099036Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3099653Z ok (7.811s) 2022-11-23T03:28:55.3100404Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T03:28:55.3101251Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T03:28:55.3102128Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-11-23T03:28:55.3103709Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T03:28:55.3105203Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.013s) 2022-11-23T03:28:55.3106458Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3107674Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3108590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3109512Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3110049Z ok (7.504s) 2022-11-23T03:28:55.3110672Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (20.034s) 2022-11-23T03:28:55.3111879Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3113259Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3114271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3115209Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3116158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3117039Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3117965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3118948Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3119452Z ok (4.085s) 2022-11-23T03:28:55.3120995Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70947 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T03:28:55.3123378Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T03:28:55.3125722Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T03:28:55.3127411Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.002s) 2022-11-23T03:28:55.3128224Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T03:28:55.3129017Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T03:28:55.3129828Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T03:28:55.3130604Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T03:28:55.3131397Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.000s) 2022-11-23T03:28:55.3132256Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T03:28:55.3133983Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.013s) 2022-11-23T03:28:55.3135569Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-11-23T03:28:55.3136438Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T03:28:55.3137356Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T03:28:55.3138649Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3140011Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3140946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3141860Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3142802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3143641Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3144555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3145551Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3146613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3147491Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3148394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3149256Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3150252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3151179Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3152201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3153218Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3154142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3155017Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3155921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3156796Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3157722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3158657Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3159724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3160638Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3161553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3162434Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3163326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3164252Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3165274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3166289Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3167210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3168184Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3170208Z ok (10.242s) 2022-11-23T03:28:55.3170827Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.023s) 2022-11-23T03:28:55.3172221Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3173365Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3174343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3175264Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3175795Z ok (7.510s) 2022-11-23T03:28:55.3176790Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3177831Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3178801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3179884Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3180964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3181867Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3182772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3183680Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3184585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3185600Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3186595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3187509Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3188438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3189319Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3190237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3191123Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3191716Z ok (5.122s) 2022-11-23T03:28:55.3192859Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3193989Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3194903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3195821Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3196761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3197612Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3198674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3199868Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3200809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3201675Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3202591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3203498Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3204386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3205427Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3206424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3207349Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3207877Z ok (5.087s) 2022-11-23T03:28:55.3208480Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.091s) 2022-11-23T03:28:55.3209307Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.049s) 2022-11-23T03:28:55.3210247Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... ok (0.012s) 2022-11-23T03:28:55.3211573Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3212778Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3213687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3214604Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3215559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3216442Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3217333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3218340Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3219406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3220291Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3221237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3222172Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3223111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3223965Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3224967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3226043Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3226570Z ok (5.080s) 2022-11-23T03:28:55.3227154Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.111s) 2022-11-23T03:28:55.3227950Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.094s) 2022-11-23T03:28:55.3228736Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.105s) 2022-11-23T03:28:55.3230459Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T03:28:55.3232615Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3233713Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3234647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3235577Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3236530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3237504Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3238708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3239634Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3240573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3241445Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3242366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3243288Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3244336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3245363Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3246253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3247169Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3247697Z ok (5.218s) 2022-11-23T03:28:55.3248687Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3249763Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3250770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3251843Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3252752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3253631Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3254540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3255449Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3256374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3257330Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3258534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3259457Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3260361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3261231Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3262151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3263070Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3263668Z ok (5.109s) 2022-11-23T03:28:55.3264827Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3265930Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3266832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3267755Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3268815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3269720Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3270756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3271808Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3272753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3273613Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3274599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3275533Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3276537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3277484Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3278507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3279423Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3279934Z ok (8.484s) 2022-11-23T03:28:55.3280916Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3281968Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3282896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3283947Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3284975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3285850Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3286737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3287805Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3288745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3289679Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3290679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3291675Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3292587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3293434Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3294339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3295246Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3295772Z ok (5.261s) 2022-11-23T03:28:55.3297419Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T03:28:55.3298891Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T03:28:55.3300051Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3301096Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3301992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3302990Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3304048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3304992Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3305909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3306817Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3307335Z ok (3.981s) 2022-11-23T03:28:55.3308623Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62969 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T03:28:55.3311053Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62970 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T03:28:55.3312538Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T03:28:55.3313304Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T03:28:55.3314085Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-11-23T03:28:55.3315019Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-11-23T03:28:55.3315875Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T03:28:55.3316721Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T03:28:55.3317565Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T03:28:55.3318283Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-11-23T03:28:55.3318915Z Indices generated by random_split ... ok (0.004s) 2022-11-23T03:28:55.3319605Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.011s) 2022-11-23T03:28:55.3320311Z test_pin_memory (__main__.TestDictDataLoader) ... ok (0.000s) 2022-11-23T03:28:55.3320991Z test_pin_memory_device (__main__.TestDictDataLoader) ... ok (0.000s) 2022-11-23T03:28:55.3322502Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataloader.py:597: UserWarning: pin memory device is set and pin_memory flag is not used then device pinned memory won't be usedplease set pin_memory to true, if you need to use the device pin memory 2022-11-23T03:28:55.3323817Z warnings.warn(warn_msg) 2022-11-23T03:28:55.3324293Z ok (0.010s) 2022-11-23T03:28:55.3326604Z test_sequential_batch (__main__.TestDictDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3327696Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3328623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3329660Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3330266Z ok (3.849s) 2022-11-23T03:28:55.3331712Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T03:28:55.3333200Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.004s) 2022-11-23T03:28:55.3334049Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.001s) 2022-11-23T03:28:55.3335236Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3336340Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3337404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3338353Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3339303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3340183Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3341073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3341986Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3343007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3343993Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3345083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3345996Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3346926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:28:55.3347812Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:28:55.3348691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:28:55.3349699Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:28:55.3350360Z ok (5.024s) 2022-11-23T03:28:55.3350875Z test_getitem (__main__.TestTensorDataset) ... ok (0.010s) 2022-11-23T03:28:55.3351505Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.008s) 2022-11-23T03:28:55.3352124Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-11-23T03:28:55.3352716Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.008s) 2022-11-23T03:28:55.3353359Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.003s) 2022-11-23T03:28:55.3353721Z 2022-11-23T03:28:55.3354046Z ---------------------------------------------------------------------- 2022-11-23T03:28:55.3354722Z Ran 164 tests in 387.797s 2022-11-23T03:28:55.3355003Z 2022-11-23T03:28:55.3355172Z OK (skipped=27) 2022-11-23T03:28:55.3355420Z 2022-11-23T03:28:55.3355727Z Generating XML reports... 2022-11-23T03:28:55.3356539Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConcatDataset-20221123032226.xml 2022-11-23T03:28:55.3357686Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestCustomPinFn-20221123032226.xml 2022-11-23T03:28:55.3358704Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader-20221123032226.xml 2022-11-23T03:28:55.3359823Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoaderPersistentWorkers-20221123032226.xml 2022-11-23T03:28:55.3360974Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDatasetRandomSplit-20221123032226.xml 2022-11-23T03:28:55.3362062Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDictDataLoader-20221123032226.xml 2022-11-23T03:28:55.3362705Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestNamedTupleDataLoader-20221123032226.xml 2022-11-23T03:28:55.3363302Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestStringDataLoader-20221123032226.xml 2022-11-23T03:28:55.3363885Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestTensorDataset-20221123032226.xml 2022-11-23T03:28:55.3364498Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-IntegrationTestDataLoaderDataPipe-20221123032226.xml 2022-11-23T03:28:55.3365018Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConvAfterFork-20221123032226.xml 2022-11-23T03:28:55.3365544Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestIndividualWorkerQueue-20221123032226.xml 2022-11-23T03:28:55.3366037Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestSetAffinity-20221123032226.xml 2022-11-23T03:28:55.3366086Z 2022-11-23T03:28:55.3366704Z ##[endgroup] 2022-11-23T03:28:55.3367255Z FINISHED PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_wg6_qusc) 2022-11-23T03:28:55.3367268Z 2022-11-23T03:28:59.7936404Z Running test_mkldnn_fusion ... [2022-11-23 03:28:59.792855] 2022-11-23T03:28:59.7944823Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:28:59.794163] 2022-11-23T03:28:59.7949031Z Ignoring disabled issues: [] 2022-11-23T03:31:28.4979907Z 2022-11-23T03:31:28.4980658Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-11-23T03:31:28.4985180Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_a2rfiju5) 2022-11-23T03:31:28.4985812Z 2022-11-23T03:31:28.4986025Z Running tests... 2022-11-23T03:31:28.4986587Z ---------------------------------------------------------------------- 2022-11-23T03:31:28.4987352Z Test results will be stored in test-reports\python-unittest\test_mkldnn_fusion 2022-11-23T03:31:28.4988316Z test_conv_binary_fusion_ops (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:31:28.4989346Z test_conv_unary_fusion_nnc (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:31:28.4990229Z test_conv_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (119.962s) 2022-11-23T03:31:28.4990869Z test_linear_binary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.022s) 2022-11-23T03:31:28.4991574Z test_linear_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.043s) 2022-11-23T03:31:28.4992189Z test_single_conv (__main__.TestMkldnnFusion) ... ok (2.608s) 2022-11-23T03:31:28.4992902Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (21.657s) 2022-11-23T03:31:28.4993609Z 2022-11-23T03:31:28.4994001Z ---------------------------------------------------------------------- 2022-11-23T03:31:28.4994583Z Ran 7 tests in 144.375s 2022-11-23T03:31:28.4994865Z 2022-11-23T03:31:28.4995033Z OK (skipped=2) 2022-11-23T03:31:28.4995285Z 2022-11-23T03:31:28.4995502Z Generating XML reports... 2022-11-23T03:31:28.4996314Z Generated XML report: test-reports\python-unittest\test_mkldnn_fusion\TEST-TestMkldnnFusion-20221123032903.xml 2022-11-23T03:31:28.4996917Z 2022-11-23T03:31:28.4997441Z ##[endgroup] 2022-11-23T03:31:28.4997976Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_a2rfiju5) 2022-11-23T03:31:28.4998320Z 2022-11-23T03:31:33.0345742Z Running test_binary_ufuncs ... [2022-11-23 03:31:33.034015] 2022-11-23T03:31:33.0353966Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:31:33.034679] 2022-11-23T03:31:33.0356818Z Ignoring disabled issues: [] 2022-11-23T03:35:22.4165468Z 2022-11-23T03:35:22.4166772Z Expand the folded group to see the log file of test_binary_ufuncs 2022-11-23T03:35:22.4168345Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_x5zt5loc) 2022-11-23T03:35:22.4287800Z 2022-11-23T03:35:22.4288154Z Running tests... 2022-11-23T03:35:22.4288802Z ---------------------------------------------------------------------- 2022-11-23T03:35:22.4289613Z Test results will be stored in test-reports\python-unittest\test_binary_ufuncs 2022-11-23T03:35:22.4290479Z test___add___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.841s) 2022-11-23T03:35:22.4291412Z test___add___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4292357Z test___add___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4293224Z test___add___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4293686Z test___add___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4294178Z test___add___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4294989Z test___add___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4295782Z test___add___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4296812Z test___and___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4297663Z test___and___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4298620Z test___and___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4299627Z test___and___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4300358Z test___and___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4300822Z test___and___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4301435Z test___and___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4302114Z test___and___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4302946Z test___eq___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4303579Z test___eq___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4304022Z test___eq___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4305101Z test___eq___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4305903Z test___eq___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4306864Z test___eq___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4307635Z test___eq___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4308456Z test___eq___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4309322Z test___floordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4310195Z test___floordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4311038Z test___floordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4312002Z test___floordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4312938Z test___floordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4313817Z test___floordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4314663Z test___floordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4315539Z test___floordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4316337Z test___ge___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4317180Z test___ge___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4318023Z test___ge___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4318945Z test___ge___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4319738Z test___ge___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4320675Z test___ge___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4321426Z test___ge___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4322522Z test___ge___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4323742Z test___gt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4324787Z test___gt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4326091Z test___gt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4327322Z test___gt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4328097Z test___gt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4328841Z test___gt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4329561Z test___gt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4330300Z test___gt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4331060Z test___iadd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4331825Z test___iadd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4332731Z test___iadd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4333590Z test___iadd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4334447Z test___iadd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4335375Z test___iadd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4336154Z test___iadd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4336915Z test___iadd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4337656Z test___iand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4338427Z test___iand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4352567Z test___iand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4354348Z test___iand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4355444Z test___iand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4356257Z test___iand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4357053Z test___iand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.4357964Z test___iand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4358992Z test___ifloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4359836Z test___ifloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4360647Z test___ifloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4361444Z test___ifloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4362250Z test___ifloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4363057Z test___ifloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4363870Z test___ifloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4364681Z test___ifloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4365486Z test___ilshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4366276Z test___ilshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4367034Z test___ilshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4368088Z test___ilshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4368886Z test___ilshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4369802Z test___ilshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4370783Z test___ilshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4371617Z test___ilshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4372443Z test___imod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4373500Z test___imod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4374330Z test___imod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4375138Z test___imod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4375908Z test___imod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4376680Z test___imod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4377633Z test___imod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4378450Z test___imod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4379198Z test___imul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4379993Z test___imul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4380764Z test___imul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4381527Z test___imul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4382305Z test___imul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4383132Z test___imul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4383896Z test___imul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4384682Z test___imul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4385443Z test___ior___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4386342Z test___ior___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4387215Z test___ior___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4388075Z test___ior___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4388861Z test___ior___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4389627Z test___ior___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4390366Z test___ior___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4391124Z test___ior___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4391900Z test___ipow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4392683Z test___ipow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4393458Z test___ipow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4394231Z test___ipow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4394974Z test___ipow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4395927Z test___ipow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4396641Z test___ipow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4397407Z test___ipow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4398192Z test___irshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4399121Z test___irshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4399983Z test___irshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4400866Z test___irshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4401723Z test___irshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4402529Z test___irshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4403055Z test___irshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4403517Z test___irshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4404100Z test___isub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4404577Z test___isub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4405021Z test___isub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4405458Z test___isub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4405883Z test___isub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4406329Z test___isub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4406763Z test___isub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4407202Z test___isub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4407662Z test___itruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4408130Z test___itruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4408578Z test___itruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4409042Z test___itruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4409494Z test___itruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4409944Z test___itruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4410407Z test___itruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4410866Z test___itruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4411319Z test___ixor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4411959Z test___ixor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4412422Z test___ixor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4412869Z test___ixor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4413311Z test___ixor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4413748Z test___ixor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4414307Z test___ixor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4414749Z test___ixor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4415173Z test___le___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4415612Z test___le___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4416049Z test___le___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4416482Z test___le___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4416929Z test___le___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4417368Z test___le___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4417939Z test___le___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4418431Z test___le___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4419168Z test___lshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4419728Z test___lshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4420198Z test___lshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4420649Z test___lshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4421098Z test___lshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4421524Z test___lshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4421969Z test___lshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4422421Z test___lshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4422864Z test___lt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4423304Z test___lt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4423744Z test___lt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4424173Z test___lt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4424589Z test___lt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4425018Z test___lt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4425455Z test___lt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4425888Z test___lt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4426335Z test___matmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4426784Z test___matmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4427234Z test___matmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4427667Z test___matmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4428115Z test___matmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4428555Z test___matmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4428990Z test___matmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4429437Z test___matmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4429986Z test___mod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4430410Z test___mod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4430848Z test___mod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4431298Z test___mod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4431738Z test___mod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4432169Z test___mod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4432611Z test___mod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4433044Z test___mod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4433471Z test___mul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4433923Z test___mul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4434368Z test___mul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4434884Z test___mul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4435343Z test___mul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4435775Z test___mul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4436212Z test___mul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4436628Z test___mul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4437065Z test___ne___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4437514Z test___ne___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4437953Z test___ne___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4438385Z test___ne___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4438834Z test___ne___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4439252Z test___ne___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4439688Z test___ne___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4440120Z test___ne___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4440556Z test___or___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4441002Z test___or___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4441437Z test___or___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4441870Z test___or___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4442293Z test___or___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4442730Z test___or___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4443161Z test___or___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4443593Z test___or___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4444032Z test___pow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4444482Z test___pow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4445028Z test___pow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4445446Z test___pow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4445884Z test___pow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4446324Z test___pow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4446765Z test___pow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4447203Z test___pow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4447649Z test___radd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4448082Z test___radd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4448533Z test___radd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4448980Z test___radd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4449423Z test___radd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4449941Z test___radd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4450396Z test___radd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4450833Z test___radd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4451263Z test___rand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4451709Z test___rand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4452155Z test___rand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4452597Z test___rand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4453031Z test___rand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4453463Z test___rand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4453898Z test___rand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4454320Z test___rand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4454764Z test___rfloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4455225Z test___rfloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4455683Z test___rfloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4456154Z test___rfloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4456613Z test___rfloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4457067Z test___rfloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4457511Z test___rfloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4457967Z test___rfloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4458420Z test___rlshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4458869Z test___rlshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4459316Z test___rlshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4459875Z test___rlshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4460309Z test___rlshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4460763Z test___rlshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4461214Z test___rlshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4461667Z test___rlshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4462125Z test___rmatmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4462578Z test___rmatmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4463033Z test___rmatmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4463475Z test___rmatmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4463933Z test___rmatmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4464381Z test___rmatmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4464913Z test___rmatmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4465386Z test___rmatmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4465836Z test___rmod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4466284Z test___rmod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4466709Z test___rmod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4467155Z test___rmod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4467606Z test___rmod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4468040Z test___rmod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4468471Z test___rmod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4468911Z test___rmod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4469359Z test___rmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4469788Z test___rmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4470236Z test___rmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4470672Z test___rmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4471112Z test___rmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4471552Z test___rmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4471981Z test___rmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4472403Z test___rmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4472854Z test___ror___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4473299Z test___ror___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4473741Z test___ror___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4474168Z test___ror___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4476223Z test___ror___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4476666Z test___ror___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4477088Z test___ror___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4477539Z test___ror___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4477985Z test___rpow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4478439Z test___rpow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4478885Z test___rpow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4479323Z test___rpow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4479763Z test___rpow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4480183Z test___rpow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4480623Z test___rpow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4481065Z test___rpow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4481630Z test___rrshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4482114Z test___rrshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4482568Z test___rrshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4483077Z test___rrshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4483518Z test___rrshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4483974Z test___rrshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4484424Z test___rrshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4484873Z test___rrshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4485331Z test___rshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4485786Z test___rshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4486220Z test___rshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4486673Z test___rshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4487122Z test___rshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4487566Z test___rshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4488003Z test___rshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4488447Z test___rshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4488889Z test___rsub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4489308Z test___rsub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4489746Z test___rsub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4490191Z test___rsub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4490632Z test___rsub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4491069Z test___rsub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4491613Z test___rsub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4492052Z test___rsub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4492489Z test___rtruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4492958Z test___rtruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4493421Z test___rtruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4493883Z test___rtruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4494340Z test___rtruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4494792Z test___rtruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4495254Z test___rtruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4495698Z test___rtruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4496151Z test___rxor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4496678Z test___rxor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4497150Z test___rxor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4497590Z test___rxor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4498035Z test___rxor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4498453Z test___rxor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4498892Z test___rxor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4499332Z test___rxor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4499767Z test___sub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4500213Z test___sub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4500654Z test___sub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4501088Z test___sub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4501503Z test___sub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4501936Z test___sub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4502368Z test___sub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4502807Z test___sub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4503254Z test___truediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4503709Z test___truediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4504163Z test___truediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4504608Z test___truediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4505060Z test___truediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4505514Z test___truediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4505960Z test___truediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4506522Z test___truediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4506975Z test___xor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4507420Z test___xor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4507844Z test___xor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4508286Z test___xor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4508722Z test___xor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4509158Z test___xor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4509595Z test___xor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4510029Z test___xor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.4510446Z test_add_broadcast_empty_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.073s) 2022-11-23T03:35:22.4510850Z test_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.385s) 2022-11-23T03:35:22.4511246Z test_add_with_tail_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.714s) 2022-11-23T03:35:22.4511755Z test_addcmul_scalars_as_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4512206Z test_addsub_half_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4512605Z test_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4512999Z test_atan2_edgecases_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.4513425Z test_batch_vs_slicing___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4513874Z test_batch_vs_slicing___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4514336Z test_batch_vs_slicing___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4514797Z test_batch_vs_slicing___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4515255Z test_batch_vs_slicing___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4515708Z test_batch_vs_slicing___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4516136Z test_batch_vs_slicing___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4516576Z test_batch_vs_slicing___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4517017Z test_batch_vs_slicing___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4517450Z test_batch_vs_slicing___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4517887Z test_batch_vs_slicing___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4518326Z test_batch_vs_slicing___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4518761Z test_batch_vs_slicing___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4519180Z test_batch_vs_slicing___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4519612Z test_batch_vs_slicing___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.4520050Z test_batch_vs_slicing___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4520484Z test_batch_vs_slicing___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4520921Z test_batch_vs_slicing___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4521366Z test_batch_vs_slicing___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4521917Z test_batch_vs_slicing___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4522354Z test_batch_vs_slicing___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4522818Z test_batch_vs_slicing___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4523274Z test_batch_vs_slicing___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4523723Z test_batch_vs_slicing___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4524174Z test_batch_vs_slicing___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4524613Z test_batch_vs_slicing___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4525049Z test_batch_vs_slicing___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4525465Z test_batch_vs_slicing___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4525907Z test_batch_vs_slicing___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4526349Z test_batch_vs_slicing___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4526872Z test_batch_vs_slicing___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4527342Z test_batch_vs_slicing___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4527790Z test_batch_vs_slicing___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4528216Z test_batch_vs_slicing___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4528652Z test_batch_vs_slicing___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4529091Z test_batch_vs_slicing___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4529525Z test_batch_vs_slicing___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4529955Z test_batch_vs_slicing___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4530396Z test_batch_vs_slicing___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4530835Z test_batch_vs_slicing___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4531264Z test_batch_vs_slicing___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4531719Z test_batch_vs_slicing___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4532175Z test_batch_vs_slicing___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4532623Z test_batch_vs_slicing___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4533074Z test_batch_vs_slicing___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4533516Z test_batch_vs_slicing___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4533957Z test_batch_vs_slicing___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4534372Z test_batch_vs_slicing___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4534809Z test_batch_vs_slicing___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4535245Z test_batch_vs_slicing___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4535679Z test_batch_vs_slicing___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4536110Z test_batch_vs_slicing___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4536652Z test_batch_vs_slicing___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4537091Z test_batch_vs_slicing___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4537496Z test_batch_vs_slicing___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4537931Z test_batch_vs_slicing___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4538366Z test_batch_vs_slicing___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4539234Z test_batch_vs_slicing___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:35:22.4540069Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T03:35:22.4540374Z ok (0.003s) 2022-11-23T03:35:22.4540726Z test_batch_vs_slicing___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4541193Z test_batch_vs_slicing___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4541712Z test_batch_vs_slicing___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4542189Z test_batch_vs_slicing___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4542647Z test_batch_vs_slicing___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4543090Z test_batch_vs_slicing___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4543532Z test_batch_vs_slicing___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4543969Z test_batch_vs_slicing___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.4544398Z test_batch_vs_slicing___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4544819Z test_batch_vs_slicing___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4545270Z test_batch_vs_slicing___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4545729Z test_batch_vs_slicing___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4546189Z test_batch_vs_slicing___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4546636Z test_batch_vs_slicing___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4547081Z test_batch_vs_slicing___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4547523Z test_batch_vs_slicing___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4547948Z test_batch_vs_slicing___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4548385Z test_batch_vs_slicing___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4548818Z test_batch_vs_slicing___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4549250Z test_batch_vs_slicing___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4549684Z test_batch_vs_slicing___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4550111Z test_batch_vs_slicing___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4550525Z test_batch_vs_slicing___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4550955Z test_batch_vs_slicing___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4551498Z test_batch_vs_slicing___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.4551927Z test_batch_vs_slicing___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4552365Z test_batch_vs_slicing___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4552809Z test_batch_vs_slicing_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4553251Z test_batch_vs_slicing_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4553678Z test_batch_vs_slicing_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4554583Z test_batch_vs_slicing_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:35:22.4555408Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T03:35:22.4555693Z ok (0.004s) 2022-11-23T03:35:22.4556033Z test_batch_vs_slicing_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4557315Z test_batch_vs_slicing_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4557842Z test_batch_vs_slicing_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4558260Z test_batch_vs_slicing_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.4558703Z test_batch_vs_slicing_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4559136Z test_batch_vs_slicing_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4559565Z test_batch_vs_slicing_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4560004Z test_batch_vs_slicing_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4560438Z test_batch_vs_slicing_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4560881Z test_batch_vs_slicing_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4561310Z test_batch_vs_slicing_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4561757Z test_batch_vs_slicing_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4562199Z test_batch_vs_slicing_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4562636Z test_batch_vs_slicing_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4563068Z test_batch_vs_slicing_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4563511Z test_batch_vs_slicing_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4563947Z test_batch_vs_slicing_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4564366Z test_batch_vs_slicing_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4564801Z test_batch_vs_slicing_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4565248Z test_batch_vs_slicing_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4565705Z test_batch_vs_slicing_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4566157Z test_batch_vs_slicing_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4566604Z test_batch_vs_slicing_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4567040Z test_batch_vs_slicing_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4567627Z test_batch_vs_slicing_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.4568091Z test_batch_vs_slicing_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4568570Z test_batch_vs_slicing_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4569037Z test_batch_vs_slicing_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4569497Z test_batch_vs_slicing_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4569969Z test_batch_vs_slicing_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4570412Z test_batch_vs_slicing_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4570865Z test_batch_vs_slicing_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4571321Z test_batch_vs_slicing_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4571773Z test_batch_vs_slicing_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4572294Z test_batch_vs_slicing_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4572770Z test_batch_vs_slicing_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4573243Z test_batch_vs_slicing_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4573705Z test_batch_vs_slicing_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4574186Z test_batch_vs_slicing_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4574667Z test_batch_vs_slicing_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.4575150Z test_batch_vs_slicing_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4575613Z test_batch_vs_slicing_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4576293Z test_batch_vs_slicing_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4576924Z test_batch_vs_slicing_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4577525Z test_batch_vs_slicing_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4577982Z test_batch_vs_slicing_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4578431Z test_batch_vs_slicing_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4578894Z test_batch_vs_slicing_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4579354Z test_batch_vs_slicing_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4579804Z test_batch_vs_slicing_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4580254Z test_batch_vs_slicing_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4580689Z test_batch_vs_slicing_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4581142Z test_batch_vs_slicing_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4581591Z test_batch_vs_slicing_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4582034Z test_batch_vs_slicing_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4582659Z test_batch_vs_slicing_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4583452Z test_batch_vs_slicing_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4583913Z test_batch_vs_slicing_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4584488Z test_batch_vs_slicing_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4584945Z test_batch_vs_slicing_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4585399Z test_batch_vs_slicing_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4585846Z test_batch_vs_slicing_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4586295Z test_batch_vs_slicing_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4586745Z test_batch_vs_slicing_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4587193Z test_batch_vs_slicing_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4587615Z test_batch_vs_slicing_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4588063Z test_batch_vs_slicing_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4588606Z test_batch_vs_slicing_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4589076Z test_batch_vs_slicing_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.4589518Z test_batch_vs_slicing_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4590137Z test_batch_vs_slicing_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4590575Z test_batch_vs_slicing_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4591329Z test_batch_vs_slicing_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4591806Z test_batch_vs_slicing_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4592264Z test_batch_vs_slicing_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4592715Z test_batch_vs_slicing_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4593166Z test_batch_vs_slicing_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4593613Z test_batch_vs_slicing_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4594033Z test_batch_vs_slicing_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4594478Z test_batch_vs_slicing_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4594953Z test_batch_vs_slicing_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4595448Z test_batch_vs_slicing_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4595928Z test_batch_vs_slicing_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4596411Z test_batch_vs_slicing_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4597046Z test_batch_vs_slicing_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4597511Z test_batch_vs_slicing_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4598163Z test_batch_vs_slicing_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4598787Z test_batch_vs_slicing_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4599264Z test_batch_vs_slicing_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4599864Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4600347Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4600842Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4601324Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.568s) 2022-11-23T03:35:22.4601819Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.4602310Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4602790Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4603275Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4603925Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4604418Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4605107Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4605777Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4606256Z test_batch_vs_slicing_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4606746Z test_batch_vs_slicing_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4607231Z test_batch_vs_slicing_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4607718Z test_batch_vs_slicing_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4608192Z test_batch_vs_slicing_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4608668Z test_batch_vs_slicing_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.4609128Z test_batch_vs_slicing_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4609599Z test_batch_vs_slicing_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4610068Z test_batch_vs_slicing_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4610540Z test_batch_vs_slicing_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4611163Z test_batch_vs_slicing_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4611606Z test_batch_vs_slicing_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4612335Z test_batch_vs_slicing_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4612803Z test_batch_vs_slicing_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4613257Z test_batch_vs_slicing_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4613701Z test_batch_vs_slicing_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4614136Z test_batch_vs_slicing_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4614573Z test_batch_vs_slicing_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4615006Z test_batch_vs_slicing_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4615536Z test_batch_vs_slicing_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4615961Z test_batch_vs_slicing_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4616389Z test_batch_vs_slicing_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4616820Z test_batch_vs_slicing_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4617276Z test_batch_vs_slicing_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4617898Z test_batch_vs_slicing_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4618384Z test_batch_vs_slicing_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4618967Z test_batch_vs_slicing_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4619619Z test_batch_vs_slicing_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4620091Z test_batch_vs_slicing_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4620549Z test_batch_vs_slicing_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4621098Z test_batch_vs_slicing_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4621571Z test_batch_vs_slicing_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4622017Z test_batch_vs_slicing_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4622455Z test_batch_vs_slicing_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4622910Z test_batch_vs_slicing_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4623391Z test_batch_vs_slicing_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.4623881Z test_batch_vs_slicing_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4624342Z test_batch_vs_slicing_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4624967Z test_batch_vs_slicing_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4625440Z test_batch_vs_slicing_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4625988Z test_batch_vs_slicing_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.4626592Z test_batch_vs_slicing_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4627052Z test_batch_vs_slicing_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4627501Z test_batch_vs_slicing_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4627958Z test_batch_vs_slicing_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4628404Z test_batch_vs_slicing_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4628826Z test_batch_vs_slicing_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4629276Z test_batch_vs_slicing_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4629707Z test_batch_vs_slicing_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4630153Z test_batch_vs_slicing_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4630591Z test_batch_vs_slicing_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4631022Z test_batch_vs_slicing_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4631576Z test_batch_vs_slicing_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4632152Z test_batch_vs_slicing_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4632596Z test_batch_vs_slicing_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4633194Z test_batch_vs_slicing_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4633802Z test_batch_vs_slicing_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4634248Z test_batch_vs_slicing_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4634685Z test_batch_vs_slicing_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4635124Z test_batch_vs_slicing_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4635542Z test_batch_vs_slicing_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4635977Z test_batch_vs_slicing_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4636411Z test_batch_vs_slicing_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4636842Z test_batch_vs_slicing_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4642358Z test_batch_vs_slicing_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4642829Z test_batch_vs_slicing_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4643276Z test_batch_vs_slicing_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4643696Z test_batch_vs_slicing_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4644126Z test_batch_vs_slicing_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4644569Z test_batch_vs_slicing_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4644998Z test_batch_vs_slicing_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4645435Z test_batch_vs_slicing_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4646030Z test_batch_vs_slicing_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4646458Z test_batch_vs_slicing_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.286s) 2022-11-23T03:35:22.4647021Z test_batch_vs_slicing_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.264s) 2022-11-23T03:35:22.4647620Z test_batch_vs_slicing_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.292s) 2022-11-23T03:35:22.4648055Z test_batch_vs_slicing_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.289s) 2022-11-23T03:35:22.4648487Z test_batch_vs_slicing_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.268s) 2022-11-23T03:35:22.4648930Z test_batch_vs_slicing_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4649366Z test_batch_vs_slicing_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4649781Z test_batch_vs_slicing_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4650222Z test_batch_vs_slicing_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4650664Z test_batch_vs_slicing_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4651094Z test_batch_vs_slicing_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4651521Z test_batch_vs_slicing_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4651942Z test_batch_vs_slicing_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4652341Z test_batch_vs_slicing_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4653091Z test_batch_vs_slicing_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4653539Z test_batch_vs_slicing_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4654129Z test_batch_vs_slicing_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4654727Z test_batch_vs_slicing_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4655169Z test_batch_vs_slicing_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.4655600Z test_batch_vs_slicing_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4656014Z test_batch_vs_slicing_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4656442Z test_batch_vs_slicing_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4656864Z test_batch_vs_slicing_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4657286Z test_batch_vs_slicing_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4657986Z test_batch_vs_slicing_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4658820Z test_batch_vs_slicing_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4659951Z test_batch_vs_slicing_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4660897Z test_batch_vs_slicing_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4661508Z test_batch_vs_slicing_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4661964Z test_batch_vs_slicing_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4662421Z test_batch_vs_slicing_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4662881Z test_batch_vs_slicing_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4663328Z test_batch_vs_slicing_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4663752Z test_batch_vs_slicing_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4664209Z test_batch_vs_slicing_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4664663Z test_batch_vs_slicing_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.4665108Z test_batch_vs_slicing_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4665553Z test_batch_vs_slicing_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4665993Z test_batch_vs_slicing_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4666557Z test_batch_vs_slicing_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4667029Z test_batch_vs_slicing_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4667474Z test_batch_vs_slicing_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4668243Z test_batch_vs_slicing_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4668710Z test_batch_vs_slicing_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4669163Z test_batch_vs_slicing_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.4669625Z test_batch_vs_slicing_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.4670090Z test_batch_vs_slicing_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.310s) 2022-11-23T03:35:22.4670529Z test_batch_vs_slicing_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4671122Z test_batch_vs_slicing_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.4671569Z test_batch_vs_slicing_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.4672011Z test_batch_vs_slicing_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4672457Z test_batch_vs_slicing_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.4672897Z test_batch_vs_slicing_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.4673315Z test_batch_vs_slicing_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4673945Z test_batch_vs_slicing_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.4674408Z test_batch_vs_slicing_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.270s) 2022-11-23T03:35:22.4675177Z test_batch_vs_slicing_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.266s) 2022-11-23T03:35:22.4675680Z test_batch_vs_slicing_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.444s) 2022-11-23T03:35:22.4676176Z test_batch_vs_slicing_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.359s) 2022-11-23T03:35:22.4676760Z test_batch_vs_slicing_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.257s) 2022-11-23T03:35:22.4677247Z test_batch_vs_slicing_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.233s) 2022-11-23T03:35:22.4677729Z test_batch_vs_slicing_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.243s) 2022-11-23T03:35:22.4678209Z test_batch_vs_slicing_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.237s) 2022-11-23T03:35:22.4678687Z test_batch_vs_slicing_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.244s) 2022-11-23T03:35:22.4679164Z test_batch_vs_slicing_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.232s) 2022-11-23T03:35:22.4679634Z test_batch_vs_slicing_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.236s) 2022-11-23T03:35:22.4680107Z test_batch_vs_slicing_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.250s) 2022-11-23T03:35:22.4680764Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.260s) 2022-11-23T03:35:22.4681277Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.246s) 2022-11-23T03:35:22.4681953Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.268s) 2022-11-23T03:35:22.4682631Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.247s) 2022-11-23T03:35:22.4683200Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.246s) 2022-11-23T03:35:22.4683717Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.230s) 2022-11-23T03:35:22.4684232Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.239s) 2022-11-23T03:35:22.4684746Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.253s) 2022-11-23T03:35:22.4685230Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.232s) 2022-11-23T03:35:22.4685728Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.239s) 2022-11-23T03:35:22.4686235Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.233s) 2022-11-23T03:35:22.4686851Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.239s) 2022-11-23T03:35:22.4687321Z test_batch_vs_slicing_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.327s) 2022-11-23T03:35:22.4687920Z test_batch_vs_slicing_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.290s) 2022-11-23T03:35:22.4688357Z test_batch_vs_slicing_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.339s) 2022-11-23T03:35:22.4688911Z test_batch_vs_slicing_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.298s) 2022-11-23T03:35:22.4689507Z test_batch_vs_slicing_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.264s) 2022-11-23T03:35:22.4689957Z test_batch_vs_slicing_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.4690405Z test_batch_vs_slicing_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4690862Z test_batch_vs_slicing_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4691328Z test_batch_vs_slicing_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4691779Z test_batch_vs_slicing_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4692206Z test_batch_vs_slicing_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4692751Z test_batch_vs_slicing_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4693217Z test_batch_vs_slicing_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4693662Z test_batch_vs_slicing_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4694099Z test_batch_vs_slicing_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4694691Z test_batch_vs_slicing_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4695147Z test_batch_vs_slicing_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4695567Z test_batch_vs_slicing_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4696307Z test_batch_vs_slicing_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4696759Z test_batch_vs_slicing_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4697201Z test_batch_vs_slicing_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4697632Z test_batch_vs_slicing_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4698065Z test_batch_vs_slicing_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4698479Z test_batch_vs_slicing_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4698911Z test_batch_vs_slicing_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4699346Z test_batch_vs_slicing_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4699774Z test_batch_vs_slicing_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4700222Z test_batch_vs_slicing_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4700687Z test_batch_vs_slicing_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4701159Z test_batch_vs_slicing_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.451s) 2022-11-23T03:35:22.4701785Z test_batch_vs_slicing_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.438s) 2022-11-23T03:35:22.4702273Z test_batch_vs_slicing_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4702880Z test_batch_vs_slicing_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4703612Z test_batch_vs_slicing_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4704075Z test_batch_vs_slicing_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4704529Z test_batch_vs_slicing_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4704978Z test_batch_vs_slicing_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4705414Z test_batch_vs_slicing_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4705867Z test_batch_vs_slicing_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4706328Z test_batch_vs_slicing_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4706789Z test_batch_vs_slicing_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4707257Z test_batch_vs_slicing_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.430s) 2022-11-23T03:35:22.4707734Z test_batch_vs_slicing_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.425s) 2022-11-23T03:35:22.4708182Z test_batch_vs_slicing_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4708889Z test_batch_vs_slicing_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4709370Z test_batch_vs_slicing_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4709992Z test_batch_vs_slicing_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4710584Z test_batch_vs_slicing_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4711038Z test_batch_vs_slicing_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4711488Z test_batch_vs_slicing_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4711924Z test_batch_vs_slicing_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4712383Z test_batch_vs_slicing_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4712841Z test_batch_vs_slicing_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4713313Z test_batch_vs_slicing_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.432s) 2022-11-23T03:35:22.4713788Z test_batch_vs_slicing_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.419s) 2022-11-23T03:35:22.4714256Z test_batch_vs_slicing_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4714716Z test_batch_vs_slicing_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4715155Z test_batch_vs_slicing_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4715782Z test_batch_vs_slicing_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4716244Z test_batch_vs_slicing_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4716837Z test_batch_vs_slicing_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4717445Z test_batch_vs_slicing_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4717907Z test_batch_vs_slicing_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4718352Z test_batch_vs_slicing_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4718766Z test_batch_vs_slicing_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4719205Z test_batch_vs_slicing_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4719762Z test_batch_vs_slicing_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4720201Z test_batch_vs_slicing_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4720633Z test_batch_vs_slicing_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4721344Z test_batch_vs_slicing_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4722174Z test_batch_vs_slicing_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4723082Z test_batch_vs_slicing_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.4724097Z test_batch_vs_slicing_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4724980Z test_batch_vs_slicing_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4725875Z test_batch_vs_slicing_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4726776Z test_batch_vs_slicing_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4727673Z test_batch_vs_slicing_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4728513Z test_batch_vs_slicing_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4729729Z test_batch_vs_slicing_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4730822Z test_batch_vs_slicing_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4731715Z test_batch_vs_slicing_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4732597Z test_batch_vs_slicing_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4733475Z test_batch_vs_slicing_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4734373Z test_batch_vs_slicing_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4735234Z test_batch_vs_slicing_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4736406Z test_batch_vs_slicing_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4737273Z test_batch_vs_slicing_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4738147Z test_batch_vs_slicing_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4739005Z test_batch_vs_slicing_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4739888Z test_batch_vs_slicing_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4740743Z test_batch_vs_slicing_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.4741725Z test_batch_vs_slicing_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4742744Z test_batch_vs_slicing_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4743624Z test_batch_vs_slicing_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4744549Z test_batch_vs_slicing_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4745449Z test_batch_vs_slicing_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4746333Z test_batch_vs_slicing_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4747212Z test_batch_vs_slicing_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4748187Z test_batch_vs_slicing_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4749261Z test_batch_vs_slicing_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4751630Z test_batch_vs_slicing_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4752512Z test_batch_vs_slicing_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4753402Z test_batch_vs_slicing_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4754432Z test_batch_vs_slicing_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4755484Z test_batch_vs_slicing_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4756342Z test_batch_vs_slicing_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4757219Z test_batch_vs_slicing_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4758089Z test_batch_vs_slicing_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4758969Z test_batch_vs_slicing_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4759834Z test_batch_vs_slicing_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4760843Z test_batch_vs_slicing_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4761816Z test_batch_vs_slicing_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4762468Z test_batch_vs_slicing_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4762912Z test_batch_vs_slicing_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4763350Z test_batch_vs_slicing_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4763803Z test_batch_vs_slicing_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4764269Z test_batch_vs_slicing_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.400s) 2022-11-23T03:35:22.4764718Z test_batch_vs_slicing_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4765140Z test_batch_vs_slicing_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4765584Z test_batch_vs_slicing_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4766019Z test_batch_vs_slicing_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4766452Z test_batch_vs_slicing_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4766885Z test_batch_vs_slicing_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4767311Z test_batch_vs_slicing_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4768001Z test_batch_vs_slicing_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4768446Z test_batch_vs_slicing_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4769188Z test_batch_vs_slicing_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4769635Z test_batch_vs_slicing_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4770085Z test_batch_vs_slicing_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4770536Z test_batch_vs_slicing_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4770985Z test_batch_vs_slicing_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4771404Z test_batch_vs_slicing_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4771833Z test_batch_vs_slicing_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4772266Z test_batch_vs_slicing_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4773577Z test_batch_vs_slicing_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4774027Z test_batch_vs_slicing_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4774453Z test_batch_vs_slicing_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4775074Z test_batch_vs_slicing_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4775529Z test_batch_vs_slicing_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4776321Z test_batch_vs_slicing_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4776787Z test_batch_vs_slicing_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.4777246Z test_batch_vs_slicing_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4777699Z test_batch_vs_slicing_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4778139Z test_batch_vs_slicing_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4778570Z test_batch_vs_slicing_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4779161Z test_batch_vs_slicing_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.4779657Z test_batch_vs_slicing_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4780105Z test_batch_vs_slicing_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4780553Z test_batch_vs_slicing_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4780992Z test_batch_vs_slicing_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4781433Z test_batch_vs_slicing_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4782047Z test_batch_vs_slicing_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4782480Z test_batch_vs_slicing_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4783250Z test_batch_vs_slicing_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4783707Z test_batch_vs_slicing_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.4784159Z test_batch_vs_slicing_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4784629Z test_batch_vs_slicing_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4785081Z test_batch_vs_slicing_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4785520Z test_batch_vs_slicing_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4785974Z test_batch_vs_slicing_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4786424Z test_batch_vs_slicing_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4786870Z test_batch_vs_slicing_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4787317Z test_batch_vs_slicing_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4787765Z test_batch_vs_slicing_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4788189Z test_batch_vs_slicing_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4788805Z test_batch_vs_slicing_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4789278Z test_batch_vs_slicing_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4789726Z test_batch_vs_slicing_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4791266Z test_batch_vs_slicing_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4791709Z test_batch_vs_slicing_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4792153Z test_batch_vs_slicing_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4792578Z test_batch_vs_slicing_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4793016Z test_batch_vs_slicing_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4793452Z test_batch_vs_slicing_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4793887Z test_batch_vs_slicing_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4794369Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.666s) 2022-11-23T03:35:22.4794901Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.511s) 2022-11-23T03:35:22.4795428Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.534s) 2022-11-23T03:35:22.4796167Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4796734Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4797402Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4798079Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4799011Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4799744Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.851s) 2022-11-23T03:35:22.4800376Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.028s) 2022-11-23T03:35:22.4800962Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.837s) 2022-11-23T03:35:22.4801547Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4802122Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4802688Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4803455Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4804051Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4804984Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4805740Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4806467Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4807196Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4807907Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4809514Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4810417Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4811167Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4812281Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4812990Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4856646Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.4857997Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4859375Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4860682Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4861540Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4862237Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4862850Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.488s) 2022-11-23T03:35:22.4863390Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.330s) 2022-11-23T03:35:22.4863891Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.329s) 2022-11-23T03:35:22.4864424Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4864948Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4865473Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4865995Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4866686Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4867207Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.479s) 2022-11-23T03:35:22.4867998Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.311s) 2022-11-23T03:35:22.4868525Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.315s) 2022-11-23T03:35:22.4869059Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4870540Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4871065Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4871598Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4872124Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4872644Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.548s) 2022-11-23T03:35:22.4873154Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.399s) 2022-11-23T03:35:22.4873873Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.447s) 2022-11-23T03:35:22.4874413Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4875214Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4875753Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4876403Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4876955Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4877571Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4878240Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.4878936Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.4879625Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4880301Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.4881169Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4882110Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4882804Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4883542Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4884246Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4884957Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.4885660Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4887171Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4888035Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4888893Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4889735Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4890437Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.4891138Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.4892568Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4893338Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4894030Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4894913Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4895621Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4896592Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4897282Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4897969Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4898670Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4899380Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4900074Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4900752Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4901447Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4903386Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4904100Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4904807Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4905510Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4906203Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4906903Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4907678Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4908405Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4909276Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.4910050Z test_batch_vs_slicing_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4910675Z test_batch_vs_slicing_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4911173Z test_batch_vs_slicing_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4911662Z test_batch_vs_slicing_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4912133Z test_batch_vs_slicing_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4912608Z test_batch_vs_slicing_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4913065Z test_batch_vs_slicing_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4913543Z test_batch_vs_slicing_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4914029Z test_batch_vs_slicing_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4914516Z test_batch_vs_slicing_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4914995Z test_batch_vs_slicing_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.934s) 2022-11-23T03:35:22.4915470Z test_batch_vs_slicing_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.208s) 2022-11-23T03:35:22.4916141Z test_batch_vs_slicing_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.434s) 2022-11-23T03:35:22.4916604Z test_batch_vs_slicing_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4917354Z test_batch_vs_slicing_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.4917839Z test_batch_vs_slicing_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4919101Z test_batch_vs_slicing_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4919578Z test_batch_vs_slicing_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4920049Z test_batch_vs_slicing_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4920494Z test_batch_vs_slicing_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4920962Z test_batch_vs_slicing_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4921422Z test_batch_vs_slicing_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4921878Z test_batch_vs_slicing_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4922365Z test_batch_vs_slicing_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4922994Z test_batch_vs_slicing_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4923459Z test_batch_vs_slicing_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4924021Z test_batch_vs_slicing_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4924617Z test_batch_vs_slicing_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4925155Z test_batch_vs_slicing_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4925621Z test_batch_vs_slicing_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4926087Z test_batch_vs_slicing_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4926565Z test_batch_vs_slicing_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4927037Z test_batch_vs_slicing_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4927492Z test_batch_vs_slicing_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4927955Z test_batch_vs_slicing_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4928424Z test_batch_vs_slicing_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4928904Z test_batch_vs_slicing_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.4929360Z test_batch_vs_slicing_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4929980Z test_batch_vs_slicing_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4930433Z test_batch_vs_slicing_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4930863Z test_batch_vs_slicing_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4931619Z test_batch_vs_slicing_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4932065Z test_batch_vs_slicing_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4932515Z test_batch_vs_slicing_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4932734Z test_batch_vs_slicing_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4932945Z test_batch_vs_slicing_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4933163Z test_batch_vs_slicing_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4933381Z test_batch_vs_slicing_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4933594Z test_batch_vs_slicing_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4933810Z test_batch_vs_slicing_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4934901Z test_batch_vs_slicing_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4935112Z test_batch_vs_slicing_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4935302Z test_batch_vs_slicing_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4935530Z test_binary_op_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4935817Z test_binary_op_scalar_device_unspecified_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-11-23T03:35:22.4936033Z test_binary_ops_with_scalars_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (19.879s) 2022-11-23T03:35:22.4936234Z test_bitwise_ops_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T03:35:22.4936431Z test_bitwise_ops_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T03:35:22.4936638Z test_bitwise_ops_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T03:35:22.4936826Z test_bitwise_ops_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.183s) 2022-11-23T03:35:22.4937198Z test_bitwise_ops_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:35:22.4937502Z test_bitwise_ops_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:35:22.4937742Z test_bool_tensor_comparison_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.4937964Z test_broadcasting_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T03:35:22.4938344Z test_broadcasting_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:35:22.4938721Z test_broadcasting_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:35:22.4938950Z test_broadcasting_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:35:22.4939175Z test_broadcasting_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.4939395Z test_broadcasting_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T03:35:22.4939613Z test_broadcasting_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:35:22.4939831Z test_broadcasting_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:35:22.4940026Z test_broadcasting_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:35:22.4940233Z test_broadcasting_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.4940436Z test_broadcasting_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:35:22.4940657Z test_broadcasting_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T03:35:22.4940869Z test_broadcasting_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:35:22.4941093Z test_broadcasting_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T03:35:22.4941309Z test_broadcasting_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T03:35:22.4941516Z test_broadcasting_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:35:22.4941723Z test_broadcasting_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:35:22.4941927Z test_broadcasting_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.743s) 2022-11-23T03:35:22.4942127Z test_broadcasting_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:35:22.4942332Z test_broadcasting_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:35:22.4942536Z test_broadcasting_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:35:22.4942738Z test_broadcasting_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:35:22.4943069Z test_broadcasting_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T03:35:22.4943283Z test_broadcasting_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:35:22.4943496Z test_broadcasting_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:35:22.4943709Z test_broadcasting_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:35:22.4943943Z test_broadcasting_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.699s) 2022-11-23T03:35:22.4944316Z test_broadcasting_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.656s) 2022-11-23T03:35:22.4944577Z test_broadcasting_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.689s) 2022-11-23T03:35:22.4944823Z test_broadcasting_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.656s) 2022-11-23T03:35:22.4945031Z test_broadcasting_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.739s) 2022-11-23T03:35:22.4945372Z test_broadcasting_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:35:22.4945726Z test_broadcasting_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.4946044Z test_broadcasting_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:35:22.4946276Z test_broadcasting_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.4946492Z test_broadcasting_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:35:22.4946703Z test_broadcasting_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:35:22.4946922Z test_broadcasting_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.4947141Z test_broadcasting_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:35:22.4947348Z test_broadcasting_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:35:22.4947548Z test_broadcasting_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:35:22.4947768Z test_broadcasting_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:35:22.4947981Z test_broadcasting_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.4948192Z test_broadcasting_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:35:22.4948406Z test_broadcasting_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:35:22.4948621Z test_broadcasting_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:35:22.4948811Z test_broadcasting_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.4949022Z test_broadcasting_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:35:22.4949229Z test_broadcasting_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:35:22.4949438Z test_broadcasting_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:35:22.4949644Z test_broadcasting_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T03:35:22.4949853Z test_broadcasting_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:35:22.4950059Z test_broadcasting_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.4950273Z test_broadcasting_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T03:35:22.4950489Z test_broadcasting_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:35:22.4950694Z test_broadcasting_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T03:35:22.4950996Z test_broadcasting_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:35:22.4951386Z test_cdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:35:22.4951605Z test_cmul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:35:22.4951884Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T03:35:22.4952155Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.137s) 2022-11-23T03:35:22.4952585Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T03:35:22.4953056Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (3.076s) 2022-11-23T03:35:22.4953330Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:35:22.4953605Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:35:22.4953969Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:35:22.4954263Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (3.113s) 2022-11-23T03:35:22.4954530Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:35:22.4954785Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.4955062Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T03:35:22.4955341Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:35:22.4955608Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T03:35:22.4955873Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T03:35:22.4956139Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T03:35:22.4956404Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T03:35:22.4956667Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T03:35:22.4956938Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T03:35:22.4957211Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:35:22.4957474Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.123s) 2022-11-23T03:35:22.4957744Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T03:35:22.4958010Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T03:35:22.4958443Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:35:22.4958710Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:35:22.4959072Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:35:22.4959472Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:35:22.4959874Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.114s) 2022-11-23T03:35:22.4960151Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T03:35:22.4960405Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T03:35:22.4960673Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:35:22.4960941Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:35:22.4961207Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T03:35:22.4961473Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T03:35:22.4961818Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:35:22.4962097Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T03:35:22.4962358Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T03:35:22.4962617Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T03:35:22.4962859Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T03:35:22.4963129Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T03:35:22.4963386Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T03:35:22.4963654Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T03:35:22.4963922Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:35:22.4964181Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T03:35:22.4964439Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T03:35:22.4964700Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.114s) 2022-11-23T03:35:22.4964955Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:35:22.4965216Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:35:22.4965479Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T03:35:22.4965746Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:35:22.4966010Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:35:22.4966267Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:35:22.4966618Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T03:35:22.4966874Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T03:35:22.4967139Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T03:35:22.4967400Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T03:35:22.4967669Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:35:22.4967934Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:35:22.4968191Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:35:22.4968453Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.123s) 2022-11-23T03:35:22.4968715Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T03:35:22.4969047Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:35:22.4969325Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:35:22.4969586Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:35:22.4969848Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:35:22.4970104Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T03:35:22.4970515Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T03:35:22.4970775Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T03:35:22.4971033Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T03:35:22.4971293Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T03:35:22.4971727Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:35:22.4972137Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:35:22.4972403Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:35:22.4972667Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:35:22.4972919Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T03:35:22.4973186Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T03:35:22.4973451Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T03:35:22.4973715Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T03:35:22.4973981Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T03:35:22.4974209Z test_complex_scalar_pow_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.4974546Z test_complex_scalar_pow_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.4974775Z test_complex_scalar_pow_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.571s) 2022-11-23T03:35:22.4975004Z test_complex_scalar_pow_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.4975231Z test_complex_scalar_pow_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.4975455Z test_complex_scalar_pow_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.4975678Z test_complex_scalar_pow_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.4975912Z test_complex_scalar_pow_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.4976133Z test_complex_scalar_pow_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.4976356Z test_complex_scalar_pow_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.4976548Z test_contig_size1___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4976754Z test_contig_size1___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4977055Z test_contig_size1___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4977429Z test_contig_size1___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.4977668Z test_contig_size1___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4977884Z test_contig_size1___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4978090Z test_contig_size1___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4978306Z test_contig_size1___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4978660Z test_contig_size1___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4979015Z test_contig_size1___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4979242Z test_contig_size1___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4979456Z test_contig_size1___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4979671Z test_contig_size1___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4979879Z test_contig_size1___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4980077Z test_contig_size1___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4980279Z test_contig_size1___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4980495Z test_contig_size1___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4980705Z test_contig_size1___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4980921Z test_contig_size1___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4981106Z test_contig_size1___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4981326Z test_contig_size1___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4981537Z test_contig_size1___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4981746Z test_contig_size1___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.4981957Z test_contig_size1___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4982165Z test_contig_size1___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4982484Z test_contig_size1___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4982687Z test_contig_size1___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4982894Z test_contig_size1___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4983147Z test_contig_size1___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4983358Z test_contig_size1___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4983574Z test_contig_size1___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4983788Z test_contig_size1___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4983997Z test_contig_size1___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4984216Z test_contig_size1___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4984558Z test_contig_size1___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4984779Z test_contig_size1___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4985069Z test_contig_size1___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4985291Z test_contig_size1___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4985471Z test_contig_size1___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4985830Z test_contig_size1___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4986190Z test_contig_size1___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4986411Z test_contig_size1___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4986628Z test_contig_size1___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4986839Z test_contig_size1___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4987044Z test_contig_size1___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4987256Z test_contig_size1___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4987464Z test_contig_size1___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4987674Z test_contig_size1___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4987882Z test_contig_size1___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4988087Z test_contig_size1___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4988297Z test_contig_size1___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4988506Z test_contig_size1___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4988713Z test_contig_size1___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4988921Z test_contig_size1___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.4989124Z test_contig_size1___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4989332Z test_contig_size1___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4989535Z test_contig_size1___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4989752Z test_contig_size1___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4989951Z test_contig_size1___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.4990346Z test_contig_size1___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4990558Z test_contig_size1___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4990772Z test_contig_size1___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4990981Z test_contig_size1___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4991194Z test_contig_size1___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4991400Z test_contig_size1___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4991757Z test_contig_size1___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4991973Z test_contig_size1___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4992178Z test_contig_size1___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4992399Z test_contig_size1___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4992702Z test_contig_size1___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4992978Z test_contig_size1___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4993418Z test_contig_size1___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4993650Z test_contig_size1___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4993861Z test_contig_size1___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4994067Z test_contig_size1___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4994275Z test_contig_size1___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4994483Z test_contig_size1___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4994668Z test_contig_size1___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4994873Z test_contig_size1___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4995085Z test_contig_size1___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4995294Z test_contig_size1___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4995499Z test_contig_size1___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4995701Z test_contig_size1___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.4995905Z test_contig_size1___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4996103Z test_contig_size1___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4996318Z test_contig_size1_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4996527Z test_contig_size1_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4996741Z test_contig_size1_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4996957Z test_contig_size1_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4997168Z test_contig_size1_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4997380Z test_contig_size1_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.4997580Z test_contig_size1_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4997780Z test_contig_size1_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4997984Z test_contig_size1_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4998289Z test_contig_size1_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4998595Z test_contig_size1_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.4998832Z test_contig_size1_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4999039Z test_contig_size1_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.4999254Z test_contig_size1_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4999463Z test_contig_size1_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.4999822Z test_contig_size1_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5000190Z test_contig_size1_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5000405Z test_contig_size1_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5000615Z test_contig_size1_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5000823Z test_contig_size1_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5001025Z test_contig_size1_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5001318Z test_contig_size1_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5001539Z test_contig_size1_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5001756Z test_contig_size1_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5001976Z test_contig_size1_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5002191Z test_contig_size1_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5002404Z test_contig_size1_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5002620Z test_contig_size1_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5002834Z test_contig_size1_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5003067Z test_contig_size1_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5003273Z test_contig_size1_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5003491Z test_contig_size1_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5003713Z test_contig_size1_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5003931Z test_contig_size1_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5004139Z test_contig_size1_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5004346Z test_contig_size1_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5004546Z test_contig_size1_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5004753Z test_contig_size1_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5004962Z test_contig_size1_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5005172Z test_contig_size1_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5005404Z test_contig_size1_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5005793Z test_contig_size1_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5006021Z test_contig_size1_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5006349Z test_contig_size1_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5006573Z test_contig_size1_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5006959Z test_contig_size1_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5007324Z test_contig_size1_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5007540Z test_contig_size1_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5007742Z test_contig_size1_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5007947Z test_contig_size1_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.5008139Z test_contig_size1_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5008358Z test_contig_size1_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5008567Z test_contig_size1_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5008775Z test_contig_size1_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5009071Z test_contig_size1_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5009295Z test_contig_size1_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5009501Z test_contig_size1_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5009708Z test_contig_size1_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5009915Z test_contig_size1_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5010123Z test_contig_size1_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5010330Z test_contig_size1_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5010541Z test_contig_size1_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5010744Z test_contig_size1_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5010957Z test_contig_size1_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5011166Z test_contig_size1_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5011366Z test_contig_size1_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5011568Z test_contig_size1_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5011772Z test_contig_size1_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5011981Z test_contig_size1_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5012171Z test_contig_size1_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5012376Z test_contig_size1_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5012751Z test_contig_size1_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5012988Z test_contig_size1_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5013195Z test_contig_size1_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5013405Z test_contig_size1_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5013612Z test_contig_size1_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5013954Z test_contig_size1_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5014440Z test_contig_size1_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5014655Z test_contig_size1_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5014862Z test_contig_size1_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5015073Z test_contig_size1_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5015277Z test_contig_size1_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5015482Z test_contig_size1_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5015688Z test_contig_size1_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5015920Z test_contig_size1_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5016147Z test_contig_size1_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5016379Z test_contig_size1_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5016598Z test_contig_size1_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5016903Z test_contig_size1_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5017129Z test_contig_size1_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5017352Z test_contig_size1_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5017577Z test_contig_size1_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5017795Z test_contig_size1_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5018030Z test_contig_size1_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5018255Z test_contig_size1_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5018491Z test_contig_size1_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5018726Z test_contig_size1_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5018957Z test_contig_size1_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5019182Z test_contig_size1_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5019407Z test_contig_size1_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5019744Z test_contig_size1_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5020114Z test_contig_size1_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5020339Z test_contig_size1_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5020551Z test_contig_size1_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5020898Z test_contig_size1_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5021274Z test_contig_size1_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5021519Z test_contig_size1_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5021747Z test_contig_size1_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5021965Z test_contig_size1_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5022289Z test_contig_size1_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5022492Z test_contig_size1_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5022716Z test_contig_size1_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5022939Z test_contig_size1_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5023165Z test_contig_size1_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5023388Z test_contig_size1_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5023596Z test_contig_size1_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5023796Z test_contig_size1_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5024012Z test_contig_size1_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5024219Z test_contig_size1_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5024419Z test_contig_size1_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5024693Z test_contig_size1_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5024907Z test_contig_size1_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5025109Z test_contig_size1_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5025308Z test_contig_size1_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5025505Z test_contig_size1_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5025699Z test_contig_size1_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5025897Z test_contig_size1_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5026091Z test_contig_size1_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5026308Z test_contig_size1_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5026506Z test_contig_size1_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5026903Z test_contig_size1_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5027137Z test_contig_size1_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5027351Z test_contig_size1_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5027565Z test_contig_size1_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5027907Z test_contig_size1_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5028268Z test_contig_size1_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5028503Z test_contig_size1_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5028706Z test_contig_size1_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5028920Z test_contig_size1_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5029145Z test_contig_size1_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5029391Z test_contig_size1_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:35:22.5029606Z test_contig_size1_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5029824Z test_contig_size1_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5030143Z test_contig_size1_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5030355Z test_contig_size1_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5030567Z test_contig_size1_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5030777Z test_contig_size1_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5030989Z test_contig_size1_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5031202Z test_contig_size1_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5031391Z test_contig_size1_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5031592Z test_contig_size1_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5031797Z test_contig_size1_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5032000Z test_contig_size1_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5032207Z test_contig_size1_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5032409Z test_contig_size1_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5032685Z test_contig_size1_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5032898Z test_contig_size1_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5033094Z test_contig_size1_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5033285Z test_contig_size1_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5033489Z test_contig_size1_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5033842Z test_contig_size1_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5034061Z test_contig_size1_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5034257Z test_contig_size1_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5034452Z test_contig_size1_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5034649Z test_contig_size1_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5034982Z test_contig_size1_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5035315Z test_contig_size1_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5035535Z test_contig_size1_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5035710Z test_contig_size1_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5035914Z test_contig_size1_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5036111Z test_contig_size1_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5036312Z test_contig_size1_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5036507Z test_contig_size1_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5036706Z test_contig_size1_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5036897Z test_contig_size1_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5037084Z test_contig_size1_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5037279Z test_contig_size1_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5037478Z test_contig_size1_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5037783Z test_contig_size1_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5037976Z test_contig_size1_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5038166Z test_contig_size1_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5038364Z test_contig_size1_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5038561Z test_contig_size1_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5038765Z test_contig_size1_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5038963Z test_contig_size1_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5039163Z test_contig_size1_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5039340Z test_contig_size1_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5039537Z test_contig_size1_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5039731Z test_contig_size1_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5039930Z test_contig_size1_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5040120Z test_contig_size1_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5041467Z test_contig_size1_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5041740Z test_contig_size1_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5042124Z test_contig_size1_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5042478Z test_contig_size1_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5042681Z test_contig_size1_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5042878Z test_contig_size1_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5043071Z test_contig_size1_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5043269Z test_contig_size1_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5043461Z test_contig_size1_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5043658Z test_contig_size1_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5043850Z test_contig_size1_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5044042Z test_contig_size1_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5044265Z test_contig_size1_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5044456Z test_contig_size1_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5044671Z test_contig_size1_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5044885Z test_contig_size1_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5045096Z test_contig_size1_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5045308Z test_contig_size1_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5045517Z test_contig_size1_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5045725Z test_contig_size1_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5045930Z test_contig_size1_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5046138Z test_contig_size1_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5046349Z test_contig_size1_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5046685Z test_contig_size1_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5046887Z test_contig_size1_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5047087Z test_contig_size1_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5047299Z test_contig_size1_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5047505Z test_contig_size1_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5047831Z test_contig_size1_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5048076Z test_contig_size1_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5048287Z test_contig_size1_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5048492Z test_contig_size1_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5048692Z test_contig_size1_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5049035Z test_contig_size1_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5049393Z test_contig_size1_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5049697Z test_contig_size1_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5049922Z test_contig_size1_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5050124Z test_contig_size1_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5050327Z test_contig_size1_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5050529Z test_contig_size1_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5050736Z test_contig_size1_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5050935Z test_contig_size1_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5051168Z test_contig_size1_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5051393Z test_contig_size1_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5051631Z test_contig_size1_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5051861Z test_contig_size1_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5052087Z test_contig_size1_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5052311Z test_contig_size1_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5052536Z test_contig_size1_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5052756Z test_contig_size1_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5052974Z test_contig_size1_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5053198Z test_contig_size1_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5053403Z test_contig_size1_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5053626Z test_contig_size1_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5053877Z test_contig_size1_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5054121Z test_contig_size1_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5054474Z test_contig_size1_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5054849Z test_contig_size1_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5055135Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5055385Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5055628Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5055873Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5056262Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5056506Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5056752Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5057132Z test_contig_size1_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5057453Z test_contig_size1_large_dim___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5057688Z test_contig_size1_large_dim___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5057919Z test_contig_size1_large_dim___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5058149Z test_contig_size1_large_dim___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5058370Z test_contig_size1_large_dim___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5058588Z test_contig_size1_large_dim___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5058799Z test_contig_size1_large_dim___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5059018Z test_contig_size1_large_dim___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5059243Z test_contig_size1_large_dim___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5059447Z test_contig_size1_large_dim___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5059665Z test_contig_size1_large_dim___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5059882Z test_contig_size1_large_dim___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5060098Z test_contig_size1_large_dim___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5060317Z test_contig_size1_large_dim___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5060529Z test_contig_size1_large_dim___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5060740Z test_contig_size1_large_dim___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5060953Z test_contig_size1_large_dim___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5061164Z test_contig_size1_large_dim___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5061390Z test_contig_size1_large_dim___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5061605Z test_contig_size1_large_dim___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5061835Z test_contig_size1_large_dim___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5062159Z test_contig_size1_large_dim___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5062507Z test_contig_size1_large_dim___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5062764Z test_contig_size1_large_dim___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5062981Z test_contig_size1_large_dim___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5063197Z test_contig_size1_large_dim___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5063413Z test_contig_size1_large_dim___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5063763Z test_contig_size1_large_dim___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5064132Z test_contig_size1_large_dim___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5064357Z test_contig_size1_large_dim___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5064567Z test_contig_size1_large_dim___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5064787Z test_contig_size1_large_dim___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5065097Z test_contig_size1_large_dim___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5065329Z test_contig_size1_large_dim___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5065541Z test_contig_size1_large_dim___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5065756Z test_contig_size1_large_dim___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5065964Z test_contig_size1_large_dim___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5066184Z test_contig_size1_large_dim___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5066395Z test_contig_size1_large_dim___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5066618Z test_contig_size1_large_dim___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5066837Z test_contig_size1_large_dim___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5067067Z test_contig_size1_large_dim___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5067294Z test_contig_size1_large_dim___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5067513Z test_contig_size1_large_dim___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5067727Z test_contig_size1_large_dim___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5067939Z test_contig_size1_large_dim___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5068152Z test_contig_size1_large_dim___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5068365Z test_contig_size1_large_dim___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5068578Z test_contig_size1_large_dim___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5068794Z test_contig_size1_large_dim___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5069010Z test_contig_size1_large_dim___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5069211Z test_contig_size1_large_dim___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5069537Z test_contig_size1_large_dim___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5069906Z test_contig_size1_large_dim___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5070119Z test_contig_size1_large_dim___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5070335Z test_contig_size1_large_dim___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5070550Z test_contig_size1_large_dim___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5070915Z test_contig_size1_large_dim___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5071304Z test_contig_size1_large_dim___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5071537Z test_contig_size1_large_dim___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5071754Z test_contig_size1_large_dim___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5071971Z test_contig_size1_large_dim___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5072190Z test_contig_size1_large_dim___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5072404Z test_contig_size1_large_dim___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5072698Z test_contig_size1_large_dim___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5072933Z test_contig_size1_large_dim___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5073150Z test_contig_size1_large_dim___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5073362Z test_contig_size1_large_dim___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5073584Z test_contig_size1_large_dim___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5073815Z test_contig_size1_large_dim___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5074041Z test_contig_size1_large_dim___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5074261Z test_contig_size1_large_dim___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5074466Z test_contig_size1_large_dim___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5074679Z test_contig_size1_large_dim___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5074894Z test_contig_size1_large_dim___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5075108Z test_contig_size1_large_dim___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5075323Z test_contig_size1_large_dim___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5075542Z test_contig_size1_large_dim___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5075756Z test_contig_size1_large_dim___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5075974Z test_contig_size1_large_dim___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5076189Z test_contig_size1_large_dim___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5076402Z test_contig_size1_large_dim___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5076778Z test_contig_size1_large_dim___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5077003Z test_contig_size1_large_dim___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5077217Z test_contig_size1_large_dim___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5077537Z test_contig_size1_large_dim_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5077889Z test_contig_size1_large_dim_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5078309Z test_contig_size1_large_dim_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5078542Z test_contig_size1_large_dim_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5078764Z test_contig_size1_large_dim_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5078980Z test_contig_size1_large_dim_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5079196Z test_contig_size1_large_dim_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5079414Z test_contig_size1_large_dim_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5079613Z test_contig_size1_large_dim_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5079827Z test_contig_size1_large_dim_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5080033Z test_contig_size1_large_dim_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5080332Z test_contig_size1_large_dim_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5080569Z test_contig_size1_large_dim_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5080791Z test_contig_size1_large_dim_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5081006Z test_contig_size1_large_dim_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5081227Z test_contig_size1_large_dim_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5081448Z test_contig_size1_large_dim_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5081667Z test_contig_size1_large_dim_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5081926Z test_contig_size1_large_dim_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5082144Z test_contig_size1_large_dim_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5082360Z test_contig_size1_large_dim_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5082577Z test_contig_size1_large_dim_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5082784Z test_contig_size1_large_dim_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5083010Z test_contig_size1_large_dim_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5083286Z test_contig_size1_large_dim_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5083502Z test_contig_size1_large_dim_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5083880Z test_contig_size1_large_dim_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5084118Z test_contig_size1_large_dim_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5084342Z test_contig_size1_large_dim_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5084560Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5084932Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5085332Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5085690Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5085925Z test_contig_size1_large_dim_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5086151Z test_contig_size1_large_dim_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5086375Z test_contig_size1_large_dim_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5086592Z test_contig_size1_large_dim_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5086812Z test_contig_size1_large_dim_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5087034Z test_contig_size1_large_dim_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5087247Z test_contig_size1_large_dim_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5087494Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5087735Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5088045Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5088301Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5088537Z test_contig_size1_large_dim_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5088760Z test_contig_size1_large_dim_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5088984Z test_contig_size1_large_dim_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5089211Z test_contig_size1_large_dim_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5089431Z test_contig_size1_large_dim_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5089653Z test_contig_size1_large_dim_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5089874Z test_contig_size1_large_dim_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5090088Z test_contig_size1_large_dim_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5090310Z test_contig_size1_large_dim_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5090540Z test_contig_size1_large_dim_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5090947Z test_contig_size1_large_dim_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5091183Z test_contig_size1_large_dim_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5091408Z test_contig_size1_large_dim_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5091633Z test_contig_size1_large_dim_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5091994Z test_contig_size1_large_dim_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5092381Z test_contig_size1_large_dim_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5092611Z test_contig_size1_large_dim_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5092841Z test_contig_size1_large_dim_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5093065Z test_contig_size1_large_dim_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5093393Z test_contig_size1_large_dim_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5093610Z test_contig_size1_large_dim_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5093826Z test_contig_size1_large_dim_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5094049Z test_contig_size1_large_dim_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5094270Z test_contig_size1_large_dim_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5094483Z test_contig_size1_large_dim_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5094701Z test_contig_size1_large_dim_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5094919Z test_contig_size1_large_dim_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5095144Z test_contig_size1_large_dim_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5095351Z test_contig_size1_large_dim_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5095571Z test_contig_size1_large_dim_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5095881Z test_contig_size1_large_dim_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5096127Z test_contig_size1_large_dim_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5096354Z test_contig_size1_large_dim_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5096583Z test_contig_size1_large_dim_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5096804Z test_contig_size1_large_dim_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5097025Z test_contig_size1_large_dim_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5097304Z test_contig_size1_large_dim_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5097523Z test_contig_size1_large_dim_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5097912Z test_contig_size1_large_dim_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5098145Z test_contig_size1_large_dim_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5098391Z test_contig_size1_large_dim_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5098635Z test_contig_size1_large_dim_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5099028Z test_contig_size1_large_dim_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5099450Z test_contig_size1_large_dim_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5099696Z test_contig_size1_large_dim_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5099942Z test_contig_size1_large_dim_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5100171Z test_contig_size1_large_dim_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5100406Z test_contig_size1_large_dim_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5100642Z test_contig_size1_large_dim_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5100888Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5101222Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5101473Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5101724Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5101971Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5102216Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5102460Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5102700Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5102941Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5103176Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5103404Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5103714Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5103969Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5104208Z test_contig_size1_large_dim_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5104440Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5104755Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5105067Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5105305Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5105542Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5105775Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5106145Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5106534Z test_contig_size1_large_dim_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5106758Z test_contig_size1_large_dim_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5106976Z test_contig_size1_large_dim_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5107200Z test_contig_size1_large_dim_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5107403Z test_contig_size1_large_dim_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5107631Z test_contig_size1_large_dim_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5107850Z test_contig_size1_large_dim_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5108063Z test_contig_size1_large_dim_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5108269Z test_contig_size1_large_dim_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5108478Z test_contig_size1_large_dim_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5108794Z test_contig_size1_large_dim_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5109005Z test_contig_size1_large_dim_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5109212Z test_contig_size1_large_dim_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5109422Z test_contig_size1_large_dim_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5109657Z test_contig_size1_large_dim_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5109882Z test_contig_size1_large_dim_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5110117Z test_contig_size1_large_dim_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5110354Z test_contig_size1_large_dim_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5110591Z test_contig_size1_large_dim_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5110820Z test_contig_size1_large_dim_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5111043Z test_contig_size1_large_dim_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5111348Z test_contig_size1_large_dim_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5111583Z test_contig_size1_large_dim_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5111800Z test_contig_size1_large_dim_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5112202Z test_contig_size1_large_dim_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5112415Z test_contig_size1_large_dim_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5112674Z test_contig_size1_large_dim_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.5112906Z test_contig_size1_large_dim_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5113301Z test_contig_size1_large_dim_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5113681Z test_contig_size1_large_dim_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5113912Z test_contig_size1_large_dim_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5114130Z test_contig_size1_large_dim_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5114345Z test_contig_size1_large_dim_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5114569Z test_contig_size1_large_dim_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5114788Z test_contig_size1_large_dim_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5115010Z test_contig_size1_large_dim_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5115227Z test_contig_size1_large_dim_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5115445Z test_contig_size1_large_dim_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5115665Z test_contig_size1_large_dim_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5115883Z test_contig_size1_large_dim_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5116094Z test_contig_size1_large_dim_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5116304Z test_contig_size1_large_dim_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5116616Z test_contig_size1_large_dim_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5116827Z test_contig_size1_large_dim_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5117032Z test_contig_size1_large_dim_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5117256Z test_contig_size1_large_dim_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5117451Z test_contig_size1_large_dim_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5117665Z test_contig_size1_large_dim_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5117885Z test_contig_size1_large_dim_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5118098Z test_contig_size1_large_dim_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5118310Z test_contig_size1_large_dim_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5118519Z test_contig_size1_large_dim_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5118724Z test_contig_size1_large_dim_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5119178Z test_contig_size1_large_dim_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5119409Z test_contig_size1_large_dim_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5119631Z test_contig_size1_large_dim_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5119846Z test_contig_size1_large_dim_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5120165Z test_contig_size1_large_dim_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5120542Z test_contig_size1_large_dim_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5120785Z test_contig_size1_large_dim_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5120995Z test_contig_size1_large_dim_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5121206Z test_contig_size1_large_dim_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5121419Z test_contig_size1_large_dim_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5121623Z test_contig_size1_large_dim_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5121829Z test_contig_size1_large_dim_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5122043Z test_contig_size1_large_dim_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5122240Z test_contig_size1_large_dim_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5122452Z test_contig_size1_large_dim_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5122662Z test_contig_size1_large_dim_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5122886Z test_contig_size1_large_dim_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5123096Z test_contig_size1_large_dim_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5123310Z test_contig_size1_large_dim_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5123521Z test_contig_size1_large_dim_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5123727Z test_contig_size1_large_dim_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5123934Z test_contig_size1_large_dim_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5125132Z test_contig_size1_large_dim_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5125343Z test_contig_size1_large_dim_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5125553Z test_contig_size1_large_dim_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5125762Z test_contig_size1_large_dim_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5126129Z test_contig_size1_large_dim_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5126357Z test_contig_size1_large_dim_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5126571Z test_contig_size1_large_dim_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5126782Z test_contig_size1_large_dim_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5126993Z test_contig_size1_large_dim_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5127353Z test_contig_size1_large_dim_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5127715Z test_contig_size1_large_dim_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5128020Z test_contig_size1_large_dim_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5128248Z test_contig_size1_large_dim_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5128454Z test_contig_size1_large_dim_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5128689Z test_contig_size1_large_dim_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5128916Z test_contig_size1_large_dim_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5129151Z test_contig_size1_large_dim_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5129375Z test_contig_size1_large_dim_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5129591Z test_contig_size1_large_dim_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5129821Z test_contig_size1_large_dim_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5130045Z test_contig_size1_large_dim_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5130262Z test_contig_size1_large_dim_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5130482Z test_contig_size1_large_dim_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5130707Z test_contig_size1_large_dim_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5130935Z test_contig_size1_large_dim_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5131155Z test_contig_size1_large_dim_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5131377Z test_contig_size1_large_dim_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5131604Z test_contig_size1_large_dim_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5131826Z test_contig_size1_large_dim_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5132048Z test_contig_size1_large_dim_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5132272Z test_contig_size1_large_dim_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5132488Z test_contig_size1_large_dim_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5132794Z test_contig_size1_large_dim_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5133149Z test_contig_size1_large_dim_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5133405Z test_contig_size1_large_dim_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5133641Z test_contig_size1_large_dim_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5133863Z test_contig_size1_large_dim_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5134078Z test_contig_size1_large_dim_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5134426Z test_contig_size1_large_dim_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5134788Z test_contig_size1_large_dim_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5135016Z test_contig_size1_large_dim_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5135235Z test_contig_size1_large_dim_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5135449Z test_contig_size1_large_dim_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5135755Z test_contig_size1_large_dim_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5136015Z test_contig_size1_large_dim_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5136250Z test_contig_size1_large_dim_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5136497Z test_contig_size1_large_dim_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5136741Z test_contig_size1_large_dim_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5136988Z test_contig_size1_large_dim_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5137225Z test_contig_size1_large_dim_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5137466Z test_contig_size1_large_dim_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5137699Z test_contig_size1_large_dim_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5137929Z test_contig_size1_large_dim_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5138161Z test_contig_size1_large_dim_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5138379Z test_contig_size1_large_dim_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5138617Z test_contig_size1_large_dim_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5138878Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5139129Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5139397Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5139659Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5139916Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5140328Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5140694Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5140944Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5141206Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5141728Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5141999Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5142249Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5142461Z test_contig_size1_large_dim_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5142675Z test_contig_size1_large_dim_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5142884Z test_contig_size1_large_dim_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5143093Z test_contig_size1_large_dim_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5143390Z test_contig_size1_large_dim_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5143635Z test_contig_size1_large_dim_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5143848Z test_contig_size1_large_dim_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5144074Z test_contig_size1_large_dim_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5144296Z test_contig_size1_large_dim_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5144525Z test_contig_size1_large_dim_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5144728Z test_contig_size1_large_dim_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5144948Z test_contig_size1_large_dim_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5145167Z test_contig_size1_large_dim_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5145380Z test_contig_size1_large_dim_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5145596Z test_contig_size1_large_dim_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5145809Z test_contig_size1_large_dim_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5146023Z test_contig_size1_large_dim_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5146237Z test_contig_size1_large_dim_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5146447Z test_contig_size1_large_dim_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5146659Z test_contig_size1_large_dim_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5146875Z test_contig_size1_large_dim_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5147211Z test_contig_size1_large_dim_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.5147467Z test_contig_size1_large_dim_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5147680Z test_contig_size1_large_dim_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5147888Z test_contig_size1_large_dim_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5148096Z test_contig_size1_large_dim_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5148586Z test_contig_size1_large_dim_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5148966Z test_contig_size1_large_dim_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5149198Z test_contig_size1_large_dim_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5149443Z test_contig_size1_large_dim_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5149666Z test_contig_size1_large_dim_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5149897Z test_contig_size1_large_dim_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5150126Z test_contig_size1_large_dim_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5150352Z test_contig_size1_large_dim_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5150581Z test_contig_size1_large_dim_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5150802Z test_contig_size1_large_dim_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5151104Z test_contig_size1_large_dim_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5151347Z test_contig_size1_large_dim_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5151560Z test_contig_size1_large_dim_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5151788Z test_contig_size1_large_dim_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5152008Z test_contig_size1_large_dim_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5152248Z test_contig_size1_large_dim_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5152487Z test_contig_size1_large_dim_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5152718Z test_contig_size1_large_dim_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5152952Z test_contig_size1_large_dim_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5153171Z test_contig_size1_large_dim_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5153393Z test_contig_size1_large_dim_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5153609Z test_contig_size1_large_dim_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5153821Z test_contig_size1_large_dim_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5154047Z test_contig_size1_large_dim_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5154439Z test_contig_size1_large_dim_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5154678Z test_contig_size1_large_dim_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5154882Z test_contig_size1_large_dim_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5155116Z test_contig_size1_large_dim_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5155482Z test_contig_size1_large_dim_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5155858Z test_contig_size1_large_dim_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5156096Z test_contig_size1_large_dim_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5156429Z test_contig_size1_large_dim_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5156657Z test_contig_size1_large_dim_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5156884Z test_contig_size1_large_dim_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5157104Z test_contig_size1_large_dim_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5157324Z test_contig_size1_large_dim_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5157539Z test_contig_size1_large_dim_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5157756Z test_contig_size1_large_dim_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5157966Z test_contig_size1_large_dim_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5158182Z test_contig_size1_large_dim_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5158395Z test_contig_size1_large_dim_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5158603Z test_contig_size1_large_dim_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5158889Z test_contig_size1_large_dim_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5159117Z test_contig_size1_large_dim_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5159328Z test_contig_size1_large_dim_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5159536Z test_contig_size1_large_dim_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5159741Z test_contig_size1_large_dim_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5159960Z test_contig_size1_large_dim_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5160185Z test_contig_size1_large_dim_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5160414Z test_contig_size1_large_dim_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5160638Z test_contig_size1_large_dim_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5160856Z test_contig_size1_large_dim_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5161076Z test_contig_size1_large_dim_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5161456Z test_contig_size1_large_dim_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5161681Z test_contig_size1_large_dim_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5161908Z test_contig_size1_large_dim_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5162125Z test_contig_size1_large_dim_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5162349Z test_contig_size1_large_dim_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5162700Z test_contig_size1_large_dim_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5163070Z test_contig_size1_large_dim_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5163294Z test_contig_size1_large_dim_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5163508Z test_contig_size1_large_dim_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5163728Z test_contig_size1_large_dim_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5164053Z test_contig_size1_large_dim_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5164274Z test_contig_size1_large_dim_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5164491Z test_contig_size1_large_dim_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5164715Z test_contig_size1_large_dim_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5164949Z test_contig_size1_large_dim_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5165152Z test_contig_size1_large_dim_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5165380Z test_contig_size1_large_dim_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5165601Z test_contig_size1_large_dim_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5165821Z test_contig_size1_large_dim_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5166043Z test_contig_size1_large_dim_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5166268Z test_contig_size1_large_dim_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5167474Z test_contig_size1_large_dim_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5167763Z test_contig_size1_large_dim_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5167978Z test_contig_size1_large_dim_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5168194Z test_contig_size1_large_dim_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5168586Z test_contig_size1_large_dim_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5168824Z test_contig_size1_large_dim_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5169043Z test_contig_size1_large_dim_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5169261Z test_contig_size1_large_dim_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5169483Z test_contig_size1_large_dim_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5169915Z test_contig_size1_large_dim_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5170380Z test_contig_size1_large_dim_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5170791Z test_contig_size1_large_dim_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5171065Z test_contig_size1_large_dim_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5171291Z test_contig_size1_large_dim_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5171623Z test_contig_size1_large_dim_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5172019Z test_contig_size1_large_dim_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5172452Z test_contig_size1_large_dim_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5172884Z test_contig_size1_large_dim_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5173305Z test_contig_size1_large_dim_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5173723Z test_contig_size1_large_dim_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5174136Z test_contig_size1_large_dim_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5174771Z test_contig_size1_large_dim_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5175182Z test_contig_size1_large_dim_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5175687Z test_contig_size1_large_dim_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5176085Z test_contig_size1_large_dim_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5176566Z test_contig_size1_large_dim_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5176793Z test_contig_size1_large_dim_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5177128Z test_contig_size1_large_dim_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5177388Z test_contig_size1_large_dim_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5177615Z test_contig_size1_large_dim_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5177832Z test_contig_size1_large_dim_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5178047Z test_contig_size1_large_dim_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5178396Z test_contig_size1_large_dim_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5178629Z test_contig_size1_large_dim_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5178843Z test_contig_size1_large_dim_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5179035Z test_contig_size1_large_dim_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5179250Z test_contig_size1_large_dim_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5179458Z test_contig_size1_large_dim_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5179694Z test_contig_size1_large_dim_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5179929Z test_contig_size1_large_dim_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5180156Z test_contig_size1_large_dim_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5180378Z test_contig_size1_large_dim_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5180601Z test_contig_size1_large_dim_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5180821Z test_contig_size1_large_dim_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5181045Z test_contig_size1_large_dim_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5181265Z test_contig_size1_large_dim_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.934s) 2022-11-23T03:35:22.5181491Z test_contig_size1_large_dim_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5181708Z test_contig_size1_large_dim_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5181927Z test_contig_size1_large_dim_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5182140Z test_contig_size1_large_dim_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5182355Z test_contig_size1_large_dim_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5182726Z test_contig_size1_large_dim_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5182947Z test_contig_size1_large_dim_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5183197Z test_contig_size1_large_dim_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5183523Z test_contig_size1_large_dim_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5183916Z test_contig_size1_large_dim_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5184284Z test_contig_size1_large_dim_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5184514Z test_contig_size1_large_dim_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5184729Z test_contig_size1_large_dim_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5184956Z test_contig_size1_large_dim_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5185172Z test_contig_size1_large_dim_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5185386Z test_contig_size1_large_dim_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5185611Z test_contig_size1_large_dim_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5185837Z test_contig_size1_large_dim_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5186150Z test_contig_size1_large_dim_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5186394Z test_contig_size1_large_dim_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5186615Z test_contig_size1_large_dim_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5186836Z test_contig_size1_large_dim_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5187051Z test_contig_size1_large_dim_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5187264Z test_contig_size1_large_dim_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5187482Z test_contig_size1_large_dim_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5187695Z test_contig_size1_large_dim_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5187903Z test_contig_size1_large_dim_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5188118Z test_contig_size1_large_dim_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5188332Z test_contig_size1_large_dim_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5188596Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5188860Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5189106Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5189368Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5189758Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5190059Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5190315Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5190568Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.5190979Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5191506Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5191774Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5192031Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5192286Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5192542Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5192794Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5193049Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5193400Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5193745Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.5194160Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5194522Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5194855Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5195195Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5195531Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5195858Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5196198Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5196541Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5197025Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5197360Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5197684Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5198287Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5198628Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5199063Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5199325Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5199587Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5199842Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5200097Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5200345Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5200597Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5200847Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5201167Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5201430Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5201695Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5201934Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5202189Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5202448Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5202695Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5202953Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5203207Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5203459Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5203879Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5204145Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5204407Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5204660Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5205181Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5205470Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5205724Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5206069Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5206524Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5206868Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5207210Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5207546Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T03:35:22.5207868Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5208201Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5208613Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5208982Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5209333Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5209685Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5210038Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5210388Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5210901Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5211256Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.5211599Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5212196Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5212596Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5212946Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T03:35:22.5213285Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5213729Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5214081Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5214423Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5214766Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5215105Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5215462Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5215883Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5216244Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5216584Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5216928Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5217269Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5217770Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5218131Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5218482Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5218987Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5219485Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5219833Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.5220176Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5220515Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5220958Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5221207Z test_contig_size1_large_dim_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5221446Z test_contig_size1_large_dim_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5221686Z test_contig_size1_large_dim_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5221922Z test_contig_size1_large_dim_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.5222152Z test_contig_size1_large_dim_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5222391Z test_contig_size1_large_dim_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5222625Z test_contig_size1_large_dim_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5222860Z test_contig_size1_large_dim_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5223155Z test_contig_size1_large_dim_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5223407Z test_contig_size1_large_dim_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5223635Z test_contig_size1_large_dim_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5223869Z test_contig_size1_large_dim_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5224100Z test_contig_size1_large_dim_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5224334Z test_contig_size1_large_dim_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5224725Z test_contig_size1_large_dim_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5224980Z test_contig_size1_large_dim_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5225208Z test_contig_size1_large_dim_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5225432Z test_contig_size1_large_dim_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5225649Z test_contig_size1_large_dim_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5226103Z test_contig_size1_large_dim_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5226377Z test_contig_size1_large_dim_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5226603Z test_contig_size1_large_dim_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5226822Z test_contig_size1_large_dim_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5227045Z test_contig_size1_large_dim_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5227262Z test_contig_size1_large_dim_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5227475Z test_contig_size1_large_dim_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5227684Z test_contig_size1_large_dim_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5227894Z test_contig_size1_large_dim_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5228106Z test_contig_size1_large_dim_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5228406Z test_contig_size1_large_dim_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5228640Z test_contig_size1_large_dim_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5228870Z test_contig_size1_large_dim_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5229107Z test_contig_size1_large_dim_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5229343Z test_contig_size1_large_dim_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5229578Z test_contig_size1_large_dim_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5229810Z test_contig_size1_large_dim_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5230041Z test_contig_size1_large_dim_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5230275Z test_contig_size1_large_dim_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5230504Z test_contig_size1_large_dim_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5230802Z test_contig_size1_large_dim_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5231045Z test_contig_size1_large_dim_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5231266Z test_contig_size1_large_dim_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.5231488Z test_contig_size1_large_dim_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5231867Z test_contig_size1_large_dim_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5232089Z test_contig_size1_large_dim_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5232312Z test_contig_size1_large_dim_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5232530Z test_contig_size1_large_dim_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5232917Z test_contig_size1_large_dim_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5233291Z test_contig_size1_large_dim_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5233512Z test_contig_size1_large_dim_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5233702Z test_contig_size1_large_dim_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5233919Z test_contig_size1_large_dim_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5234135Z test_contig_size1_large_dim_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5234339Z test_contig_size1_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5234531Z test_contig_size1_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5234731Z test_contig_size1_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5234932Z test_contig_size1_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5235130Z test_contig_size1_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5235338Z test_contig_size1_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5235545Z test_contig_size1_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5235756Z test_contig_size1_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5236074Z test_contig_size1_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5236279Z test_contig_size1_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5236487Z test_contig_size1_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5236697Z test_contig_size1_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5236901Z test_contig_size1_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5237101Z test_contig_size1_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5237297Z test_contig_size1_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5237498Z test_contig_size1_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5237678Z test_contig_size1_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5237877Z test_contig_size1_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5238072Z test_contig_size1_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5238274Z test_contig_size1_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5238711Z test_contig_size1_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5238937Z test_contig_size1_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5239131Z test_contig_size1_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5239326Z test_contig_size1_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5239522Z test_contig_size1_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5239884Z test_contig_size1_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5240243Z test_contig_size1_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5240468Z test_contig_size1_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5240681Z test_contig_size1_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5240910Z test_contig_size1_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5241134Z test_contig_size1_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5241348Z test_contig_size1_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5241564Z test_contig_size1_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5241772Z test_contig_size1_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5241986Z test_contig_size1_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5242184Z test_contig_size1_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5242398Z test_contig_size1_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5242605Z test_contig_size1_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5242816Z test_contig_size1_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5243031Z test_contig_size1_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5243239Z test_contig_size1_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5243458Z test_contig_size1_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5243676Z test_contig_size1_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5243996Z test_contig_size1_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5244204Z test_contig_size1_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5244415Z test_contig_size1_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5244626Z test_contig_size1_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5244835Z test_contig_size1_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5245039Z test_contig_size1_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5245249Z test_contig_size1_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5245607Z test_contig_size1_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5245853Z test_contig_size1_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5246060Z test_contig_size1_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5246284Z test_contig_size1_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5246572Z test_contig_size1_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5246960Z test_contig_size1_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5247315Z test_contig_size1_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5247528Z test_contig_size1_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5247888Z test_contig_size1_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5248281Z test_contig_size1_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5248699Z test_contig_size1_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5249097Z test_contig_size1_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5249494Z test_contig_size1_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5249888Z test_contig_size1_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5250278Z test_contig_size1_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5250654Z test_contig_size1_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5251026Z test_contig_size1_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5251390Z test_contig_size1_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5251764Z test_contig_size1_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5252157Z test_contig_size1_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5252643Z test_contig_size1_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5253100Z test_contig_size1_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5253642Z test_contig_size1_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5254042Z test_contig_size1_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5254443Z test_contig_size1_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5254854Z test_contig_size1_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5255265Z test_contig_size1_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5255674Z test_contig_size1_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5257564Z test_contig_size1_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5257965Z test_contig_size1_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5258378Z test_contig_size1_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5258908Z test_contig_size1_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5259316Z test_contig_size1_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5259854Z test_contig_size1_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5260260Z test_contig_size1_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5260665Z test_contig_size1_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5261076Z test_contig_size1_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5261468Z test_contig_size1_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5261867Z test_contig_size1_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5262412Z test_contig_size1_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5262836Z test_contig_size1_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5263228Z test_contig_size1_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5263592Z test_contig_size1_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5264003Z test_contig_size1_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5264392Z test_contig_size1_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5264822Z test_contig_size1_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5265345Z test_contig_size1_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5265760Z test_contig_size1_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5266382Z test_contig_size1_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5266790Z test_contig_size1_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5267196Z test_contig_size1_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5267599Z test_contig_size1_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5267994Z test_contig_size1_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5268407Z test_contig_size1_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5268816Z test_contig_size1_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5269236Z test_contig_size1_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5269645Z test_contig_size1_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5270047Z test_contig_size1_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5270436Z test_contig_size1_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5270829Z test_contig_size1_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5271225Z test_contig_size1_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5271754Z test_contig_size1_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5272479Z test_contig_size1_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5272877Z test_contig_size1_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5273261Z test_contig_size1_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5273693Z test_contig_size1_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5274081Z test_contig_size1_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5274476Z test_contig_size1_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5274869Z test_contig_size1_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5275249Z test_contig_size1_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5275622Z test_contig_size1_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5276027Z test_contig_size1_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5276418Z test_contig_size1_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5276789Z test_contig_size1_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5277332Z test_contig_size1_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5277870Z test_contig_size1_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5278271Z test_contig_size1_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5278831Z test_contig_size1_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5279235Z test_contig_size1_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5279635Z test_contig_size1_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5280008Z test_contig_size1_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5280390Z test_contig_size1_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5280774Z test_contig_size1_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5281174Z test_contig_size1_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5281567Z test_contig_size1_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5281944Z test_contig_size1_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5282316Z test_contig_size1_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5282688Z test_contig_size1_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5283153Z test_contig_size1_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5283575Z test_contig_size1_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5284123Z test_contig_size1_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5284531Z test_contig_size1_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5285002Z test_contig_size1_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5285223Z test_contig_size1_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5285546Z test_contig_size1_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5285789Z test_contig_size1_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5285997Z test_contig_size1_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5286372Z test_contig_size1_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5286572Z test_contig_size1_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5286759Z test_contig_size1_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5286957Z test_contig_size1_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5287155Z test_contig_size1_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5287346Z test_contig_size1_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5287541Z test_contig_size1_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5287741Z test_contig_size1_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5287959Z test_contig_size1_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5288178Z test_contig_size1_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5288389Z test_contig_size1_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5288597Z test_contig_size1_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5288888Z test_contig_size1_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5289111Z test_contig_size1_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5289317Z test_contig_size1_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5289530Z test_contig_size1_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5289737Z test_contig_size1_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5289945Z test_contig_size1_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5290155Z test_contig_size1_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5290363Z test_contig_size1_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5290568Z test_contig_size1_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5290753Z test_contig_size1_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5291145Z test_contig_size1_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5291378Z test_contig_size1_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5291573Z test_contig_size1_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5291762Z test_contig_size1_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5291959Z test_contig_size1_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5292301Z test_contig_size1_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5292716Z test_contig_size1_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5292978Z test_contig_size1_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5293230Z test_contig_size1_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5293477Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5293719Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5293966Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5294318Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5294558Z test_contig_size1_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5294794Z test_contig_size1_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5295047Z test_contig_size1_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5295290Z test_contig_size1_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5295531Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5295772Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5296007Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5296238Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5296480Z test_contig_size1_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5296891Z test_contig_size1_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5297246Z test_contig_size1_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5297577Z test_contig_size1_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.007s) 2022-11-23T03:35:22.5297909Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5298420Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5298760Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5299086Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5299679Z test_contig_size1_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5300046Z test_contig_size1_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5300378Z test_contig_size1_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5300706Z test_contig_size1_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5301028Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5301342Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5301655Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5302084Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5302413Z test_contig_size1_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5302656Z test_contig_size1_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5302904Z test_contig_size1_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5303147Z test_contig_size1_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5303389Z test_contig_size1_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5303636Z test_contig_size1_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5303867Z test_contig_size1_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5304179Z test_contig_size1_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5304437Z test_contig_size1_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5304679Z test_contig_size1_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5304924Z test_contig_size1_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5305328Z test_contig_size1_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5305581Z test_contig_size1_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5305821Z test_contig_size1_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5306055Z test_contig_size1_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5306447Z test_contig_size1_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5306836Z test_contig_size1_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5307085Z test_contig_size1_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5307332Z test_contig_size1_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5307559Z test_contig_size1_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5307810Z test_contig_size1_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5308052Z test_contig_size1_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5308290Z test_contig_size1_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5308529Z test_contig_size1_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5308759Z test_contig_size1_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5309088Z test_contig_size1_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5309416Z test_contig_size1_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5309861Z test_contig_size1_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5310187Z test_contig_size1_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5310512Z test_contig_size1_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5310839Z test_contig_size1_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5311160Z test_contig_size1_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5311487Z test_contig_size1_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5312848Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5313416Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5314098Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5314744Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5315373Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5315737Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5316073Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5316399Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5316744Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5317086Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5317419Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5317756Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5318079Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5318558Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5318895Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.5319404Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5319745Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5320084Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5320582Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5321148Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T03:35:22.5321511Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5321840Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5322174Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5322512Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5322846Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5323186Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5323525Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5323853Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5324178Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5324511Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5324844Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5325169Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T03:35:22.5325399Z test_contig_size1_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5325715Z test_contig_size1_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5325943Z test_contig_size1_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5326294Z test_contig_size1_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5326557Z test_contig_size1_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5326777Z test_contig_size1_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5326996Z test_contig_size1_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5327214Z test_contig_size1_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5327576Z test_contig_size1_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5327957Z test_contig_size1_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5328177Z test_contig_size1_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5328396Z test_contig_size1_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5328701Z test_contig_size1_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5328932Z test_contig_size1_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5329144Z test_contig_size1_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5329355Z test_contig_size1_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5329566Z test_contig_size1_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5329780Z test_contig_size1_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5329985Z test_contig_size1_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5330195Z test_contig_size1_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5330400Z test_contig_size1_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5330612Z test_contig_size1_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5330814Z test_contig_size1_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5331013Z test_contig_size1_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5331207Z test_contig_size1_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5331408Z test_contig_size1_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5331605Z test_contig_size1_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5331776Z test_contig_size1_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5331973Z test_contig_size1_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5332172Z test_contig_size1_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5332396Z test_contig_size1_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5332604Z test_contig_size1_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5332830Z test_contig_size1_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5333050Z test_contig_size1_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5333437Z test_contig_size1_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5333766Z test_contig_size1_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5333981Z test_contig_size1_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5334193Z test_contig_size1_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5334575Z test_contig_size1_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5334935Z test_contig_size1_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5335144Z test_contig_size1_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5335350Z test_contig_size1_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5335554Z test_contig_size1_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5335768Z test_contig_size1_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5335972Z test_contig_size1_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5336175Z test_contig_size1_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5336454Z test_contig_size1_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5336662Z test_contig_size1_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5336864Z test_contig_size1_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5337061Z test_contig_size1_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5337253Z test_contig_size1_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5337454Z test_contig_size1_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5337657Z test_contig_size1_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5337886Z test_contig_vs_every_other___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5338105Z test_contig_vs_every_other___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5338340Z test_contig_vs_every_other___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5338572Z test_contig_vs_every_other___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5338797Z test_contig_vs_every_other___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5339011Z test_contig_vs_every_other___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5339220Z test_contig_vs_every_other___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5339441Z test_contig_vs_every_other___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5339660Z test_contig_vs_every_other___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5339877Z test_contig_vs_every_other___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5340094Z test_contig_vs_every_other___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5340479Z test_contig_vs_every_other___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5340705Z test_contig_vs_every_other___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5340920Z test_contig_vs_every_other___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5341115Z test_contig_vs_every_other___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5341614Z test_contig_vs_every_other___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5341993Z test_contig_vs_every_other___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5342214Z test_contig_vs_every_other___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5342441Z test_contig_vs_every_other___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5342654Z test_contig_vs_every_other___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5342881Z test_contig_vs_every_other___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5343106Z test_contig_vs_every_other___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5343325Z test_contig_vs_every_other___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5343550Z test_contig_vs_every_other___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5343767Z test_contig_vs_every_other___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5343977Z test_contig_vs_every_other___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5344273Z test_contig_vs_every_other___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5344508Z test_contig_vs_every_other___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5344720Z test_contig_vs_every_other___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5344931Z test_contig_vs_every_other___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5345155Z test_contig_vs_every_other___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5345379Z test_contig_vs_every_other___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5345592Z test_contig_vs_every_other___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5345810Z test_contig_vs_every_other___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5346029Z test_contig_vs_every_other___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5346226Z test_contig_vs_every_other___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5346442Z test_contig_vs_every_other___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5346652Z test_contig_vs_every_other___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5346865Z test_contig_vs_every_other___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5347089Z test_contig_vs_every_other___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5347478Z test_contig_vs_every_other___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5347712Z test_contig_vs_every_other___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5347943Z test_contig_vs_every_other___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5348164Z test_contig_vs_every_other___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5348520Z test_contig_vs_every_other___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5348887Z test_contig_vs_every_other___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5349107Z test_contig_vs_every_other___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5349421Z test_contig_vs_every_other___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5349634Z test_contig_vs_every_other___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5349848Z test_contig_vs_every_other___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5350066Z test_contig_vs_every_other___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5350281Z test_contig_vs_every_other___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5350492Z test_contig_vs_every_other___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5350705Z test_contig_vs_every_other___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5350916Z test_contig_vs_every_other___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5351115Z test_contig_vs_every_other___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5351325Z test_contig_vs_every_other___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5351553Z test_contig_vs_every_other___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5351859Z test_contig_vs_every_other___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5352110Z test_contig_vs_every_other___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5352332Z test_contig_vs_every_other___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5352546Z test_contig_vs_every_other___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5352754Z test_contig_vs_every_other___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5352976Z test_contig_vs_every_other___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5353193Z test_contig_vs_every_other___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5353406Z test_contig_vs_every_other___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5353620Z test_contig_vs_every_other___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5353834Z test_contig_vs_every_other___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5354060Z test_contig_vs_every_other___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5354445Z test_contig_vs_every_other___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5354680Z test_contig_vs_every_other___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5354906Z test_contig_vs_every_other___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5355118Z test_contig_vs_every_other___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5355482Z test_contig_vs_every_other___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5355855Z test_contig_vs_every_other___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5356074Z test_contig_vs_every_other___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5356269Z test_contig_vs_every_other___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5356484Z test_contig_vs_every_other___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5356697Z test_contig_vs_every_other___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5357017Z test_contig_vs_every_other___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5357230Z test_contig_vs_every_other___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5357443Z test_contig_vs_every_other___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5357654Z test_contig_vs_every_other___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5357868Z test_contig_vs_every_other___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5358078Z test_contig_vs_every_other___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5358295Z test_contig_vs_every_other_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5358507Z test_contig_vs_every_other_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5358724Z test_contig_vs_every_other_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5358944Z test_contig_vs_every_other_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5359159Z test_contig_vs_every_other_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5359447Z test_contig_vs_every_other_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5359681Z test_contig_vs_every_other_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5359890Z test_contig_vs_every_other_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5360100Z test_contig_vs_every_other_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5360310Z test_contig_vs_every_other_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5360514Z test_contig_vs_every_other_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5360732Z test_contig_vs_every_other_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5360919Z test_contig_vs_every_other_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5361143Z test_contig_vs_every_other_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5361506Z test_contig_vs_every_other_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5361727Z test_contig_vs_every_other_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5361942Z test_contig_vs_every_other_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5362156Z test_contig_vs_every_other_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5362490Z test_contig_vs_every_other_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5362871Z test_contig_vs_every_other_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5363084Z test_contig_vs_every_other_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5363291Z test_contig_vs_every_other_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5363499Z test_contig_vs_every_other_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5363725Z test_contig_vs_every_other_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5363946Z test_contig_vs_every_other_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5364165Z test_contig_vs_every_other_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5364378Z test_contig_vs_every_other_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5364704Z test_contig_vs_every_other_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5364926Z test_contig_vs_every_other_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5365162Z test_contig_vs_every_other_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5365401Z test_contig_vs_every_other_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5365632Z test_contig_vs_every_other_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5365865Z test_contig_vs_every_other_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5366078Z test_contig_vs_every_other_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5366301Z test_contig_vs_every_other_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5366528Z test_contig_vs_every_other_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5366741Z test_contig_vs_every_other_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5367029Z test_contig_vs_every_other_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5367268Z test_contig_vs_every_other_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5367488Z test_contig_vs_every_other_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5367735Z test_contig_vs_every_other_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5367972Z test_contig_vs_every_other_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5368335Z test_contig_vs_every_other_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5368596Z test_contig_vs_every_other_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5368832Z test_contig_vs_every_other_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5369058Z test_contig_vs_every_other_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5369279Z test_contig_vs_every_other_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5369647Z test_contig_vs_every_other_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5370019Z test_contig_vs_every_other_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5370244Z test_contig_vs_every_other_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5370466Z test_contig_vs_every_other_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5370695Z test_contig_vs_every_other_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5370916Z test_contig_vs_every_other_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5371148Z test_contig_vs_every_other_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5371351Z test_contig_vs_every_other_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5371566Z test_contig_vs_every_other_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5371787Z test_contig_vs_every_other_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5372007Z test_contig_vs_every_other_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5372335Z test_contig_vs_every_other_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5372553Z test_contig_vs_every_other_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5372768Z test_contig_vs_every_other_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5373000Z test_contig_vs_every_other_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5373222Z test_contig_vs_every_other_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5373442Z test_contig_vs_every_other_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5373660Z test_contig_vs_every_other_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5373874Z test_contig_vs_every_other_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5374095Z test_contig_vs_every_other_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5374310Z test_contig_vs_every_other_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5374530Z test_contig_vs_every_other_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5374822Z test_contig_vs_every_other_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5375056Z test_contig_vs_every_other_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5375489Z test_contig_vs_every_other_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5375716Z test_contig_vs_every_other_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5375932Z test_contig_vs_every_other_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5376311Z test_contig_vs_every_other_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5376695Z test_contig_vs_every_other_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5376986Z test_contig_vs_every_other_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5377379Z test_contig_vs_every_other_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5377811Z test_contig_vs_every_other_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5378238Z test_contig_vs_every_other_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5378677Z test_contig_vs_every_other_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5379118Z test_contig_vs_every_other_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5379557Z test_contig_vs_every_other_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5379984Z test_contig_vs_every_other_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5380452Z test_contig_vs_every_other_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5380933Z test_contig_vs_every_other_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5381410Z test_contig_vs_every_other_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5381987Z test_contig_vs_every_other_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5382456Z test_contig_vs_every_other_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5383087Z test_contig_vs_every_other_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5383801Z test_contig_vs_every_other_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5384266Z test_contig_vs_every_other_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5384741Z test_contig_vs_every_other_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5385217Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5385650Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5386145Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5386610Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.873s) 2022-11-23T03:35:22.5387114Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5387549Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5388314Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5388828Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5389501Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5389964Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5390414Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5390889Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5391352Z test_contig_vs_every_other_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5391823Z test_contig_vs_every_other_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5392303Z test_contig_vs_every_other_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5392766Z test_contig_vs_every_other_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5393223Z test_contig_vs_every_other_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5393684Z test_contig_vs_every_other_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5394149Z test_contig_vs_every_other_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5394755Z test_contig_vs_every_other_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5395219Z test_contig_vs_every_other_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5395873Z test_contig_vs_every_other_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5396290Z test_contig_vs_every_other_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5396695Z test_contig_vs_every_other_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5397119Z test_contig_vs_every_other_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5397543Z test_contig_vs_every_other_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5397973Z test_contig_vs_every_other_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5398593Z test_contig_vs_every_other_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5398985Z test_contig_vs_every_other_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5399417Z test_contig_vs_every_other_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5399828Z test_contig_vs_every_other_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5400245Z test_contig_vs_every_other_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5400653Z test_contig_vs_every_other_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5401176Z test_contig_vs_every_other_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5401674Z test_contig_vs_every_other_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5402219Z test_contig_vs_every_other_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5402667Z test_contig_vs_every_other_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5403125Z test_contig_vs_every_other_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5403748Z test_contig_vs_every_other_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5404218Z test_contig_vs_every_other_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5404655Z test_contig_vs_every_other_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5405092Z test_contig_vs_every_other_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5405520Z test_contig_vs_every_other_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5405970Z test_contig_vs_every_other_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5406390Z test_contig_vs_every_other_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5406826Z test_contig_vs_every_other_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5407373Z test_contig_vs_every_other_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5407979Z test_contig_vs_every_other_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.5408503Z test_contig_vs_every_other_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5408942Z test_contig_vs_every_other_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5409398Z test_contig_vs_every_other_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5409854Z test_contig_vs_every_other_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5410297Z test_contig_vs_every_other_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5410753Z test_contig_vs_every_other_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5411199Z test_contig_vs_every_other_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5411638Z test_contig_vs_every_other_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5412063Z test_contig_vs_every_other_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5412479Z test_contig_vs_every_other_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5414796Z test_contig_vs_every_other_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5415219Z test_contig_vs_every_other_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5415641Z test_contig_vs_every_other_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5416055Z test_contig_vs_every_other_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5416465Z test_contig_vs_every_other_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5416884Z test_contig_vs_every_other_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5417309Z test_contig_vs_every_other_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5417719Z test_contig_vs_every_other_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5418142Z test_contig_vs_every_other_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5418562Z test_contig_vs_every_other_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5418989Z test_contig_vs_every_other_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5419570Z test_contig_vs_every_other_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5420160Z test_contig_vs_every_other_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5420753Z test_contig_vs_every_other_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5421177Z test_contig_vs_every_other_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5421592Z test_contig_vs_every_other_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5422007Z test_contig_vs_every_other_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5422439Z test_contig_vs_every_other_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5422910Z test_contig_vs_every_other_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:35:22.5423328Z test_contig_vs_every_other_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5423763Z test_contig_vs_every_other_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5424167Z test_contig_vs_every_other_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5424574Z test_contig_vs_every_other_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5424998Z test_contig_vs_every_other_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5425394Z test_contig_vs_every_other_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5425810Z test_contig_vs_every_other_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5426371Z test_contig_vs_every_other_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5426880Z test_contig_vs_every_other_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.655s) 2022-11-23T03:35:22.5427411Z test_contig_vs_every_other_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.647s) 2022-11-23T03:35:22.5427817Z test_contig_vs_every_other_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5428226Z test_contig_vs_every_other_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.662s) 2022-11-23T03:35:22.5428623Z test_contig_vs_every_other_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.647s) 2022-11-23T03:35:22.5429057Z test_contig_vs_every_other_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5429656Z test_contig_vs_every_other_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5430072Z test_contig_vs_every_other_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5430489Z test_contig_vs_every_other_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5430910Z test_contig_vs_every_other_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5431325Z test_contig_vs_every_other_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5431742Z test_contig_vs_every_other_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5432141Z test_contig_vs_every_other_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5432541Z test_contig_vs_every_other_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5432953Z test_contig_vs_every_other_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5433370Z test_contig_vs_every_other_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5433773Z test_contig_vs_every_other_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5434194Z test_contig_vs_every_other_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5434753Z test_contig_vs_every_other_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5435192Z test_contig_vs_every_other_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5435604Z test_contig_vs_every_other_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5436018Z test_contig_vs_every_other_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5436413Z test_contig_vs_every_other_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5436822Z test_contig_vs_every_other_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5437349Z test_contig_vs_every_other_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5437828Z test_contig_vs_every_other_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5438361Z test_contig_vs_every_other_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5438618Z test_contig_vs_every_other_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5438968Z test_contig_vs_every_other_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5439212Z test_contig_vs_every_other_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5439435Z test_contig_vs_every_other_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5439665Z test_contig_vs_every_other_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5439889Z test_contig_vs_every_other_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5440115Z test_contig_vs_every_other_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5440336Z test_contig_vs_every_other_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5440565Z test_contig_vs_every_other_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5440789Z test_contig_vs_every_other_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5441008Z test_contig_vs_every_other_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5441227Z test_contig_vs_every_other_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5441617Z test_contig_vs_every_other_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5441840Z test_contig_vs_every_other_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5442063Z test_contig_vs_every_other_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5442289Z test_contig_vs_every_other_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5442512Z test_contig_vs_every_other_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5442731Z test_contig_vs_every_other_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5442947Z test_contig_vs_every_other_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5443175Z test_contig_vs_every_other_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5443403Z test_contig_vs_every_other_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5443625Z test_contig_vs_every_other_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5443845Z test_contig_vs_every_other_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5444143Z test_contig_vs_every_other_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5444381Z test_contig_vs_every_other_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5444599Z test_contig_vs_every_other_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5444816Z test_contig_vs_every_other_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5445028Z test_contig_vs_every_other_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5445277Z test_contig_vs_every_other_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.620s) 2022-11-23T03:35:22.5445513Z test_contig_vs_every_other_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.633s) 2022-11-23T03:35:22.5445761Z test_contig_vs_every_other_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.798s) 2022-11-23T03:35:22.5446012Z test_contig_vs_every_other_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.706s) 2022-11-23T03:35:22.5446250Z test_contig_vs_every_other_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.627s) 2022-11-23T03:35:22.5446484Z test_contig_vs_every_other_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5446714Z test_contig_vs_every_other_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.617s) 2022-11-23T03:35:22.5446947Z test_contig_vs_every_other_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.625s) 2022-11-23T03:35:22.5447177Z test_contig_vs_every_other_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.618s) 2022-11-23T03:35:22.5447412Z test_contig_vs_every_other_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5447648Z test_contig_vs_every_other_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.621s) 2022-11-23T03:35:22.5447867Z test_contig_vs_every_other_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.636s) 2022-11-23T03:35:22.5448127Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.628s) 2022-11-23T03:35:22.5448380Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.610s) 2022-11-23T03:35:22.5448646Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.667s) 2022-11-23T03:35:22.5449008Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.660s) 2022-11-23T03:35:22.5449266Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.597s) 2022-11-23T03:35:22.5449523Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5449781Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.632s) 2022-11-23T03:35:22.5450034Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.623s) 2022-11-23T03:35:22.5450277Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.647s) 2022-11-23T03:35:22.5450527Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5450781Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.649s) 2022-11-23T03:35:22.5451030Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.624s) 2022-11-23T03:35:22.5451314Z test_contig_vs_every_other_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.642s) 2022-11-23T03:35:22.5451544Z test_contig_vs_every_other_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.634s) 2022-11-23T03:35:22.5451747Z test_contig_vs_every_other_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5451956Z test_contig_vs_every_other_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.662s) 2022-11-23T03:35:22.5452158Z test_contig_vs_every_other_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.664s) 2022-11-23T03:35:22.5452384Z test_contig_vs_every_other_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5452604Z test_contig_vs_every_other_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5452830Z test_contig_vs_every_other_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5453054Z test_contig_vs_every_other_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5453279Z test_contig_vs_every_other_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5453502Z test_contig_vs_every_other_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5453701Z test_contig_vs_every_other_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5453917Z test_contig_vs_every_other_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5454133Z test_contig_vs_every_other_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5454518Z test_contig_vs_every_other_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5454748Z test_contig_vs_every_other_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5454963Z test_contig_vs_every_other_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5455180Z test_contig_vs_every_other_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5455388Z test_contig_vs_every_other_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5455762Z test_contig_vs_every_other_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5456095Z test_contig_vs_every_other_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5456337Z test_contig_vs_every_other_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5456654Z test_contig_vs_every_other_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5456864Z test_contig_vs_every_other_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5457066Z test_contig_vs_every_other_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5457276Z test_contig_vs_every_other_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5457478Z test_contig_vs_every_other_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5457711Z test_contig_vs_every_other_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5457942Z test_contig_vs_every_other_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5458182Z test_contig_vs_every_other_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5458423Z test_contig_vs_every_other_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5458635Z test_contig_vs_every_other_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5458858Z test_contig_vs_every_other_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5459145Z test_contig_vs_every_other_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5459392Z test_contig_vs_every_other_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5459614Z test_contig_vs_every_other_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5459829Z test_contig_vs_every_other_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5460051Z test_contig_vs_every_other_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5460273Z test_contig_vs_every_other_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5460503Z test_contig_vs_every_other_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5460725Z test_contig_vs_every_other_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5460967Z test_contig_vs_every_other_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5461197Z test_contig_vs_every_other_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5461424Z test_contig_vs_every_other_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5461646Z test_contig_vs_every_other_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5461873Z test_contig_vs_every_other_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5462098Z test_contig_vs_every_other_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5462313Z test_contig_vs_every_other_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5462523Z test_contig_vs_every_other_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5462745Z test_contig_vs_every_other_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5462968Z test_contig_vs_every_other_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5463199Z test_contig_vs_every_other_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5463424Z test_contig_vs_every_other_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5463643Z test_contig_vs_every_other_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5463977Z test_contig_vs_every_other_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5464201Z test_contig_vs_every_other_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5464422Z test_contig_vs_every_other_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5464641Z test_contig_vs_every_other_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5464862Z test_contig_vs_every_other_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5465080Z test_contig_vs_every_other_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5465301Z test_contig_vs_every_other_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5465521Z test_contig_vs_every_other_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5465744Z test_contig_vs_every_other_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5465961Z test_contig_vs_every_other_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5466168Z test_contig_vs_every_other_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.5467221Z test_contig_vs_every_other_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5467501Z test_contig_vs_every_other_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5467715Z test_contig_vs_every_other_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5467921Z test_contig_vs_every_other_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5468130Z test_contig_vs_every_other_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5468342Z test_contig_vs_every_other_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5468551Z test_contig_vs_every_other_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5468754Z test_contig_vs_every_other_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5468971Z test_contig_vs_every_other_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5469199Z test_contig_vs_every_other_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5469425Z test_contig_vs_every_other_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5469649Z test_contig_vs_every_other_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5469864Z test_contig_vs_every_other_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5470089Z test_contig_vs_every_other_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5470301Z test_contig_vs_every_other_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5470523Z test_contig_vs_every_other_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5470746Z test_contig_vs_every_other_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5470971Z test_contig_vs_every_other_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5471191Z test_contig_vs_every_other_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5471407Z test_contig_vs_every_other_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5471626Z test_contig_vs_every_other_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5471969Z test_contig_vs_every_other_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5472188Z test_contig_vs_every_other_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5472410Z test_contig_vs_every_other_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5472633Z test_contig_vs_every_other_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5472850Z test_contig_vs_every_other_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5473069Z test_contig_vs_every_other_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5473283Z test_contig_vs_every_other_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5473513Z test_contig_vs_every_other_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5473719Z test_contig_vs_every_other_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5473947Z test_contig_vs_every_other_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5474169Z test_contig_vs_every_other_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5474468Z test_contig_vs_every_other_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5474712Z test_contig_vs_every_other_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5474928Z test_contig_vs_every_other_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5475148Z test_contig_vs_every_other_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5475368Z test_contig_vs_every_other_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5475592Z test_contig_vs_every_other_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5475814Z test_contig_vs_every_other_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5476032Z test_contig_vs_every_other_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5476258Z test_contig_vs_every_other_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5476474Z test_contig_vs_every_other_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5476695Z test_contig_vs_every_other_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5476913Z test_contig_vs_every_other_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5477131Z test_contig_vs_every_other_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5477352Z test_contig_vs_every_other_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5477566Z test_contig_vs_every_other_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5477783Z test_contig_vs_every_other_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5478004Z test_contig_vs_every_other_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5478213Z test_contig_vs_every_other_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5478421Z test_contig_vs_every_other_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5478638Z test_contig_vs_every_other_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.755s) 2022-11-23T03:35:22.5478856Z test_contig_vs_every_other_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5479170Z test_contig_vs_every_other_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5479382Z test_contig_vs_every_other_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5479593Z test_contig_vs_every_other_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5479808Z test_contig_vs_every_other_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5480017Z test_contig_vs_every_other_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5480222Z test_contig_vs_every_other_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5480433Z test_contig_vs_every_other_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5480644Z test_contig_vs_every_other_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5480858Z test_contig_vs_every_other_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5481067Z test_contig_vs_every_other_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5481283Z test_contig_vs_every_other_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5481571Z test_contig_vs_every_other_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5481800Z test_contig_vs_every_other_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5482011Z test_contig_vs_every_other_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5482218Z test_contig_vs_every_other_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5482426Z test_contig_vs_every_other_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5482634Z test_contig_vs_every_other_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5482825Z test_contig_vs_every_other_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5483033Z test_contig_vs_every_other_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5483293Z test_contig_vs_every_other_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5483530Z test_contig_vs_every_other_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5483759Z test_contig_vs_every_other_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5483988Z test_contig_vs_every_other_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5484209Z test_contig_vs_every_other_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5484428Z test_contig_vs_every_other_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5484646Z test_contig_vs_every_other_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5484867Z test_contig_vs_every_other_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5485086Z test_contig_vs_every_other_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.081s) 2022-11-23T03:35:22.5485303Z test_contig_vs_every_other_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5485514Z test_contig_vs_every_other_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5485728Z test_contig_vs_every_other_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5485940Z test_contig_vs_every_other_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5486151Z test_contig_vs_every_other_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5486460Z test_contig_vs_every_other_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5486857Z test_contig_vs_every_other_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5487075Z test_contig_vs_every_other_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5487284Z test_contig_vs_every_other_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5487540Z test_contig_vs_every_other_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.5487887Z test_contig_vs_every_other_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5488237Z test_contig_vs_every_other_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5488483Z test_contig_vs_every_other_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5488711Z test_contig_vs_every_other_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5488936Z test_contig_vs_every_other_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5489159Z test_contig_vs_every_other_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5489467Z test_contig_vs_every_other_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5489712Z test_contig_vs_every_other_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5489929Z test_contig_vs_every_other_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5490149Z test_contig_vs_every_other_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5490372Z test_contig_vs_every_other_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5490594Z test_contig_vs_every_other_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5490812Z test_contig_vs_every_other_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5491028Z test_contig_vs_every_other_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5491243Z test_contig_vs_every_other_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5491456Z test_contig_vs_every_other_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5491662Z test_contig_vs_every_other_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5491871Z test_contig_vs_every_other_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5492081Z test_contig_vs_every_other_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5492346Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.560s) 2022-11-23T03:35:22.5492620Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.837s) 2022-11-23T03:35:22.5492866Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.870s) 2022-11-23T03:35:22.5493129Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5493380Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5493639Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5493892Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5494253Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5494500Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.835s) 2022-11-23T03:35:22.5494757Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.036s) 2022-11-23T03:35:22.5495016Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.051s) 2022-11-23T03:35:22.5495269Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5495515Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5495767Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5496021Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5496276Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5496691Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5497053Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5497394Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5497729Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5498056Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5498391Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5498729Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5499066Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.5499391Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5499734Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5500075Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5500408Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.5500735Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5501053Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5501468Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5501811Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5502068Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.374s) 2022-11-23T03:35:22.5502325Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.726s) 2022-11-23T03:35:22.5502582Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.704s) 2022-11-23T03:35:22.5502838Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5503081Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5503392Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5503658Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5503911Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5504160Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.347s) 2022-11-23T03:35:22.5504399Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.696s) 2022-11-23T03:35:22.5504659Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.675s) 2022-11-23T03:35:22.5504905Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5505153Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5505390Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5505637Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5505887Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5506137Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.468s) 2022-11-23T03:35:22.5506396Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.759s) 2022-11-23T03:35:22.5506650Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.798s) 2022-11-23T03:35:22.5506897Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5507136Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5507372Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5507623Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5507873Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5508311Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5508653Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5508995Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5509330Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5509652Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5509995Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5510398Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5510745Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5511089Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5511442Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.5511798Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5512154Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5512501Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5512838Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5513183Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5513531Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5513872Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:35:22.5514220Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5514568Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5515011Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5515359Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5515699Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5516037Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5516384Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5516735Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5517152Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5517517Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5517862Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5518208Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5518551Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5518891Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5519230Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5519571Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5519917Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5520265Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5520601Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5520944Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5521277Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5521709Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5522056Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5522301Z test_contig_vs_every_other_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5522538Z test_contig_vs_every_other_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5522778Z test_contig_vs_every_other_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5523017Z test_contig_vs_every_other_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5523257Z test_contig_vs_every_other_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5523491Z test_contig_vs_every_other_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5523772Z test_contig_vs_every_other_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5524028Z test_contig_vs_every_other_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5524260Z test_contig_vs_every_other_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.5524490Z test_contig_vs_every_other_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5524721Z test_contig_vs_every_other_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.914s) 2022-11-23T03:35:22.5524957Z test_contig_vs_every_other_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.116s) 2022-11-23T03:35:22.5525189Z test_contig_vs_every_other_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.308s) 2022-11-23T03:35:22.5525417Z test_contig_vs_every_other_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5525640Z test_contig_vs_every_other_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5525856Z test_contig_vs_every_other_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5526076Z test_contig_vs_every_other_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5526304Z test_contig_vs_every_other_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5526523Z test_contig_vs_every_other_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5526752Z test_contig_vs_every_other_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5526977Z test_contig_vs_every_other_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5527197Z test_contig_vs_every_other_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5527416Z test_contig_vs_every_other_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5527632Z test_contig_vs_every_other_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5527847Z test_contig_vs_every_other_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5528056Z test_contig_vs_every_other_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5528267Z test_contig_vs_every_other_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5528558Z test_contig_vs_every_other_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5528767Z test_contig_vs_every_other_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5528972Z test_contig_vs_every_other_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5529209Z test_contig_vs_every_other_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5529435Z test_contig_vs_every_other_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5529671Z test_contig_vs_every_other_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5529904Z test_contig_vs_every_other_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5530134Z test_contig_vs_every_other_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5530370Z test_contig_vs_every_other_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5530595Z test_contig_vs_every_other_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5530814Z test_contig_vs_every_other_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5531107Z test_contig_vs_every_other_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5531341Z test_contig_vs_every_other_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5531551Z test_contig_vs_every_other_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5531776Z test_contig_vs_every_other_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5531999Z test_contig_vs_every_other_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5532226Z test_contig_vs_every_other_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5532440Z test_contig_vs_every_other_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5532658Z test_contig_vs_every_other_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5532881Z test_contig_vs_every_other_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5533102Z test_contig_vs_every_other_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5533298Z test_contig_vs_every_other_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5533509Z test_contig_vs_every_other_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5533717Z test_contig_vs_every_other_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5533935Z test_contig_vs_every_other_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5534147Z test_contig_vs_every_other_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5534375Z test_contig_vs_transposed___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5534597Z test_contig_vs_transposed___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5534830Z test_contig_vs_transposed___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5535060Z test_contig_vs_transposed___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5535283Z test_contig_vs_transposed___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5535505Z test_contig_vs_transposed___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5535821Z test_contig_vs_transposed___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5536036Z test_contig_vs_transposed___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5536254Z test_contig_vs_transposed___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5536473Z test_contig_vs_transposed___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5536693Z test_contig_vs_transposed___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5536913Z test_contig_vs_transposed___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5537132Z test_contig_vs_transposed___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5537347Z test_contig_vs_transposed___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5537559Z test_contig_vs_transposed___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5537778Z test_contig_vs_transposed___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5537977Z test_contig_vs_transposed___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5538265Z test_contig_vs_transposed___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5538508Z test_contig_vs_transposed___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5538722Z test_contig_vs_transposed___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5538952Z test_contig_vs_transposed___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5539178Z test_contig_vs_transposed___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5539397Z test_contig_vs_transposed___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5539623Z test_contig_vs_transposed___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5539840Z test_contig_vs_transposed___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5540058Z test_contig_vs_transposed___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5540271Z test_contig_vs_transposed___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5540485Z test_contig_vs_transposed___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5540704Z test_contig_vs_transposed___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5540917Z test_contig_vs_transposed___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5541142Z test_contig_vs_transposed___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5541364Z test_contig_vs_transposed___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5541584Z test_contig_vs_transposed___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5541807Z test_contig_vs_transposed___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5542024Z test_contig_vs_transposed___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5542238Z test_contig_vs_transposed___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5542453Z test_contig_vs_transposed___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5542650Z test_contig_vs_transposed___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5542862Z test_contig_vs_transposed___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5544185Z test_contig_vs_transposed___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5544406Z test_contig_vs_transposed___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5544633Z test_contig_vs_transposed___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5544865Z test_contig_vs_transposed___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5545363Z test_contig_vs_transposed___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5545588Z test_contig_vs_transposed___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5545948Z test_contig_vs_transposed___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5546173Z test_contig_vs_transposed___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5546395Z test_contig_vs_transposed___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5546611Z test_contig_vs_transposed___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5546829Z test_contig_vs_transposed___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5547148Z test_contig_vs_transposed___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5547388Z test_contig_vs_transposed___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5547600Z test_contig_vs_transposed___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5547815Z test_contig_vs_transposed___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5548027Z test_contig_vs_transposed___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5548246Z test_contig_vs_transposed___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5548455Z test_contig_vs_transposed___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5548662Z test_contig_vs_transposed___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5548899Z test_contig_vs_transposed___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5549124Z test_contig_vs_transposed___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5549346Z test_contig_vs_transposed___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5549568Z test_contig_vs_transposed___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5549788Z test_contig_vs_transposed___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5550007Z test_contig_vs_transposed___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5550224Z test_contig_vs_transposed___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5550443Z test_contig_vs_transposed___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5550660Z test_contig_vs_transposed___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5550876Z test_contig_vs_transposed___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5551102Z test_contig_vs_transposed___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5551328Z test_contig_vs_transposed___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5551555Z test_contig_vs_transposed___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5551873Z test_contig_vs_transposed___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5552098Z test_contig_vs_transposed___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5552316Z test_contig_vs_transposed___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5552534Z test_contig_vs_transposed___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5552753Z test_contig_vs_transposed___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5553025Z test_contig_vs_transposed___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5553241Z test_contig_vs_transposed___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5553437Z test_contig_vs_transposed___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5553660Z test_contig_vs_transposed___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5553877Z test_contig_vs_transposed___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5554093Z test_contig_vs_transposed___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5554381Z test_contig_vs_transposed___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5554614Z test_contig_vs_transposed___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5554827Z test_contig_vs_transposed___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5555045Z test_contig_vs_transposed_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5555261Z test_contig_vs_transposed_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5555491Z test_contig_vs_transposed_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5555714Z test_contig_vs_transposed_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5555935Z test_contig_vs_transposed_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5556159Z test_contig_vs_transposed_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5556378Z test_contig_vs_transposed_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5556591Z test_contig_vs_transposed_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5556803Z test_contig_vs_transposed_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5557017Z test_contig_vs_transposed_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5557223Z test_contig_vs_transposed_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5557439Z test_contig_vs_transposed_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5557655Z test_contig_vs_transposed_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5557862Z test_contig_vs_transposed_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5558079Z test_contig_vs_transposed_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5558300Z test_contig_vs_transposed_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5558519Z test_contig_vs_transposed_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5558737Z test_contig_vs_transposed_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5558954Z test_contig_vs_transposed_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5559264Z test_contig_vs_transposed_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5559474Z test_contig_vs_transposed_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5559688Z test_contig_vs_transposed_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5559901Z test_contig_vs_transposed_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5560128Z test_contig_vs_transposed_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5560356Z test_contig_vs_transposed_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5560577Z test_contig_vs_transposed_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5560795Z test_contig_vs_transposed_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5561022Z test_contig_vs_transposed_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5561249Z test_contig_vs_transposed_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5561493Z test_contig_vs_transposed_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5561802Z test_contig_vs_transposed_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5562061Z test_contig_vs_transposed_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5562299Z test_contig_vs_transposed_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5562533Z test_contig_vs_transposed_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5562741Z test_contig_vs_transposed_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5562967Z test_contig_vs_transposed_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5563190Z test_contig_vs_transposed_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5563415Z test_contig_vs_transposed_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5563636Z test_contig_vs_transposed_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5563855Z test_contig_vs_transposed_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5564098Z test_contig_vs_transposed_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5564339Z test_contig_vs_transposed_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5564572Z test_contig_vs_transposed_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5564812Z test_contig_vs_transposed_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5565046Z test_contig_vs_transposed_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5565275Z test_contig_vs_transposed_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5565504Z test_contig_vs_transposed_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5565726Z test_contig_vs_transposed_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5565953Z test_contig_vs_transposed_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5566176Z test_contig_vs_transposed_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5566501Z test_contig_vs_transposed_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5566731Z test_contig_vs_transposed_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5566955Z test_contig_vs_transposed_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5567184Z test_contig_vs_transposed_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5567404Z test_contig_vs_transposed_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5567621Z test_contig_vs_transposed_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5567827Z test_contig_vs_transposed_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5568052Z test_contig_vs_transposed_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5568279Z test_contig_vs_transposed_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5568499Z test_contig_vs_transposed_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5568717Z test_contig_vs_transposed_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5569026Z test_contig_vs_transposed_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5569267Z test_contig_vs_transposed_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5569487Z test_contig_vs_transposed_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5569706Z test_contig_vs_transposed_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5569925Z test_contig_vs_transposed_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5570151Z test_contig_vs_transposed_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.5570368Z test_contig_vs_transposed_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5570588Z test_contig_vs_transposed_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5570814Z test_contig_vs_transposed_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5571033Z test_contig_vs_transposed_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5571263Z test_contig_vs_transposed_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5571483Z test_contig_vs_transposed_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5571698Z test_contig_vs_transposed_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5571930Z test_contig_vs_transposed_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5572150Z test_contig_vs_transposed_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5572358Z test_contig_vs_transposed_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5572588Z test_contig_vs_transposed_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5572812Z test_contig_vs_transposed_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5573036Z test_contig_vs_transposed_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5573258Z test_contig_vs_transposed_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5573481Z test_contig_vs_transposed_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5573703Z test_contig_vs_transposed_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5574022Z test_contig_vs_transposed_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5574271Z test_contig_vs_transposed_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5574516Z test_contig_vs_transposed_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5574756Z test_contig_vs_transposed_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5574985Z test_contig_vs_transposed_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5575227Z test_contig_vs_transposed_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5575462Z test_contig_vs_transposed_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5575707Z test_contig_vs_transposed_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5575944Z test_contig_vs_transposed_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5576178Z test_contig_vs_transposed_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5576502Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5576760Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5577006Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5577256Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5577504Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5577752Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5577978Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5578215Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5578452Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5578690Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5578921Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5579156Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5579386Z test_contig_vs_transposed_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5579633Z test_contig_vs_transposed_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5579878Z test_contig_vs_transposed_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5580121Z test_contig_vs_transposed_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5580355Z test_contig_vs_transposed_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5580593Z test_contig_vs_transposed_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5580820Z test_contig_vs_transposed_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5581153Z test_contig_vs_transposed_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5581390Z test_contig_vs_transposed_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5581628Z test_contig_vs_transposed_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5581851Z test_contig_vs_transposed_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5582066Z test_contig_vs_transposed_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5582294Z test_contig_vs_transposed_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5582514Z test_contig_vs_transposed_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5582733Z test_contig_vs_transposed_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5582951Z test_contig_vs_transposed_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5583151Z test_contig_vs_transposed_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5583413Z test_contig_vs_transposed_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5584655Z test_contig_vs_transposed_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5584944Z test_contig_vs_transposed_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5585154Z test_contig_vs_transposed_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5585365Z test_contig_vs_transposed_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5585578Z test_contig_vs_transposed_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5585812Z test_contig_vs_transposed_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5586047Z test_contig_vs_transposed_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5586287Z test_contig_vs_transposed_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5586526Z test_contig_vs_transposed_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5586760Z test_contig_vs_transposed_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5586983Z test_contig_vs_transposed_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5587202Z test_contig_vs_transposed_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5587429Z test_contig_vs_transposed_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5587653Z test_contig_vs_transposed_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5587875Z test_contig_vs_transposed_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5588098Z test_contig_vs_transposed_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5588330Z test_contig_vs_transposed_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5588590Z test_contig_vs_transposed_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:35:22.5588825Z test_contig_vs_transposed_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5589034Z test_contig_vs_transposed_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5589253Z test_contig_vs_transposed_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5589607Z test_contig_vs_transposed_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5589824Z test_contig_vs_transposed_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5590055Z test_contig_vs_transposed_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5590285Z test_contig_vs_transposed_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5590508Z test_contig_vs_transposed_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5590731Z test_contig_vs_transposed_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5590946Z test_contig_vs_transposed_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5591166Z test_contig_vs_transposed_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5591390Z test_contig_vs_transposed_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5591600Z test_contig_vs_transposed_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5591815Z test_contig_vs_transposed_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5592103Z test_contig_vs_transposed_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5592336Z test_contig_vs_transposed_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5592550Z test_contig_vs_transposed_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5592758Z test_contig_vs_transposed_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5592980Z test_contig_vs_transposed_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5593195Z test_contig_vs_transposed_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5593417Z test_contig_vs_transposed_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5593637Z test_contig_vs_transposed_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5593830Z test_contig_vs_transposed_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5594042Z test_contig_vs_transposed_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5594256Z test_contig_vs_transposed_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5594466Z test_contig_vs_transposed_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5594678Z test_contig_vs_transposed_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5594889Z test_contig_vs_transposed_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5595114Z test_contig_vs_transposed_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5595331Z test_contig_vs_transposed_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5595546Z test_contig_vs_transposed_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5595766Z test_contig_vs_transposed_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5595975Z test_contig_vs_transposed_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5596186Z test_contig_vs_transposed_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5596394Z test_contig_vs_transposed_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5596608Z test_contig_vs_transposed_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5596912Z test_contig_vs_transposed_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5597122Z test_contig_vs_transposed_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5597334Z test_contig_vs_transposed_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5597542Z test_contig_vs_transposed_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5597754Z test_contig_vs_transposed_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5597945Z test_contig_vs_transposed_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5598164Z test_contig_vs_transposed_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.5598377Z test_contig_vs_transposed_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5598590Z test_contig_vs_transposed_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5598806Z test_contig_vs_transposed_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5599018Z test_contig_vs_transposed_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5599226Z test_contig_vs_transposed_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5599518Z test_contig_vs_transposed_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5599745Z test_contig_vs_transposed_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5599953Z test_contig_vs_transposed_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5600166Z test_contig_vs_transposed_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5600382Z test_contig_vs_transposed_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5600591Z test_contig_vs_transposed_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5600804Z test_contig_vs_transposed_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5601018Z test_contig_vs_transposed_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5601233Z test_contig_vs_transposed_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5601445Z test_contig_vs_transposed_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5601654Z test_contig_vs_transposed_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5601866Z test_contig_vs_transposed_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5602072Z test_contig_vs_transposed_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5602265Z test_contig_vs_transposed_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5602506Z test_contig_vs_transposed_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5602729Z test_contig_vs_transposed_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5602960Z test_contig_vs_transposed_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5603191Z test_contig_vs_transposed_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5603413Z test_contig_vs_transposed_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5603639Z test_contig_vs_transposed_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5603866Z test_contig_vs_transposed_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5604091Z test_contig_vs_transposed_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5604409Z test_contig_vs_transposed_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5604631Z test_contig_vs_transposed_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5604857Z test_contig_vs_transposed_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5605080Z test_contig_vs_transposed_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5605301Z test_contig_vs_transposed_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5605521Z test_contig_vs_transposed_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5605740Z test_contig_vs_transposed_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5605962Z test_contig_vs_transposed_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5606188Z test_contig_vs_transposed_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5606414Z test_contig_vs_transposed_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5606640Z test_contig_vs_transposed_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5606915Z test_contig_vs_transposed_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5607165Z test_contig_vs_transposed_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5607392Z test_contig_vs_transposed_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5607616Z test_contig_vs_transposed_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5607837Z test_contig_vs_transposed_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5608065Z test_contig_vs_transposed_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5608284Z test_contig_vs_transposed_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5608505Z test_contig_vs_transposed_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5608726Z test_contig_vs_transposed_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5608943Z test_contig_vs_transposed_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5609154Z test_contig_vs_transposed_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5609398Z test_contig_vs_transposed_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5609635Z test_contig_vs_transposed_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5609886Z test_contig_vs_transposed_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5610134Z test_contig_vs_transposed_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5610376Z test_contig_vs_transposed_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5610619Z test_contig_vs_transposed_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5610858Z test_contig_vs_transposed_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5611095Z test_contig_vs_transposed_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5611328Z test_contig_vs_transposed_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5611561Z test_contig_vs_transposed_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5611894Z test_contig_vs_transposed_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5612114Z test_contig_vs_transposed_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5612383Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5612635Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5612898Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5613161Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5613421Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5613675Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5613930Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5614255Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5614605Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5614889Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5615173Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5615447Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5615694Z test_contig_vs_transposed_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5615936Z test_contig_vs_transposed_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5616182Z test_contig_vs_transposed_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5616425Z test_contig_vs_transposed_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5616667Z test_contig_vs_transposed_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5616913Z test_contig_vs_transposed_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5617159Z test_contig_vs_transposed_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5617415Z test_contig_vs_transposed_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5617679Z test_contig_vs_transposed_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5617930Z test_contig_vs_transposed_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5618138Z test_contig_vs_transposed_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5618392Z test_contig_vs_transposed_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5618644Z test_contig_vs_transposed_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5618890Z test_contig_vs_transposed_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5619127Z test_contig_vs_transposed_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5619368Z test_contig_vs_transposed_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5619740Z test_contig_vs_transposed_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5619988Z test_contig_vs_transposed_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5620228Z test_contig_vs_transposed_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5620481Z test_contig_vs_transposed_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5620721Z test_contig_vs_transposed_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5620972Z test_contig_vs_transposed_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5621240Z test_contig_vs_transposed_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5621482Z test_contig_vs_transposed_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5621722Z test_contig_vs_transposed_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5621969Z test_contig_vs_transposed_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5622209Z test_contig_vs_transposed_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5622561Z test_contig_vs_transposed_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5622853Z test_contig_vs_transposed_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5623133Z test_contig_vs_transposed_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5623357Z test_contig_vs_transposed_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5623617Z test_contig_vs_transposed_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5623871Z test_contig_vs_transposed_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5624122Z test_contig_vs_transposed_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5624378Z test_contig_vs_transposed_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5624649Z test_contig_vs_transposed_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5624906Z test_contig_vs_transposed_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5625160Z test_contig_vs_transposed_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5625417Z test_contig_vs_transposed_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5625683Z test_contig_vs_transposed_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5625940Z test_contig_vs_transposed_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5626209Z test_contig_vs_transposed_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5626476Z test_contig_vs_transposed_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5627117Z test_contig_vs_transposed_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5627426Z test_contig_vs_transposed_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5627678Z test_contig_vs_transposed_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5627934Z test_contig_vs_transposed_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5628190Z test_contig_vs_transposed_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5628585Z test_contig_vs_transposed_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5628846Z test_contig_vs_transposed_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5629101Z test_contig_vs_transposed_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.5629368Z test_contig_vs_transposed_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5629579Z test_contig_vs_transposed_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5629910Z test_contig_vs_transposed_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5630181Z test_contig_vs_transposed_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5630443Z test_contig_vs_transposed_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5630707Z test_contig_vs_transposed_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5630965Z test_contig_vs_transposed_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5631221Z test_contig_vs_transposed_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5631560Z test_contig_vs_transposed_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5631838Z test_contig_vs_transposed_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5632097Z test_contig_vs_transposed_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5632353Z test_contig_vs_transposed_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5632602Z test_contig_vs_transposed_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5632849Z test_contig_vs_transposed_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5633097Z test_contig_vs_transposed_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5633342Z test_contig_vs_transposed_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5633593Z test_contig_vs_transposed_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5633835Z test_contig_vs_transposed_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5634085Z test_contig_vs_transposed_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5634328Z test_contig_vs_transposed_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5634564Z test_contig_vs_transposed_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5634762Z test_contig_vs_transposed_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5635033Z test_contig_vs_transposed_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5635289Z test_contig_vs_transposed_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5635552Z test_contig_vs_transposed_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5635813Z test_contig_vs_transposed_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5636066Z test_contig_vs_transposed_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5636317Z test_contig_vs_transposed_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5636569Z test_contig_vs_transposed_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5636819Z test_contig_vs_transposed_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5637194Z test_contig_vs_transposed_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5637448Z test_contig_vs_transposed_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5637705Z test_contig_vs_transposed_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5637959Z test_contig_vs_transposed_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5638216Z test_contig_vs_transposed_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5638472Z test_contig_vs_transposed_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5638724Z test_contig_vs_transposed_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5638973Z test_contig_vs_transposed_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5639224Z test_contig_vs_transposed_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5639475Z test_contig_vs_transposed_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5639724Z test_contig_vs_transposed_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5640054Z test_contig_vs_transposed_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5640292Z test_contig_vs_transposed_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5640557Z test_contig_vs_transposed_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5640824Z test_contig_vs_transposed_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.5641218Z test_contig_vs_transposed_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5641490Z test_contig_vs_transposed_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5641748Z test_contig_vs_transposed_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5642010Z test_contig_vs_transposed_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5642272Z test_contig_vs_transposed_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5642529Z test_contig_vs_transposed_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5642786Z test_contig_vs_transposed_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5643046Z test_contig_vs_transposed_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5643323Z test_contig_vs_transposed_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5643592Z test_contig_vs_transposed_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5643850Z test_contig_vs_transposed_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5652628Z test_contig_vs_transposed_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5652916Z test_contig_vs_transposed_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5653208Z test_contig_vs_transposed_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5653562Z test_contig_vs_transposed_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5653870Z test_contig_vs_transposed_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5654128Z test_contig_vs_transposed_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5654334Z test_contig_vs_transposed_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5654589Z test_contig_vs_transposed_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.5654848Z test_contig_vs_transposed_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5655290Z test_contig_vs_transposed_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5655610Z test_contig_vs_transposed_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5655838Z test_contig_vs_transposed_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5656109Z test_contig_vs_transposed_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5656576Z test_contig_vs_transposed_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5656836Z test_contig_vs_transposed_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5657087Z test_contig_vs_transposed_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5657329Z test_contig_vs_transposed_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5658000Z test_contig_vs_transposed_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5658305Z test_contig_vs_transposed_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5658564Z test_contig_vs_transposed_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5658863Z test_contig_vs_transposed_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5659125Z test_contig_vs_transposed_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5659377Z test_contig_vs_transposed_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5659628Z test_contig_vs_transposed_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5659829Z test_contig_vs_transposed_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5660087Z test_contig_vs_transposed_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5660335Z test_contig_vs_transposed_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5660584Z test_contig_vs_transposed_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5660825Z test_contig_vs_transposed_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5661091Z test_contig_vs_transposed_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5661338Z test_contig_vs_transposed_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5661608Z test_contig_vs_transposed_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5661872Z test_contig_vs_transposed_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5662125Z test_contig_vs_transposed_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5664026Z test_contig_vs_transposed_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5664495Z test_contig_vs_transposed_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5665009Z test_contig_vs_transposed_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5665553Z test_contig_vs_transposed_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5666018Z test_contig_vs_transposed_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5666607Z test_contig_vs_transposed_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5667079Z test_contig_vs_transposed_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5667530Z test_contig_vs_transposed_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5667800Z test_contig_vs_transposed_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5668054Z test_contig_vs_transposed_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5668251Z test_contig_vs_transposed_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5668497Z test_contig_vs_transposed_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5668953Z test_contig_vs_transposed_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5669207Z test_contig_vs_transposed_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5669478Z test_contig_vs_transposed_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5669743Z test_contig_vs_transposed_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5670296Z test_contig_vs_transposed_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5670605Z test_contig_vs_transposed_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5670868Z test_contig_vs_transposed_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5671132Z test_contig_vs_transposed_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5671605Z test_contig_vs_transposed_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5672016Z test_contig_vs_transposed_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5672275Z test_contig_vs_transposed_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5672533Z test_contig_vs_transposed_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5672805Z test_contig_vs_transposed_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5673067Z test_contig_vs_transposed_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5673323Z test_contig_vs_transposed_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5673574Z test_contig_vs_transposed_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5673840Z test_contig_vs_transposed_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5674095Z test_contig_vs_transposed_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5674294Z test_contig_vs_transposed_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5674544Z test_contig_vs_transposed_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5674790Z test_contig_vs_transposed_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5675561Z test_contig_vs_transposed_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5675867Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5676170Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5676471Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5676798Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5677255Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5677572Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5677870Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5678160Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5678733Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5679054Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5679348Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5679657Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5679941Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5680345Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5680667Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5681142Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5681537Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5681921Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5682296Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5682694Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5683074Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5683489Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5683861Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5684434Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5685409Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5685974Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5686367Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5686771Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5687148Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5687522Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5687889Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5688249Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5688541Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5688840Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5689245Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5689510Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5689837Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5690123Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5690411Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5690695Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5691126Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5691486Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5691783Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5692077Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5692714Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5693021Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5693306Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5693588Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5694186Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5694495Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5694788Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5695082Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5695392Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5695674Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5695962Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5696251Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5696635Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5697016Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5697386Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5697762Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5698445Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5698851Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5699419Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:35:22.5700060Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5700459Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5700861Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5701251Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5701636Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5702048Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5702435Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:35:22.5702952Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5703341Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5703722Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5704106Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5704498Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5704879Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.5705483Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:35:22.5705884Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5706421Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5707139Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5707565Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5707956Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5708342Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5708728Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5709133Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5709510Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5709889Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5710271Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5710824Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5711218Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5711608Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5711987Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.5712578Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5712977Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5713584Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5714132Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.5714363Z test_contig_vs_transposed_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5714638Z test_contig_vs_transposed_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5714915Z test_contig_vs_transposed_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5715289Z test_contig_vs_transposed_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5715594Z test_contig_vs_transposed_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5715892Z test_contig_vs_transposed_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5716165Z test_contig_vs_transposed_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5716430Z test_contig_vs_transposed_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5745620Z test_contig_vs_transposed_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5746067Z test_contig_vs_transposed_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5746481Z test_contig_vs_transposed_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5746880Z test_contig_vs_transposed_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5747272Z test_contig_vs_transposed_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5747723Z test_contig_vs_transposed_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5747939Z test_contig_vs_transposed_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5748142Z test_contig_vs_transposed_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5748353Z test_contig_vs_transposed_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5748793Z test_contig_vs_transposed_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5749352Z test_contig_vs_transposed_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5749565Z test_contig_vs_transposed_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5749776Z test_contig_vs_transposed_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5749986Z test_contig_vs_transposed_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5750192Z test_contig_vs_transposed_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5750396Z test_contig_vs_transposed_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5750595Z test_contig_vs_transposed_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5750795Z test_contig_vs_transposed_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5751000Z test_contig_vs_transposed_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5751190Z test_contig_vs_transposed_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5751395Z test_contig_vs_transposed_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5751594Z test_contig_vs_transposed_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5751816Z test_contig_vs_transposed_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5752030Z test_contig_vs_transposed_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5752257Z test_contig_vs_transposed_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5752478Z test_contig_vs_transposed_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5752701Z test_contig_vs_transposed_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5753028Z test_contig_vs_transposed_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5753260Z test_contig_vs_transposed_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5753466Z test_contig_vs_transposed_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5753677Z test_contig_vs_transposed_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5753879Z test_contig_vs_transposed_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5754078Z test_contig_vs_transposed_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5754287Z test_contig_vs_transposed_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5754702Z test_contig_vs_transposed_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5754921Z test_contig_vs_transposed_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5755127Z test_contig_vs_transposed_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5755333Z test_contig_vs_transposed_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5755728Z test_contig_vs_transposed_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5756148Z test_contig_vs_transposed_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5756360Z test_contig_vs_transposed_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5756566Z test_contig_vs_transposed_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5756765Z test_contig_vs_transposed_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5757081Z test_contig_vs_transposed_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5757277Z test_contig_vs_transposed_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5757474Z test_copysign_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5757666Z test_copysign_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5757859Z test_copysign_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5758044Z test_copysign_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5758226Z test_copysign_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.5758415Z test_copysign_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5758601Z test_copysign_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5758780Z test_copysign_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5758973Z test_copysign_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5759164Z test_copysign_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5759358Z test_copysign_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.5759551Z test_copysign_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5759752Z test_copysign_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.5759953Z test_copysign_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5760135Z test_copysign_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5760334Z test_copysign_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5761652Z test_copysign_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5761924Z test_copysign_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5762121Z test_copysign_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5762312Z test_copysign_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5762522Z test_copysign_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5763022Z test_copysign_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5763372Z test_copysign_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5763571Z test_copysign_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5763766Z test_copysign_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5763978Z test_copysign_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5764180Z test_copysign_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5764375Z test_copysign_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5764574Z test_copysign_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5764772Z test_copysign_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5764977Z test_copysign_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.5765179Z test_copysign_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5765369Z test_copysign_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5765568Z test_copysign_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.5766236Z test_copysign_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.5766437Z test_copysign_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.5766633Z test_copysign_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5766825Z test_copysign_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5767023Z test_copysign_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.5767222Z test_copysign_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5767429Z test_copysign_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.5767627Z test_copysign_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5767832Z test_copysign_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.5768038Z test_copysign_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.5768235Z test_copysign_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.5768561Z test_copysign_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5768801Z test_copysign_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.5768993Z test_copysign_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5769189Z test_copysign_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5769391Z test_copysign_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5769574Z test_copysign_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5769999Z test_copysign_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5770486Z test_copysign_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5770859Z test_copysign_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5771060Z test_copysign_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5771258Z test_copysign_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5771456Z test_copysign_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5771652Z test_copysign_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.5771844Z test_copysign_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5772037Z test_copysign_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5772240Z test_copysign_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.5772443Z test_copysign_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5772642Z test_copysign_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5772836Z test_copysign_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5773025Z test_copysign_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5773220Z test_copysign_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5773416Z test_copysign_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5773608Z test_copysign_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5773781Z test_copysign_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5773976Z test_copysign_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5774637Z test_copysign_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.5774832Z test_copysign_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5775033Z test_copysign_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5775227Z test_copysign_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5775416Z test_copysign_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5775610Z test_copysign_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5775809Z test_copysign_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5776090Z test_copysign_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5776366Z test_copysign_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5776572Z test_copysign_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5776773Z test_copysign_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5776969Z test_copysign_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.5777173Z test_copysign_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5777663Z test_copysign_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5778013Z test_copysign_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5778211Z test_copysign_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5778389Z test_copysign_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5778582Z test_copysign_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5778785Z test_copysign_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5779092Z test_copysign_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5779322Z test_copysign_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.5779517Z test_copysign_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5779721Z test_copysign_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5779917Z test_copysign_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5780113Z test_copysign_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5780312Z test_copysign_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.5780507Z test_copysign_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5780710Z test_copysign_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5780906Z test_copysign_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5781101Z test_copysign_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5781335Z test_copysign_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5781564Z test_copysign_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5781793Z test_copysign_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5782021Z test_copysign_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5782252Z test_copysign_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5782462Z test_copysign_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5782791Z test_copysign_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5783015Z test_copysign_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5783444Z test_copysign_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5783676Z test_copysign_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5784014Z test_copysign_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.5784393Z test_copysign_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5784616Z test_copysign_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5784836Z test_copysign_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5785063Z test_copysign_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5785283Z test_copysign_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5785500Z test_cpow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:35:22.5785721Z test_cpu_tensor_pow_cuda_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5785951Z test_cremainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:35:22.5786207Z test_cross_device_binary_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.003s) 2022-11-23T03:35:22.5786422Z test_cross_device_inplace_error_msg_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5786635Z test_csub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.5786952Z test_cuda_tensor_pow_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.5787182Z test_cumulative_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T03:35:22.5787404Z test_div_and_floordiv_script_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.317s) 2022-11-23T03:35:22.5787595Z test_div_and_floordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5787781Z test_div_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5788024Z test_div_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5788235Z test_div_rounding_modes_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5788442Z test_div_rounding_modes_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5788648Z test_div_rounding_modes_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5788861Z test_div_rounding_modes_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5789065Z test_div_rounding_modes_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5789261Z test_div_rounding_modes_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5789457Z test_div_rounding_modes_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5789849Z test_div_rounding_modes_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5790048Z test_div_rounding_modes_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5790262Z test_div_rounding_nonfinite_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5790476Z test_div_rounding_nonfinite_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5790856Z test_div_rounding_nonfinite_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5791444Z test_div_rounding_nonfinite_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5791665Z test_div_rounding_numpy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5791925Z test_div_rounding_numpy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5792320Z test_div_rounding_numpy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5792697Z test_div_rounding_numpy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5793088Z test_div_rounding_numpy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5793474Z test_div_rounding_numpy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5793866Z test_div_rounding_numpy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5794266Z test_div_rounding_numpy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5795098Z test_divide_by_zero_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1035: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T03:35:22.5795309Z expect = np.divide(an, 0) 2022-11-23T03:35:22.5795913Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1035: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T03:35:22.5796122Z expect = np.divide(an, 0) 2022-11-23T03:35:22.5796279Z ok (0.004s) 2022-11-23T03:35:22.5796763Z test_divide_by_zero_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5797184Z test_divide_by_zero_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5797586Z test_divide_by_zero_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5798249Z test_divmul_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5799087Z test_float_power_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:4010: RuntimeWarning: invalid value encountered in float_power 2022-11-23T03:35:22.5799458Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-11-23T03:35:22.5799616Z ok (0.019s) 2022-11-23T03:35:22.5800030Z test_float_power_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:35:22.5800443Z test_float_power_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.5800836Z test_float_power_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5801236Z test_float_power_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.5801631Z test_float_power_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.5802029Z test_float_power_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.5802417Z test_float_power_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.5802801Z test_float_power_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.5803194Z test_float_power_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.5803583Z test_float_power_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.5804066Z test_float_power_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.5804490Z test_float_power_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:35:22.5804963Z test_float_power_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.5805602Z test_float_power_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.5806008Z test_float_power_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.5806407Z test_float_power_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.5806806Z test_float_power_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:35:22.5807200Z test_float_power_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.5807604Z test_float_power_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:35:22.5808001Z test_float_power_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.5808339Z test_float_power_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.5808693Z test_float_power_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:35:22.5809086Z test_float_power_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:35:22.5809501Z test_float_power_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.5809898Z test_float_power_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.5810299Z test_float_power_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.5810775Z test_float_power_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.5811188Z test_float_power_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.5811610Z test_float_power_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.5812073Z test_float_power_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.5812691Z test_float_power_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:35:22.5813113Z test_float_power_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.5813502Z test_float_power_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.5813891Z test_float_power_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.5814298Z test_float_power_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.5814692Z test_float_power_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.5815083Z test_float_power_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.5815490Z test_float_power_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.5815894Z test_float_power_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.5816298Z test_float_power_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5816668Z test_float_power_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5817060Z test_float_power_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.5817437Z test_float_power_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.5817889Z test_float_power_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.5818289Z test_float_power_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:35:22.5818697Z test_float_power_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:35:22.5819140Z test_float_power_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.5819594Z test_float_power_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5820127Z test_float_power_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.5820511Z test_float_power_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5820891Z test_float_power_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.5821261Z test_float_power_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.5821614Z test_float_power_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.5822000Z test_float_power_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.5822406Z test_float_power_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.5822758Z test_float_power_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:35:22.5823133Z test_float_power_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:35:22.5823505Z test_float_power_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5823874Z test_float_power_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.5824213Z test_float_power_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.5824600Z test_float_power_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.5825226Z test_float_power_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.5825672Z test_float_power_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.5826167Z test_float_power_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.5826774Z test_float_power_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.5827366Z test_float_power_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5827797Z test_float_power_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:35:22.5828194Z test_float_power_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.5828581Z test_float_power_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.5828933Z test_float_power_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.5829183Z test_float_power_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.5829385Z test_float_power_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.5829585Z test_float_power_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.5829778Z test_float_power_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.5829987Z test_float_power_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5830178Z test_float_power_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.5830383Z test_float_power_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.5830592Z test_float_power_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T03:35:22.5830780Z test_float_power_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:35:22.5830985Z test_float_power_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.5831182Z test_float_power_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.5831374Z test_float_power_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5831572Z test_float_power_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.5832063Z test_float_power_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5832257Z test_float_power_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5832454Z test_float_power_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.5832644Z test_float_power_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5833012Z test_float_power_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5833476Z test_float_power_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.5833696Z test_float_power_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:35:22.5833897Z test_float_power_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.5834094Z test_float_power_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.5834295Z test_float_power_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.5834492Z test_float_power_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.5834682Z test_float_power_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.5834867Z test_float_power_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.5835045Z test_float_power_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.5835236Z test_float_power_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.5835434Z test_float_power_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.5835640Z test_float_power_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.5835845Z test_float_power_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:35:22.5836157Z test_float_power_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5836373Z test_float_power_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.5836564Z test_float_power_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.5836762Z test_float_power_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.5836954Z test_float_power_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.5837143Z test_float_power_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.5837341Z test_float_power_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.5837539Z test_float_power_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.5837744Z test_float_power_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.5837958Z test_float_power_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.5838166Z test_float_power_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.5838367Z test_float_power_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.5838561Z test_float_power_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.5838943Z test_float_power_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.5839132Z test_float_power_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.5839325Z test_float_power_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.5839514Z test_float_power_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.5839816Z test_float_power_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.5840400Z test_float_power_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.5841402Z test_float_power_exceptions_cuda (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:4041: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:35:22.5841535Z torch.float_power(base, exp, out=out) 2022-11-23T03:35:22.5841623Z ok (0.011s) 2022-11-23T03:35:22.5842043Z test_float_scalar_pow_float_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T03:35:22.5842204Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T03:35:22.5842511Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: divide by zero encountered in power 2022-11-23T03:35:22.5842666Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T03:35:22.5842752Z ok (0.098s) 2022-11-23T03:35:22.5842979Z test_float_scalar_pow_float_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T03:35:22.5843190Z test_floor_divide_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5843399Z test_floor_divide_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5843608Z test_floor_divide_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5843911Z test_floor_divide_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5844129Z test_floor_divide_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5844322Z test_floor_divide_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5844522Z test_floor_divide_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5844716Z test_floor_divide_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5844903Z test_floor_divide_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5845110Z test_floor_divide_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5845313Z test_floor_divide_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5845517Z test_floor_divide_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5845899Z test_floor_divide_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5846105Z test_floor_divide_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5846308Z test_floor_divide_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5846503Z test_floor_divide_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5846739Z test_floor_divide_zero_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.5847255Z test_floor_divide_zero_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.5847614Z test_floor_divide_zero_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:35:22.5847848Z test_floor_divide_zero_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.5848189Z test_floor_divide_zero_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.5848419Z test_fmod_remainder_by_zero_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5848649Z test_fmod_remainder_by_zero_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5848874Z test_fmod_remainder_by_zero_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5849100Z test_fmod_remainder_by_zero_integral_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5849325Z test_fmod_remainder_by_zero_integral_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5849552Z test_fmod_remainder_by_zero_integral_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5849776Z test_fmod_remainder_by_zero_integral_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5850003Z test_fmod_remainder_by_zero_integral_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5850189Z test_fmod_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.5850385Z test_fmod_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.5850578Z test_fmod_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.5850777Z test_fmod_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.5850977Z test_fmod_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:35:22.5851174Z test_fmod_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.5851373Z test_fmod_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.5851570Z test_fmod_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.5851758Z test_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5852010Z test_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5852202Z test_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5852382Z test_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5852557Z test_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5852978Z test_heaviside_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5853226Z test_heaviside_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5853452Z test_heaviside_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5853681Z test_heaviside_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5854008Z test_heaviside_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5854472Z test_heaviside_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5854696Z test_heaviside_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5854907Z test_heaviside_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5855118Z test_heaviside_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5855327Z test_heaviside_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5855533Z test_heaviside_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5855733Z test_heaviside_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5855926Z test_heaviside_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5856245Z test_heaviside_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5856446Z test_heaviside_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5856645Z test_heaviside_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5856845Z test_heaviside_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5857049Z test_heaviside_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5857245Z test_heaviside_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5857437Z test_heaviside_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5857637Z test_heaviside_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5857837Z test_heaviside_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5858040Z test_heaviside_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5858221Z test_heaviside_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5858419Z test_heaviside_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5858626Z test_heaviside_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5858825Z test_heaviside_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5859032Z test_heaviside_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5859230Z test_heaviside_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5859426Z test_heaviside_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5859627Z test_heaviside_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5860008Z test_heaviside_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5860300Z test_heaviside_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5860513Z test_heaviside_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5860706Z test_heaviside_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5860913Z test_heaviside_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5861490Z test_heaviside_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5861721Z test_heaviside_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5861920Z test_heaviside_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5862120Z test_heaviside_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5862330Z test_heaviside_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5862508Z test_heaviside_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5862701Z test_heaviside_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5862901Z test_heaviside_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5863095Z test_heaviside_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5863302Z test_heaviside_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5863502Z test_heaviside_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5863706Z test_heaviside_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5863905Z test_heaviside_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5864215Z test_heaviside_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5864416Z test_heaviside_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5864610Z test_heaviside_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.5864801Z test_heaviside_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5864999Z test_heaviside_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5865193Z test_heaviside_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5865395Z test_heaviside_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5865594Z test_heaviside_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5865790Z test_heaviside_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5865989Z test_heaviside_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5866184Z test_heaviside_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5866363Z test_heaviside_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5866561Z test_heaviside_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5866760Z test_heaviside_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5867135Z test_heaviside_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5867336Z test_heaviside_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5867541Z test_heaviside_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5867737Z test_heaviside_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5868193Z test_heaviside_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5868666Z test_heaviside_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5868865Z test_heaviside_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5869062Z test_heaviside_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5869258Z test_heaviside_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5869454Z test_heaviside_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5869647Z test_heaviside_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5869842Z test_heaviside_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5870040Z test_heaviside_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5870241Z test_heaviside_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5870444Z test_heaviside_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5870622Z test_heaviside_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5870812Z test_heaviside_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5871005Z test_heaviside_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5871200Z test_heaviside_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5871393Z test_heaviside_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5871584Z test_heaviside_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5871776Z test_heaviside_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5872082Z test_heaviside_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5872279Z test_heaviside_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5872482Z test_heaviside_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5872677Z test_heaviside_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.5872868Z test_heaviside_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5873066Z test_heaviside_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5873257Z test_heaviside_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5873453Z test_heaviside_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5873644Z test_heaviside_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5873989Z test_heaviside_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5874237Z test_heaviside_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5874414Z test_heaviside_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5874614Z test_heaviside_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5874809Z test_heaviside_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5875159Z test_heaviside_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5875567Z test_heaviside_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5875780Z test_heaviside_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5875975Z test_heaviside_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5876167Z test_heaviside_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5876456Z test_heaviside_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5876664Z test_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5876852Z test_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5877066Z test_idiv_and_ifloordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.592s) 2022-11-23T03:35:22.5877261Z test_inplace_division_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.5877456Z test_inplace_dunders_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5877650Z test_int_and_float_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.754s) 2022-11-23T03:35:22.5877852Z test_int_tensor_pow_neg_ints_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.5878031Z test_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5878213Z test_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5878367Z test_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5878572Z test_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:35:22.5879538Z test_lerp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3347: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:35:22.5879714Z torch.lerp(start, end, weight, out=actual_out) 2022-11-23T03:35:22.5880691Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3347: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:35:22.5881016Z torch.lerp(start, end, weight, out=actual_out) 2022-11-23T03:35:22.5881118Z ok (0.213s) 2022-11-23T03:35:22.5881297Z test_lerp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.189s) 2022-11-23T03:35:22.5890006Z test_lerp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:35:22.5890509Z test_lerp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T03:35:22.5890955Z test_lerp_lowp_cpu_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:35:22.5891322Z test_lerp_lowp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5891665Z test_lerp_lowp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5892415Z test_logaddexp2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3396: RuntimeWarning: invalid value encountered in logaddexp2 2022-11-23T03:35:22.5892733Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-11-23T03:35:22.5892893Z ok (0.004s) 2022-11-23T03:35:22.5893711Z test_logaddexp2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3400: RuntimeWarning: invalid value encountered in logaddexp2 2022-11-23T03:35:22.5893983Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-11-23T03:35:22.5894126Z ok (0.004s) 2022-11-23T03:35:22.5894472Z test_logaddexp2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5895362Z test_logaddexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3396: RuntimeWarning: invalid value encountered in logaddexp 2022-11-23T03:35:22.5895674Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-11-23T03:35:22.5895817Z ok (0.004s) 2022-11-23T03:35:22.5896772Z test_logaddexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3400: RuntimeWarning: invalid value encountered in logaddexp 2022-11-23T03:35:22.5897088Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-11-23T03:35:22.5897239Z ok (0.004s) 2022-11-23T03:35:22.5897577Z test_logaddexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5897939Z test_logical_and_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5898357Z test_logical_and_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5898765Z test_logical_and_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5899145Z test_logical_and_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5899531Z test_logical_and_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5899900Z test_logical_and_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5900311Z test_logical_and_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5900708Z test_logical_and_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5901122Z test_logical_and_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5901848Z test_logical_and_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5902396Z test_logical_and_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5902809Z test_logical_and_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5903275Z test_logical_and_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5903784Z test_logical_and_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5904209Z test_logical_and_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5904566Z test_logical_and_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5904976Z test_logical_and_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5907098Z test_logical_and_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5907569Z test_logical_and_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5907934Z test_logical_and_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5908300Z test_logical_and_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5908661Z test_logical_and_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5909195Z test_logical_and_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5909588Z test_logical_and_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5910816Z test_logical_and_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3241: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T03:35:22.5911277Z self.assertEqual(expected_res.bool(), getattr(a, op)(b)) 2022-11-23T03:35:22.5911443Z ok (0.003s) 2022-11-23T03:35:22.5911837Z test_logical_and_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5912280Z test_logical_and_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.271s) 2022-11-23T03:35:22.5912691Z test_logical_and_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5913100Z test_logical_and_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5913467Z test_logical_and_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5913824Z test_logical_and_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5914206Z test_logical_and_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5914640Z test_logical_and_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5915037Z test_logical_and_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.5915432Z test_logical_and_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5915868Z test_logical_and_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5916384Z test_logical_and_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5916806Z test_logical_and_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5917310Z test_logical_and_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.5917853Z test_logical_and_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.267s) 2022-11-23T03:35:22.5918250Z test_logical_and_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5918899Z test_logical_and_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5919310Z test_logical_and_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5919737Z test_logical_and_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5920127Z test_logical_and_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5920506Z test_logical_and_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5920872Z test_logical_and_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5921242Z test_logical_and_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5922251Z test_logical_and_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5922704Z test_logical_and_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5923275Z test_logical_and_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5923773Z test_logical_and_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5924313Z test_logical_and_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5924803Z test_logical_and_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5925268Z test_logical_and_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5925668Z test_logical_and_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5926033Z test_logical_and_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5926403Z test_logical_and_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5926773Z test_logical_and_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5927168Z test_logical_and_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5927547Z test_logical_and_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5927875Z test_logical_and_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5928249Z test_logical_and_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5928644Z test_logical_and_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5929023Z test_logical_and_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5929544Z test_logical_and_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5929942Z test_logical_and_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5930398Z test_logical_and_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5930857Z test_logical_and_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5931263Z test_logical_and_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5931671Z test_logical_and_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5932047Z test_logical_and_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5932435Z test_logical_and_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5932809Z test_logical_and_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.5933216Z test_logical_and_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5933625Z test_logical_and_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5934261Z test_logical_and_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5934649Z test_logical_and_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5935037Z test_logical_and_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5935427Z test_logical_and_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5935813Z test_logical_and_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5936260Z test_logical_and_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5936635Z test_logical_and_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5937799Z test_logical_and_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5938263Z test_logical_and_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5938665Z test_logical_and_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5939069Z test_logical_and_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5939468Z test_logical_and_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5939860Z test_logical_and_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5940245Z test_logical_and_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5940602Z test_logical_and_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5940992Z test_logical_and_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5941377Z test_logical_and_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5941743Z test_logical_and_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5942152Z test_logical_and_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5942662Z test_logical_and_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5943063Z test_logical_and_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5943522Z test_logical_and_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5944015Z test_logical_and_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5944419Z test_logical_and_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5944796Z test_logical_and_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5945168Z test_logical_and_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5945570Z test_logical_and_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5945951Z test_logical_and_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5946331Z test_logical_and_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5946697Z test_logical_and_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5947068Z test_logical_and_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5947451Z test_logical_and_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5947839Z test_logical_and_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5948200Z test_logical_and_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5948593Z test_logical_and_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5949366Z test_logical_and_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5949853Z test_logical_and_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5950335Z test_logical_and_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5950719Z test_logical_and_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5951089Z test_logical_and_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5951461Z test_logical_and_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5951835Z test_logical_and_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5952372Z test_logical_and_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5952773Z test_logical_and_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5953165Z test_logical_and_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5953540Z test_logical_and_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5953929Z test_logical_and_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5954320Z test_logical_and_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5954729Z test_logical_and_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5955134Z test_logical_and_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5955650Z test_logical_and_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5956021Z test_logical_and_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5956491Z test_logical_and_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5956965Z test_logical_and_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5957350Z test_logical_and_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5957751Z test_logical_and_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5958146Z test_logical_and_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5958543Z test_logical_and_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5958941Z test_logical_and_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5959371Z test_logical_and_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5959781Z test_logical_and_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5960147Z test_logical_and_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5960515Z test_logical_and_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5960882Z test_logical_and_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5961284Z test_logical_and_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5961650Z test_logical_and_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5962155Z test_logical_and_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5962522Z test_logical_and_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5962950Z test_logical_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5963371Z test_logical_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.5963724Z test_logical_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5964285Z test_logical_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.5964636Z test_logical_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5964988Z test_logical_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5965325Z test_logical_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.5965694Z test_logical_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5966066Z test_logical_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5966432Z test_logical_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5966844Z test_logical_or_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5967387Z test_logical_or_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5967809Z test_logical_or_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5968196Z test_logical_or_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5968706Z test_logical_or_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5969079Z test_logical_or_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5969652Z test_logical_or_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5970044Z test_logical_or_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5970419Z test_logical_or_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5970798Z test_logical_or_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5971178Z test_logical_or_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5971561Z test_logical_or_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.5971932Z test_logical_or_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5972393Z test_logical_or_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5972803Z test_logical_or_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5973190Z test_logical_or_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5973590Z test_logical_or_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5973964Z test_logical_or_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5974336Z test_logical_or_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5974723Z test_logical_or_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5975251Z test_logical_or_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5975711Z test_logical_or_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5976173Z test_logical_or_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5976585Z test_logical_or_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5977005Z test_logical_or_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5977392Z test_logical_or_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5977831Z test_logical_or_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.287s) 2022-11-23T03:35:22.5978273Z test_logical_or_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5978674Z test_logical_or_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5979321Z test_logical_or_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5979731Z test_logical_or_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5980136Z test_logical_or_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5980528Z test_logical_or_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5980921Z test_logical_or_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5981431Z test_logical_or_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5981839Z test_logical_or_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5982700Z test_logical_or_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5983137Z test_logical_or_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5983626Z test_logical_or_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5984073Z test_logical_or_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.257s) 2022-11-23T03:35:22.5984491Z test_logical_or_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5984908Z test_logical_or_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5985310Z test_logical_or_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5985709Z test_logical_or_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5986103Z test_logical_or_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5986527Z test_logical_or_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5986942Z test_logical_or_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5987317Z test_logical_or_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5987835Z test_logical_or_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5988249Z test_logical_or_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5988715Z test_logical_or_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5989210Z test_logical_or_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5989597Z test_logical_or_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5990002Z test_logical_or_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5990396Z test_logical_or_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5990781Z test_logical_or_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5991172Z test_logical_or_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5991563Z test_logical_or_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5991982Z test_logical_or_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.5992357Z test_logical_or_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5992746Z test_logical_or_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5993105Z test_logical_or_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5993502Z test_logical_or_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5993898Z test_logical_or_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5994647Z test_logical_or_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5995046Z test_logical_or_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5995562Z test_logical_or_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5995963Z test_logical_or_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5996348Z test_logical_or_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5996732Z test_logical_or_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5997064Z test_logical_or_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5997561Z test_logical_or_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5997968Z test_logical_or_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.5998337Z test_logical_or_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.5998712Z test_logical_or_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5999083Z test_logical_or_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.5999438Z test_logical_or_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.5999799Z test_logical_or_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6000154Z test_logical_or_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6011470Z test_logical_or_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6012082Z test_logical_or_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6012480Z test_logical_or_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6012876Z test_logical_or_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6016565Z test_logical_or_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6020457Z test_logical_or_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6020875Z test_logical_or_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6021281Z test_logical_or_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6021666Z test_logical_or_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6022054Z test_logical_or_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6022440Z test_logical_or_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6022805Z test_logical_or_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6023183Z test_logical_or_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6023536Z test_logical_or_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6023881Z test_logical_or_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6024260Z test_logical_or_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6027066Z test_logical_or_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6027488Z test_logical_or_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6028065Z test_logical_or_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6028516Z test_logical_or_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6028906Z test_logical_or_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6029563Z test_logical_or_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6029941Z test_logical_or_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6030310Z test_logical_or_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6030667Z test_logical_or_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6031034Z test_logical_or_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6033752Z test_logical_or_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6034163Z test_logical_or_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6034709Z test_logical_or_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6035135Z test_logical_or_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6035521Z test_logical_or_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6035926Z test_logical_or_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6036313Z test_logical_or_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6036702Z test_logical_or_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6037084Z test_logical_or_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6037468Z test_logical_or_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6037840Z test_logical_or_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6038204Z test_logical_or_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6038578Z test_logical_or_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6038940Z test_logical_or_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6039314Z test_logical_or_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6039711Z test_logical_or_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6040089Z test_logical_or_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6040499Z test_logical_or_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6040894Z test_logical_or_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6041274Z test_logical_or_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6041648Z test_logical_or_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6042010Z test_logical_or_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6042388Z test_logical_or_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6042783Z test_logical_or_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6043139Z test_logical_or_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6045892Z test_logical_or_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6046292Z test_logical_or_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6046672Z test_logical_or_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6047071Z test_logical_or_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6047505Z test_logical_or_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6048127Z test_logical_or_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6048496Z test_logical_or_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6048843Z test_logical_or_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6049225Z test_logical_or_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6049557Z test_logical_or_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6049900Z test_logical_or_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6050263Z test_logical_or_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6050613Z test_logical_or_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6051810Z test_logical_or_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6052266Z test_logical_xor_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6052617Z test_logical_xor_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6052978Z test_logical_xor_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6053371Z test_logical_xor_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6053750Z test_logical_xor_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6054117Z test_logical_xor_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6054353Z test_logical_xor_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6054565Z test_logical_xor_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6054766Z test_logical_xor_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6054974Z test_logical_xor_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6055176Z test_logical_xor_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6055377Z test_logical_xor_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6055578Z test_logical_xor_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6055777Z test_logical_xor_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6055970Z test_logical_xor_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6056173Z test_logical_xor_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6056380Z test_logical_xor_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6056572Z test_logical_xor_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6056764Z test_logical_xor_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6056962Z test_logical_xor_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6057151Z test_logical_xor_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6057337Z test_logical_xor_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6057529Z test_logical_xor_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6057725Z test_logical_xor_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6057940Z test_logical_xor_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6058151Z test_logical_xor_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6058371Z test_logical_xor_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.268s) 2022-11-23T03:35:22.6058751Z test_logical_xor_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6058960Z test_logical_xor_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6059166Z test_logical_xor_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6059364Z test_logical_xor_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6059568Z test_logical_xor_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6059775Z test_logical_xor_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6062412Z test_logical_xor_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6062693Z test_logical_xor_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6062908Z test_logical_xor_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6063117Z test_logical_xor_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6063322Z test_logical_xor_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6063537Z test_logical_xor_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6063756Z test_logical_xor_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.261s) 2022-11-23T03:35:22.6063963Z test_logical_xor_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6064169Z test_logical_xor_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6064379Z test_logical_xor_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6064584Z test_logical_xor_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6064792Z test_logical_xor_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6064995Z test_logical_xor_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6065200Z test_logical_xor_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6065402Z test_logical_xor_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6065606Z test_logical_xor_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6065806Z test_logical_xor_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6066016Z test_logical_xor_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6066227Z test_logical_xor_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6066416Z test_logical_xor_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6066616Z test_logical_xor_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6066817Z test_logical_xor_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6067017Z test_logical_xor_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6067211Z test_logical_xor_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6067400Z test_logical_xor_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6067598Z test_logical_xor_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6067792Z test_logical_xor_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6067997Z test_logical_xor_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6068325Z test_logical_xor_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6068535Z test_logical_xor_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6068742Z test_logical_xor_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6068942Z test_logical_xor_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6069143Z test_logical_xor_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6069342Z test_logical_xor_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6069542Z test_logical_xor_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6070094Z test_logical_xor_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6070337Z test_logical_xor_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6070543Z test_logical_xor_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6070721Z test_logical_xor_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6070926Z test_logical_xor_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6071126Z test_logical_xor_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6071335Z test_logical_xor_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6071542Z test_logical_xor_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6071745Z test_logical_xor_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6071947Z test_logical_xor_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6072149Z test_logical_xor_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6072351Z test_logical_xor_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6072544Z test_logical_xor_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6072735Z test_logical_xor_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6072932Z test_logical_xor_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6073122Z test_logical_xor_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6073323Z test_logical_xor_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6073521Z test_logical_xor_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6073730Z test_logical_xor_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6073936Z test_logical_xor_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6074136Z test_logical_xor_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6074329Z test_logical_xor_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6074506Z test_logical_xor_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6074703Z test_logical_xor_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6074893Z test_logical_xor_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6075079Z test_logical_xor_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6075273Z test_logical_xor_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6075465Z test_logical_xor_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6076078Z test_logical_xor_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6076276Z test_logical_xor_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6076482Z test_logical_xor_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6076688Z test_logical_xor_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6076887Z test_logical_xor_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6077086Z test_logical_xor_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6077277Z test_logical_xor_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6077793Z test_logical_xor_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6078031Z test_logical_xor_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6078224Z test_logical_xor_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6078419Z test_logical_xor_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6078607Z test_logical_xor_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6078791Z test_logical_xor_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6078988Z test_logical_xor_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6079193Z test_logical_xor_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6079401Z test_logical_xor_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6079604Z test_logical_xor_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6079802Z test_logical_xor_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6079997Z test_logical_xor_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6080194Z test_logical_xor_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6080385Z test_logical_xor_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6080574Z test_logical_xor_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6080768Z test_logical_xor_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6080958Z test_logical_xor_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6081155Z test_logical_xor_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6081353Z test_logical_xor_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6081555Z test_logical_xor_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6081763Z test_logical_xor_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6081961Z test_logical_xor_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6082157Z test_logical_xor_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6082347Z test_logical_xor_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6082526Z test_logical_xor_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6082714Z test_logical_xor_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6082945Z test_logical_xor_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6083148Z test_logical_xor_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6083345Z test_logical_xor_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6083665Z test_logical_xor_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6083855Z test_logical_xor_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6084062Z test_logical_xor_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6084271Z test_logical_xor_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6084471Z test_logical_xor_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6084668Z test_logical_xor_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6084859Z test_logical_xor_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6085390Z test_logical_xor_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6085635Z test_logical_xor_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6085828Z test_logical_xor_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6086021Z test_logical_xor_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6086210Z test_logical_xor_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6086436Z test_logical_xor_with_nontrivial_alignment_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.329s) 2022-11-23T03:35:22.6086636Z test_long_tensor_pow_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6086865Z test_maximum_and_minimum_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6087110Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6087349Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6087588Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6087822Z test_maximum_and_minimum_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6088061Z test_maximum_and_minimum_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6088297Z test_maximum_and_minimum_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6088531Z test_maximum_and_minimum_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6088769Z test_maximum_and_minimum_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6089002Z test_maximum_and_minimum_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6089240Z test_maximum_and_minimum_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6089468Z test_maximum_and_minimum_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6089702Z test_maximum_and_minimum_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6089926Z test_maximum_and_minimum_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6090155Z test_maximum_and_minimum_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6090376Z test_maximum_and_minimum_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6090611Z test_maximum_minimum_complex_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6090838Z test_maximum_minimum_complex_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6091191Z test_maximum_minimum_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6091425Z test_maximum_minimum_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6091655Z test_maximum_minimum_complex_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6091885Z test_maximum_minimum_complex_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6093965Z test_maximum_minimum_complex_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6094230Z test_maximum_minimum_complex_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6094551Z test_maximum_minimum_complex_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6094786Z test_maximum_minimum_complex_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6095015Z test_maximum_minimum_complex_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6095233Z test_maximum_minimum_complex_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6095464Z test_maximum_minimum_complex_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6095691Z test_maximum_minimum_complex_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6095927Z test_maximum_minimum_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6096161Z test_maximum_minimum_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6096391Z test_maximum_minimum_complex_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6096618Z test_maximum_minimum_complex_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6096836Z test_maximum_minimum_complex_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6097058Z test_maximum_minimum_complex_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6097275Z test_maximum_minimum_complex_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6097490Z test_maximum_minimum_complex_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6097710Z test_maximum_minimum_complex_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6097927Z test_maximum_minimum_complex_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6098139Z test_maximum_minimum_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6098353Z test_maximum_minimum_float_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6098561Z test_maximum_minimum_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6098766Z test_maximum_minimum_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6098958Z test_maximum_minimum_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6099187Z test_maximum_minimum_float_nan_and_inf_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6099413Z test_maximum_minimum_float_nan_and_inf_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6099629Z test_maximum_minimum_float_nan_and_inf_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6099846Z test_maximum_minimum_float_nan_and_inf_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6100157Z test_maximum_minimum_forward_ad_float32_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.303s) 2022-11-23T03:35:22.6100375Z test_maximum_minimum_int_and_bool_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6100588Z test_maximum_minimum_int_and_bool_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6100793Z test_maximum_minimum_int_and_bool_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6101004Z test_maximum_minimum_int_and_bool_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6101215Z test_maximum_minimum_int_and_bool_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6101420Z test_maximum_minimum_int_and_bool_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6101728Z test_maximum_minimum_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6101982Z test_maximum_minimum_type_promotion_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.6102224Z test_maximum_minimum_type_promotion_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6102461Z test_maximum_minimum_type_promotion_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6102692Z test_maximum_minimum_type_promotion_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6102927Z test_maximum_minimum_type_promotion_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6103161Z test_maximum_minimum_type_promotion_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6103396Z test_maximum_minimum_type_promotion_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6103631Z test_maximum_minimum_type_promotion_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6103847Z test_maximum_minimum_type_promotion_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6104081Z test_maximum_minimum_type_promotion_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6104310Z test_maximum_minimum_type_promotion_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6104540Z test_maximum_minimum_type_promotion_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6104770Z test_maximum_minimum_type_promotion_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6104999Z test_maximum_minimum_type_promotion_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6105229Z test_maximum_minimum_type_promotion_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6105448Z test_maximum_minimum_type_promotion_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6105667Z test_maximum_minimum_type_promotion_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6105892Z test_maximum_minimum_type_promotion_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6106108Z test_maximum_minimum_type_promotion_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6106344Z test_maximum_minimum_type_promotion_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6106573Z test_maximum_minimum_type_promotion_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6106809Z test_maximum_minimum_type_promotion_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6107047Z test_maximum_minimum_type_promotion_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6107369Z test_maximum_minimum_type_promotion_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6107599Z test_maximum_minimum_type_promotion_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6107829Z test_maximum_minimum_type_promotion_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6108059Z test_maximum_minimum_type_promotion_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6108288Z test_maximum_minimum_type_promotion_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6108515Z test_maximum_minimum_type_promotion_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6108819Z test_maximum_minimum_type_promotion_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6109062Z test_maximum_minimum_type_promotion_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6109283Z test_maximum_minimum_type_promotion_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6109516Z test_maximum_minimum_type_promotion_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6109741Z test_maximum_minimum_type_promotion_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6109968Z test_maximum_minimum_type_promotion_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6110197Z test_maximum_minimum_type_promotion_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6110424Z test_maximum_minimum_type_promotion_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6110659Z test_maximum_minimum_type_promotion_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6110887Z test_maximum_minimum_type_promotion_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6111123Z test_maximum_minimum_type_promotion_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6111349Z test_maximum_minimum_type_promotion_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6111580Z test_maximum_minimum_type_promotion_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6111809Z test_maximum_minimum_type_promotion_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6112036Z test_maximum_minimum_type_promotion_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6112265Z test_maximum_minimum_type_promotion_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6112493Z test_maximum_minimum_type_promotion_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6112721Z test_maximum_minimum_type_promotion_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6112950Z test_maximum_minimum_type_promotion_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6113172Z test_maximum_minimum_type_promotion_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6113406Z test_maximum_minimum_type_promotion_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6113631Z test_maximum_minimum_type_promotion_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6113855Z test_maximum_minimum_type_promotion_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6114087Z test_maximum_minimum_type_promotion_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6114296Z test_maximum_minimum_type_promotion_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6114613Z test_maximum_minimum_type_promotion_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6114841Z test_maximum_minimum_type_promotion_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6115065Z test_maximum_minimum_type_promotion_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6115288Z test_maximum_minimum_type_promotion_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6115514Z test_maximum_minimum_type_promotion_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6115749Z test_maximum_minimum_type_promotion_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6116040Z test_maximum_minimum_type_promotion_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6116290Z test_maximum_minimum_type_promotion_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6116516Z test_maximum_minimum_type_promotion_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6116741Z test_maximum_minimum_type_promotion_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6116966Z test_maximum_minimum_type_promotion_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6117190Z test_maximum_minimum_type_promotion_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6117413Z test_maximum_minimum_type_promotion_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6117641Z test_maximum_minimum_type_promotion_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6117867Z test_maximum_minimum_type_promotion_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6118100Z test_maximum_minimum_type_promotion_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6118326Z test_maximum_minimum_type_promotion_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6118555Z test_maximum_minimum_type_promotion_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6118785Z test_maximum_minimum_type_promotion_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6119012Z test_maximum_minimum_type_promotion_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6119236Z test_maximum_minimum_type_promotion_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6119464Z test_maximum_minimum_type_promotion_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6119674Z test_maximum_minimum_type_promotion_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6119901Z test_maximum_minimum_type_promotion_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6120125Z test_maximum_minimum_type_promotion_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6120355Z test_maximum_minimum_type_promotion_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6120581Z test_maximum_minimum_type_promotion_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6120809Z test_maximum_minimum_type_promotion_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6121041Z test_maximum_minimum_type_promotion_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6121272Z test_maximum_minimum_type_promotion_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6121584Z test_maximum_minimum_type_promotion_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6121800Z test_maximum_minimum_type_promotion_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6122013Z test_maximum_minimum_type_promotion_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6122237Z test_maximum_minimum_type_promotion_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6122453Z test_maximum_minimum_type_promotion_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6122685Z test_maximum_minimum_type_promotion_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6122978Z test_maximum_minimum_type_promotion_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6123222Z test_maximum_minimum_type_promotion_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6123455Z test_maximum_minimum_type_promotion_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6123683Z test_maximum_minimum_type_promotion_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6123907Z test_maximum_minimum_type_promotion_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6124132Z test_maximum_minimum_type_promotion_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6124355Z test_maximum_minimum_type_promotion_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6124581Z test_maximum_minimum_type_promotion_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6124795Z test_maximum_minimum_type_promotion_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6125001Z test_min_max_binary_op_nan_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.227s) 2022-11-23T03:35:22.6125211Z test_min_max_binary_op_nan_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.231s) 2022-11-23T03:35:22.6125419Z test_min_max_binary_op_nan_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.243s) 2022-11-23T03:35:22.6125647Z test_mul_chalf_tensor_and_cpu_scalar_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.414s) 2022-11-23T03:35:22.6125819Z test_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6126031Z test_mul_intertype_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6126241Z test_mul_intertype_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6126447Z test_mul_intertype_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6126650Z test_muldiv_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6126846Z test_muldiv_scalar_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6127050Z test_muldiv_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6127253Z test_muldiv_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6127448Z test_muldiv_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6127643Z test_muldiv_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6127838Z test_muldiv_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6128031Z test_muldiv_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6128222Z test_muldiv_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6128400Z test_muldiv_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6128592Z test_muldiv_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6128878Z test_muldiv_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6129085Z test_nextafter_bfloat16_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6129277Z test_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6129469Z test_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6129674Z test_non_contig___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6129872Z test_non_contig___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6130080Z test_non_contig___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6130350Z test_non_contig___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6130606Z test_non_contig___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6130812Z test_non_contig___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6131013Z test_non_contig___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6131211Z test_non_contig___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6131399Z test_non_contig___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6131583Z test_non_contig___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6131778Z test_non_contig___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6131965Z test_non_contig___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6132159Z test_non_contig___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6132333Z test_non_contig___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6132516Z test_non_contig___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6132699Z test_non_contig___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6132886Z test_non_contig___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6133071Z test_non_contig___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6133275Z test_non_contig___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6133473Z test_non_contig___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6133682Z test_non_contig___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6133888Z test_non_contig___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6134090Z test_non_contig___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6134289Z test_non_contig___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6134485Z test_non_contig___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6134681Z test_non_contig___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6134869Z test_non_contig___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6135054Z test_non_contig___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6135248Z test_non_contig___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6135438Z test_non_contig___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6135641Z test_non_contig___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6135929Z test_non_contig___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6136110Z test_non_contig___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6136311Z test_non_contig___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6136501Z test_non_contig___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6136688Z test_non_contig___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6136873Z test_non_contig___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6137065Z test_non_contig___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6137317Z test_non_contig___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6137531Z test_non_contig___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6137729Z test_non_contig___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6137934Z test_non_contig___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6138140Z test_non_contig___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6138338Z test_non_contig___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6138535Z test_non_contig___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6138732Z test_non_contig___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6138932Z test_non_contig___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6139123Z test_non_contig___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6139314Z test_non_contig___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6139511Z test_non_contig___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6139700Z test_non_contig___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6139881Z test_non_contig___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6140073Z test_non_contig___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6140261Z test_non_contig___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6140446Z test_non_contig___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6140640Z test_non_contig___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6140827Z test_non_contig___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6141034Z test_non_contig___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6141242Z test_non_contig___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6141447Z test_non_contig___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6141646Z test_non_contig___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6141845Z test_non_contig___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6142042Z test_non_contig___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6142238Z test_non_contig___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6142430Z test_non_contig___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6142618Z test_non_contig___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6142900Z test_non_contig___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6143088Z test_non_contig___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6143288Z test_non_contig___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6143478Z test_non_contig___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6143681Z test_non_contig___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6143880Z test_non_contig___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6144080Z test_non_contig___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6144348Z test_non_contig___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6144559Z test_non_contig___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6144758Z test_non_contig___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6144946Z test_non_contig___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6145139Z test_non_contig___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6145327Z test_non_contig___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6145519Z test_non_contig___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6145707Z test_non_contig___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6145891Z test_non_contig___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6146080Z test_non_contig___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6146274Z test_non_contig___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6146461Z test_non_contig___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6146663Z test_non_contig_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6146858Z test_non_contig_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6147060Z test_non_contig_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6147246Z test_non_contig_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6147442Z test_non_contig_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6147639Z test_non_contig_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6147831Z test_non_contig_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6148022Z test_non_contig_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6148215Z test_non_contig_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6148409Z test_non_contig_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6148601Z test_non_contig_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6150649Z test_non_contig_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6150859Z test_non_contig_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6151061Z test_non_contig_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6151256Z test_non_contig_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6151460Z test_non_contig_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6151771Z test_non_contig_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6151959Z test_non_contig_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6152154Z test_non_contig_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6152340Z test_non_contig_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6152525Z test_non_contig_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6152701Z test_non_contig_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6152899Z test_non_contig_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6153102Z test_non_contig_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6153374Z test_non_contig_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6153601Z test_non_contig_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6153802Z test_non_contig_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6154001Z test_non_contig_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6154201Z test_non_contig_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6154423Z test_non_contig_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6154638Z test_non_contig_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6154851Z test_non_contig_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6155068Z test_non_contig_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6155283Z test_non_contig_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6155489Z test_non_contig_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6155692Z test_non_contig_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6155894Z test_non_contig_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6156093Z test_non_contig_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6156289Z test_non_contig_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6156488Z test_non_contig_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6156697Z test_non_contig_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6156920Z test_non_contig_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6157141Z test_non_contig_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6157356Z test_non_contig_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6157573Z test_non_contig_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6157776Z test_non_contig_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6157980Z test_non_contig_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6158187Z test_non_contig_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6158388Z test_non_contig_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6158590Z test_non_contig_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6158789Z test_non_contig_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6159088Z test_non_contig_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6159290Z test_non_contig_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6159491Z test_non_contig_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6159696Z test_non_contig_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6159896Z test_non_contig_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6160097Z test_non_contig_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6160297Z test_non_contig_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6160562Z test_non_contig_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6160783Z test_non_contig_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6160967Z test_non_contig_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6161174Z test_non_contig_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6161374Z test_non_contig_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6161575Z test_non_contig_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6161778Z test_non_contig_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6161980Z test_non_contig_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6162183Z test_non_contig_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6162381Z test_non_contig_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6162583Z test_non_contig_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6162781Z test_non_contig_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6162980Z test_non_contig_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6163179Z test_non_contig_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6163376Z test_non_contig_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6163574Z test_non_contig_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6163779Z test_non_contig_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6163989Z test_non_contig_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6164194Z test_non_contig_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6164401Z test_non_contig_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6164605Z test_non_contig_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6164789Z test_non_contig_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6164983Z test_non_contig_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6165175Z test_non_contig_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6165376Z test_non_contig_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6165568Z test_non_contig_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6165797Z test_non_contig_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6166105Z test_non_contig_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6166326Z test_non_contig_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6166543Z test_non_contig_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6166759Z test_non_contig_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6166975Z test_non_contig_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6167188Z test_non_contig_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6167403Z test_non_contig_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6167678Z test_non_contig_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6167917Z test_non_contig_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6168138Z test_non_contig_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6168367Z test_non_contig_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6168592Z test_non_contig_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6168811Z test_non_contig_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6169034Z test_non_contig_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6169232Z test_non_contig_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6169443Z test_non_contig_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6169663Z test_non_contig_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6169881Z test_non_contig_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6170097Z test_non_contig_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6170315Z test_non_contig_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6170534Z test_non_contig_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6170758Z test_non_contig_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6170974Z test_non_contig_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6171196Z test_non_contig_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6171413Z test_non_contig_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6171629Z test_non_contig_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6171842Z test_non_contig_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6172055Z test_non_contig_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6172269Z test_non_contig_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6172480Z test_non_contig_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6172676Z test_non_contig_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6172868Z test_non_contig_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6173072Z test_non_contig_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6173362Z test_non_contig_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6173540Z test_non_contig_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6173735Z test_non_contig_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6173929Z test_non_contig_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6174124Z test_non_contig_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6174317Z test_non_contig_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6174510Z test_non_contig_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6174771Z test_non_contig_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6174979Z test_non_contig_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6175168Z test_non_contig_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6175385Z test_non_contig_expand___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6175593Z test_non_contig_expand___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6175813Z test_non_contig_expand___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6176033Z test_non_contig_expand___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6176247Z test_non_contig_expand___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6176463Z test_non_contig_expand___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6176678Z test_non_contig_expand___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6176889Z test_non_contig_expand___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6177097Z test_non_contig_expand___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6177295Z test_non_contig_expand___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6177487Z test_non_contig_expand___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6177687Z test_non_contig_expand___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6177889Z test_non_contig_expand___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6178087Z test_non_contig_expand___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6178294Z test_non_contig_expand___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6178490Z test_non_contig_expand___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6178694Z test_non_contig_expand___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6178890Z test_non_contig_expand___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6179104Z test_non_contig_expand___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6179311Z test_non_contig_expand___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6179528Z test_non_contig_expand___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6179745Z test_non_contig_expand___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6179959Z test_non_contig_expand___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6180172Z test_non_contig_expand___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6180472Z test_non_contig_expand___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6180677Z test_non_contig_expand___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6180877Z test_non_contig_expand___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6181078Z test_non_contig_expand___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6181284Z test_non_contig_expand___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6181486Z test_non_contig_expand___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6181749Z test_non_contig_expand___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6181974Z test_non_contig_expand___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6182186Z test_non_contig_expand___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6182394Z test_non_contig_expand___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6182597Z test_non_contig_expand___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6182800Z test_non_contig_expand___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6183050Z test_non_contig_expand___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6183262Z test_non_contig_expand___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6183465Z test_non_contig_expand___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6183681Z test_non_contig_expand___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6183891Z test_non_contig_expand___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6184110Z test_non_contig_expand___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6184326Z test_non_contig_expand___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6184538Z test_non_contig_expand___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6184745Z test_non_contig_expand___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6184954Z test_non_contig_expand___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6185160Z test_non_contig_expand___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6185365Z test_non_contig_expand___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6185565Z test_non_contig_expand___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6185773Z test_non_contig_expand___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6185956Z test_non_contig_expand___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6186162Z test_non_contig_expand___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6186364Z test_non_contig_expand___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6186565Z test_non_contig_expand___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6186762Z test_non_contig_expand___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6186964Z test_non_contig_expand___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6187164Z test_non_contig_expand___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6187478Z test_non_contig_expand___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6187747Z test_non_contig_expand___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6187965Z test_non_contig_expand___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6188176Z test_non_contig_expand___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6188385Z test_non_contig_expand___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6188596Z test_non_contig_expand___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6188876Z test_non_contig_expand___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6189099Z test_non_contig_expand___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6189301Z test_non_contig_expand___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6189506Z test_non_contig_expand___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6189702Z test_non_contig_expand___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6189915Z test_non_contig_expand___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6190134Z test_non_contig_expand___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6190333Z test_non_contig_expand___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6190542Z test_non_contig_expand___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6190753Z test_non_contig_expand___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6190965Z test_non_contig_expand___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6191167Z test_non_contig_expand___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6191374Z test_non_contig_expand___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6191576Z test_non_contig_expand___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6191781Z test_non_contig_expand___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6191980Z test_non_contig_expand___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6192180Z test_non_contig_expand___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6192380Z test_non_contig_expand___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6192583Z test_non_contig_expand___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6192781Z test_non_contig_expand___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6192980Z test_non_contig_expand___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6193175Z test_non_contig_expand___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6193384Z test_non_contig_expand_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6193588Z test_non_contig_expand_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6193801Z test_non_contig_expand_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6194020Z test_non_contig_expand_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6194234Z test_non_contig_expand_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6194933Z test_non_contig_expand_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6195141Z test_non_contig_expand_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6195349Z test_non_contig_expand_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6195553Z test_non_contig_expand_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6195756Z test_non_contig_expand_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6195959Z test_non_contig_expand_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6196164Z test_non_contig_expand_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6196455Z test_non_contig_expand_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6196690Z test_non_contig_expand_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6196900Z test_non_contig_expand_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6197108Z test_non_contig_expand_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6197318Z test_non_contig_expand_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6197522Z test_non_contig_expand_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6197726Z test_non_contig_expand_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6197932Z test_non_contig_expand_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6198138Z test_non_contig_expand_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6198343Z test_non_contig_expand_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6198549Z test_non_contig_expand_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6198766Z test_non_contig_expand_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6198984Z test_non_contig_expand_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6199186Z test_non_contig_expand_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6199402Z test_non_contig_expand_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6199617Z test_non_contig_expand_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6199829Z test_non_contig_expand_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6200064Z test_non_contig_expand_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6200300Z test_non_contig_expand_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6200526Z test_non_contig_expand_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6200754Z test_non_contig_expand_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6200982Z test_non_contig_expand_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6201198Z test_non_contig_expand_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6201410Z test_non_contig_expand_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6201623Z test_non_contig_expand_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6201839Z test_non_contig_expand_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6202142Z test_non_contig_expand_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6202352Z test_non_contig_expand_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6202586Z test_non_contig_expand_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6202818Z test_non_contig_expand_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6203049Z test_non_contig_expand_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6203277Z test_non_contig_expand_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6203569Z test_non_contig_expand_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6203798Z test_non_contig_expand_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6204003Z test_non_contig_expand_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6204216Z test_non_contig_expand_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6204432Z test_non_contig_expand_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6204640Z test_non_contig_expand_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6204852Z test_non_contig_expand_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6205078Z test_non_contig_expand_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6205293Z test_non_contig_expand_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6205509Z test_non_contig_expand_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6205727Z test_non_contig_expand_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6205944Z test_non_contig_expand_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6206157Z test_non_contig_expand_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6206368Z test_non_contig_expand_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6206575Z test_non_contig_expand_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6206786Z test_non_contig_expand_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6206990Z test_non_contig_expand_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6207212Z test_non_contig_expand_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6207424Z test_non_contig_expand_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6207640Z test_non_contig_expand_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6207853Z test_non_contig_expand_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6208068Z test_non_contig_expand_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6208265Z test_non_contig_expand_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6208477Z test_non_contig_expand_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6208685Z test_non_contig_expand_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6208899Z test_non_contig_expand_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6209106Z test_non_contig_expand_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6209408Z test_non_contig_expand_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6209616Z test_non_contig_expand_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6209823Z test_non_contig_expand_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6210043Z test_non_contig_expand_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6210255Z test_non_contig_expand_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6210470Z test_non_contig_expand_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6210749Z test_non_contig_expand_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6210983Z test_non_contig_expand_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6211197Z test_non_contig_expand_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6211409Z test_non_contig_expand_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6211617Z test_non_contig_expand_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6211827Z test_non_contig_expand_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6212031Z test_non_contig_expand_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6212270Z test_non_contig_expand_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6212505Z test_non_contig_expand_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6212724Z test_non_contig_expand_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6212959Z test_non_contig_expand_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6213187Z test_non_contig_expand_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6213415Z test_non_contig_expand_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6213644Z test_non_contig_expand_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6213872Z test_non_contig_expand_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6214097Z test_non_contig_expand_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6214335Z test_non_contig_expand_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6214568Z test_non_contig_expand_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6214810Z test_non_contig_expand_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6215048Z test_non_contig_expand_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6215286Z test_non_contig_expand_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6215519Z test_non_contig_expand_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6215750Z test_non_contig_expand_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6215975Z test_non_contig_expand_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6216204Z test_non_contig_expand_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6216528Z test_non_contig_expand_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6216755Z test_non_contig_expand_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6216984Z test_non_contig_expand_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6217208Z test_non_contig_expand_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6217443Z test_non_contig_expand_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6217669Z test_non_contig_expand_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6217971Z test_non_contig_expand_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6218195Z test_non_contig_expand_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6218427Z test_non_contig_expand_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6218653Z test_non_contig_expand_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6218879Z test_non_contig_expand_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6219105Z test_non_contig_expand_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6219330Z test_non_contig_expand_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6219541Z test_non_contig_expand_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6219748Z test_non_contig_expand_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6219961Z test_non_contig_expand_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6220173Z test_non_contig_expand_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6220381Z test_non_contig_expand_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6220587Z test_non_contig_expand_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6220793Z test_non_contig_expand_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6220998Z test_non_contig_expand_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6221201Z test_non_contig_expand_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6221401Z test_non_contig_expand_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6221605Z test_non_contig_expand_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6221807Z test_non_contig_expand_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6222006Z test_non_contig_expand_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6222230Z test_non_contig_expand_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6222432Z test_non_contig_expand_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6222659Z test_non_contig_expand_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6222886Z test_non_contig_expand_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6223104Z test_non_contig_expand_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6223327Z test_non_contig_expand_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6223639Z test_non_contig_expand_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6223858Z test_non_contig_expand_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6224073Z test_non_contig_expand_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6224288Z test_non_contig_expand_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6224503Z test_non_contig_expand_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6224718Z test_non_contig_expand_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6224963Z test_non_contig_expand_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6225252Z test_non_contig_expand_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6225488Z test_non_contig_expand_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6225700Z test_non_contig_expand_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6225920Z test_non_contig_expand_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6226137Z test_non_contig_expand_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6226356Z test_non_contig_expand_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6226570Z test_non_contig_expand_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6226784Z test_non_contig_expand_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6226999Z test_non_contig_expand_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6227189Z test_non_contig_expand_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6227402Z test_non_contig_expand_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6227611Z test_non_contig_expand_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6227813Z test_non_contig_expand_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6228018Z test_non_contig_expand_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6228225Z test_non_contig_expand_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6228433Z test_non_contig_expand_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6228642Z test_non_contig_expand_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6228843Z test_non_contig_expand_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6229060Z test_non_contig_expand_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6229261Z test_non_contig_expand_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6229468Z test_non_contig_expand_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6229673Z test_non_contig_expand_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6229875Z test_non_contig_expand_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6230080Z test_non_contig_expand_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6230283Z test_non_contig_expand_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6230486Z test_non_contig_expand_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6230689Z test_non_contig_expand_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6230978Z test_non_contig_expand_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6231172Z test_non_contig_expand_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6231380Z test_non_contig_expand_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6231585Z test_non_contig_expand_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6231788Z test_non_contig_expand_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6231990Z test_non_contig_expand_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6232546Z test_non_contig_expand_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6232803Z test_non_contig_expand_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6233015Z test_non_contig_expand_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6233216Z test_non_contig_expand_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6233421Z test_non_contig_expand_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6233621Z test_non_contig_expand_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6233821Z test_non_contig_expand_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6234025Z test_non_contig_expand_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6234225Z test_non_contig_expand_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6234434Z test_non_contig_expand_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6234639Z test_non_contig_expand_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6234846Z test_non_contig_expand_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6235048Z test_non_contig_expand_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6235253Z test_non_contig_expand_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6235439Z test_non_contig_expand_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6235641Z test_non_contig_expand_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6235841Z test_non_contig_expand_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6236042Z test_non_contig_expand_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6236247Z test_non_contig_expand_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6236453Z test_non_contig_expand_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6236657Z test_non_contig_expand_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6236859Z test_non_contig_expand_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6237060Z test_non_contig_expand_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6237260Z test_non_contig_expand_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6237457Z test_non_contig_expand_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6237657Z test_non_contig_expand_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6237861Z test_non_contig_expand_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6238061Z test_non_contig_expand_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6238369Z test_non_contig_expand_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6238594Z test_non_contig_expand_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6238807Z test_non_contig_expand_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6239026Z test_non_contig_expand_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6239249Z test_non_contig_expand_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6239454Z test_non_contig_expand_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6239670Z test_non_contig_expand_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6239950Z test_non_contig_expand_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6240187Z test_non_contig_expand_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6240401Z test_non_contig_expand_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6240609Z test_non_contig_expand_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6240817Z test_non_contig_expand_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6241029Z test_non_contig_expand_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6241238Z test_non_contig_expand_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6241443Z test_non_contig_expand_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6241653Z test_non_contig_expand_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6241864Z test_non_contig_expand_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6242081Z test_non_contig_expand_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6242291Z test_non_contig_expand_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6242506Z test_non_contig_expand_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6242716Z test_non_contig_expand_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6242938Z test_non_contig_expand_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6243158Z test_non_contig_expand_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6243375Z test_non_contig_expand_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6243587Z test_non_contig_expand_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6243797Z test_non_contig_expand_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6244030Z test_non_contig_expand_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6244241Z test_non_contig_expand_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6244448Z test_non_contig_expand_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6244655Z test_non_contig_expand_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6244860Z test_non_contig_expand_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6245100Z test_non_contig_expand_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6245332Z test_non_contig_expand_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6245657Z test_non_contig_expand_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6245896Z test_non_contig_expand_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6246128Z test_non_contig_expand_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6246356Z test_non_contig_expand_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6246583Z test_non_contig_expand_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6246811Z test_non_contig_expand_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6247093Z test_non_contig_expand_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6247323Z test_non_contig_expand_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6247549Z test_non_contig_expand_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6247768Z test_non_contig_expand_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6248018Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6248263Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6248520Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6248778Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6249034Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6249267Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6249508Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6249752Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6249987Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6251633Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6252443Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6252708Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6252916Z test_non_contig_expand_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6253122Z test_non_contig_expand_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6253325Z test_non_contig_expand_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6253528Z test_non_contig_expand_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6253727Z test_non_contig_expand_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6253944Z test_non_contig_expand_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6254151Z test_non_contig_expand_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6254370Z test_non_contig_expand_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6254589Z test_non_contig_expand_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6254923Z test_non_contig_expand_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6255133Z test_non_contig_expand_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6255338Z test_non_contig_expand_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6255546Z test_non_contig_expand_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6255754Z test_non_contig_expand_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6255945Z test_non_contig_expand_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6256227Z test_non_contig_expand_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6256445Z test_non_contig_expand_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6256653Z test_non_contig_expand_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6256860Z test_non_contig_expand_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6258882Z test_non_contig_expand_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6259105Z test_non_contig_expand_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6259312Z test_non_contig_expand_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6259513Z test_non_contig_expand_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6259717Z test_non_contig_expand_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6259923Z test_non_contig_expand_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6260123Z test_non_contig_expand_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6260328Z test_non_contig_expand_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6260555Z test_non_contig_expand_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6260771Z test_non_contig_expand_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6261004Z test_non_contig_expand_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6261232Z test_non_contig_expand_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6261452Z test_non_contig_expand_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6261678Z test_non_contig_expand_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6261883Z test_non_contig_expand_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6262109Z test_non_contig_expand_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6262327Z test_non_contig_expand_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6262545Z test_non_contig_expand_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6262761Z test_non_contig_expand_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6262977Z test_non_contig_expand_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6263196Z test_non_contig_expand_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6264675Z test_non_contig_expand_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6265438Z test_non_contig_expand_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6265790Z test_non_contig_expand_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6266009Z test_non_contig_expand_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6266229Z test_non_contig_expand_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6266448Z test_non_contig_expand_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6266663Z test_non_contig_expand_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6266875Z test_non_contig_expand_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6267089Z test_non_contig_expand_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6267370Z test_non_contig_expand_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6267601Z test_non_contig_expand_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6267825Z test_non_contig_expand_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6268039Z test_non_contig_expand_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6268270Z test_non_contig_expand_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6268481Z test_non_contig_expand_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6268701Z test_non_contig_expand_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6268925Z test_non_contig_expand_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6269148Z test_non_contig_expand_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6269368Z test_non_contig_expand_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6269585Z test_non_contig_expand_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6269805Z test_non_contig_expand_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6271804Z test_non_contig_expand_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6272045Z test_non_contig_expand_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6272254Z test_non_contig_expand_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6272457Z test_non_contig_expand_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6272667Z test_non_contig_expand_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6272873Z test_non_contig_expand_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6273084Z test_non_contig_expand_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6273288Z test_non_contig_expand_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6273490Z test_non_contig_expand_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6273691Z test_non_contig_expand_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6273893Z test_non_contig_expand_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6274092Z test_non_contig_expand_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6274316Z test_non_contig_expand_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6274515Z test_non_contig_expand_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6274847Z test_non_contig_expand_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6275066Z test_non_contig_expand_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6275285Z test_non_contig_expand_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6275497Z test_non_contig_expand_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6275717Z test_non_contig_expand_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6275930Z test_non_contig_expand_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6276140Z test_non_contig_expand_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6277692Z test_non_contig_expand_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6278470Z test_non_contig_expand_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6278678Z test_non_contig_expand_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6278893Z test_non_contig_expand_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6279105Z test_non_contig_expand_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6279314Z test_non_contig_expand_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6279523Z test_non_contig_expand_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6279733Z test_non_contig_expand_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6279940Z test_non_contig_expand_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6280149Z test_non_contig_expand_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6280354Z test_non_contig_expand_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6280575Z test_non_contig_expand_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6280774Z test_non_contig_expand_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6280994Z test_non_contig_expand_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6281212Z test_non_contig_expand_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6281431Z test_non_contig_expand_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6281645Z test_non_contig_expand_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6281858Z test_non_contig_expand_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6282074Z test_non_contig_expand_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6282284Z test_non_contig_expand_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6282494Z test_non_contig_expand_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6282705Z test_non_contig_expand_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6283619Z test_non_contig_expand_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6283883Z test_non_contig_expand_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6284103Z test_non_contig_expand_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6284309Z test_non_contig_expand_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6285192Z test_non_contig_expand_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6285403Z test_non_contig_expand_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6285608Z test_non_contig_expand_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6285814Z test_non_contig_expand_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6286016Z test_non_contig_expand_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6286217Z test_non_contig_expand_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6286407Z test_non_contig_expand_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6286695Z test_non_contig_expand_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6286925Z test_non_contig_expand_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6287141Z test_non_contig_expand_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6287347Z test_non_contig_expand_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6287559Z test_non_contig_expand_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6287763Z test_non_contig_expand_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6287967Z test_non_contig_expand_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6288168Z test_non_contig_expand_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6288374Z test_non_contig_expand_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6288577Z test_non_contig_expand_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6288785Z test_non_contig_expand_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6288990Z test_non_contig_expand_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6289193Z test_non_contig_expand_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6289403Z test_non_contig_expand_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6290881Z test_non_contig_expand_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6291618Z test_non_contig_expand_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6291825Z test_non_contig_expand_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6292034Z test_non_contig_expand_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6292236Z test_non_contig_expand_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6292426Z test_non_contig_expand_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6292626Z test_non_contig_expand_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6292826Z test_non_contig_expand_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6293026Z test_non_contig_expand_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6293249Z test_non_contig_expand_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6293473Z test_non_contig_expand_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6293695Z test_non_contig_expand_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6293908Z test_non_contig_expand_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6294230Z test_non_contig_expand_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6294439Z test_non_contig_expand_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6294655Z test_non_contig_expand_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6294863Z test_non_contig_expand_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6295069Z test_non_contig_expand_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6295276Z test_non_contig_expand_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6295481Z test_non_contig_expand_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6295757Z test_non_contig_expand_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6295975Z test_non_contig_expand_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6297974Z test_non_contig_expand_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6298203Z test_non_contig_expand_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6298391Z test_non_contig_expand_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6298592Z test_non_contig_expand_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6298816Z test_non_contig_expand_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6299036Z test_non_contig_expand_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6299258Z test_non_contig_expand_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6299480Z test_non_contig_expand_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6299699Z test_non_contig_expand_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6299912Z test_non_contig_expand_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6300121Z test_non_contig_expand_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6300332Z test_non_contig_expand_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6300538Z test_non_contig_expand_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6300747Z test_non_contig_expand_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6300954Z test_non_contig_expand_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6301165Z test_non_contig_expand_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6301377Z test_non_contig_expand_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6301584Z test_non_contig_expand_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6301786Z test_non_contig_expand_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6301992Z test_non_contig_expand_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6302197Z test_non_contig_expand_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6302401Z test_non_contig_expand_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6302591Z test_non_contig_expand_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6304621Z test_non_contig_expand_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6304893Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6305266Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6305515Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6305763Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6306003Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6306237Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6306546Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6306815Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6307065Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6307321Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6307568Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6307811Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6308047Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6308285Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6308528Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6308782Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6309120Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6311236Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6311580Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6311913Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6312247Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6312575Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6312903Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6313225Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6313559Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6314006Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6314325Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6314650Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6314977Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6315368Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6315713Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6317818Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6318085Z test_non_contig_expand_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6318341Z test_non_contig_expand_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6318583Z test_non_contig_expand_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6318816Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6319068Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6319313Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6319555Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6319792Z test_non_contig_expand_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6320040Z test_non_contig_expand_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6320290Z test_non_contig_expand_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6320533Z test_non_contig_expand_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6320779Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6321027Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6321271Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6321515Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6321756Z test_non_contig_expand_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6322004Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6323528Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6324326Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6324691Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6324941Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6325182Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6325428Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6325669Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6326079Z test_non_contig_expand_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6326439Z test_non_contig_expand_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6326773Z test_non_contig_expand_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6327104Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.6327433Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6327764Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6328095Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6328419Z test_non_contig_expand_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6328762Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:35:22.6330930Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6331292Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6331635Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6331975Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6332310Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6332650Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T03:35:22.6332982Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6333898Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6334241Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6334580Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6335006Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6336739Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6337638Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6337967Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6338300Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6338645Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6338986Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6339322Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6339657Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T03:35:22.6339997Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6340331Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6340668Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6341000Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6341337Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6341676Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6343299Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6344289Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6344630Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.6344964Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6345368Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6345718Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6345958Z test_non_contig_expand_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6346187Z test_non_contig_expand_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6346416Z test_non_contig_expand_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6346636Z test_non_contig_expand_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6346912Z test_non_contig_expand_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6347140Z test_non_contig_expand_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6347356Z test_non_contig_expand_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6347572Z test_non_contig_expand_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6347794Z test_non_contig_expand_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6348012Z test_non_contig_expand_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6348229Z test_non_contig_expand_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6348457Z test_non_contig_expand_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6350514Z test_non_contig_expand_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6350768Z test_non_contig_expand_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6350989Z test_non_contig_expand_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6351213Z test_non_contig_expand_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6351431Z test_non_contig_expand_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6351650Z test_non_contig_expand_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6351861Z test_non_contig_expand_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6352060Z test_non_contig_expand_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6352274Z test_non_contig_expand_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6352490Z test_non_contig_expand_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6352698Z test_non_contig_expand_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6353018Z test_non_contig_expand_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6353224Z test_non_contig_expand_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6353429Z test_non_contig_expand_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6353632Z test_non_contig_expand_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6353835Z test_non_contig_expand_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6354040Z test_non_contig_expand_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6354240Z test_non_contig_expand_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6354542Z test_non_contig_expand_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6354778Z test_non_contig_expand_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6355013Z test_non_contig_expand_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6356961Z test_non_contig_expand_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6357204Z test_non_contig_expand_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6357424Z test_non_contig_expand_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6357648Z test_non_contig_expand_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6357869Z test_non_contig_expand_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6358093Z test_non_contig_expand_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6358292Z test_non_contig_expand_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6358511Z test_non_contig_expand_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6358728Z test_non_contig_expand_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6358941Z test_non_contig_expand_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6359154Z test_non_contig_expand_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6359367Z test_non_contig_expand_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6359579Z test_non_contig_expand_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6359792Z test_non_contig_expand_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6359998Z test_non_contig_expand_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6360209Z test_non_contig_expand_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6360413Z test_non_contig_expand_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6360618Z test_non_contig_expand_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6360825Z test_non_contig_expand_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6361029Z test_non_contig_expand_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6361239Z test_non_contig_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6361445Z test_non_contig_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6363466Z test_non_contig_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6363826Z test_non_contig_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6364035Z test_non_contig_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6364244Z test_non_contig_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6364430Z test_non_contig_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6364635Z test_non_contig_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6364837Z test_non_contig_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6365044Z test_non_contig_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6365320Z test_non_contig_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6365543Z test_non_contig_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6365785Z test_non_contig_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:35:22.6365997Z test_non_contig_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6366208Z test_non_contig_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6366411Z test_non_contig_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6366617Z test_non_contig_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6366821Z test_non_contig_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6367026Z test_non_contig_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6367234Z test_non_contig_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6367441Z test_non_contig_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6367642Z test_non_contig_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6367838Z test_non_contig_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6368039Z test_non_contig_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6370038Z test_non_contig_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6370245Z test_non_contig_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6370440Z test_non_contig_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6370633Z test_non_contig_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6370831Z test_non_contig_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6371027Z test_non_contig_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6371220Z test_non_contig_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6371420Z test_non_contig_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6371612Z test_non_contig_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6371811Z test_non_contig_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6372002Z test_non_contig_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6372189Z test_non_contig_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6372381Z test_non_contig_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6372575Z test_non_contig_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6372880Z test_non_contig_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6373068Z test_non_contig_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6373257Z test_non_contig_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6373483Z test_non_contig_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:35:22.6373682Z test_non_contig_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6373862Z test_non_contig_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6374051Z test_non_contig_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6374242Z test_non_contig_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6374501Z test_non_contig_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6375995Z test_non_contig_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6376729Z test_non_contig_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6376933Z test_non_contig_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6377125Z test_non_contig_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6377318Z test_non_contig_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6377507Z test_non_contig_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6377700Z test_non_contig_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6377889Z test_non_contig_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6378092Z test_non_contig_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6378286Z test_non_contig_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6378483Z test_non_contig_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6378674Z test_non_contig_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6378865Z test_non_contig_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6379056Z test_non_contig_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6379231Z test_non_contig_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6379420Z test_non_contig_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6379609Z test_non_contig_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6379799Z test_non_contig_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6379996Z test_non_contig_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6380186Z test_non_contig_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6380378Z test_non_contig_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6380567Z test_non_contig_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6380759Z test_non_contig_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6380947Z test_non_contig_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6381135Z test_non_contig_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6383120Z test_non_contig_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6383342Z test_non_contig_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6383563Z test_non_contig_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6383891Z test_non_contig_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6384094Z test_non_contig_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6384302Z test_non_contig_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6384514Z test_non_contig_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6384705Z test_non_contig_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6384911Z test_non_contig_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6385114Z test_non_contig_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6385714Z test_non_contig_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6385974Z test_non_contig_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6386181Z test_non_contig_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6386387Z test_non_contig_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6386588Z test_non_contig_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6386785Z test_non_contig_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6386976Z test_non_contig_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6387175Z test_non_contig_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6387368Z test_non_contig_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6387573Z test_non_contig_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6387776Z test_non_contig_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6389861Z test_non_contig_index___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6390081Z test_non_contig_index___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6390301Z test_non_contig_index___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6390520Z test_non_contig_index___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6390732Z test_non_contig_index___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6390925Z test_non_contig_index___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6391131Z test_non_contig_index___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6391336Z test_non_contig_index___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6391545Z test_non_contig_index___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6391742Z test_non_contig_index___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6391942Z test_non_contig_index___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6392139Z test_non_contig_index___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6392337Z test_non_contig_index___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6392530Z test_non_contig_index___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6392729Z test_non_contig_index___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6392926Z test_non_contig_index___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6393253Z test_non_contig_index___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6393446Z test_non_contig_index___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6393655Z test_non_contig_index___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6393859Z test_non_contig_index___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6394076Z test_non_contig_index___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6394291Z test_non_contig_index___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6396299Z test_non_contig_index___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6396625Z test_non_contig_index___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6396844Z test_non_contig_index___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6397036Z test_non_contig_index___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6397235Z test_non_contig_index___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6397433Z test_non_contig_index___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6397633Z test_non_contig_index___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6397829Z test_non_contig_index___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6398042Z test_non_contig_index___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6398255Z test_non_contig_index___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6398466Z test_non_contig_index___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6398672Z test_non_contig_index___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6398877Z test_non_contig_index___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6399081Z test_non_contig_index___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6399279Z test_non_contig_index___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6399482Z test_non_contig_index___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6399679Z test_non_contig_index___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6399891Z test_non_contig_index___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6400096Z test_non_contig_index___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6400313Z test_non_contig_index___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6400528Z test_non_contig_index___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6400734Z test_non_contig_index___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6402212Z test_non_contig_index___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6402949Z test_non_contig_index___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6403168Z test_non_contig_index___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6403371Z test_non_contig_index___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6403571Z test_non_contig_index___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6403774Z test_non_contig_index___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6404082Z test_non_contig_index___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6404284Z test_non_contig_index___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6404486Z test_non_contig_index___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6404689Z test_non_contig_index___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6404887Z test_non_contig_index___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6405089Z test_non_contig_index___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6405355Z test_non_contig_index___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6405582Z test_non_contig_index___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6405803Z test_non_contig_index___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6406019Z test_non_contig_index___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6406232Z test_non_contig_index___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6406442Z test_non_contig_index___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6406648Z test_non_contig_index___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6406852Z test_non_contig_index___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6407057Z test_non_contig_index___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6407244Z test_non_contig_index___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6407453Z test_non_contig_index___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6409441Z test_non_contig_index___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6409679Z test_non_contig_index___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6409895Z test_non_contig_index___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6410112Z test_non_contig_index___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6410319Z test_non_contig_index___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6410526Z test_non_contig_index___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6410733Z test_non_contig_index___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6410934Z test_non_contig_index___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6411138Z test_non_contig_index___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6411337Z test_non_contig_index___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6411540Z test_non_contig_index___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6411738Z test_non_contig_index___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6411940Z test_non_contig_index___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6412135Z test_non_contig_index___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6412338Z test_non_contig_index___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6412531Z test_non_contig_index___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6412841Z test_non_contig_index___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6413034Z test_non_contig_index___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6413227Z test_non_contig_index_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6413430Z test_non_contig_index_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6413639Z test_non_contig_index_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6413848Z test_non_contig_index_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6415399Z test_non_contig_index_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6416238Z test_non_contig_index_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6416473Z test_non_contig_index_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6416682Z test_non_contig_index_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6416884Z test_non_contig_index_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6417084Z test_non_contig_index_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6417284Z test_non_contig_index_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6417483Z test_non_contig_index_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6417683Z test_non_contig_index_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6417895Z test_non_contig_index_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6418099Z test_non_contig_index_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6418308Z test_non_contig_index_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6418511Z test_non_contig_index_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6418711Z test_non_contig_index_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6418914Z test_non_contig_index_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6419101Z test_non_contig_index_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6419301Z test_non_contig_index_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6419503Z test_non_contig_index_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6419704Z test_non_contig_index_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6419919Z test_non_contig_index_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6420139Z test_non_contig_index_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6420352Z test_non_contig_index_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6420564Z test_non_contig_index_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6422561Z test_non_contig_index_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6422793Z test_non_contig_index_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6423019Z test_non_contig_index_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6423242Z test_non_contig_index_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6423456Z test_non_contig_index_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6423789Z test_non_contig_index_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6424007Z test_non_contig_index_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6424219Z test_non_contig_index_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6424428Z test_non_contig_index_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6424637Z test_non_contig_index_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6424842Z test_non_contig_index_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6425113Z test_non_contig_index_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6425335Z test_non_contig_index_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6425556Z test_non_contig_index_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6425785Z test_non_contig_index_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6426012Z test_non_contig_index_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6426239Z test_non_contig_index_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6426466Z test_non_contig_index_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6426680Z test_non_contig_index_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6426898Z test_non_contig_index_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6427110Z test_non_contig_index_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6429107Z test_non_contig_index_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6429340Z test_non_contig_index_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6429550Z test_non_contig_index_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6429769Z test_non_contig_index_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6429979Z test_non_contig_index_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6430189Z test_non_contig_index_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6430405Z test_non_contig_index_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6430618Z test_non_contig_index_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6430833Z test_non_contig_index_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6431043Z test_non_contig_index_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6431249Z test_non_contig_index_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6431458Z test_non_contig_index_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6431647Z test_non_contig_index_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6431861Z test_non_contig_index_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6432070Z test_non_contig_index_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6432283Z test_non_contig_index_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6432609Z test_non_contig_index_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6432822Z test_non_contig_index_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6433028Z test_non_contig_index_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6433234Z test_non_contig_index_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6433436Z test_non_contig_index_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6433643Z test_non_contig_index_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6435596Z test_non_contig_index_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6435916Z test_non_contig_index_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6436139Z test_non_contig_index_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6436349Z test_non_contig_index_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6436568Z test_non_contig_index_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6436779Z test_non_contig_index_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6436993Z test_non_contig_index_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6437208Z test_non_contig_index_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6437418Z test_non_contig_index_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6437632Z test_non_contig_index_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6437828Z test_non_contig_index_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6438034Z test_non_contig_index_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6438243Z test_non_contig_index_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6438444Z test_non_contig_index_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6438676Z test_non_contig_index_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6438907Z test_non_contig_index_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6439142Z test_non_contig_index_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6439374Z test_non_contig_index_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6439601Z test_non_contig_index_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6439820Z test_non_contig_index_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6440032Z test_non_contig_index_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6441523Z test_non_contig_index_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6442268Z test_non_contig_index_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6442501Z test_non_contig_index_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6442731Z test_non_contig_index_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6442976Z test_non_contig_index_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6443213Z test_non_contig_index_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6443559Z test_non_contig_index_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6443793Z test_non_contig_index_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6444026Z test_non_contig_index_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6444254Z test_non_contig_index_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6444482Z test_non_contig_index_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6444759Z test_non_contig_index_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6445005Z test_non_contig_index_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6445235Z test_non_contig_index_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6445458Z test_non_contig_index_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6445690Z test_non_contig_index_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6445920Z test_non_contig_index_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6446149Z test_non_contig_index_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6446372Z test_non_contig_index_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6446598Z test_non_contig_index_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6448621Z test_non_contig_index_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6448865Z test_non_contig_index_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6449088Z test_non_contig_index_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6449301Z test_non_contig_index_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6449505Z test_non_contig_index_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6449707Z test_non_contig_index_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6449919Z test_non_contig_index_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6450133Z test_non_contig_index_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6450339Z test_non_contig_index_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6450546Z test_non_contig_index_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6450749Z test_non_contig_index_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6450953Z test_non_contig_index_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6451136Z test_non_contig_index_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6451329Z test_non_contig_index_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6451517Z test_non_contig_index_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6451713Z test_non_contig_index_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6451907Z test_non_contig_index_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6452127Z test_non_contig_index_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6452454Z test_non_contig_index_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6452680Z test_non_contig_index_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6452904Z test_non_contig_index_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6453124Z test_non_contig_index_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6454624Z test_non_contig_index_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6455379Z test_non_contig_index_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6455682Z test_non_contig_index_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6455913Z test_non_contig_index_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6456128Z test_non_contig_index_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6456342Z test_non_contig_index_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6456553Z test_non_contig_index_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6456800Z test_non_contig_index_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:35:22.6457025Z test_non_contig_index_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6457246Z test_non_contig_index_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6457454Z test_non_contig_index_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6457668Z test_non_contig_index_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6457888Z test_non_contig_index_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6458103Z test_non_contig_index_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6458315Z test_non_contig_index_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6458524Z test_non_contig_index_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6458736Z test_non_contig_index_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6458939Z test_non_contig_index_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6459149Z test_non_contig_index_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6459356Z test_non_contig_index_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6459564Z test_non_contig_index_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6459766Z test_non_contig_index_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6461796Z test_non_contig_index_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6462025Z test_non_contig_index_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6462227Z test_non_contig_index_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6462426Z test_non_contig_index_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6462633Z test_non_contig_index_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6462833Z test_non_contig_index_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6463043Z test_non_contig_index_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6463365Z test_non_contig_index_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6463553Z test_non_contig_index_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6463754Z test_non_contig_index_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6463953Z test_non_contig_index_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6464151Z test_non_contig_index_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6464355Z test_non_contig_index_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6464558Z test_non_contig_index_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6464839Z test_non_contig_index_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6465065Z test_non_contig_index_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6465268Z test_non_contig_index_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6465472Z test_non_contig_index_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6465672Z test_non_contig_index_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6465875Z test_non_contig_index_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6466074Z test_non_contig_index_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6466275Z test_non_contig_index_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6467750Z test_non_contig_index_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6468498Z test_non_contig_index_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6468702Z test_non_contig_index_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6468902Z test_non_contig_index_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6469104Z test_non_contig_index_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6469289Z test_non_contig_index_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6469494Z test_non_contig_index_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6469695Z test_non_contig_index_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6469895Z test_non_contig_index_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6470100Z test_non_contig_index_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6470304Z test_non_contig_index_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6470505Z test_non_contig_index_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6470698Z test_non_contig_index_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6470887Z test_non_contig_index_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6471085Z test_non_contig_index_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6471275Z test_non_contig_index_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6471480Z test_non_contig_index_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6471678Z test_non_contig_index_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6471879Z test_non_contig_index_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6472079Z test_non_contig_index_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6472392Z test_non_contig_index_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6472584Z test_non_contig_index_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6472772Z test_non_contig_index_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6474194Z test_non_contig_index_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6474916Z test_non_contig_index_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6475122Z test_non_contig_index_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6475437Z test_non_contig_index_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6475674Z test_non_contig_index_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6475896Z test_non_contig_index_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6476112Z test_non_contig_index_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6476327Z test_non_contig_index_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6476541Z test_non_contig_index_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6476752Z test_non_contig_index_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6476960Z test_non_contig_index_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6477169Z test_non_contig_index_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6477377Z test_non_contig_index_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6477584Z test_non_contig_index_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6477797Z test_non_contig_index_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6478006Z test_non_contig_index_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6478209Z test_non_contig_index_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6478414Z test_non_contig_index_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6478621Z test_non_contig_index_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6478830Z test_non_contig_index_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6479025Z test_non_contig_index_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6479240Z test_non_contig_index_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6479451Z test_non_contig_index_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6480992Z test_non_contig_index_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6481210Z test_non_contig_index_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6481423Z test_non_contig_index_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6482165Z test_non_contig_index_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6482384Z test_non_contig_index_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6482595Z test_non_contig_index_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6482800Z test_non_contig_index_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6483108Z test_non_contig_index_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6483315Z test_non_contig_index_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6483558Z test_non_contig_index_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6483793Z test_non_contig_index_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6484019Z test_non_contig_index_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6484256Z test_non_contig_index_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6484490Z test_non_contig_index_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6484796Z test_non_contig_index_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6485036Z test_non_contig_index_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6485250Z test_non_contig_index_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6485470Z test_non_contig_index_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6485668Z test_non_contig_index_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6485890Z test_non_contig_index_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6486112Z test_non_contig_index_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6486334Z test_non_contig_index_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6486585Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6488615Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6488898Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6489147Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6489393Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6489633Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6489870Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6490109Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6490352Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6490595Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6490840Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6491075Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6491277Z test_non_contig_index_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6491479Z test_non_contig_index_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6491682Z test_non_contig_index_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6491882Z test_non_contig_index_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6492653Z test_non_contig_index_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6492868Z test_non_contig_index_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6493075Z test_non_contig_index_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6494600Z test_non_contig_index_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6495359Z test_non_contig_index_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6495573Z test_non_contig_index_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6495780Z test_non_contig_index_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6496091Z test_non_contig_index_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6496322Z test_non_contig_index_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6496528Z test_non_contig_index_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6496733Z test_non_contig_index_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6496935Z test_non_contig_index_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6497139Z test_non_contig_index_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6497340Z test_non_contig_index_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6497540Z test_non_contig_index_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6497745Z test_non_contig_index_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6497948Z test_non_contig_index_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6498154Z test_non_contig_index_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6498352Z test_non_contig_index_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6498545Z test_non_contig_index_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6498734Z test_non_contig_index_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6498931Z test_non_contig_index_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6499108Z test_non_contig_index_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6499330Z test_non_contig_index_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6499550Z test_non_contig_index_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6499777Z test_non_contig_index_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6501751Z test_non_contig_index_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6501989Z test_non_contig_index_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6502209Z test_non_contig_index_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6502427Z test_non_contig_index_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6502637Z test_non_contig_index_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6502849Z test_non_contig_index_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6503064Z test_non_contig_index_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6503277Z test_non_contig_index_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6503599Z test_non_contig_index_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6503816Z test_non_contig_index_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6504031Z test_non_contig_index_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6504253Z test_non_contig_index_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6504472Z test_non_contig_index_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6504690Z test_non_contig_index_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6504978Z test_non_contig_index_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6505211Z test_non_contig_index_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6505411Z test_non_contig_index_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6505620Z test_non_contig_index_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6505824Z test_non_contig_index_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6506034Z test_non_contig_index_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6506237Z test_non_contig_index_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6508213Z test_non_contig_index_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6508457Z test_non_contig_index_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6508682Z test_non_contig_index_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6508909Z test_non_contig_index_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6509125Z test_non_contig_index_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6509342Z test_non_contig_index_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6509560Z test_non_contig_index_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6509777Z test_non_contig_index_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6509989Z test_non_contig_index_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6510205Z test_non_contig_index_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6510418Z test_non_contig_index_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6510630Z test_non_contig_index_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6510837Z test_non_contig_index_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6511039Z test_non_contig_index_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6511244Z test_non_contig_index_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6511433Z test_non_contig_index_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6511637Z test_non_contig_index_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6511837Z test_non_contig_index_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6512035Z test_non_contig_index_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6512227Z test_non_contig_index_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6512542Z test_non_contig_index_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6512735Z test_non_contig_index_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6514735Z test_non_contig_index_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6514971Z test_non_contig_index_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6515189Z test_non_contig_index_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6515409Z test_non_contig_index_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6515718Z test_non_contig_index_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6515950Z test_non_contig_index_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6516167Z test_non_contig_index_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6516374Z test_non_contig_index_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6516585Z test_non_contig_index_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6516788Z test_non_contig_index_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6516999Z test_non_contig_index_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6517206Z test_non_contig_index_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6517416Z test_non_contig_index_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6517615Z test_non_contig_index_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6517823Z test_non_contig_index_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6518031Z test_non_contig_index_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6518237Z test_non_contig_index_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6518436Z test_non_contig_index_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6518644Z test_non_contig_index_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6518851Z test_non_contig_index_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6519071Z test_non_contig_index_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6519283Z test_non_contig_index_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6521329Z test_non_contig_index_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6521573Z test_non_contig_index_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6521787Z test_non_contig_index_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6521997Z test_non_contig_index_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6522207Z test_non_contig_index_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6522412Z test_non_contig_index_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6522622Z test_non_contig_index_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6522828Z test_non_contig_index_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6523038Z test_non_contig_index_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6523357Z test_non_contig_index_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6523569Z test_non_contig_index_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6523765Z test_non_contig_index_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6523969Z test_non_contig_index_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6524177Z test_non_contig_index_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6524385Z test_non_contig_index_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6524584Z test_non_contig_index_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6524854Z test_non_contig_index_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6525082Z test_non_contig_index_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6525284Z test_non_contig_index_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6525487Z test_non_contig_index_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6525702Z test_non_contig_index_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6525909Z test_non_contig_index_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6527903Z test_non_contig_index_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6528125Z test_non_contig_index_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6528333Z test_non_contig_index_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6528540Z test_non_contig_index_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6528746Z test_non_contig_index_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6528948Z test_non_contig_index_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6529144Z test_non_contig_index_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6529374Z test_non_contig_index_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6529560Z test_non_contig_index_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6529767Z test_non_contig_index_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6529966Z test_non_contig_index_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6530177Z test_non_contig_index_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6530385Z test_non_contig_index_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6530591Z test_non_contig_index_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6530793Z test_non_contig_index_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6530994Z test_non_contig_index_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6531193Z test_non_contig_index_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6531383Z test_non_contig_index_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6531572Z test_non_contig_index_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6531770Z test_non_contig_index_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6531964Z test_non_contig_index_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6532297Z test_non_contig_index_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6533769Z test_non_contig_index_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6534524Z test_non_contig_index_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6534742Z test_non_contig_index_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6534949Z test_non_contig_index_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6535154Z test_non_contig_index_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6535367Z test_non_contig_index_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6535653Z test_non_contig_index_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6535881Z test_non_contig_index_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6536091Z test_non_contig_index_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6536293Z test_non_contig_index_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6536501Z test_non_contig_index_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6536703Z test_non_contig_index_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6536903Z test_non_contig_index_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6537103Z test_non_contig_index_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6537303Z test_non_contig_index_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6537506Z test_non_contig_index_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6537728Z test_non_contig_index_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6537943Z test_non_contig_index_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6538161Z test_non_contig_index_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6538377Z test_non_contig_index_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6538589Z test_non_contig_index_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6538799Z test_non_contig_index_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6540364Z test_non_contig_index_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6541128Z test_non_contig_index_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6541347Z test_non_contig_index_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6541543Z test_non_contig_index_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6541746Z test_non_contig_index_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6541951Z test_non_contig_index_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6542155Z test_non_contig_index_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6542361Z test_non_contig_index_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6542566Z test_non_contig_index_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6542771Z test_non_contig_index_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6542971Z test_non_contig_index_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6543282Z test_non_contig_index_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6543482Z test_non_contig_index_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6543681Z test_non_contig_index_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6543935Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6544190Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6544432Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6545102Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6545406Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6546968Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6547751Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6548001Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6548248Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6548500Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6548750Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6548980Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6549228Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6549469Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6549711Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6549951Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6550284Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6550624Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6550961Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6551293Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6551618Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T03:35:22.6551942Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6554016Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6554503Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6554830Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6555162Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6555490Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6555882Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6556227Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T03:35:22.6556553Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6556877Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6557196Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6557446Z test_non_contig_index_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6557696Z test_non_contig_index_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6557948Z test_non_contig_index_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6558189Z test_non_contig_index_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6558502Z test_non_contig_index_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6560007Z test_non_contig_index_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6560783Z test_non_contig_index_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6561035Z test_non_contig_index_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6561279Z test_non_contig_index_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6561533Z test_non_contig_index_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6561772Z test_non_contig_index_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6562013Z test_non_contig_index_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6562255Z test_non_contig_index_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6562497Z test_non_contig_index_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6562739Z test_non_contig_index_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6562977Z test_non_contig_index_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6563325Z test_non_contig_index_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6563575Z test_non_contig_index_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6563815Z test_non_contig_index_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6564058Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6564304Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6564617Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6564876Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6565119Z test_non_contig_index_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6567194Z test_non_contig_index_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6567552Z test_non_contig_index_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6567885Z test_non_contig_index_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6568216Z test_non_contig_index_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6568547Z test_non_contig_index_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6568874Z test_non_contig_index_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6569199Z test_non_contig_index_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6569519Z test_non_contig_index_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6569858Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6570203Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6570544Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6570882Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6571216Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6571554Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6573774Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6574124Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6574460Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6574800Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6575229Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6575583Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6575917Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6576253Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6576587Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6576915Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6577248Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6577584Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6577920Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6578247Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6580411Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6580764Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6581097Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6581427Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6581762Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6582209Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6582544Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6582871Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6583201Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6583646Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6584000Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6584326Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6584558Z test_non_contig_index_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6584783Z test_non_contig_index_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6586782Z test_non_contig_index_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6587029Z test_non_contig_index_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6587245Z test_non_contig_index_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6587466Z test_non_contig_index_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6587678Z test_non_contig_index_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6587886Z test_non_contig_index_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6588102Z test_non_contig_index_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6588312Z test_non_contig_index_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6588528Z test_non_contig_index_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6588752Z test_non_contig_index_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6588969Z test_non_contig_index_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6589186Z test_non_contig_index_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6589403Z test_non_contig_index_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6589620Z test_non_contig_index_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6589832Z test_non_contig_index_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6590045Z test_non_contig_index_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6590252Z test_non_contig_index_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6590465Z test_non_contig_index_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6590674Z test_non_contig_index_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6590994Z test_non_contig_index_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6591201Z test_non_contig_index_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6592677Z test_non_contig_index_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6593416Z test_non_contig_index_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6593625Z test_non_contig_index_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6593827Z test_non_contig_index_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6594116Z test_non_contig_index_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6594335Z test_non_contig_index_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6594524Z test_non_contig_index_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6594742Z test_non_contig_index_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6594955Z test_non_contig_index_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6595182Z test_non_contig_index_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6595405Z test_non_contig_index_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6595621Z test_non_contig_index_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6595837Z test_non_contig_index_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6596055Z test_non_contig_index_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6596275Z test_non_contig_index_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6596487Z test_non_contig_index_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6596700Z test_non_contig_index_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6596910Z test_non_contig_index_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6597120Z test_non_contig_index_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6597329Z test_non_contig_index_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6597540Z test_non_contig_index_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6597748Z test_non_contig_index_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6599202Z test_non_contig_index_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6599946Z test_non_contig_index_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6600150Z test_non_contig_index_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6600354Z test_non_contig_index_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6600544Z test_non_contig_index_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6600747Z test_non_contig_index_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6600948Z test_non_contig_index_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6601151Z test_non_contig_index_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6601356Z test_non_contig_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6601665Z test_non_contig_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6601877Z test_non_contig_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6602086Z test_non_contig_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6602291Z test_non_contig_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6602493Z test_non_contig_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6602695Z test_non_contig_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6602893Z test_non_contig_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6603158Z test_non_contig_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6603366Z test_non_contig_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6603569Z test_non_contig_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6603759Z test_non_contig_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6603984Z test_non_contig_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6604200Z test_non_contig_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6605696Z test_non_contig_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6605936Z test_non_contig_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6606154Z test_non_contig_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6606909Z test_non_contig_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6607151Z test_non_contig_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6607366Z test_non_contig_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6607584Z test_non_contig_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6607792Z test_non_contig_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6608004Z test_non_contig_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6608210Z test_non_contig_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6608454Z test_non_contig_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6608696Z test_non_contig_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6608946Z test_non_contig_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6609189Z test_non_contig_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6609428Z test_non_contig_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6609666Z test_non_contig_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6609895Z test_non_contig_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6610128Z test_non_contig_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6610363Z test_non_contig_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6610589Z test_non_contig_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6610933Z test_non_contig_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6611160Z test_non_contig_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6611355Z test_non_contig_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6612802Z test_non_contig_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6613520Z test_non_contig_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6613715Z test_non_contig_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6613999Z test_non_contig_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6614226Z test_non_contig_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6614430Z test_non_contig_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6614639Z test_non_contig_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6614844Z test_non_contig_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6615046Z test_non_contig_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6615240Z test_non_contig_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6615431Z test_non_contig_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6615628Z test_non_contig_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6615824Z test_non_contig_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6616013Z test_non_contig_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6616212Z test_non_contig_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6616413Z test_non_contig_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6616609Z test_non_contig_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6616802Z test_non_contig_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6616982Z test_non_contig_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6617182Z test_non_contig_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6617376Z test_non_contig_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6617573Z test_non_contig_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6617766Z test_non_contig_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6617958Z test_non_contig_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6619922Z test_non_contig_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6620129Z test_non_contig_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6620341Z test_non_contig_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6620547Z test_non_contig_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6620765Z test_non_contig_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6620981Z test_non_contig_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6621195Z test_non_contig_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6621405Z test_non_contig_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6621716Z test_non_contig_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6621923Z test_non_contig_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6622128Z test_non_contig_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6622332Z test_non_contig_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6622536Z test_non_contig_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6622723Z test_non_contig_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6622932Z test_non_contig_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6623204Z test_non_contig_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6623437Z test_non_contig_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6623653Z test_non_contig_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6623859Z test_non_contig_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6624065Z test_non_contig_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6624270Z test_non_contig_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6624471Z test_non_contig_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6626410Z test_non_contig_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6626645Z test_non_contig_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6626849Z test_non_contig_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6627053Z test_non_contig_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6627265Z test_non_contig_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6627472Z test_non_contig_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6627689Z test_non_contig_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6627903Z test_non_contig_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6628109Z test_non_contig_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6628320Z test_non_contig_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6628510Z test_non_contig_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6628714Z test_non_contig_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6628921Z test_non_contig_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6629123Z test_non_contig_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6629327Z test_non_contig_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6629529Z test_non_contig_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6629725Z test_non_contig_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6629914Z test_non_contig_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6630111Z test_non_contig_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6630306Z test_non_contig_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6630617Z test_non_contig_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6630807Z test_non_contig_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6630997Z test_non_contig_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6632898Z test_non_contig_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6633111Z test_non_contig_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6633298Z test_non_contig_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6633509Z test_non_contig_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6633712Z test_non_contig_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6634021Z test_non_contig_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6634232Z test_non_contig_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6634443Z test_non_contig_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6634646Z test_non_contig_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6634846Z test_non_contig_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6635050Z test_non_contig_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6635253Z test_non_contig_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6635458Z test_non_contig_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6635660Z test_non_contig_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6635864Z test_non_contig_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6636071Z test_non_contig_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6636330Z test_non_contig_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6636530Z test_non_contig_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6636731Z test_non_contig_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6636923Z test_non_contig_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6637112Z test_non_contig_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6637308Z test_non_contig_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6637503Z test_non_contig_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6639455Z test_non_contig_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6639658Z test_non_contig_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6639868Z test_non_contig_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6640072Z test_non_contig_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6640276Z test_non_contig_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6640475Z test_non_contig_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6640676Z test_non_contig_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6640877Z test_non_contig_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6641081Z test_non_contig_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6641281Z test_non_contig_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6641592Z test_non_contig_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6641790Z test_non_contig_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6641989Z test_non_contig_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6642188Z test_non_contig_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6642387Z test_non_contig_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6642586Z test_non_contig_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6642779Z test_non_contig_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6643035Z test_non_contig_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6643253Z test_non_contig_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6643444Z test_non_contig_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6643621Z test_non_contig_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6643815Z test_non_contig_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6644018Z test_non_contig_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6644220Z test_non_contig_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6644414Z test_non_contig_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6644614Z test_non_contig_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6644806Z test_non_contig_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6644996Z test_non_contig_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6645190Z test_non_contig_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6645383Z test_non_contig_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6645574Z test_non_contig_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6645765Z test_non_contig_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6645955Z test_non_contig_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6646150Z test_non_contig_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6646340Z test_non_contig_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6646542Z test_non_contig_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6646740Z test_non_contig_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6646938Z test_non_contig_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6647116Z test_non_contig_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6647312Z test_non_contig_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6647501Z test_non_contig_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6647690Z test_non_contig_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6647879Z test_non_contig_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6648071Z test_non_contig_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6648261Z test_non_contig_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6648473Z test_non_contig_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6651164Z test_non_contig_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6651401Z test_non_contig_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6651604Z test_non_contig_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6651801Z test_non_contig_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6651999Z test_non_contig_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6652202Z test_non_contig_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6652427Z test_non_contig_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:35:22.6652746Z test_non_contig_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6652968Z test_non_contig_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6653168Z test_non_contig_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6653342Z test_non_contig_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6653541Z test_non_contig_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6653732Z test_non_contig_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6653924Z test_non_contig_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6654119Z test_non_contig_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6654313Z test_non_contig_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6654555Z test_non_contig_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:35:22.6654763Z test_non_contig_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6654974Z test_non_contig_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6655180Z test_non_contig_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6655384Z test_non_contig_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6655586Z test_non_contig_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6655790Z test_non_contig_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6655991Z test_non_contig_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6656197Z test_non_contig_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6656400Z test_non_contig_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6656606Z test_non_contig_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6656807Z test_non_contig_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6657005Z test_non_contig_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6657180Z test_non_contig_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6657366Z test_non_contig_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6657557Z test_non_contig_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6657750Z test_non_contig_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6657948Z test_non_contig_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6658145Z test_non_contig_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6658432Z test_non_contig_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6658675Z test_non_contig_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6658922Z test_non_contig_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6659166Z test_non_contig_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6659405Z test_non_contig_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6659642Z test_non_contig_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6659938Z test_non_contig_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6660188Z test_non_contig_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6660422Z test_non_contig_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6660651Z test_non_contig_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6660892Z test_non_contig_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6661128Z test_non_contig_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6661357Z test_non_contig_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6661592Z test_non_contig_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6661821Z test_non_contig_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6662056Z test_non_contig_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6662267Z test_non_contig_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6662597Z test_non_contig_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6662931Z test_non_contig_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6663258Z test_non_contig_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6663580Z test_non_contig_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6663908Z test_non_contig_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6664225Z test_non_contig_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6664544Z test_non_contig_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6664858Z test_non_contig_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6665183Z test_non_contig_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6665593Z test_non_contig_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.6667667Z test_non_contig_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6668006Z test_non_contig_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6668326Z test_non_contig_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6668734Z test_non_contig_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6669078Z test_non_contig_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6669393Z test_non_contig_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6676998Z test_non_contig_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6677256Z test_non_contig_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6677500Z test_non_contig_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6677742Z test_non_contig_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6677982Z test_non_contig_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6678219Z test_non_contig_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6678454Z test_non_contig_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6678684Z test_non_contig_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6678918Z test_non_contig_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6679157Z test_non_contig_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6679397Z test_non_contig_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6679636Z test_non_contig_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6679873Z test_non_contig_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6680100Z test_non_contig_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6680330Z test_non_contig_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6680566Z test_non_contig_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6680804Z test_non_contig_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6681044Z test_non_contig_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6681289Z test_non_contig_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6681526Z test_non_contig_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6681908Z test_non_contig_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6682135Z test_non_contig_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6682370Z test_non_contig_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6682590Z test_non_contig_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6682917Z test_non_contig_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6683323Z test_non_contig_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6683730Z test_non_contig_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6684054Z test_non_contig_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6684376Z test_non_contig_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6684695Z test_non_contig_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6685016Z test_non_contig_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6685332Z test_non_contig_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6685668Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6686005Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6686331Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6686660Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6686993Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6687324Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:35:22.6687651Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6687976Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6688310Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6688750Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6689074Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6689397Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6689727Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6690113Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6690457Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6690779Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6691108Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6691440Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6691766Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6692090Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6692419Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6692741Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6693064Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6693385Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6693712Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6694043Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6694363Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6694682Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6695013Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6695421Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6695744Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6696063Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6696284Z test_non_contig_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6696949Z test_non_contig_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6698612Z test_non_contig_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6699408Z test_non_contig_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6699643Z test_non_contig_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6699857Z test_non_contig_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6700072Z test_non_contig_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6700278Z test_non_contig_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6700489Z test_non_contig_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6700694Z test_non_contig_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6700904Z test_non_contig_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6701106Z test_non_contig_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6701318Z test_non_contig_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6701528Z test_non_contig_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6701735Z test_non_contig_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6701940Z test_non_contig_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6702144Z test_non_contig_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6702347Z test_non_contig_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6702550Z test_non_contig_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6702753Z test_non_contig_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6702957Z test_non_contig_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6703150Z test_non_contig_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6703345Z test_non_contig_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6703536Z test_non_contig_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6703722Z test_non_contig_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6703920Z test_non_contig_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6704115Z test_non_contig_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6704311Z test_non_contig_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6704504Z test_non_contig_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6704834Z test_non_contig_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6705028Z test_non_contig_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6705235Z test_non_contig_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6705453Z test_non_contig_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6705665Z test_non_contig_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6705877Z test_non_contig_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6706085Z test_non_contig_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6706363Z test_non_contig_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6706578Z test_non_contig_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6706786Z test_non_contig_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6706991Z test_non_contig_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6707193Z test_non_contig_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6707397Z test_non_contig_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6707596Z test_non_contig_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6707801Z test_non_contig_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6708004Z test_non_contig_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6708205Z test_non_contig_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6708403Z test_non_contig_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6708594Z test_non_contig_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6708789Z test_non_contig_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6708963Z test_non_contig_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6709149Z test_non_contig_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6709343Z test_non_contig_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6709542Z test_non_contig_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6709766Z test_not_broadcastable___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6709987Z test_not_broadcastable___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6710208Z test_not_broadcastable___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6710423Z test_not_broadcastable___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6710635Z test_not_broadcastable___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6710847Z test_not_broadcastable___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6711061Z test_not_broadcastable_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6711278Z test_not_broadcastable_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6711502Z test_not_broadcastable_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6711731Z test_not_broadcastable_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6712040Z test_not_broadcastable_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6712265Z test_not_broadcastable_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6712504Z test_not_broadcastable_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6712743Z test_not_broadcastable_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6712981Z test_not_broadcastable_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6713193Z test_not_broadcastable_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6713401Z test_not_broadcastable_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6713693Z test_not_broadcastable_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6713928Z test_not_broadcastable_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6714141Z test_not_broadcastable_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6714348Z test_not_broadcastable_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6714561Z test_not_broadcastable_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6714772Z test_not_broadcastable_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6714996Z test_not_broadcastable_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6715213Z test_not_broadcastable_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6715432Z test_not_broadcastable_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6715650Z test_not_broadcastable_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6715872Z test_not_broadcastable_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6716109Z test_not_broadcastable_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6716368Z test_not_broadcastable_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6716586Z test_not_broadcastable_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6716795Z test_not_broadcastable_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6717019Z test_not_broadcastable_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6717247Z test_not_broadcastable_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6717473Z test_not_broadcastable_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6717686Z test_not_broadcastable_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6717894Z test_not_broadcastable_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6718111Z test_not_broadcastable_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6718332Z test_not_broadcastable_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6718545Z test_not_broadcastable_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6718753Z test_not_broadcastable_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6718964Z test_not_broadcastable_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6719186Z test_not_broadcastable_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6719490Z test_not_broadcastable_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6719698Z test_not_broadcastable_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6719922Z test_not_broadcastable_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6720133Z test_not_broadcastable_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6720392Z test_not_broadcastable_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6720644Z test_not_broadcastable_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6721053Z test_not_broadcastable_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6721401Z test_not_broadcastable_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6721654Z test_not_broadcastable_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6721909Z test_not_broadcastable_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6722158Z test_not_broadcastable_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6722498Z test_not_broadcastable_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6722856Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:35:22.6723212Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:35:22.6723554Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:35:22.6723894Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T03:35:22.6724170Z test_not_broadcastable_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6724403Z test_not_broadcastable_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6724615Z test_not_broadcastable_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6724843Z test_not_broadcastable_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6725056Z test_not_broadcastable_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6725236Z test_out_resize_warning_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6725421Z test_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.344s) 2022-11-23T03:35:22.6725609Z test_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (7.329s) 2022-11-23T03:35:22.6725796Z test_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (6.802s) 2022-11-23T03:35:22.6726035Z test_pow_cuda_complex_extremal_failing_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6726276Z test_pow_cuda_complex_extremal_failing_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6726546Z test_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.216s) 2022-11-23T03:35:22.6726729Z test_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.288s) 2022-11-23T03:35:22.6726910Z test_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.285s) 2022-11-23T03:35:22.6727087Z test_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.257s) 2022-11-23T03:35:22.6727261Z test_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.248s) 2022-11-23T03:35:22.6727431Z test_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.245s) 2022-11-23T03:35:22.6727610Z test_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.268s) 2022-11-23T03:35:22.6727781Z test_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.250s) 2022-11-23T03:35:22.6727995Z test_pow_inplace_resizing_exception_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6728250Z test_pow_scalar_base_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.866s) 2022-11-23T03:35:22.6728504Z test_pow_scalar_overloads_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6729481Z test_pow_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1662: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:35:22.6729612Z out_uint8_computation = torch.pow( 2022-11-23T03:35:22.6730486Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1670: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:35:22.6730618Z out_int64_computation = torch.pow( 2022-11-23T03:35:22.6730704Z ok (0.000s) 2022-11-23T03:35:22.6730924Z test_rdiv_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:35:22.6731144Z test_rdiv_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:35:22.6731356Z test_rdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:35:22.6731554Z test_rdiv_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.6731759Z test_rdiv_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.6731968Z test_rdiv_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.6732166Z test_rdiv_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.6732370Z test_rdiv_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:35:22.6732577Z test_rdiv_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.6732801Z test_reference_numerics_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:35:22.6733013Z test_reference_numerics_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6733239Z test_reference_numerics_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T03:35:22.6733457Z test_reference_numerics_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T03:35:22.6733765Z test_reference_numerics_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T03:35:22.6733977Z test_reference_numerics_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:35:22.6734188Z test_reference_numerics_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T03:35:22.6734392Z test_reference_numerics_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:35:22.6734600Z test_reference_numerics_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6734808Z test_reference_numerics_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6735014Z test_reference_numerics_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.6735289Z test_reference_numerics_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6735509Z test_reference_numerics_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6735722Z test_reference_numerics_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6735944Z test_reference_numerics_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.6736168Z test_reference_numerics_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.6736387Z test_reference_numerics_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.6736604Z test_reference_numerics_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6736823Z test_reference_numerics_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6737046Z test_reference_numerics_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6737266Z test_reference_numerics_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.6737484Z test_reference_numerics_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.6737701Z test_reference_numerics_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.6737918Z test_reference_numerics_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6738131Z test_reference_numerics_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6738349Z test_reference_numerics_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6738569Z test_reference_numerics_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6738789Z test_reference_numerics_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.6739008Z test_reference_numerics_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.6739226Z test_reference_numerics_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6739443Z test_reference_numerics_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6739667Z test_reference_numerics_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:35:22.6739887Z test_reference_numerics_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6740103Z test_reference_numerics_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:35:22.6740307Z test_reference_numerics_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:35:22.6740533Z test_reference_numerics_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:35:22.6740751Z test_reference_numerics_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6741065Z test_reference_numerics_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6741281Z test_reference_numerics_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.6741498Z test_reference_numerics_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6741710Z test_reference_numerics_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6741935Z test_reference_numerics_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:35:22.6742147Z test_reference_numerics_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6742428Z test_reference_numerics_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T03:35:22.6742663Z test_reference_numerics_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:35:22.6742886Z test_reference_numerics_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:35:22.6743101Z test_reference_numerics_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.6743315Z test_reference_numerics_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.6743531Z test_reference_numerics_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.6743742Z test_reference_numerics_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.6743954Z test_reference_numerics_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6744168Z test_reference_numerics_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6744378Z test_reference_numerics_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6744599Z test_reference_numerics_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:35:22.6744797Z test_reference_numerics_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.6745011Z test_reference_numerics_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.6745220Z test_reference_numerics_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.6745429Z test_reference_numerics_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6745638Z test_reference_numerics_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.6745846Z test_reference_numerics_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.6746055Z test_reference_numerics_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6746259Z test_reference_numerics_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6746469Z test_reference_numerics_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6746674Z test_reference_numerics_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6747184Z test_reference_numerics_extremal_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8287: RuntimeWarning: invalid value encountered in add 2022-11-23T03:35:22.6747374Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-11-23T03:35:22.6747459Z ok (0.015s) 2022-11-23T03:35:22.6747729Z test_reference_numerics_extremal_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:35:22.6748002Z test_reference_numerics_extremal_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6748341Z test_reference_numerics_extremal_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6748582Z test_reference_numerics_extremal_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6748814Z test_reference_numerics_extremal_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6749064Z test_reference_numerics_extremal_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6749316Z test_reference_numerics_extremal_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6749564Z test_reference_numerics_extremal_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6749885Z test_reference_numerics_extremal_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6750128Z test_reference_numerics_extremal_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6750381Z test_reference_numerics_extremal_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6750624Z test_reference_numerics_extremal_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6750866Z test_reference_numerics_extremal_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6751102Z test_reference_numerics_extremal_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6751345Z test_reference_numerics_extremal_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6751589Z test_reference_numerics_extremal_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6751825Z test_reference_numerics_extremal_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6752065Z test_reference_numerics_extremal_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6752299Z test_reference_numerics_extremal_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6752746Z test_reference_numerics_extremal_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-11-23T03:35:22.6752874Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T03:35:22.6752959Z ok (0.012s) 2022-11-23T03:35:22.6753239Z test_reference_numerics_extremal_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6753521Z test_reference_numerics_extremal_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6753778Z test_reference_numerics_extremal_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6756032Z test_reference_numerics_extremal_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6756317Z test_reference_numerics_extremal_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6756593Z test_reference_numerics_extremal_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6756867Z test_reference_numerics_extremal_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6757398Z test_reference_numerics_extremal_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:2001: RuntimeWarning: invalid value encountered in floor_divide 2022-11-23T03:35:22.6757639Z return np.floor_divide(a, b) 2022-11-23T03:35:22.6757725Z ok (0.007s) 2022-11-23T03:35:22.6757983Z test_reference_numerics_extremal_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6758409Z test_reference_numerics_extremal_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-11-23T03:35:22.6758521Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T03:35:22.6758603Z ok (0.003s) 2022-11-23T03:35:22.6758846Z test_reference_numerics_extremal_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6759163Z test_reference_numerics_extremal_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6759413Z test_reference_numerics_extremal_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6759657Z test_reference_numerics_extremal_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6759894Z test_reference_numerics_extremal_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6760132Z test_reference_numerics_extremal_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6760367Z test_reference_numerics_extremal_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6760608Z test_reference_numerics_extremal_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6760838Z test_reference_numerics_extremal_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6761071Z test_reference_numerics_extremal_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6761305Z test_reference_numerics_extremal_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6761581Z test_reference_numerics_extremal_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6761850Z test_reference_numerics_extremal_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6762115Z test_reference_numerics_extremal_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:35:22.6762375Z test_reference_numerics_extremal_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6762636Z test_reference_numerics_extremal_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6762906Z test_reference_numerics_extremal_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:35:22.6763174Z test_reference_numerics_extremal_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6763434Z test_reference_numerics_extremal_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6763694Z test_reference_numerics_extremal_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6763946Z test_reference_numerics_extremal_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6764478Z test_reference_numerics_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:15768: RuntimeWarning: invalid value encountered in add 2022-11-23T03:35:22.6764674Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-11-23T03:35:22.6764836Z ok (0.006s) 2022-11-23T03:35:22.6765105Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6765369Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6765630Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6765888Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6766149Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6766762Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:15825: RuntimeWarning: invalid value encountered in add 2022-11-23T03:35:22.6766892Z ref=lambda i0, i1: i0 + i1, 2022-11-23T03:35:22.6766976Z ok (0.006s) 2022-11-23T03:35:22.6767261Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6767544Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6767824Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6768091Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6768356Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6768601Z test_reference_numerics_extremal_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6768840Z test_reference_numerics_extremal_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6769076Z test_reference_numerics_extremal_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6769309Z test_reference_numerics_extremal_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6769564Z test_reference_numerics_extremal_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6769822Z test_reference_numerics_extremal_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6770082Z test_reference_numerics_extremal_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6770330Z test_reference_numerics_extremal_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6770573Z test_reference_numerics_extremal_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6770812Z test_reference_numerics_extremal_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6771051Z test_reference_numerics_extremal_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6771301Z test_reference_numerics_extremal_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6771535Z test_reference_numerics_extremal_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6771784Z test_reference_numerics_extremal_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6772032Z test_reference_numerics_extremal_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6772369Z test_reference_numerics_extremal_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6772624Z test_reference_numerics_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6772880Z test_reference_numerics_extremal_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6773134Z test_reference_numerics_extremal_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6773380Z test_reference_numerics_extremal_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6773682Z test_reference_numerics_extremal_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6773934Z test_reference_numerics_extremal_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6774176Z test_reference_numerics_extremal_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6774412Z test_reference_numerics_extremal_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6774648Z test_reference_numerics_extremal_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6774880Z test_reference_numerics_extremal_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6775132Z test_reference_numerics_extremal_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6775380Z test_reference_numerics_extremal_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6775624Z test_reference_numerics_extremal_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6775871Z test_reference_numerics_extremal_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6776117Z test_reference_numerics_extremal_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6776364Z test_reference_numerics_extremal_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6776605Z test_reference_numerics_extremal_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6776846Z test_reference_numerics_extremal_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6777094Z test_reference_numerics_extremal_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6777341Z test_reference_numerics_extremal_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6777590Z test_reference_numerics_extremal_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6777815Z test_reference_numerics_extremal_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6778062Z test_reference_numerics_extremal_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6778302Z test_reference_numerics_extremal_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6778543Z test_reference_numerics_extremal_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6778781Z test_reference_numerics_extremal_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6779025Z test_reference_numerics_extremal_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6779967Z test_reference_numerics_extremal_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6780209Z test_reference_numerics_extremal_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6780445Z test_reference_numerics_extremal_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6780680Z test_reference_numerics_extremal_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6780915Z test_reference_numerics_extremal_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6781433Z test_reference_numerics_extremal_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-11-23T03:35:22.6781583Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T03:35:22.6781669Z ok (0.006s) 2022-11-23T03:35:22.6781942Z test_reference_numerics_extremal_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:35:22.6782208Z test_reference_numerics_extremal_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6782631Z test_reference_numerics_extremal_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-11-23T03:35:22.6782756Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T03:35:22.6782841Z ok (0.006s) 2022-11-23T03:35:22.6783082Z test_reference_numerics_extremal_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6783325Z test_reference_numerics_extremal_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6783827Z test_reference_numerics_extremal_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-11-23T03:35:22.6783960Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T03:35:22.6784028Z ok (0.009s) 2022-11-23T03:35:22.6784283Z test_reference_numerics_extremal_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6784531Z test_reference_numerics_extremal_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6784779Z test_reference_numerics_extremal_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6785298Z test_reference_numerics_extremal_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8430: RuntimeWarning: invalid value encountered in subtract 2022-11-23T03:35:22.6785512Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-11-23T03:35:22.6785596Z ok (0.010s) 2022-11-23T03:35:22.6786107Z test_reference_numerics_extremal_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8430: RuntimeWarning: invalid value encountered in multiply 2022-11-23T03:35:22.6786315Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-11-23T03:35:22.6786396Z ok (0.013s) 2022-11-23T03:35:22.6786640Z test_reference_numerics_extremal_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6786878Z test_reference_numerics_extremal_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6787115Z test_reference_numerics_extremal_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6787450Z test_reference_numerics_extremal_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6787726Z test_reference_numerics_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:35:22.6787955Z test_reference_numerics_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T03:35:22.6788191Z test_reference_numerics_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.364s) 2022-11-23T03:35:22.6788425Z test_reference_numerics_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.321s) 2022-11-23T03:35:22.6788651Z test_reference_numerics_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T03:35:22.6788943Z test_reference_numerics_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T03:35:22.6789178Z test_reference_numerics_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T03:35:22.6789405Z test_reference_numerics_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:35:22.6789611Z test_reference_numerics_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T03:35:22.6789831Z test_reference_numerics_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T03:35:22.6790051Z test_reference_numerics_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T03:35:22.6790269Z test_reference_numerics_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T03:35:22.6790520Z test_reference_numerics_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6790749Z test_reference_numerics_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.164s) 2022-11-23T03:35:22.6790970Z test_reference_numerics_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T03:35:22.6791188Z test_reference_numerics_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.137s) 2022-11-23T03:35:22.6791411Z test_reference_numerics_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.6791632Z test_reference_numerics_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:35:22.6791853Z test_reference_numerics_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T03:35:22.6792078Z test_reference_numerics_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:35:22.6792295Z test_reference_numerics_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.6792540Z test_reference_numerics_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6792755Z test_reference_numerics_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T03:35:22.6792974Z test_reference_numerics_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T03:35:22.6793181Z test_reference_numerics_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T03:35:22.6793390Z test_reference_numerics_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.6793598Z test_reference_numerics_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.6793805Z test_reference_numerics_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:35:22.6794015Z test_reference_numerics_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6794205Z test_reference_numerics_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.6794419Z test_reference_numerics_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:35:22.6794626Z test_reference_numerics_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:35:22.6794922Z test_reference_numerics_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T03:35:22.6795130Z test_reference_numerics_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.6795335Z test_reference_numerics_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T03:35:22.6795547Z test_reference_numerics_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6795753Z test_reference_numerics_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6795962Z test_reference_numerics_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:35:22.6796231Z test_reference_numerics_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6796456Z test_reference_numerics_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.6796663Z test_reference_numerics_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6796873Z test_reference_numerics_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6797079Z test_reference_numerics_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.6797286Z test_reference_numerics_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6797490Z test_reference_numerics_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6797702Z test_reference_numerics_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6797904Z test_reference_numerics_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6798115Z test_reference_numerics_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.6798308Z test_reference_numerics_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6798517Z test_reference_numerics_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.6798723Z test_reference_numerics_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6798923Z test_reference_numerics_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.6799127Z test_reference_numerics_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.6799331Z test_reference_numerics_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6799533Z test_reference_numerics_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6799759Z test_reference_numerics_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T03:35:22.6799983Z test_reference_numerics_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:35:22.6800211Z test_reference_numerics_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:35:22.6800434Z test_reference_numerics_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.6800656Z test_reference_numerics_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:35:22.6800872Z test_reference_numerics_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:35:22.6801090Z test_reference_numerics_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T03:35:22.6801308Z test_reference_numerics_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:35:22.6801526Z test_reference_numerics_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:35:22.6801743Z test_reference_numerics_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:35:22.6802052Z test_reference_numerics_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.6802267Z test_reference_numerics_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:35:22.6802492Z test_reference_numerics_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.150s) 2022-11-23T03:35:22.6802697Z test_reference_numerics_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T03:35:22.6802917Z test_reference_numerics_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:35:22.6803134Z test_reference_numerics_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.6803351Z test_reference_numerics_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:35:22.6803629Z test_reference_numerics_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:35:22.6803862Z test_reference_numerics_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T03:35:22.6804074Z test_reference_numerics_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.6804287Z test_reference_numerics_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:35:22.6804494Z test_reference_numerics_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T03:35:22.6804732Z test_reference_numerics_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:35:22.6804966Z test_reference_numerics_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6805209Z test_reference_numerics_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:35:22.6805454Z test_reference_numerics_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:35:22.6805690Z test_reference_numerics_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T03:35:22.6805927Z test_reference_numerics_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:35:22.6806166Z test_reference_numerics_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.6806399Z test_reference_numerics_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6806626Z test_reference_numerics_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.6806845Z test_reference_numerics_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.6807076Z test_reference_numerics_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6807300Z test_reference_numerics_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6807560Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T03:35:22.6807795Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6808058Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T03:35:22.6808317Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T03:35:22.6808572Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:35:22.6808818Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T03:35:22.6809063Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:35:22.6809405Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.6809644Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6809880Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6810124Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6810361Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6810599Z test_reference_numerics_large_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.6810905Z test_reference_numerics_large_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6811166Z test_reference_numerics_large_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6811399Z test_reference_numerics_large_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6811634Z test_reference_numerics_large_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6811868Z test_reference_numerics_large_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6812099Z test_reference_numerics_large_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6812321Z test_reference_numerics_large_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6812542Z test_reference_numerics_large_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6812785Z test_reference_numerics_large_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6813031Z test_reference_numerics_large_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6813264Z test_reference_numerics_large_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6813504Z test_reference_numerics_large_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6813730Z test_reference_numerics_large_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6813963Z test_reference_numerics_large_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6814196Z test_reference_numerics_large_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6814437Z test_reference_numerics_large_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6814679Z test_reference_numerics_large_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6814924Z test_reference_numerics_large_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6815160Z test_reference_numerics_large_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6815397Z test_reference_numerics_large_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6815628Z test_reference_numerics_large_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6815867Z test_reference_numerics_large_values_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6816161Z test_reference_numerics_large_values_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6816392Z test_reference_numerics_large_values_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6816723Z test_reference_numerics_large_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6816963Z test_reference_numerics_large_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6817201Z test_reference_numerics_large_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6817433Z test_reference_numerics_large_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6817670Z test_reference_numerics_large_values_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6818303Z test_reference_numerics_large_values_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6818590Z test_reference_numerics_large_values_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6818829Z test_reference_numerics_large_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6819066Z test_reference_numerics_large_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6819302Z test_reference_numerics_large_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6819534Z test_reference_numerics_large_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6819750Z test_reference_numerics_large_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6819980Z test_reference_numerics_large_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6820212Z test_reference_numerics_large_values_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6820431Z test_reference_numerics_large_values_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6820651Z test_reference_numerics_large_values_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6821096Z test_reference_numerics_large_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-11-23T03:35:22.6821223Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T03:35:22.6821307Z ok (0.024s) 2022-11-23T03:35:22.6821583Z test_reference_numerics_large_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6821852Z test_reference_numerics_large_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6822101Z test_reference_numerics_large_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6822350Z test_reference_numerics_large_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6822592Z test_reference_numerics_large_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6822836Z test_reference_numerics_large_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6823074Z test_reference_numerics_large_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6823308Z test_reference_numerics_large_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6823577Z test_reference_numerics_large_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6823829Z test_reference_numerics_large_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6824188Z test_reference_numerics_large_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6824432Z test_reference_numerics_large_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6824677Z test_reference_numerics_large_values_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6824919Z test_reference_numerics_large_values_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6825159Z test_reference_numerics_large_values_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6825396Z test_reference_numerics_large_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.6825683Z test_reference_numerics_large_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6825935Z test_reference_numerics_large_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6826173Z test_reference_numerics_large_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6826405Z test_reference_numerics_large_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6826634Z test_reference_numerics_large_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6826863Z test_reference_numerics_large_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6827093Z test_reference_numerics_large_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6827321Z test_reference_numerics_large_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6827544Z test_reference_numerics_large_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6827779Z test_reference_numerics_large_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6828008Z test_reference_numerics_large_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6828237Z test_reference_numerics_large_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6828464Z test_reference_numerics_large_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6828693Z test_reference_numerics_large_values_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6828916Z test_reference_numerics_large_values_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6829135Z test_reference_numerics_large_values_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6829366Z test_reference_numerics_large_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6829597Z test_reference_numerics_large_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6829824Z test_reference_numerics_large_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6830048Z test_reference_numerics_large_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6830265Z test_reference_numerics_large_values_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6830481Z test_reference_numerics_large_values_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6830679Z test_reference_numerics_large_values_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6830929Z test_reference_numerics_large_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.6831172Z test_reference_numerics_large_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6831506Z test_reference_numerics_large_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6831743Z test_reference_numerics_large_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6831983Z test_reference_numerics_large_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6832220Z test_reference_numerics_large_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6832451Z test_reference_numerics_large_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6832695Z test_reference_numerics_large_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6833003Z test_reference_numerics_large_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6833268Z test_reference_numerics_large_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6833508Z test_reference_numerics_large_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6833747Z test_reference_numerics_large_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6833981Z test_reference_numerics_large_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6834216Z test_reference_numerics_large_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6834449Z test_reference_numerics_large_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6834687Z test_reference_numerics_large_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6834943Z test_reference_numerics_large_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.6835206Z test_reference_numerics_large_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6835466Z test_reference_numerics_large_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6835721Z test_reference_numerics_large_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6835967Z test_reference_numerics_large_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6836208Z test_reference_numerics_large_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6836459Z test_reference_numerics_large_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6836689Z test_reference_numerics_large_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6836930Z test_reference_numerics_large_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6837204Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.6837479Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6837755Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6838023Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6838290Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6838637Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6838904Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6839173Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6839440Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6839671Z test_reference_numerics_large_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6839959Z test_reference_numerics_large_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6840189Z test_reference_numerics_large_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6840429Z test_reference_numerics_large_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.6840661Z test_reference_numerics_large_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6840912Z test_reference_numerics_large_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6841143Z test_reference_numerics_large_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6841371Z test_reference_numerics_large_values_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6841592Z test_reference_numerics_large_values_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6841812Z test_reference_numerics_large_values_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6842060Z test_reference_numerics_large_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6842316Z test_reference_numerics_large_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6842563Z test_reference_numerics_large_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6842816Z test_reference_numerics_large_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6843061Z test_reference_numerics_large_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6843290Z test_reference_numerics_large_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6843538Z test_reference_numerics_large_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6843779Z test_reference_numerics_large_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6844016Z test_reference_numerics_large_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6844257Z test_reference_numerics_large_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6844507Z test_reference_numerics_large_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6844757Z test_reference_numerics_large_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6845001Z test_reference_numerics_large_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6845247Z test_reference_numerics_large_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6845490Z test_reference_numerics_large_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6845819Z test_reference_numerics_large_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6846057Z test_reference_numerics_large_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6846289Z test_reference_numerics_large_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6846536Z test_reference_numerics_large_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6846788Z test_reference_numerics_large_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6847034Z test_reference_numerics_large_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6847344Z test_reference_numerics_large_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6847608Z test_reference_numerics_large_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6847848Z test_reference_numerics_large_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6848090Z test_reference_numerics_large_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6848329Z test_reference_numerics_large_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6848563Z test_reference_numerics_large_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6848799Z test_reference_numerics_large_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.6849032Z test_reference_numerics_large_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6849248Z test_reference_numerics_large_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6849483Z test_reference_numerics_large_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6849712Z test_reference_numerics_large_values_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6849934Z test_reference_numerics_large_values_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6850149Z test_reference_numerics_large_values_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6850395Z test_reference_numerics_large_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.6850637Z test_reference_numerics_large_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6850882Z test_reference_numerics_large_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6851125Z test_reference_numerics_large_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6851365Z test_reference_numerics_large_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6851605Z test_reference_numerics_large_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6851838Z test_reference_numerics_large_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6852070Z test_reference_numerics_large_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6852307Z test_reference_numerics_large_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6852551Z test_reference_numerics_large_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6852781Z test_reference_numerics_large_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6853109Z test_reference_numerics_large_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6853345Z test_reference_numerics_large_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6853577Z test_reference_numerics_large_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6853820Z test_reference_numerics_large_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.6854061Z test_reference_numerics_large_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6854365Z test_reference_numerics_large_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6854621Z test_reference_numerics_large_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6854846Z test_reference_numerics_large_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6855083Z test_reference_numerics_large_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6855313Z test_reference_numerics_large_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6855545Z test_reference_numerics_large_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.6857917Z test_reference_numerics_large_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6858204Z test_reference_numerics_large_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6858439Z test_reference_numerics_large_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6858678Z test_reference_numerics_large_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6858912Z test_reference_numerics_large_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6859145Z test_reference_numerics_large_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6859379Z test_reference_numerics_large_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.6859614Z test_reference_numerics_large_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6859846Z test_reference_numerics_large_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6860086Z test_reference_numerics_large_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6860316Z test_reference_numerics_large_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6860552Z test_reference_numerics_large_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6860780Z test_reference_numerics_large_values_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6860998Z test_reference_numerics_large_values_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6861213Z test_reference_numerics_large_values_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6861442Z test_reference_numerics_large_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.6861706Z test_reference_numerics_large_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6861969Z test_reference_numerics_large_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:35:22.6862324Z test_reference_numerics_large_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6862543Z test_reference_numerics_large_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6864585Z test_reference_numerics_large_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6864865Z test_reference_numerics_large_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:35:22.6865117Z test_reference_numerics_large_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:35:22.6865359Z test_reference_numerics_large_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.013s) 2022-11-23T03:35:22.6865707Z test_reference_numerics_large_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.6865971Z test_reference_numerics_large_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6866220Z test_reference_numerics_large_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6866455Z test_reference_numerics_large_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.6866694Z test_reference_numerics_large_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6866931Z test_reference_numerics_large_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6867162Z test_reference_numerics_large_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6867396Z test_reference_numerics_large_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.6867635Z test_reference_numerics_large_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6867878Z test_reference_numerics_large_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6868107Z test_reference_numerics_large_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6868341Z test_reference_numerics_large_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6868571Z test_reference_numerics_large_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6868801Z test_reference_numerics_large_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6869022Z test_reference_numerics_large_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6870982Z test_reference_numerics_large_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6871224Z test_reference_numerics_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:35:22.6871437Z test_reference_numerics_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T03:35:22.6871632Z test_reference_numerics_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T03:35:22.6871840Z test_reference_numerics_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:35:22.6872047Z test_reference_numerics_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:35:22.6872259Z test_reference_numerics_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.6872466Z test_reference_numerics_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6872676Z test_reference_numerics_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.6872888Z test_reference_numerics_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6873213Z test_reference_numerics_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.6873417Z test_reference_numerics_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6873624Z test_reference_numerics_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.6873826Z test_reference_numerics_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6874031Z test_reference_numerics_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6874233Z test_reference_numerics_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.6874462Z test_reference_numerics_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.6874752Z test_reference_numerics_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6875004Z test_reference_numerics_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:35:22.6875240Z test_reference_numerics_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.6875465Z test_reference_numerics_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.6877423Z test_reference_numerics_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6877658Z test_reference_numerics_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:35:22.6877880Z test_reference_numerics_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6878100Z test_reference_numerics_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.6878326Z test_reference_numerics_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.6878547Z test_reference_numerics_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6878767Z test_reference_numerics_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.6878997Z test_reference_numerics_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.6879215Z test_reference_numerics_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6879448Z test_reference_numerics_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.6879673Z test_reference_numerics_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.6879893Z test_reference_numerics_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6880118Z test_reference_numerics_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6880340Z test_reference_numerics_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6880562Z test_reference_numerics_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.6880780Z test_reference_numerics_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6880997Z test_reference_numerics_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.6881215Z test_reference_numerics_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6881432Z test_reference_numerics_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6881655Z test_reference_numerics_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.6881873Z test_reference_numerics_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6883334Z test_reference_numerics_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.6884272Z test_reference_numerics_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.6884502Z test_reference_numerics_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6884720Z test_reference_numerics_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.6884933Z test_reference_numerics_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.6885153Z test_reference_numerics_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6885374Z test_reference_numerics_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.6885671Z test_reference_numerics_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.6885906Z test_reference_numerics_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6886127Z test_reference_numerics_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.6886339Z test_reference_numerics_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.6886545Z test_reference_numerics_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6886757Z test_reference_numerics_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T03:35:22.6886965Z test_reference_numerics_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6887174Z test_reference_numerics_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.6887380Z test_reference_numerics_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6887591Z test_reference_numerics_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.6887799Z test_reference_numerics_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6888005Z test_reference_numerics_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6888205Z test_reference_numerics_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6888433Z test_reference_numerics_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:35:22.6889873Z test_reference_numerics_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6890127Z test_reference_numerics_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T03:35:22.6890884Z test_reference_numerics_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:35:22.6891136Z test_reference_numerics_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:35:22.6891355Z test_reference_numerics_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6891574Z test_reference_numerics_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6891793Z test_reference_numerics_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.6892012Z test_reference_numerics_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6892227Z test_reference_numerics_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6892444Z test_reference_numerics_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.6892659Z test_reference_numerics_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6892880Z test_reference_numerics_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.6893096Z test_reference_numerics_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T03:35:22.6893429Z test_reference_numerics_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T03:35:22.6893644Z test_reference_numerics_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6893857Z test_reference_numerics_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6894067Z test_reference_numerics_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.6894278Z test_reference_numerics_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6894484Z test_reference_numerics_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6894781Z test_reference_numerics_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T03:35:22.6895014Z test_reference_numerics_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6895225Z test_reference_numerics_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:35:22.6895447Z test_reference_numerics_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T03:35:22.6897407Z test_reference_numerics_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:35:22.6897651Z test_reference_numerics_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6897871Z test_reference_numerics_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.6898089Z test_reference_numerics_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:35:22.6898312Z test_reference_numerics_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.6898527Z test_reference_numerics_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6898749Z test_reference_numerics_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:35:22.6898962Z test_reference_numerics_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6899177Z test_reference_numerics_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:35:22.6899392Z test_reference_numerics_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.6899606Z test_reference_numerics_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T03:35:22.6899819Z test_reference_numerics_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.6900032Z test_reference_numerics_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.6900244Z test_reference_numerics_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.6900459Z test_reference_numerics_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6900666Z test_reference_numerics_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.6900877Z test_reference_numerics_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.6901087Z test_reference_numerics_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6901289Z test_reference_numerics_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:35:22.6901502Z test_reference_numerics_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.6901711Z test_reference_numerics_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.6901922Z test_reference_numerics_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.6903872Z test_reference_numerics_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.6904218Z test_reference_numerics_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.6904426Z test_reference_numerics_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.6904632Z test_reference_numerics_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6904837Z test_reference_numerics_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6905039Z test_reference_numerics_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6905255Z test_reference_numerics_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:35:22.6905476Z test_reference_numerics_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.352s) 2022-11-23T03:35:22.6905789Z test_reference_numerics_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6906030Z test_reference_numerics_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.350s) 2022-11-23T03:35:22.6906245Z test_reference_numerics_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T03:35:22.6906454Z test_reference_numerics_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T03:35:22.6906660Z test_reference_numerics_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T03:35:22.6906869Z test_reference_numerics_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.6907078Z test_reference_numerics_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:35:22.6907270Z test_reference_numerics_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:35:22.6907481Z test_reference_numerics_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.6907684Z test_reference_numerics_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.6907942Z test_reference_numerics_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6908169Z test_reference_numerics_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T03:35:22.6908392Z test_reference_numerics_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.147s) 2022-11-23T03:35:22.6910372Z test_reference_numerics_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T03:35:22.6910611Z test_reference_numerics_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:35:22.6910831Z test_reference_numerics_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:35:22.6911054Z test_reference_numerics_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:35:22.6911273Z test_reference_numerics_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.6911493Z test_reference_numerics_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.6911731Z test_reference_numerics_small_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6912003Z test_reference_numerics_small_values_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6912246Z test_reference_numerics_small_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.6912485Z test_reference_numerics_small_values_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:35:22.6912724Z test_reference_numerics_small_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T03:35:22.6912963Z test_reference_numerics_small_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6913909Z test_reference_numerics_small_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6914144Z test_reference_numerics_small_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6914374Z test_reference_numerics_small_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6914594Z test_reference_numerics_small_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6914796Z test_reference_numerics_small_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6916829Z test_reference_numerics_small_values_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6917082Z test_reference_numerics_small_values_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6917476Z test_reference_numerics_small_values_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.003s) 2022-11-23T03:35:22.6917748Z test_reference_numerics_small_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6917995Z test_reference_numerics_small_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6918227Z test_reference_numerics_small_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6918468Z test_reference_numerics_small_values_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6918699Z test_reference_numerics_small_values_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6918977Z test_reference_numerics_small_values_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T03:35:22.6919212Z test_reference_numerics_small_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6919453Z test_reference_numerics_small_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6919682Z test_reference_numerics_small_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6919921Z test_reference_numerics_small_values_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6920148Z test_reference_numerics_small_values_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6920421Z test_reference_numerics_small_values_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6920656Z test_reference_numerics_small_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6920897Z test_reference_numerics_small_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6921130Z test_reference_numerics_small_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6921360Z test_reference_numerics_small_values_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6923338Z test_reference_numerics_small_values_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6923610Z test_reference_numerics_small_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6923889Z test_reference_numerics_small_values_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T03:35:22.6924129Z test_reference_numerics_small_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6924361Z test_reference_numerics_small_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6924708Z test_reference_numerics_small_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6924949Z test_reference_numerics_small_values_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6925186Z test_reference_numerics_small_values_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6925419Z test_reference_numerics_small_values_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6925654Z test_reference_numerics_small_values_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6925884Z test_reference_numerics_small_values_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6926197Z test_reference_numerics_small_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6926491Z test_reference_numerics_small_values_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-11-23T03:35:22.6926735Z test_reference_numerics_small_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6926974Z test_reference_numerics_small_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6927209Z test_reference_numerics_small_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6927445Z test_reference_numerics_small_values_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6927679Z test_reference_numerics_small_values_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6927912Z test_reference_numerics_small_values_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6929925Z test_reference_numerics_small_values_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6930182Z test_reference_numerics_small_values_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6930414Z test_reference_numerics_small_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6930682Z test_reference_numerics_small_values_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-11-23T03:35:22.6930922Z test_reference_numerics_small_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.6931158Z test_reference_numerics_small_values_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:35:22.6931393Z test_reference_numerics_small_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.6931626Z test_reference_numerics_small_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6931858Z test_reference_numerics_small_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6932074Z test_reference_numerics_small_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6932303Z test_reference_numerics_small_values_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6932523Z test_reference_numerics_small_values_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6932738Z test_reference_numerics_small_values_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6932961Z test_reference_numerics_small_values_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6933179Z test_reference_numerics_small_values_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6933631Z test_reference_numerics_small_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-11-23T03:35:22.6933876Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T03:35:22.6933964Z ok (0.000s) 2022-11-23T03:35:22.6934245Z test_reference_numerics_small_values_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6936314Z test_reference_numerics_small_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:35:22.6936614Z test_reference_numerics_small_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.6936860Z test_reference_numerics_small_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6937200Z test_reference_numerics_small_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6937467Z test_reference_numerics_small_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6937707Z test_reference_numerics_small_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6937947Z test_reference_numerics_small_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6938184Z test_reference_numerics_small_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6938424Z test_reference_numerics_small_values_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6938659Z test_reference_numerics_small_values_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6938930Z test_reference_numerics_small_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:35:22.6939177Z test_reference_numerics_small_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6939426Z test_reference_numerics_small_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6939672Z test_reference_numerics_small_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6939899Z test_reference_numerics_small_values_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6940139Z test_reference_numerics_small_values_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6940376Z test_reference_numerics_small_values_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6940643Z test_reference_numerics_small_values_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6940878Z test_reference_numerics_small_values_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6942859Z test_reference_numerics_small_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6943116Z test_reference_numerics_small_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6943350Z test_reference_numerics_small_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6943584Z test_reference_numerics_small_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6943816Z test_reference_numerics_small_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6944045Z test_reference_numerics_small_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6944277Z test_reference_numerics_small_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6944622Z test_reference_numerics_small_values_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6944874Z test_reference_numerics_small_values_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.6945099Z test_reference_numerics_small_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6945316Z test_reference_numerics_small_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6945530Z test_reference_numerics_small_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6945778Z test_reference_numerics_small_values_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.009s) 2022-11-23T03:35:22.6946065Z test_reference_numerics_small_values_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6946314Z test_reference_numerics_small_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6946585Z test_reference_numerics_small_values_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.011s) 2022-11-23T03:35:22.6946815Z test_reference_numerics_small_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6947043Z test_reference_numerics_small_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6947257Z test_reference_numerics_small_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6949234Z test_reference_numerics_small_values_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6949485Z test_reference_numerics_small_values_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6949706Z test_reference_numerics_small_values_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6949929Z test_reference_numerics_small_values_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6950151Z test_reference_numerics_small_values_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6950383Z test_reference_numerics_small_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6950649Z test_reference_numerics_small_values_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.003s) 2022-11-23T03:35:22.6950877Z test_reference_numerics_small_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6951105Z test_reference_numerics_small_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6951337Z test_reference_numerics_small_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6951562Z test_reference_numerics_small_values_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6951788Z test_reference_numerics_small_values_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6952006Z test_reference_numerics_small_values_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6952231Z test_reference_numerics_small_values_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6952447Z test_reference_numerics_small_values_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6952692Z test_reference_numerics_small_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6952970Z test_reference_numerics_small_values_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-11-23T03:35:22.6953215Z test_reference_numerics_small_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6953459Z test_reference_numerics_small_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6953815Z test_reference_numerics_small_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6955813Z test_reference_numerics_small_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6956069Z test_reference_numerics_small_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6956286Z test_reference_numerics_small_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6956523Z test_reference_numerics_small_values_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6956846Z test_reference_numerics_small_values_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6957109Z test_reference_numerics_small_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6957388Z test_reference_numerics_small_values_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6957633Z test_reference_numerics_small_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:35:22.6957872Z test_reference_numerics_small_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.6958107Z test_reference_numerics_small_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6958340Z test_reference_numerics_small_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6958570Z test_reference_numerics_small_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6958807Z test_reference_numerics_small_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6959046Z test_reference_numerics_small_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6959279Z test_reference_numerics_small_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6959515Z test_reference_numerics_small_values_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6959745Z test_reference_numerics_small_values_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6960003Z test_reference_numerics_small_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6960290Z test_reference_numerics_small_values_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T03:35:22.6962405Z test_reference_numerics_small_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:35:22.6962687Z test_reference_numerics_small_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.6962941Z test_reference_numerics_small_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6963187Z test_reference_numerics_small_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6963424Z test_reference_numerics_small_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6963670Z test_reference_numerics_small_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6963908Z test_reference_numerics_small_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6964145Z test_reference_numerics_small_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6964550Z test_reference_numerics_small_values_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6964800Z test_reference_numerics_small_values_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6965073Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6965381Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-11-23T03:35:22.6965657Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T03:35:22.6966347Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.6966672Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6968742Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6969034Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6969299Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6969566Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6969831Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6970105Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.6970368Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6970600Z test_reference_numerics_small_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.6970825Z test_reference_numerics_small_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6971042Z test_reference_numerics_small_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6971270Z test_reference_numerics_small_values_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6971488Z test_reference_numerics_small_values_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6971723Z test_reference_numerics_small_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6971992Z test_reference_numerics_small_values_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6972228Z test_reference_numerics_small_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6972461Z test_reference_numerics_small_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6972690Z test_reference_numerics_small_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6972918Z test_reference_numerics_small_values_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.6973136Z test_reference_numerics_small_values_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6973342Z test_reference_numerics_small_values_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6975333Z test_reference_numerics_small_values_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6975706Z test_reference_numerics_small_values_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6975953Z test_reference_numerics_small_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6976234Z test_reference_numerics_small_values_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6976485Z test_reference_numerics_small_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:35:22.6976731Z test_reference_numerics_small_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T03:35:22.6976978Z test_reference_numerics_small_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.6977290Z test_reference_numerics_small_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6977553Z test_reference_numerics_small_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6977795Z test_reference_numerics_small_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6978035Z test_reference_numerics_small_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6978269Z test_reference_numerics_small_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6978510Z test_reference_numerics_small_values_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6978740Z test_reference_numerics_small_values_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6978986Z test_reference_numerics_small_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6979324Z test_reference_numerics_small_values_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.012s) 2022-11-23T03:35:22.6979575Z test_reference_numerics_small_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:35:22.6979824Z test_reference_numerics_small_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T03:35:22.6981823Z test_reference_numerics_small_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6982089Z test_reference_numerics_small_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6982329Z test_reference_numerics_small_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6982573Z test_reference_numerics_small_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.6982813Z test_reference_numerics_small_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6983034Z test_reference_numerics_small_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6983272Z test_reference_numerics_small_values_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6983507Z test_reference_numerics_small_values_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6983795Z test_reference_numerics_small_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6984080Z test_reference_numerics_small_values_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6984333Z test_reference_numerics_small_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T03:35:22.6984580Z test_reference_numerics_small_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.6984941Z test_reference_numerics_small_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6985185Z test_reference_numerics_small_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6985428Z test_reference_numerics_small_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6985669Z test_reference_numerics_small_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.6985907Z test_reference_numerics_small_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6986204Z test_reference_numerics_small_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6988207Z test_reference_numerics_small_values_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6988474Z test_reference_numerics_small_values_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6988709Z test_reference_numerics_small_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6988975Z test_reference_numerics_small_values_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6989207Z test_reference_numerics_small_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6989436Z test_reference_numerics_small_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6989668Z test_reference_numerics_small_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6989900Z test_reference_numerics_small_values_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.6990122Z test_reference_numerics_small_values_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6990341Z test_reference_numerics_small_values_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6990564Z test_reference_numerics_small_values_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6990766Z test_reference_numerics_small_values_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.6991010Z test_reference_numerics_small_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6991287Z test_reference_numerics_small_values_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6991531Z test_reference_numerics_small_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6991770Z test_reference_numerics_small_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6992014Z test_reference_numerics_small_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6992252Z test_reference_numerics_small_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.6992488Z test_reference_numerics_small_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6992717Z test_reference_numerics_small_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.6994688Z test_reference_numerics_small_values_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6994943Z test_reference_numerics_small_values_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6995185Z test_reference_numerics_small_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.6995568Z test_reference_numerics_small_values_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-11-23T03:35:22.6995808Z test_reference_numerics_small_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6996048Z test_reference_numerics_small_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.6996280Z test_reference_numerics_small_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.6996516Z test_reference_numerics_small_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6996749Z test_reference_numerics_small_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6997051Z test_reference_numerics_small_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6997303Z test_reference_numerics_small_values_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6997539Z test_reference_numerics_small_values_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.6997781Z test_reference_numerics_small_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6998058Z test_reference_numerics_small_values_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.6998301Z test_reference_numerics_small_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.6998524Z test_reference_numerics_small_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6998768Z test_reference_numerics_small_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.6999006Z test_reference_numerics_small_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.6999245Z test_reference_numerics_small_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7001210Z test_reference_numerics_small_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.7001470Z test_reference_numerics_small_values_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.7001701Z test_reference_numerics_small_values_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7001937Z test_reference_numerics_small_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7002213Z test_reference_numerics_small_values_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.011s) 2022-11-23T03:35:22.7002451Z test_reference_numerics_small_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7002691Z test_reference_numerics_small_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7002922Z test_reference_numerics_small_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7003155Z test_reference_numerics_small_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7003387Z test_reference_numerics_small_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7003618Z test_reference_numerics_small_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7003851Z test_reference_numerics_small_values_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7004086Z test_reference_numerics_small_values_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7004432Z test_reference_numerics_small_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7004698Z test_reference_numerics_small_values_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T03:35:22.7004928Z test_reference_numerics_small_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:35:22.7005159Z test_reference_numerics_small_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7005391Z test_reference_numerics_small_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7005616Z test_reference_numerics_small_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.7007670Z test_reference_numerics_small_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7007920Z test_reference_numerics_small_values_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7008150Z test_reference_numerics_small_values_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7008370Z test_reference_numerics_small_values_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7008594Z test_reference_numerics_small_values_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7008810Z test_reference_numerics_small_values_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7009241Z test_reference_numerics_small_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-11-23T03:35:22.7009372Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T03:35:22.7009461Z ok (0.000s) 2022-11-23T03:35:22.7009723Z test_reference_numerics_small_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:35:22.7009984Z test_reference_numerics_small_values_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.7010234Z test_reference_numerics_small_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.7010470Z test_reference_numerics_small_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7010702Z test_reference_numerics_small_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7010939Z test_reference_numerics_small_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7011192Z test_reference_numerics_small_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:35:22.7011436Z test_reference_numerics_small_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:35:22.7011683Z test_reference_numerics_small_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.010s) 2022-11-23T03:35:22.7011931Z test_reference_numerics_small_values_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T03:35:22.7012159Z test_reference_numerics_small_values_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.7013672Z test_reference_numerics_small_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.7014462Z test_reference_numerics_small_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.7014721Z test_reference_numerics_small_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.7014949Z test_reference_numerics_small_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.7015305Z test_reference_numerics_small_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7015548Z test_reference_numerics_small_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7015778Z test_reference_numerics_small_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:35:22.7016016Z test_reference_numerics_small_values_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:35:22.7016278Z test_reference_numerics_small_values_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:35:22.7016514Z test_reference_numerics_small_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7016813Z test_reference_numerics_small_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:35:22.7017066Z test_reference_numerics_small_values_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T03:35:22.7017305Z test_reference_numerics_small_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T03:35:22.7017539Z test_reference_numerics_small_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.7017772Z test_reference_numerics_small_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.7018005Z test_reference_numerics_small_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.7018233Z test_reference_numerics_small_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7018453Z test_reference_numerics_small_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7018672Z test_reference_numerics_small_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7018897Z test_reference_numerics_small_values_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7020909Z test_reference_numerics_small_values_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:35:22.7021155Z test_reference_numerics_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:35:22.7021377Z test_reference_numerics_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.128s) 2022-11-23T03:35:22.7021594Z test_reference_numerics_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.160s) 2022-11-23T03:35:22.7021810Z test_reference_numerics_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T03:35:22.7022021Z test_reference_numerics_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T03:35:22.7022221Z test_reference_numerics_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T03:35:22.7022428Z test_reference_numerics_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T03:35:22.7022642Z test_reference_numerics_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.7022851Z test_reference_numerics_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T03:35:22.7023057Z test_reference_numerics_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:35:22.7023268Z test_reference_numerics_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.7023503Z test_reference_numerics_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:35:22.7023731Z test_remainder_fmod_large_dividend_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.7023962Z test_remainder_fmod_large_dividend_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7024160Z test_remainder_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7024444Z test_rpow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7024656Z test_scalar_support_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.7024865Z test_scalar_support_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.7025071Z test_scalar_support_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7025286Z test_scalar_support_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:35:22.7025502Z test_scalar_support_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.7027427Z test_scalar_support_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.7027755Z test_scalar_support_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.7027985Z test_scalar_support_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7028185Z test_scalar_support_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7028389Z test_scalar_support_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7028600Z test_scalar_support_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.7028803Z test_scalar_support_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7029038Z test_scalar_support_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7029264Z test_scalar_support_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7029485Z test_scalar_support_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.7029703Z test_scalar_support_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.7029928Z test_scalar_support_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.7030144Z test_scalar_support_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.7030353Z test_scalar_support_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.7030558Z test_scalar_support_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.7030762Z test_scalar_support_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7030963Z test_scalar_support_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7031163Z test_scalar_support_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.7031362Z test_scalar_support_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7031558Z test_scalar_support_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.7031777Z test_scalar_support_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7031989Z test_scalar_support_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7033938Z test_scalar_support_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7034167Z test_scalar_support_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7034373Z test_scalar_support_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7034610Z test_scalar_support_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7034839Z test_scalar_support_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7035065Z test_scalar_support_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7035428Z test_scalar_support_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7035673Z test_scalar_support_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.7035918Z test_scalar_support_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.7036122Z test_scalar_support_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7036326Z test_scalar_support_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7036525Z test_scalar_support_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:35:22.7036818Z test_scalar_support_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:35:22.7037052Z test_scalar_support_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7037270Z test_scalar_support_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7037494Z test_scalar_support_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7037711Z test_scalar_support_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7037925Z test_scalar_support_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7038149Z test_scalar_support_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:35:22.7038368Z test_scalar_support_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7040325Z test_scalar_support_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:35:22.7040543Z test_scalar_support_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7040750Z test_scalar_support_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.7040966Z test_scalar_support_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7041177Z test_scalar_support_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7041389Z test_scalar_support_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.7041596Z test_scalar_support_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7041811Z test_scalar_support_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7042021Z test_scalar_support_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.7042236Z test_scalar_support_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:35:22.7042445Z test_scalar_support_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7042658Z test_scalar_support_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.7042861Z test_scalar_support_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7043062Z test_scalar_support_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.7043272Z test_scalar_support_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.7043478Z test_scalar_support_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.7043682Z test_scalar_support_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.7043898Z test_scalar_support_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.7044112Z test_scalar_support_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:35:22.7044320Z test_scalar_support_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7044622Z test_scalar_support_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.7044826Z test_scalar_support_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7046761Z test_signed_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) 2022-11-23T03:35:22.7046979Z Ensure that signed integer bit shifting works as expected. ... ok (0.000s) 2022-11-23T03:35:22.7047154Z test_signed_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) 2022-11-23T03:35:22.7047343Z Ensure that signed integer bit shifting works as expected. ... ok (0.006s) 2022-11-23T03:35:22.7047513Z test_signed_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) 2022-11-23T03:35:22.7047699Z Ensure that signed integer bit shifting works as expected. ... ok (0.000s) 2022-11-23T03:35:22.7047960Z test_signed_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) 2022-11-23T03:35:22.7048160Z Ensure that signed integer bit shifting works as expected. ... ok (0.000s) 2022-11-23T03:35:22.7048380Z test_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:35:22.7048585Z test_sub_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.7048806Z test_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:35:22.7049018Z test_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:35:22.7049227Z test_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:35:22.7049434Z test_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:35:22.7049638Z test_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:35:22.7049841Z test_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:35:22.7050033Z test_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.7050235Z test_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.7050438Z test_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.7050638Z test_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:35:22.7050823Z test_sub_typing_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:35:22.7051217Z test_tensor_pow_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T03:35:22.7051372Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T03:35:22.7053423Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: divide by zero encountered in power 2022-11-23T03:35:22.7053598Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T03:35:22.7053683Z ok (0.125s) 2022-11-23T03:35:22.7053868Z test_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:35:22.7054069Z test_true_divide_out_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.7054269Z test_true_divide_out_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:35:22.7054466Z test_type_promotion___radd___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.7054659Z test_type_promotion___rand___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7054884Z test_type_promotion___rdiv___cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.025s) 2022-11-23T03:35:22.7055087Z test_type_promotion___rmod___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.7055281Z test_type_promotion___rmul___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.7055581Z test_type_promotion___ror___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7056201Z test_type_promotion___rpow___cuda (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:35:22.7056406Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T03:35:22.7056475Z ok (0.022s) 2022-11-23T03:35:22.7056670Z test_type_promotion___rsub___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7056928Z test_type_promotion___rxor___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.7057206Z test_type_promotion__refs__conversions_complex_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.018s) 2022-11-23T03:35:22.7057415Z test_type_promotion__refs_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T03:35:22.7057622Z test_type_promotion__refs_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.7057839Z test_type_promotion__refs_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.7059854Z test_type_promotion__refs_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7060082Z test_type_promotion__refs_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.7060317Z test_type_promotion__refs_bitwise_right_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.7060528Z test_type_promotion__refs_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7060746Z test_type_promotion__refs_clamp_max_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7060960Z test_type_promotion__refs_clamp_min_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7061197Z test_type_promotion__refs_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-11-23T03:35:22.7061425Z test_type_promotion__refs_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T03:35:22.7061651Z test_type_promotion__refs_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T03:35:22.7061872Z test_type_promotion__refs_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T03:35:22.7062073Z test_type_promotion__refs_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T03:35:22.7062313Z test_type_promotion__refs_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.019s) 2022-11-23T03:35:22.7062518Z test_type_promotion__refs_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.185s) 2022-11-23T03:35:22.7062726Z test_type_promotion__refs_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:35:22.7062926Z test_type_promotion__refs_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:35:22.7063122Z test_type_promotion__refs_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:35:22.7063323Z test_type_promotion__refs_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7063521Z test_type_promotion__refs_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T03:35:22.7063715Z test_type_promotion__refs_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.7063929Z test_type_promotion__refs_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T03:35:22.7064138Z test_type_promotion__refs_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.7065593Z test_type_promotion__refs_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7066479Z test_type_promotion__refs_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7066717Z test_type_promotion__refs_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.018s) 2022-11-23T03:35:22.7066920Z test_type_promotion__refs_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7067122Z test_type_promotion__refs_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.7067339Z test_type_promotion__refs_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.7067551Z test_type_promotion__refs_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T03:35:22.7067761Z test_type_promotion__refs_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.7068032Z test_type_promotion__refs_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.7068257Z test_type_promotion__refs_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T03:35:22.7068452Z test_type_promotion__refs_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T03:35:22.7068652Z test_type_promotion__refs_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T03:35:22.7068850Z test_type_promotion__refs_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.7069062Z test_type_promotion__refs_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.7069264Z test_type_promotion__refs_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T03:35:22.7069476Z test_type_promotion__refs_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T03:35:22.7069679Z test_type_promotion__refs_rsub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.7069907Z test_type_promotion__refs_special_xlog1py_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T03:35:22.7070128Z test_type_promotion__refs_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.681s) 2022-11-23T03:35:22.7070329Z test_type_promotion__refs_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T03:35:22.7070544Z test_type_promotion__refs_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T03:35:22.7070748Z test_type_promotion__refs_xlogy_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T03:35:22.7072739Z test_type_promotion_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.7072963Z test_type_promotion_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.7073197Z test_type_promotion_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.022s) 2022-11-23T03:35:22.7073453Z test_type_promotion_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.022s) 2022-11-23T03:35:22.7073686Z test_type_promotion_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.024s) 2022-11-23T03:35:22.7073932Z test_type_promotion_bitwise_right_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.019s) 2022-11-23T03:35:22.7074164Z test_type_promotion_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.025s) 2022-11-23T03:35:22.7074391Z test_type_promotion_clamp_max_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.019s) 2022-11-23T03:35:22.7074598Z test_type_promotion_clamp_min_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-11-23T03:35:22.7074823Z test_type_promotion_complex_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.018s) 2022-11-23T03:35:22.7075029Z test_type_promotion_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7075252Z test_type_promotion_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.7075474Z test_type_promotion_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.7076455Z test_type_promotion_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7076650Z test_type_promotion_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.7076876Z test_type_promotion_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.016s) 2022-11-23T03:35:22.7077083Z test_type_promotion_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7077300Z test_type_promotion_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.018s) 2022-11-23T03:35:22.7079281Z test_type_promotion_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.017s) 2022-11-23T03:35:22.7079498Z test_type_promotion_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7079800Z test_type_promotion_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.953s) 2022-11-23T03:35:22.7080019Z test_type_promotion_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7080213Z test_type_promotion_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.7080444Z test_type_promotion_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.019s) 2022-11-23T03:35:22.7080644Z test_type_promotion_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.7080846Z test_type_promotion_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.7081051Z test_type_promotion_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.7081263Z test_type_promotion_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.018s) 2022-11-23T03:35:22.7081483Z test_type_promotion_jiterator_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.472s) 2022-11-23T03:35:22.7081720Z test_type_promotion_jiterator_binary_return_by_ref_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.180s) 2022-11-23T03:35:22.7081920Z test_type_promotion_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.996s) 2022-11-23T03:35:22.7082118Z test_type_promotion_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T03:35:22.7082310Z test_type_promotion_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.7082518Z test_type_promotion_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7082726Z test_type_promotion_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T03:35:22.7082930Z test_type_promotion_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7083121Z test_type_promotion_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.7083356Z test_type_promotion_max_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.027s) 2022-11-23T03:35:22.7083583Z test_type_promotion_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.028s) 2022-11-23T03:35:22.7083864Z test_type_promotion_min_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.025s) 2022-11-23T03:35:22.7084094Z test_type_promotion_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.020s) 2022-11-23T03:35:22.7085567Z test_type_promotion_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.7086292Z test_type_promotion_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:35:22.7086501Z test_type_promotion_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.7086718Z test_type_promotion_polar_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.023s) 2022-11-23T03:35:22.7086915Z test_type_promotion_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7087111Z test_type_promotion_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.7087307Z test_type_promotion_rsub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7087667Z test_type_promotion_special_chebyshev_polynomial_t_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.290s) 2022-11-23T03:35:22.7087965Z test_type_promotion_special_chebyshev_polynomial_u_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (3.333s) 2022-11-23T03:35:22.7088298Z test_type_promotion_special_chebyshev_polynomial_v_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-11-23T03:35:22.7088626Z test_type_promotion_special_chebyshev_polynomial_w_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.026s) 2022-11-23T03:35:22.7088864Z test_type_promotion_special_hermite_polynomial_h_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.624s) 2022-11-23T03:35:22.7089177Z test_type_promotion_special_hermite_polynomial_he_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.676s) 2022-11-23T03:35:22.7089441Z test_type_promotion_special_laguerre_polynomial_l_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.927s) 2022-11-23T03:35:22.7089768Z test_type_promotion_special_legendre_polynomial_p_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-11-23T03:35:22.7090106Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.013s) 2022-11-23T03:35:22.7090442Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-11-23T03:35:22.7092057Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:35:22.7092955Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.025s) 2022-11-23T03:35:22.7093177Z test_type_promotion_special_xlog1py_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7093388Z test_type_promotion_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.921s) 2022-11-23T03:35:22.7093584Z test_type_promotion_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.7093792Z test_type_promotion_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.7093991Z test_type_promotion_xlogy_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7094192Z test_xlogy_xlog1py_bfloat16_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:35:22.7094398Z test_xlogy_xlog1py_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7094604Z test_xlogy_xlog1py_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7094812Z test_xlogy_xlog1py_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.7095014Z test_xlogy_xlog1py_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:35:22.7095217Z test_xlogy_xlog1py_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.7095395Z test_xlogy_xlog1py_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.7095586Z test_xlogy_xlog1py_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7095784Z test_xlogy_xlog1py_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7095975Z test_xlogy_xlog1py_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7096179Z test_xlogy_xlog1py_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7096388Z test_xlogy_xlog1py_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.7096707Z test_xlogy_xlog1py_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.7096915Z test_xlogy_xlog1py_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.7097118Z test_xlogy_xlog1py_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7099084Z test_xlogy_xlog1py_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7099320Z test_xlogy_xlog1py_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.7099524Z test_xlogy_xlog1py_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7099725Z test_xlogy_xlog1py_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7100021Z test_xlogy_xlog1py_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.7100244Z test_xlogy_xlog1py_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7100454Z test_xlogy_xlog1py_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7100659Z test_xlogy_xlog1py_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.7100862Z test_xlogy_xlog1py_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7101061Z test_xlogy_xlog1py_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7101250Z test_xlogy_xlog1py_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7101452Z test_xlogy_xlog1py_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7101650Z test_xlogy_xlog1py_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7101854Z test_xlogy_xlog1py_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7102063Z test_xlogy_xlog1py_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7102267Z test_xlogy_xlog1py_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:35:22.7102472Z test_xlogy_xlog1py_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7102671Z test_xlogy_xlog1py_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7102872Z test_xlogy_xlog1py_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.7103071Z test_xlogy_xlog1py_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T03:35:22.7103272Z test_xlogy_xlog1py_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.7103474Z test_xlogy_xlog1py_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T03:35:22.7103677Z test_xlogy_xlog1py_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7105642Z test_xlogy_xlog1py_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.7105866Z test_xlogy_xlog1py_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7106068Z test_xlogy_xlog1py_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7106268Z test_xlogy_xlog1py_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7106460Z test_xlogy_xlog1py_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7106649Z test_xlogy_xlog1py_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.7106832Z test_xlogy_xlog1py_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7107027Z test_xlogy_xlog1py_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7107222Z test_xlogy_xlog1py_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7107538Z test_xlogy_xlog1py_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7107739Z test_xlogy_xlog1py_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7107938Z test_xlogy_xlog1py_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:35:22.7108136Z test_xlogy_xlog1py_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T03:35:22.7108327Z test_xlogy_xlog1py_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7108517Z test_xlogy_xlog1py_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7108718Z test_xlogy_xlog1py_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7108975Z test_xlogy_xlog1py_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7109186Z test_xlogy_xlog1py_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7109394Z test_xlogy_xlog1py_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7109593Z test_xlogy_xlog1py_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7109792Z test_xlogy_xlog1py_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7109989Z test_xlogy_xlog1py_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7110183Z test_xlogy_xlog1py_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7112107Z test_xlogy_xlog1py_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T03:35:22.7112310Z test_xlogy_xlog1py_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7112508Z test_xlogy_xlog1py_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7112711Z test_xlogy_xlog1py_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T03:35:22.7112912Z test_xlogy_xlog1py_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:35:22.7113113Z test_xlogy_xlog1py_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T03:35:22.7113314Z test_xlogy_xlog1py_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7113514Z test_xlogy_xlog1py_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T03:35:22.7113709Z test_xlogy_xlog1py_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T03:35:22.7113900Z test_xlogy_xlog1py_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7114101Z test_xlogy_xlog1py_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7114295Z test_xlogy_xlog1py_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7114490Z test_xlogy_xlog1py_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T03:35:22.7114690Z test_xlogy_xlog1py_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T03:35:22.7114892Z test_xlogy_xlog1py_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T03:35:22.7115093Z test_xlogy_xlog1py_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T03:35:22.7115294Z test_xlogy_xlog1py_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T03:35:22.7115487Z test_xlogy_xlog1py_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T03:35:22.7115676Z test_xlogy_xlog1py_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T03:35:22.7115876Z test_xlogy_xlog1py_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:35:22.7116052Z test_xlogy_xlog1py_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T03:35:22.7116381Z test_xlogy_xlog1py_gradients_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:35:22.7116606Z test_xlogy_xlog1py_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:35:22.7118687Z test_zeta_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7119053Z test_zeta_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7119332Z test_zeta_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:35:22.7119729Z test_zeta_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:35:22.7120023Z test_zeta_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7120293Z test_zeta_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7120561Z test_zeta_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7120824Z test_zeta_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:35:22.7121097Z test_zeta_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7121381Z test_zeta_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.012s) 2022-11-23T03:35:22.7121661Z test_zeta_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:35:22.7121939Z test_zeta_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7122215Z test_zeta_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:35:22.7122490Z test_zeta_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7122765Z test_zeta_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:35:22.7123037Z test_zeta_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7125087Z test_zeta_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7125402Z test_zeta_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:35:22.7125682Z test_zeta_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7125959Z test_zeta_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7126233Z test_zeta_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7126505Z test_zeta_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:35:22.7126777Z test_zeta_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7127166Z test_zeta_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:35:22.7127440Z test_zeta_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7127713Z test_zeta_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:35:22.7127980Z test_zeta_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7128922Z test_zeta_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7129259Z test_zeta_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:35:22.7129525Z test_zeta_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7131619Z test_zeta_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7131915Z test_zeta_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:35:22.7132165Z test_zeta_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:35:22.7132443Z test_zeta_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7132722Z test_zeta_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7132989Z test_zeta_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7133254Z test_zeta_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7133515Z test_zeta_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7133782Z test_zeta_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7134044Z test_zeta_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7134314Z test_zeta_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:35:22.7134588Z test_zeta_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:35:22.7134863Z test_zeta_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T03:35:22.7135130Z test_zeta_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7135391Z test_zeta_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7135655Z test_zeta_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:35:22.7136055Z test_zeta_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7138071Z test_zeta_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:35:22.7138372Z test_zeta_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7138645Z test_zeta_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7138918Z test_zeta_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:35:22.7139335Z test_zeta_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:35:22.7139627Z test_zeta_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T03:35:22.7139885Z test_zeta_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7140150Z test_zeta_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7140409Z test_zeta_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7140672Z test_zeta_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7140949Z test_zeta_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7141227Z test_zeta_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7141495Z test_zeta_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T03:35:22.7141760Z test_zeta_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7142033Z test_zeta_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:35:22.7142304Z test_zeta_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:35:22.7142576Z test_zeta_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:35:22.7142592Z 2022-11-23T03:35:22.7144539Z ---------------------------------------------------------------------- 2022-11-23T03:35:22.7144674Z Ran 8341 tests in 221.343s 2022-11-23T03:35:22.7144683Z 2022-11-23T03:35:22.7144813Z OK (skipped=644, expected failures=24) 2022-11-23T03:35:22.7144820Z 2022-11-23T03:35:22.7144932Z Generating XML reports... 2022-11-23T03:35:22.7145237Z Generated XML report: test-reports\python-unittest\test_binary_ufuncs\TEST-TestBinaryUfuncsCUDA-20221123033138.xml 2022-11-23T03:35:22.7145262Z 2022-11-23T03:35:22.7145675Z ##[endgroup] 2022-11-23T03:35:22.7146002Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_x5zt5loc) 2022-11-23T03:35:22.7146010Z 2022-11-23T03:35:27.0968240Z Running test_sparse ... [2022-11-23 03:35:27.089536] 2022-11-23T03:35:27.0975860Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:35:27.089536] 2022-11-23T03:35:27.0978518Z Ignoring disabled issues: [] 2022-11-23T03:36:30.3102492Z 2022-11-23T03:36:30.3103477Z Expand the folded group to see the log file of test_sparse 2022-11-23T03:36:30.3104849Z ##[group]PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_czgyxmig) 2022-11-23T03:36:30.3126439Z C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:40: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T03:36:30.3127487Z IS_WINDOWS and torch.version.cuda and LooseVersion(torch.version.cuda) > "11.2" 2022-11-23T03:36:30.3127747Z 2022-11-23T03:36:30.3127846Z Running tests... 2022-11-23T03:36:30.3131351Z ---------------------------------------------------------------------- 2022-11-23T03:36:30.3132686Z Test results will be stored in test-reports\python-unittest\test_sparse 2022-11-23T03:36:30.3135225Z test_Sparse_to_Sparse_copy__cuda_bfloat16 (__main__.TestSparseCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:747: 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 C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T03:36:30.3137513Z self.assertEqual(None, x1.grad) 2022-11-23T03:36:30.3138000Z ok (2.804s) 2022-11-23T03:36:30.3139396Z test_Sparse_to_Sparse_copy__cuda_complex128 (__main__.TestSparseCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:719: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T03:36:30.3140464Z x1 = x1.to(torch.float32) 2022-11-23T03:36:30.3140897Z ok (0.377s) 2022-11-23T03:36:30.3141225Z test_Sparse_to_Sparse_copy__cuda_float64 (__main__.TestSparseCUDA) ... ok (0.029s) 2022-11-23T03:36:30.3142063Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_complex128 (__main__.TestSparseCUDA) ... skip: no multi-GPU (0.000s) 2022-11-23T03:36:30.3142987Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_float64 (__main__.TestSparseCUDA) ... skip: no multi-GPU (0.006s) 2022-11-23T03:36:30.3143736Z test_add_dense_sparse_mismatch_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3144221Z test_add_dense_sparse_mismatch_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3145004Z test_add_noncontiguous_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.014s) 2022-11-23T03:36:30.3145749Z test_add_noncontiguous_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3146638Z test_add_sub_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3147460Z test_add_sub_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3148260Z test_add_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-11-23T03:36:30.3148922Z test_add_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-11-23T03:36:30.3149586Z test_any_cuda (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3150247Z test_asin_arcsin_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.043s) 2022-11-23T03:36:30.3150776Z test_asin_arcsin_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-11-23T03:36:30.3151490Z test_asin_arcsin_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.043s) 2022-11-23T03:36:30.3152210Z test_asin_arcsin_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-11-23T03:36:30.3153020Z test_asin_arcsin_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-11-23T03:36:30.3153864Z test_asin_arcsin_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.026s) 2022-11-23T03:36:30.3154695Z test_asin_arcsin_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.027s) 2022-11-23T03:36:30.3155397Z test_assign_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3156124Z test_basic_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-11-23T03:36:30.3156802Z test_basic_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.042s) 2022-11-23T03:36:30.3157500Z test_basic_ops_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.592s) 2022-11-23T03:36:30.3158357Z test_bmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: bmm sparse-dense CUDA is not yet supported in Windows, at least up to CUDA 10.1 (0.010s) 2022-11-23T03:36:30.3159382Z test_bmm_cuda_version_error_cuda_float64 (__main__.TestSparseCUDA) ... skip: this test ensures bmm gives error if CUDA version is less than 10.1 (0.000s) 2022-11-23T03:36:30.3160617Z test_bmm_deterministic_cuda_float64 (__main__.TestSparseCUDA) ... skip: bmm sparse-dense CUDA is not yet supported in Windows, at least up to CUDA 10.1 (0.010s) 2022-11-23T03:36:30.3161949Z test_bmm_windows_error_cuda_float64 (__main__.TestSparseCUDA) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.000s) 2022-11-23T03:36:30.3162843Z test_cat_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.067s) 2022-11-23T03:36:30.3163489Z test_cat_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.062s) 2022-11-23T03:36:30.3164185Z test_change_tensor_metadata_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3164939Z test_change_tensor_metadata_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3165637Z test_clone_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.013s) 2022-11-23T03:36:30.3166283Z test_clone_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.013s) 2022-11-23T03:36:30.3167070Z test_coalesce_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.039s) 2022-11-23T03:36:30.3167853Z test_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-11-23T03:36:30.3168689Z test_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.043s) 2022-11-23T03:36:30.3169454Z test_coalesce_reference_cycle_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3171070Z test_coalesce_transpose_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:36:30.3171920Z test_constructor_device_legacy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:36:30.3172611Z test_contig_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-11-23T03:36:30.3173272Z test_contig_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-11-23T03:36:30.3173682Z test_contig_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3174298Z test_contig_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-11-23T03:36:30.3174983Z test_ctor_large_sizes_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3175580Z test_ctor_size_checks_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3175996Z test_ctor_size_checks_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3176383Z test_cuda_empty_cuda (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3176766Z test_div_by_sparse_error_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3177171Z test_div_rounding_mode_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-11-23T03:36:30.3177577Z test_div_rounding_mode_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3177950Z test_dsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (1.389s) 2022-11-23T03:36:30.3178352Z test_dtypes_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:36:30.3178771Z test_empty_full_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:36:30.3179482Z test_empty_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.024s) 2022-11-23T03:36:30.3180136Z test_empty_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-11-23T03:36:30.3180951Z test_factory_copy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:36:30.3181711Z test_factory_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:36:30.3182178Z test_factory_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:36:30.3182619Z test_factory_cuda_float16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:36:30.3183052Z test_factory_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:36:30.3183616Z test_factory_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:36:30.3184055Z test_factory_default_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3184470Z test_factory_dense_dim_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3184874Z test_factory_dense_dim_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3185293Z test_factory_device_type_inference_cuda (__main__.TestSparseCUDA) ... ok (0.013s) 2022-11-23T03:36:30.3185712Z test_factory_empty_indices_cuda (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3186117Z test_factory_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3186511Z test_factory_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3187092Z test_factory_nnz_zero_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3187502Z test_factory_nnz_zero_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-11-23T03:36:30.3188196Z test_factory_size_check_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.014s) 2022-11-23T03:36:30.3188627Z test_factory_size_check_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.013s) 2022-11-23T03:36:30.3189087Z test_factory_type_inference_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:36:30.3189583Z test_factory_type_inference_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:36:30.3190077Z test_factory_type_inference_cuda_float16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:36:30.3190610Z test_factory_type_inference_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:36:30.3191074Z test_factory_type_inference_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:36:30.3191559Z test_factory_type_inference_cuda_int64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:36:30.3192005Z test_floor_divide_by_sparse_error_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3192434Z test_full_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.067s) 2022-11-23T03:36:30.3192856Z test_full_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.087s) 2022-11-23T03:36:30.3193247Z test_hsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.041s) 2022-11-23T03:36:30.3193619Z test_index_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.218s) 2022-11-23T03:36:30.3194020Z test_index_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.197s) 2022-11-23T03:36:30.3194469Z test_index_select_empty_and_non_contiguous_index_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-11-23T03:36:30.3194959Z test_index_select_empty_and_non_contiguous_index_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.019s) 2022-11-23T03:36:30.3195444Z test_index_select_exhaustive_index_large_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.244s) 2022-11-23T03:36:30.3195915Z test_index_select_exhaustive_index_large_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.274s) 2022-11-23T03:36:30.3196516Z test_index_select_exhaustive_index_small_cuda_complex128 (__main__.TestSparseCUDA) ... ok (1.281s) 2022-11-23T03:36:30.3196967Z test_index_select_exhaustive_index_small_cuda_float64 (__main__.TestSparseCUDA) ... ok (1.193s) 2022-11-23T03:36:30.3197416Z test_index_select_parallelization_cuda_complex128 (__main__.TestSparseCUDA) 2022-11-23T03:36:30.3197881Z Test with sizes that will trigger parallelization (i.e. with sizes ... skip: Only runs on cpu (0.003s) 2022-11-23T03:36:30.3198496Z test_index_select_parallelization_cuda_float64 (__main__.TestSparseCUDA) 2022-11-23T03:36:30.3199052Z Test with sizes that will trigger parallelization (i.e. with sizes ... skip: Only runs on cpu (0.003s) 2022-11-23T03:36:30.3199714Z test_is_nonzero_cuda (__main__.TestSparseCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3200102Z test_is_sparse_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3200452Z test_isnan_cuda (__main__.TestSparseCUDA) ... ok (0.007s) 2022-11-23T03:36:30.3201242Z test_legacy_constructor_cuda (__main__.TestSparseCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:36:30.3201956Z warnings.warn(message, UserWarning) 2022-11-23T03:36:30.3202218Z ok (0.005s) 2022-11-23T03:36:30.3202516Z test_legacy_new_cuda (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3202891Z test_log1p_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-11-23T03:36:30.3203269Z test_log1p_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3203625Z test_log1p_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-11-23T03:36:30.3204018Z test_log1p_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3204384Z test_log1p_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-11-23T03:36:30.3204748Z test_log1p_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.024s) 2022-11-23T03:36:30.3205106Z test_log1p_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-11-23T03:36:30.3205507Z test_mm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:36:30.3205915Z test_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:36:30.3206303Z test_mv_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.079s) 2022-11-23T03:36:30.3206680Z test_narrow_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.114s) 2022-11-23T03:36:30.3207065Z test_narrow_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.103s) 2022-11-23T03:36:30.3207464Z test_neg_negative_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.294s) 2022-11-23T03:36:30.3207867Z test_neg_negative_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-11-23T03:36:30.3208237Z test_new_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.014s) 2022-11-23T03:36:30.3208612Z test_new_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-11-23T03:36:30.3209034Z test_new_device_multi_gpu_cuda (__main__.TestSparseCUDA) ... skip: only one GPU detected (0.001s) 2022-11-23T03:36:30.3209467Z test_new_device_single_gpu_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3209854Z test_norm_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.022s) 2022-11-23T03:36:30.3210229Z test_norm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-11-23T03:36:30.3210593Z test_permute_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.417s) 2022-11-23T03:36:30.3210979Z test_permute_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.241s) 2022-11-23T03:36:30.3211364Z test_pickle_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.028s) 2022-11-23T03:36:30.3211761Z test_print_coalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.025s) 2022-11-23T03:36:30.3212284Z test_print_uncoalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.016s) 2022-11-23T03:36:30.3212674Z test_resize_as_cuda (__main__.TestSparseCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3213033Z test_resize_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.022s) 2022-11-23T03:36:30.3213418Z test_resize_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.022s) 2022-11-23T03:36:30.3213830Z test_saddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:36:30.3214265Z test_saddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:36:30.3214864Z test_same_gpu_cuda (__main__.TestSparseCUDA) ... skip: fewer than 2 devices detected (0.006s) 2022-11-23T03:36:30.3215636Z test_scalar_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3216051Z test_scalar_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3216441Z test_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.194s) 2022-11-23T03:36:30.3216820Z test_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.185s) 2022-11-23T03:36:30.3217219Z test_select_no_type_promotion_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3217643Z test_select_no_type_promotion_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3218069Z test_select_no_type_promotion_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3218485Z test_select_no_type_promotion_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3218892Z test_select_no_type_promotion_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3219298Z test_shared_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3219683Z test_shared_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3220073Z test_small_nnz_coalesced_cuda (__main__.TestSparseCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3220469Z test_softmax_cuda_float64 (__main__.TestSparseCUDA) ... ok (2.282s) 2022-11-23T03:36:30.3220858Z test_softmax_zero_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3221228Z test_spadd_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.197s) 2022-11-23T03:36:30.3221627Z test_sparse_add_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3222055Z test_sparse_add_coalesce_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3222479Z test_sparse_add_coalesce_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3222891Z test_sparse_add_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3223322Z test_sparse_add_out_bfloat16_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3223735Z test_sparse_add_out_bfloat16_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-11-23T03:36:30.3224266Z test_sparse_addmm_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-11-23T03:36:30.3224844Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-11-23T03:36:30.3225410Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.000s) 2022-11-23T03:36:30.3225884Z test_sparse_bool_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3226284Z test_sparse_bool_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3226698Z test_sparse_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.035s) 2022-11-23T03:36:30.3227106Z test_sparse_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-11-23T03:36:30.3227644Z test_sparse_dense_mul_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.bfloat16, device=cuda:0 runs only with coalesced inputs (0.177s) 2022-11-23T03:36:30.3228374Z test_sparse_dense_mul_cuda_bool (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.bool, device=cuda:0 runs only with coalesced inputs (0.015s) 2022-11-23T03:36:30.3228882Z test_sparse_dense_mul_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.403s) 2022-11-23T03:36:30.3229297Z test_sparse_dense_mul_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.416s) 2022-11-23T03:36:30.3229825Z test_sparse_dense_mul_cuda_float16 (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.float16, device=cuda:0 runs only with coalesced inputs (0.180s) 2022-11-23T03:36:30.3230325Z test_sparse_dense_mul_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.382s) 2022-11-23T03:36:30.3230801Z test_sparse_dense_mul_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.365s) 2022-11-23T03:36:30.3231203Z test_sparse_dense_mul_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.322s) 2022-11-23T03:36:30.3231606Z test_sparse_dense_mul_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.312s) 2022-11-23T03:36:30.3231990Z test_sparse_dense_mul_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.323s) 2022-11-23T03:36:30.3232375Z test_sparse_dense_mul_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.319s) 2022-11-23T03:36:30.3232770Z test_sparse_dense_mul_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.333s) 2022-11-23T03:36:30.3233164Z test_sparse_mask_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.080s) 2022-11-23T03:36:30.3233530Z test_sparse_mask_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.085s) 2022-11-23T03:36:30.3233941Z test_sparse_mask_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.135s) 2022-11-23T03:36:30.3234359Z test_sparse_mask_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.116s) 2022-11-23T03:36:30.3234755Z test_sparse_matmul_cuda_complex128 (__main__.TestSparseCUDA) 2022-11-23T03:36:30.3235194Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (14.475s) 2022-11-23T03:36:30.3235619Z test_sparse_matmul_cuda_complex64 (__main__.TestSparseCUDA) 2022-11-23T03:36:30.3236027Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.919s) 2022-11-23T03:36:30.3236443Z test_sparse_matmul_cuda_float16 (__main__.TestSparseCUDA) 2022-11-23T03:36:30.3236864Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.886s) 2022-11-23T03:36:30.3237278Z test_sparse_matmul_cuda_float32 (__main__.TestSparseCUDA) 2022-11-23T03:36:30.3237697Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.904s) 2022-11-23T03:36:30.3238110Z test_sparse_matmul_cuda_float64 (__main__.TestSparseCUDA) 2022-11-23T03:36:30.3238528Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (7.189s) 2022-11-23T03:36:30.3238939Z test_sparse_mm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.073s) 2022-11-23T03:36:30.3239338Z test_sparse_mul_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-11-23T03:36:30.3239863Z test_sparse_sparse_mul_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.bfloat16, device=cuda:0 runs only with coalesced inputs (0.048s) 2022-11-23T03:36:30.3240387Z test_sparse_sparse_mul_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.094s) 2022-11-23T03:36:30.3240813Z test_sparse_sparse_mul_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.119s) 2022-11-23T03:36:30.3241230Z test_sparse_sparse_mul_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.092s) 2022-11-23T03:36:30.3241619Z test_sparse_sparse_mul_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.115s) 2022-11-23T03:36:30.3242027Z test_sparse_sparse_mul_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.086s) 2022-11-23T03:36:30.3242431Z test_sparse_sparse_mul_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.088s) 2022-11-23T03:36:30.3242836Z test_sparse_sparse_mul_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.086s) 2022-11-23T03:36:30.3243333Z test_sparse_sparse_mul_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.086s) 2022-11-23T03:36:30.3243734Z test_sparse_sparse_mul_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.080s) 2022-11-23T03:36:30.3244159Z test_sparse_spdiags_cuda_bool (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.022s) 2022-11-23T03:36:30.3244608Z test_sparse_spdiags_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T03:36:30.3245078Z test_sparse_spdiags_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:36:30.3245546Z test_sparse_spdiags_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:36:30.3246264Z test_sparse_spdiags_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:36:30.3246918Z test_sparse_spdiags_cuda_int16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:36:30.3247378Z test_sparse_spdiags_cuda_int32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:36:30.3247968Z test_sparse_spdiags_cuda_int64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:36:30.3248398Z test_sparse_spdiags_cuda_int8 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:36:30.3248848Z test_sparse_spdiags_cuda_uint8 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:36:30.3249265Z test_sparse_sum_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.299s) 2022-11-23T03:36:30.3249682Z test_sparse_to_numpy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:36:30.3250130Z test_sspaddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:36:30.3250577Z test_sspaddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:36:30.3250969Z test_storage_not_null_cuda (__main__.TestSparseCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3251348Z test_sum_cuda_bool (__main__.TestSparseCUDA) ... ok (0.024s) 2022-11-23T03:36:30.3251720Z test_sum_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.037s) 2022-11-23T03:36:30.3252097Z test_sum_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.041s) 2022-11-23T03:36:30.3252468Z test_sum_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.046s) 2022-11-23T03:36:30.3252824Z test_sum_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.045s) 2022-11-23T03:36:30.3253169Z test_sum_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.016s) 2022-11-23T03:36:30.3253523Z test_sum_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.040s) 2022-11-23T03:36:30.3253868Z test_sum_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-11-23T03:36:30.3254226Z test_sum_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.029s) 2022-11-23T03:36:30.3254587Z test_sum_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.024s) 2022-11-23T03:36:30.3254967Z test_t_empty_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3255335Z test_t_empty_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3255720Z test_to_dense_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.024s) 2022-11-23T03:36:30.3256108Z test_to_dense_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-11-23T03:36:30.3256495Z test_to_dense_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.026s) 2022-11-23T03:36:30.3256880Z test_to_dense_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-11-23T03:36:30.3257263Z test_to_dense_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.024s) 2022-11-23T03:36:30.3257622Z test_to_dense_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.029s) 2022-11-23T03:36:30.3258026Z test_to_dense_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.030s) 2022-11-23T03:36:30.3258438Z test_to_dense_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3258948Z test_to_sparse_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.128s) 2022-11-23T03:36:30.3259343Z test_to_sparse_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.111s) 2022-11-23T03:36:30.3259743Z test_to_sparse_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.111s) 2022-11-23T03:36:30.3260132Z test_to_sparse_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.105s) 2022-11-23T03:36:30.3260503Z test_to_sparse_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.107s) 2022-11-23T03:36:30.3260885Z test_to_sparse_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.090s) 2022-11-23T03:36:30.3261277Z test_transpose_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.063s) 2022-11-23T03:36:30.3261672Z test_transpose_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.060s) 2022-11-23T03:36:30.3262146Z test_unsqueeze_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.046s) 2022-11-23T03:36:30.3262557Z test_unsqueeze_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.046s) 2022-11-23T03:36:30.3262925Z test_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.450s) 2022-11-23T03:36:30.3263304Z test_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.422s) 2022-11-23T03:36:30.3263693Z test_zeros_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.434s) 2022-11-23T03:36:30.3264084Z test_zeros_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.423s) 2022-11-23T03:36:30.3264526Z test_future_empty_dim_masked_amax_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3264981Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.055s) 2022-11-23T03:36:30.3265417Z test_future_empty_dim_masked_amax_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3265869Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.053s) 2022-11-23T03:36:30.3266321Z test_future_empty_dim_masked_amax_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3266775Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-11-23T03:36:30.3267227Z test_future_empty_dim_masked_amax_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3267676Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-11-23T03:36:30.3268104Z test_future_empty_dim_masked_amax_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3268549Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-11-23T03:36:30.3268998Z test_future_empty_dim_masked_amax_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3269441Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-11-23T03:36:30.3269881Z test_future_empty_dim_masked_amax_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3270325Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.037s) 2022-11-23T03:36:30.3270772Z test_future_empty_dim_masked_amax_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3271194Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-11-23T03:36:30.3271637Z test_future_empty_dim_masked_amax_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3272081Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.052s) 2022-11-23T03:36:30.3272530Z test_future_empty_dim_masked_amin_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3272978Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.055s) 2022-11-23T03:36:30.3273426Z test_future_empty_dim_masked_amin_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3273851Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.055s) 2022-11-23T03:36:30.3274306Z test_future_empty_dim_masked_amin_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3274854Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.050s) 2022-11-23T03:36:30.3275298Z test_future_empty_dim_masked_amin_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3275742Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.067s) 2022-11-23T03:36:30.3276188Z test_future_empty_dim_masked_amin_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3276633Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-11-23T03:36:30.3277060Z test_future_empty_dim_masked_amin_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3277504Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.042s) 2022-11-23T03:36:30.3278020Z test_future_empty_dim_masked_amin_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3278477Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-11-23T03:36:30.3278923Z test_future_empty_dim_masked_amin_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3279359Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-11-23T03:36:30.3279779Z test_future_empty_dim_masked_amin_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3280216Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.045s) 2022-11-23T03:36:30.3280665Z test_future_empty_dim_masked_prod_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3281117Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-11-23T03:36:30.3281556Z test_future_empty_dim_masked_prod_cuda_bool (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3282006Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.042s) 2022-11-23T03:36:30.3282457Z test_future_empty_dim_masked_prod_cuda_complex128 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3282898Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.045s) 2022-11-23T03:36:30.3283355Z test_future_empty_dim_masked_prod_cuda_complex64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3283802Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.044s) 2022-11-23T03:36:30.3284254Z test_future_empty_dim_masked_prod_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3284702Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-11-23T03:36:30.3285147Z test_future_empty_dim_masked_prod_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3285577Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.063s) 2022-11-23T03:36:30.3286030Z test_future_empty_dim_masked_prod_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3286479Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.055s) 2022-11-23T03:36:30.3286925Z test_future_empty_dim_masked_prod_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3287366Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-11-23T03:36:30.3287809Z test_future_empty_dim_masked_prod_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3288247Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.048s) 2022-11-23T03:36:30.3288669Z test_future_empty_dim_masked_prod_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3289113Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-11-23T03:36:30.3289553Z test_future_empty_dim_masked_prod_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3289996Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.052s) 2022-11-23T03:36:30.3290495Z test_future_empty_dim_masked_prod_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3291773Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-11-23T03:36:30.3292204Z test_future_empty_dim_masked_sum_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3292653Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.072s) 2022-11-23T03:36:30.3293094Z test_future_empty_dim_masked_sum_cuda_bool (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3293535Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.054s) 2022-11-23T03:36:30.3293982Z test_future_empty_dim_masked_sum_cuda_complex128 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3294437Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-11-23T03:36:30.3294994Z test_future_empty_dim_masked_sum_cuda_complex64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3295452Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.053s) 2022-11-23T03:36:30.3295897Z test_future_empty_dim_masked_sum_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3296340Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.061s) 2022-11-23T03:36:30.3296789Z test_future_empty_dim_masked_sum_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3297233Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.059s) 2022-11-23T03:36:30.3297673Z test_future_empty_dim_masked_sum_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3298103Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-11-23T03:36:30.3298549Z test_future_empty_dim_masked_sum_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3299000Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-11-23T03:36:30.3299446Z test_future_empty_dim_masked_sum_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3299892Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.054s) 2022-11-23T03:36:30.3300332Z test_future_empty_dim_masked_sum_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3300767Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.044s) 2022-11-23T03:36:30.3301188Z test_future_empty_dim_masked_sum_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3301628Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-11-23T03:36:30.3302070Z test_future_empty_dim_masked_sum_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T03:36:30.3302505Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-11-23T03:36:30.3302876Z test_basic (__main__.TestSparseMeta) ... ok (0.005s) 2022-11-23T03:36:30.3303479Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... ok (0.005s) 2022-11-23T03:36:30.3303872Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... ok (0.006s) 2022-11-23T03:36:30.3304564Z test_inplace_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: In-place abs not supported for complex tensors (0.002s) 2022-11-23T03:36:30.3305332Z test_inplace_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: In-place abs not supported for complex tensors (0.001s) 2022-11-23T03:36:30.3305862Z test_inplace_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3306314Z test_inplace_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3306760Z test_inplace_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3307205Z test_inplace_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3307627Z test_inplace_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3308187Z test_inplace_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3308626Z test_inplace_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3309071Z test_inplace_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3309531Z test_inplace_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3309983Z test_inplace_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3310431Z test_inplace_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3310851Z test_inplace_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3311368Z test_inplace_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3311831Z test_inplace_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3312276Z test_inplace_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3312717Z test_inplace_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3313164Z test_inplace_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3313606Z test_inplace_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3314065Z test_inplace_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3314516Z test_inplace_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3314974Z test_inplace_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3315420Z test_inplace_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3315866Z test_inplace_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3316312Z test_inplace_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3316742Z test_inplace_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3317256Z test_inplace_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3317712Z test_inplace_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3318158Z test_inplace_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3318611Z test_inplace_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3319049Z test_inplace_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3319476Z test_inplace_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3319917Z test_inplace_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3320361Z test_inplace_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3320804Z test_inplace_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3321256Z test_inplace_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3321719Z test_inplace_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3322169Z test_inplace_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3322602Z test_inplace_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3323052Z test_inplace_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3323504Z test_inplace_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3323944Z test_inplace_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3324490Z test_inplace_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3324941Z test_inplace_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3325365Z test_inplace_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3325812Z test_inplace_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3326253Z test_inplace_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3326695Z test_inplace_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3327134Z test_inplace_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3327648Z test_inplace_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3328107Z test_inplace_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3328591Z test_inplace_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3329146Z test_inplace_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.007s) 2022-11-23T03:36:30.3329686Z test_inplace_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3330223Z test_inplace_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3330757Z test_inplace_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3331298Z test_inplace_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3331823Z test_inplace_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3332336Z test_inplace_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3332860Z test_inplace_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3333448Z test_inplace_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T03:36:30.3334091Z test_inplace_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T03:36:30.3334725Z test_inplace_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.002s) 2022-11-23T03:36:30.3335356Z test_inplace_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T03:36:30.3335979Z test_inplace_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.003s) 2022-11-23T03:36:30.3336598Z test_inplace_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T03:36:30.3337216Z test_inplace_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.002s) 2022-11-23T03:36:30.3337815Z test_inplace_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T03:36:30.3338438Z test_inplace_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T03:36:30.3338965Z test_inplace_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3339531Z test_inplace_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3339990Z test_inplace_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3340441Z test_inplace_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3340888Z test_inplace_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3341318Z test_inplace_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3341770Z test_inplace_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:36:30.3342221Z test_inplace_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3342742Z test_inplace_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3343200Z test_inplace_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3343643Z test_inplace_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3344081Z test_inplace_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3344495Z test_inplace_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3344936Z test_inplace_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3345371Z test_inplace_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3345815Z test_inplace_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3346262Z test_inplace_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3346709Z test_inplace_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3347135Z test_inplace_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3347579Z test_inplace_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3348022Z test_inplace_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3348469Z test_inplace_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3348916Z test_inplace_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3349362Z test_inplace_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3349802Z test_inplace_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3350228Z test_inplace_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3350672Z test_inplace_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3351112Z test_inplace_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3351556Z test_inplace_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3352004Z test_inplace_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3352500Z test_inplace_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3353033Z test_inplace_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3353582Z test_inplace_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.011s) 2022-11-23T03:36:30.3354120Z test_inplace_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3354659Z test_inplace_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3355289Z test_inplace_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3355819Z test_inplace_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3356345Z test_inplace_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3356873Z test_inplace_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3357397Z test_inplace_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3357942Z test_inplace_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.004s) 2022-11-23T03:36:30.3358561Z test_inplace_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T03:36:30.3359122Z test_inplace_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.004s) 2022-11-23T03:36:30.3359654Z test_inplace_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T03:36:30.3360179Z test_inplace_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T03:36:30.3360703Z test_inplace_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3361224Z test_inplace_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3361736Z test_inplace_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3362278Z test_inplace_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3362830Z test_inplace_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T03:36:30.3363372Z test_inplace_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3363914Z test_inplace_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T03:36:30.3364448Z test_inplace_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3364986Z test_inplace_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3365505Z test_inplace_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3366059Z test_inplace_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T03:36:30.3366609Z test_inplace_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3367148Z test_inplace_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T03:36:30.3367688Z test_inplace_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3368222Z test_inplace_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3368752Z test_inplace_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3369298Z test_inplace_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3369772Z test_inplace_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3370330Z test_inplace_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3370780Z test_inplace_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3371226Z test_inplace_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3371668Z test_inplace_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3372107Z test_inplace_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3372548Z test_inplace_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3391540Z test_inplace_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3393159Z test_inplace_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3393693Z test_inplace_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3394158Z test_inplace_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3394598Z test_inplace_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3395048Z test_inplace_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3395496Z test_inplace_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3395945Z test_inplace_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3396398Z test_inplace_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.268s) 2022-11-23T03:36:30.3396853Z test_inplace_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3397280Z test_inplace_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3397725Z test_inplace_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3398170Z test_inplace_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3398602Z test_inplace_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3399032Z test_inplace_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3399468Z test_inplace_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3399985Z test_inplace_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3400547Z test_inplace_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3401130Z test_inplace_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3401700Z test_inplace_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3402264Z test_inplace_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.011s) 2022-11-23T03:36:30.3402825Z test_inplace_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3403390Z test_inplace_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3403952Z test_inplace_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3404514Z test_inplace_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3405046Z test_inplace_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3406241Z test_inplace_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3407380Z test_inplace_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3408052Z test_inplace_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3408586Z test_inplace_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3409119Z test_inplace_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3409794Z test_inplace_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3410322Z test_inplace_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3410772Z test_inplace_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3411225Z test_inplace_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3411678Z test_inplace_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3412124Z test_inplace_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3412582Z test_inplace_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3413223Z test_inplace_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3413654Z test_inplace_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3414364Z test_inplace_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3414841Z test_inplace_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3415286Z test_inplace_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3415726Z test_inplace_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3416162Z test_inplace_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3416604Z test_inplace_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3417030Z test_inplace_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.312s) 2022-11-23T03:36:30.3417485Z test_inplace_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.378s) 2022-11-23T03:36:30.3417932Z test_inplace_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3418377Z test_inplace_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3418816Z test_inplace_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3419247Z test_inplace_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3419660Z test_inplace_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3420256Z test_inplace_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3420694Z test_inplace_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3421261Z test_inplace_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3421856Z test_inplace_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3422297Z test_inplace_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3422737Z test_inplace_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3423153Z test_inplace_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3423714Z test_inplace_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3424152Z test_inplace_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3424645Z test_inplace_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3425191Z test_inplace_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3425735Z test_inplace_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.012s) 2022-11-23T03:36:30.3426270Z test_inplace_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3426862Z test_inplace_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3427611Z test_inplace_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3428268Z test_inplace_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T03:36:30.3428893Z test_inplace_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3429348Z test_inplace_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3429796Z test_inplace_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3430232Z test_inplace_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3430654Z test_inplace_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3431135Z test_inplace_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3431573Z test_inplace_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3432003Z test_inplace_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3432435Z test_inplace_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3432880Z test_inplace_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3433318Z test_inplace_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3433771Z test_inplace_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3434388Z test_inplace_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3434826Z test_inplace_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3435403Z test_inplace_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:36:30.3435994Z test_inplace_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3436427Z test_inplace_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3436844Z test_inplace_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3437294Z test_inplace_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.681s) 2022-11-23T03:36:30.3437748Z test_inplace_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.751s) 2022-11-23T03:36:30.3438196Z test_inplace_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3438637Z test_inplace_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3439076Z test_inplace_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3439492Z test_inplace_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3440046Z test_inplace_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3440479Z test_inplace_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3440912Z test_inplace_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3441518Z test_inplace_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3441971Z test_inplace_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3442675Z test_inplace_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3443143Z test_inplace_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3443674Z test_inplace_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3444124Z test_inplace_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3444558Z test_inplace_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3444991Z test_inplace_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3445426Z test_inplace_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:36:30.3445853Z test_inplace_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3446308Z test_inplace_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3446758Z test_inplace_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3447198Z test_inplace_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3447634Z test_inplace_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3448167Z test_inplace_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3448676Z test_inplace_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3449094Z test_inplace_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3449786Z test_inplace_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3450254Z test_inplace_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3450701Z test_inplace_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3451147Z test_inplace_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3451585Z test_inplace_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3452003Z test_inplace_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3452442Z test_inplace_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3452883Z test_inplace_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3453321Z test_out_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:36:30.3453755Z test_out_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.265s) 2022-11-23T03:36:30.3454190Z test_out_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:36:30.3454621Z test_out_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3455028Z test_out_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3455611Z test_out_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3456036Z test_out_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3456593Z test_out_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3457295Z test_out_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3457729Z test_out_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3458152Z test_out_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3458586Z test_out_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3459015Z test_out_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3459438Z test_out_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3459859Z test_out_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3460277Z test_out_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3460770Z test_out_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3461223Z test_out_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3461656Z test_out_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3462100Z test_out_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3462690Z test_out_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3463119Z test_out_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3463696Z test_out_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3464254Z test_out_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3464677Z test_out_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3465103Z test_out_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3465530Z test_out_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3465969Z test_out_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3466415Z test_out_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3466835Z test_out_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3467269Z test_out_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3467694Z test_out_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3468113Z test_out_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3468533Z test_out_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3468959Z test_out_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3469511Z test_out_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3469949Z test_out_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3470400Z test_out_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3471120Z test_out_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3471558Z test_out_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3471991Z test_out_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3472419Z test_out_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3472825Z test_out_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3473247Z test_out_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3473674Z test_out_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3474223Z test_out_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3474653Z test_out_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3475080Z test_out_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3475481Z test_out_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3475902Z test_out_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3476320Z test_out_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3476919Z test_out_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3477495Z test_out_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3478207Z test_out_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3478888Z test_out_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3479405Z test_out_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.011s) 2022-11-23T03:36:30.3479923Z test_out_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3480434Z test_out_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3480944Z test_out_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3481452Z test_out_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3481956Z test_out_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3482445Z test_out_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3482905Z test_out_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3483372Z test_out_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3483831Z test_out_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3484432Z test_out_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3484898Z test_out_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3485351Z test_out_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3486068Z test_out_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3486516Z test_out_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3486969Z test_out_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3487408Z test_out_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3487850Z test_out_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3488278Z test_out_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3488707Z test_out_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3489132Z test_out_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3489557Z test_out_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3489988Z test_out_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3490575Z test_out_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3491001Z test_out_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3491574Z test_out_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3492007Z test_out_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3492410Z test_out_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3493148Z test_out_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3493583Z test_out_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3494014Z test_out_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3494527Z test_out_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3494972Z test_out_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3495383Z test_out_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3495808Z test_out_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3496229Z test_out_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3496659Z test_out_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3497088Z test_out_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3497514Z test_out_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3497935Z test_out_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3498441Z test_out_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3498926Z test_out_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3499359Z test_out_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3499930Z test_out_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3500495Z test_out_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3500989Z test_out_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3501508Z test_out_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3502036Z test_out_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3502562Z test_out_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3503074Z test_out_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3503591Z test_out_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3504106Z test_out_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3504615Z test_out_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3505123Z test_out_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3505765Z test_out_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3506307Z test_out_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3506966Z test_out_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3507714Z test_out_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3508233Z test_out_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3508743Z test_out_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3509257Z test_out_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3509748Z test_out_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T03:36:30.3510261Z test_out_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3510822Z test_out_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3511293Z test_out_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3511730Z test_out_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3512165Z test_out_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3512756Z test_out_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3513187Z test_out_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3513623Z test_out_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3514369Z test_out_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3514821Z test_out_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3515257Z test_out_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3515704Z test_out_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3516126Z test_out_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3516576Z test_out_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:36:30.3517025Z test_out_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3517477Z test_out_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3517917Z test_out_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3518365Z test_out_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3518808Z test_out_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3519224Z test_out_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3519797Z test_out_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3520261Z test_out_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3520712Z test_out_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3521457Z test_out_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3521927Z test_out_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3522354Z test_out_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3522793Z test_out_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3523244Z test_out_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3523691Z test_out_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3524257Z test_out_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T03:36:30.3524711Z test_out_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3525158Z test_out_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3525577Z test_out_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3526013Z test_out_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3526451Z test_out_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3527049Z test_out_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3527485Z test_out_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3528301Z test_out_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3528837Z test_out_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3529424Z test_out_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3529997Z test_out_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3530566Z test_out_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3531124Z test_out_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3531680Z test_out_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3532245Z test_out_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3532804Z test_out_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T03:36:30.3533341Z test_out_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3534058Z test_out_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T03:36:30.3534609Z test_out_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3535425Z test_out_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T03:36:30.3535977Z test_out_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3536523Z test_out_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3537069Z test_out_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T03:36:30.3537611Z test_out_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T03:36:30.3538081Z test_out_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3538535Z test_out_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3538991Z test_out_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3539441Z test_out_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3539889Z test_out_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3540339Z test_out_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3540923Z test_out_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3541509Z test_out_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3542105Z test_out_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3542702Z test_out_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3543148Z test_out_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3543591Z test_out_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3544030Z test_out_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3544452Z test_out_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3544993Z test_out_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3545475Z test_out_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3545924Z test_out_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3546362Z test_out_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3546798Z test_out_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3547208Z test_out_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3547638Z test_out_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3548242Z test_out_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3548678Z test_out_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3549254Z test_out_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3549854Z test_out_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3550275Z test_out_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3550715Z test_out_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3551151Z test_out_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3551585Z test_out_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3552065Z test_out_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3552512Z test_out_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3552967Z test_out_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3553398Z test_out_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3553851Z test_out_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3554295Z test_out_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3554744Z test_out_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3555354Z test_out_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3555923Z test_out_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3556511Z test_out_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3556974Z test_out_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3557413Z test_out_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3557848Z test_out_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3558286Z test_out_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3558839Z test_out_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3559273Z test_out_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3559680Z test_out_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3560122Z test_out_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3560578Z test_out_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3561026Z test_out_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3561469Z test_out_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3562086Z test_out_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3562588Z test_out_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3563203Z test_out_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3563797Z test_out_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3564234Z test_out_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3564684Z test_out_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3565147Z test_out_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3565574Z test_out_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3566021Z test_out_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3566462Z test_out_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3566902Z test_out_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3567342Z test_out_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3567782Z test_out_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3568217Z test_out_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3568639Z test_out_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3569268Z test_out_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3569717Z test_out_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3570421Z test_out_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3570876Z test_out_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3571315Z test_out_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3571726Z test_out_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3572164Z test_out_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3572592Z test_out_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3573036Z test_out_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3573494Z test_out_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3573948Z test_out_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3574368Z test_out_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3574808Z test_out_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3575243Z test_out_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3575687Z test_out_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3577265Z test_out_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3577850Z test_out_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3578295Z test_out_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3578720Z test_out_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3579165Z test_out_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3579603Z test_out_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3580043Z test_out_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3580484Z test_out_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3581041Z test_out_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3581521Z test_sparse_consistency_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3582037Z test_sparse_consistency_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3582543Z test_sparse_consistency_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3583198Z test_sparse_consistency_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3583690Z test_sparse_consistency_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3584434Z test_sparse_consistency_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3584952Z test_sparse_consistency_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:36:30.3585413Z test_sparse_consistency_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3585903Z test_sparse_consistency_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3586406Z test_sparse_consistency_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3586910Z test_sparse_consistency_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3587412Z test_sparse_consistency_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3587909Z test_sparse_consistency_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3588405Z test_sparse_consistency_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3588864Z test_sparse_consistency_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3589351Z test_sparse_consistency_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3589984Z test_sparse_consistency_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3590541Z test_sparse_consistency_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3591181Z test_sparse_consistency_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3591854Z test_sparse_consistency_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3592360Z test_sparse_consistency_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3592831Z test_sparse_consistency_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3593328Z test_sparse_consistency_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3593825Z test_sparse_consistency_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3594313Z test_sparse_consistency_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3594918Z test_sparse_consistency_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3595411Z test_sparse_consistency_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3595912Z test_sparse_consistency_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3596397Z test_sparse_consistency_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3597023Z test_sparse_consistency_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3597551Z test_sparse_consistency_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3598254Z test_sparse_consistency_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3598780Z test_sparse_consistency_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3599424Z test_sparse_consistency_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3599915Z test_sparse_consistency_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3600378Z test_sparse_consistency_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3600878Z test_sparse_consistency_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3601388Z test_sparse_consistency_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3601890Z test_sparse_consistency_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3602392Z test_sparse_consistency_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3602885Z test_sparse_consistency_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3603353Z test_sparse_consistency_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3603841Z test_sparse_consistency_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3604325Z test_sparse_consistency_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3604986Z test_sparse_consistency_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3605481Z test_sparse_consistency_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3606257Z test_sparse_consistency_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3606759Z test_sparse_consistency_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3607221Z test_sparse_consistency_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3607710Z test_sparse_consistency_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3608189Z test_sparse_consistency_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3608672Z test_sparse_consistency_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3609168Z test_sparse_consistency_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3609671Z test_sparse_consistency_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3610169Z test_sparse_consistency_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:36:30.3610636Z test_sparse_consistency_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3611128Z test_sparse_consistency_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3611889Z test_sparse_consistency_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3612378Z test_sparse_consistency_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3612989Z test_sparse_consistency_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3613634Z test_sparse_consistency_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3614146Z test_sparse_consistency_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3614657Z test_sparse_consistency_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3615276Z test_sparse_consistency_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3615828Z test_sparse_consistency_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3616350Z test_sparse_consistency_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3616866Z test_sparse_consistency_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3617381Z test_sparse_consistency_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3617896Z test_sparse_consistency_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3618389Z test_sparse_consistency_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3619074Z test_sparse_consistency_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3619583Z test_sparse_consistency_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3620369Z test_sparse_consistency_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3620883Z test_sparse_consistency_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3621388Z test_sparse_consistency_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3621887Z test_sparse_consistency_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3622361Z test_sparse_consistency_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3622855Z test_sparse_consistency_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3623347Z test_sparse_consistency_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3623839Z test_sparse_consistency_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3624324Z test_sparse_consistency_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3624806Z test_sparse_consistency_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3625290Z test_sparse_consistency_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3625905Z test_sparse_consistency_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3626407Z test_sparse_consistency_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3627040Z test_sparse_consistency_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3627683Z test_sparse_consistency_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3628181Z test_sparse_consistency_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3628673Z test_sparse_consistency_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3629280Z test_sparse_consistency_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3629744Z test_sparse_consistency_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3630239Z test_sparse_consistency_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3630740Z test_sparse_consistency_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3631232Z test_sparse_consistency_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3631718Z test_sparse_consistency_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3632287Z test_sparse_consistency_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3632933Z test_sparse_consistency_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3633415Z test_sparse_consistency_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3634010Z test_sparse_consistency_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3634689Z test_sparse_consistency_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3635196Z test_sparse_consistency_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3635704Z test_sparse_consistency_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3636206Z test_sparse_consistency_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3636705Z test_sparse_consistency_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3637174Z test_sparse_consistency_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3637663Z test_sparse_consistency_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3638153Z test_sparse_consistency_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3638640Z test_sparse_consistency_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3639134Z test_sparse_consistency_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3639634Z test_sparse_consistency_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3640299Z test_sparse_consistency_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3640779Z test_sparse_consistency_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3641567Z test_sparse_consistency_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3642072Z test_sparse_consistency_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3642562Z test_sparse_consistency_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3643050Z test_sparse_consistency_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3643536Z test_sparse_consistency_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3644023Z test_sparse_consistency_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3644501Z test_sparse_consistency_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3645007Z test_sparse_consistency_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3645516Z test_sparse_consistency_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3646125Z test_sparse_consistency_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3646618Z test_sparse_consistency_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3647286Z test_sparse_consistency_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3647788Z test_sparse_consistency_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3648544Z test_sparse_consistency_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3649067Z test_sparse_consistency_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3649652Z test_sparse_consistency_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3650174Z test_sparse_consistency_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3650676Z test_sparse_consistency_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3651171Z test_sparse_consistency_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3651673Z test_sparse_consistency_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3652153Z test_sparse_consistency_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3652645Z test_sparse_consistency_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3653141Z test_sparse_consistency_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3653634Z test_sparse_consistency_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3654293Z test_sparse_consistency_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3654789Z test_sparse_consistency_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3655397Z test_sparse_consistency_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3656042Z test_sparse_consistency_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3656555Z test_sparse_consistency_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3657064Z test_sparse_consistency_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3657561Z test_sparse_consistency_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3658066Z test_sparse_consistency_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3658562Z test_sparse_consistency_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3659039Z test_sparse_consistency_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3659537Z test_sparse_consistency_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3660039Z test_sparse_consistency_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3660536Z test_sparse_consistency_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3661172Z test_sparse_consistency_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3661674Z test_sparse_consistency_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3662295Z test_sparse_consistency_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3662912Z test_sparse_consistency_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3663502Z test_sparse_consistency_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3663986Z test_sparse_consistency_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3664502Z test_sparse_consistency_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3665040Z test_sparse_consistency_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3665575Z test_sparse_consistency_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3665836Z test_sparse_consistency_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3666763Z test_sparse_consistency_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3667085Z test_sparse_consistency_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3667344Z test_sparse_consistency_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3667598Z test_sparse_consistency_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3667849Z test_sparse_consistency_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3668239Z test_sparse_consistency_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3668493Z test_sparse_consistency_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3668736Z test_sparse_consistency_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3668974Z test_sparse_consistency_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3669372Z test_sparse_consistency_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3669769Z test_sparse_consistency_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3670019Z test_sparse_consistency_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3670266Z test_sparse_consistency_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3670503Z test_sparse_consistency_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3670745Z test_sparse_consistency_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3670986Z test_sparse_consistency_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3671226Z test_sparse_consistency_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3671470Z test_sparse_consistency_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3671707Z test_sparse_consistency_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3671949Z test_sparse_consistency_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3672180Z test_sparse_consistency_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3672416Z test_sparse_consistency_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3672653Z test_sparse_consistency_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3672888Z test_sparse_consistency_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3673126Z test_sparse_consistency_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3673357Z test_sparse_consistency_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3673708Z test_sparse_consistency_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3673952Z test_sparse_consistency_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3674186Z test_sparse_consistency_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3674415Z test_sparse_consistency_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3674647Z test_sparse_consistency_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3674879Z test_sparse_consistency_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3675347Z test_sparse_consistency_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3675606Z test_sparse_consistency_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3675844Z test_sparse_consistency_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3676083Z test_sparse_consistency_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3676504Z test_sparse_consistency_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3676870Z test_sparse_consistency_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3677109Z test_sparse_consistency_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3677340Z test_sparse_consistency_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3677576Z test_sparse_consistency_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3677810Z test_sparse_consistency_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3678057Z test_sparse_consistency_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3678294Z test_sparse_consistency_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3678533Z test_sparse_consistency_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3678773Z test_sparse_consistency_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3678986Z test_sparse_consistency_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3679224Z test_sparse_consistency_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3679460Z test_sparse_consistency_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3679706Z test_sparse_consistency_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3679946Z test_sparse_consistency_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3680184Z test_sparse_consistency_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3680419Z test_sparse_consistency_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3680653Z test_sparse_consistency_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3680881Z test_sparse_consistency_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3681108Z test_sparse_consistency_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3681342Z test_sparse_consistency_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3681568Z test_sparse_consistency_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3681922Z test_sparse_consistency_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3682321Z test_sparse_consistency_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3682568Z test_sparse_consistency_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3682806Z test_sparse_consistency_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3683040Z test_sparse_consistency_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3683366Z test_sparse_consistency_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3683844Z test_sparse_consistency_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3684113Z test_sparse_consistency_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3684350Z test_sparse_consistency_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3684569Z test_sparse_consistency_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3684810Z test_sparse_consistency_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3685051Z test_sparse_consistency_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3685290Z test_sparse_consistency_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3685520Z test_sparse_consistency_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3685753Z test_sparse_consistency_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3685987Z test_sparse_consistency_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3686221Z test_sparse_consistency_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3686447Z test_sparse_consistency_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3686689Z test_sparse_consistency_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3686932Z test_sparse_consistency_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3687171Z test_sparse_consistency_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3687407Z test_sparse_consistency_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3687635Z test_sparse_consistency_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3687869Z test_sparse_consistency_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3688098Z test_sparse_consistency_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3688331Z test_sparse_consistency_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3688564Z test_sparse_consistency_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3688809Z test_sparse_consistency_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3689051Z test_sparse_consistency_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3689447Z test_sparse_consistency_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3689669Z test_sparse_consistency_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3689908Z test_sparse_consistency_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3690362Z test_sparse_consistency_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3690789Z test_sparse_consistency_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3691038Z test_sparse_consistency_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3691266Z test_sparse_consistency_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3691505Z test_sparse_consistency_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3691744Z test_sparse_consistency_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3691980Z test_sparse_consistency_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3692302Z test_sparse_consistency_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3692558Z test_sparse_consistency_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3692794Z test_sparse_consistency_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3693026Z test_sparse_consistency_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3693261Z test_sparse_fn_grad_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T03:36:30.3693489Z test_sparse_fn_grad_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3693792Z test_sparse_fn_grad_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3694092Z test_sparse_fn_grad_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3694399Z test_sparse_fn_grad_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3694702Z test_sparse_fn_grad_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3694999Z test_sparse_fn_grad_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3695288Z test_sparse_fn_grad_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3695589Z test_sparse_fn_grad_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3695882Z test_sparse_fn_grad_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3696190Z test_sparse_fn_grad_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:36:30.3696495Z test_sparse_fn_grad_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T03:36:30.3696721Z test_sparse_fn_grad_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T03:36:30.3696976Z test_sparse_fn_grad_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T03:36:30.3697222Z test_sparse_fn_grad_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:36:30.3697612Z test_sparse_fn_grad_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3698061Z test_sparse_fn_grad_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3698366Z test_sparse_fn_grad_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3698599Z test_sparse_fn_grad_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3698929Z test_sparse_fn_grad_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T03:36:30.3699230Z test_sparse_fn_grad_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T03:36:30.3699522Z test_sparse_fn_grad_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T03:36:30.3699822Z test_sparse_fn_grad_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T03:36:30.3700113Z test_sparse_fn_grad_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T03:36:30.3700476Z test_sparse_fn_grad_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T03:36:30.3700788Z test_sparse_fn_grad_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T03:36:30.3701564Z test_sparse_fn_grad_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: log1p_backward: received self with sparse layout, but backward requires materialization of a dense tensor with this shape (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\FunctionsManual.cpp:4849.) 2022-11-23T03:36:30.3701816Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:36:30.3701912Z ok (0.010s) 2022-11-23T03:36:30.3702222Z test_sparse_fn_grad_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.010s) 2022-11-23T03:36:30.3702460Z test_sparse_fn_grad_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T03:36:30.3702694Z test_sparse_fn_grad_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T03:36:30.3702948Z test_sparse_fn_grad_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T03:36:30.3703290Z test_sparse_fn_grad_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T03:36:30.3703596Z test_sparse_fn_grad_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3703837Z test_sparse_fn_grad_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3704068Z test_sparse_fn_grad_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3704351Z test_sparse_fn_grad_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.002s) 2022-11-23T03:36:30.3704929Z test_sparse_fn_grad_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3705176Z test_sparse_fn_grad_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3705474Z test_sparse_fn_grad_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-11-23T03:36:30.3705770Z test_sparse_fn_grad_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3706064Z test_sparse_fn_grad_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3706365Z test_sparse_fn_grad_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.002s) 2022-11-23T03:36:30.3706662Z test_sparse_fn_grad_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3707070Z test_sparse_fn_grad_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3707363Z test_sparse_fn_grad_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.002s) 2022-11-23T03:36:30.3707661Z test_sparse_fn_grad_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3707949Z test_sparse_fn_grad_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3708248Z test_sparse_fn_grad_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T03:36:30.3708613Z test_sparse_fn_grad_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.002s) 2022-11-23T03:36:30.3708867Z test_sparse_fn_grad_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3709109Z test_sparse_zero_dims_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3709348Z test_sparse_zero_dims_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3709579Z test_sparse_zero_dims_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3709809Z test_sparse_zero_dims_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3710036Z test_sparse_zero_dims_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3710365Z test_sparse_zero_dims_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3710646Z test_sparse_zero_dims_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3710877Z test_sparse_zero_dims_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3711100Z test_sparse_zero_dims_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3711344Z test_sparse_zero_dims_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3711720Z test_sparse_zero_dims_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3711934Z test_sparse_zero_dims_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3712165Z test_sparse_zero_dims_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3727112Z test_sparse_zero_dims_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3727785Z test_sparse_zero_dims_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3728265Z test_sparse_zero_dims_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3728718Z test_sparse_zero_dims_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3729214Z test_sparse_zero_dims_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3729767Z test_sparse_zero_dims_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3730659Z test_sparse_zero_dims_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3731159Z test_sparse_zero_dims_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3731613Z test_sparse_zero_dims_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3732079Z test_sparse_zero_dims_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3732642Z test_sparse_zero_dims_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3733401Z test_sparse_zero_dims_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3733943Z test_sparse_zero_dims_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3734516Z test_sparse_zero_dims_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3734974Z test_sparse_zero_dims_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3735443Z test_sparse_zero_dims_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3735877Z test_sparse_zero_dims_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3736493Z test_sparse_zero_dims_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3736970Z test_sparse_zero_dims_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3737427Z test_sparse_zero_dims_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3737859Z test_sparse_zero_dims_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3738295Z test_sparse_zero_dims_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3738675Z test_sparse_zero_dims_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3739112Z test_sparse_zero_dims_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3739709Z test_sparse_zero_dims_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3740184Z test_sparse_zero_dims_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3740644Z test_sparse_zero_dims_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3741268Z test_sparse_zero_dims_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3741740Z test_sparse_zero_dims_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3742181Z test_sparse_zero_dims_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3742607Z test_sparse_zero_dims_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3743053Z test_sparse_zero_dims_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3743486Z test_sparse_zero_dims_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3743935Z test_sparse_zero_dims_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3744376Z test_sparse_zero_dims_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3744811Z test_sparse_zero_dims_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3745238Z test_sparse_zero_dims_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3745679Z test_sparse_zero_dims_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3746093Z test_sparse_zero_dims_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3746548Z test_sparse_zero_dims_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3747095Z test_sparse_zero_dims_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3747559Z test_sparse_zero_dims_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3748091Z test_sparse_zero_dims_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3748585Z test_sparse_zero_dims_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3749204Z test_sparse_zero_dims_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3749642Z test_sparse_zero_dims_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3750094Z test_sparse_zero_dims_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3750550Z test_sparse_zero_dims_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3751059Z test_sparse_zero_dims_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3751564Z test_sparse_zero_dims_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3752195Z test_sparse_zero_dims_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3752720Z test_sparse_zero_dims_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3753211Z test_sparse_zero_dims_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3753679Z test_sparse_zero_dims_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3754251Z test_sparse_zero_dims_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3754728Z test_sparse_zero_dims_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3755289Z test_sparse_zero_dims_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3755821Z test_sparse_zero_dims_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3756294Z test_sparse_zero_dims_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3756744Z test_sparse_zero_dims_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3757205Z test_sparse_zero_dims_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3757669Z test_sparse_zero_dims_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3758120Z test_sparse_zero_dims_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3758579Z test_sparse_zero_dims_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3759041Z test_sparse_zero_dims_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3759482Z test_sparse_zero_dims_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3759909Z test_sparse_zero_dims_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3760337Z test_sparse_zero_dims_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3760771Z test_sparse_zero_dims_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3761293Z test_sparse_zero_dims_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3761732Z test_sparse_zero_dims_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3762243Z test_sparse_zero_dims_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3762779Z test_sparse_zero_dims_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3763236Z test_sparse_zero_dims_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3763680Z test_sparse_zero_dims_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3764124Z test_sparse_zero_dims_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3764757Z test_sparse_zero_dims_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3765201Z test_sparse_zero_dims_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3765667Z test_sparse_zero_dims_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3766108Z test_sparse_zero_dims_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3766554Z test_sparse_zero_dims_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3767009Z test_sparse_zero_dims_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3767591Z test_sparse_zero_dims_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3768184Z test_sparse_zero_dims_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3768645Z test_sparse_zero_dims_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3769160Z test_sparse_zero_dims_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3769676Z test_sparse_zero_dims_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3770150Z test_sparse_zero_dims_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3770612Z test_sparse_zero_dims_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3771061Z test_sparse_zero_dims_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3771510Z test_sparse_zero_dims_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3771958Z test_sparse_zero_dims_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3772434Z test_sparse_zero_dims_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3772882Z test_sparse_zero_dims_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3773326Z test_sparse_zero_dims_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3773779Z test_sparse_zero_dims_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3774262Z test_sparse_zero_dims_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3774734Z test_sparse_zero_dims_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3775289Z test_sparse_zero_dims_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3775765Z test_sparse_zero_dims_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3776293Z test_sparse_zero_dims_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3776823Z test_sparse_zero_dims_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3777268Z test_sparse_zero_dims_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3777729Z test_sparse_zero_dims_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3778192Z test_sparse_zero_dims_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3778680Z test_sparse_zero_dims_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3779155Z test_sparse_zero_dims_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3779629Z test_sparse_zero_dims_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3780096Z test_sparse_zero_dims_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3780751Z test_sparse_zero_dims_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3781211Z test_sparse_zero_dims_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3781687Z test_sparse_zero_dims_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3782261Z test_sparse_zero_dims_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3782780Z test_sparse_zero_dims_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3783323Z test_sparse_zero_dims_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3784102Z test_sparse_zero_dims_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3784655Z test_sparse_zero_dims_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3785195Z test_sparse_zero_dims_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3785723Z test_sparse_zero_dims_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3786246Z test_sparse_zero_dims_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3786744Z test_sparse_zero_dims_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3787241Z test_sparse_zero_dims_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:36:30.3787707Z test_sparse_zero_dims_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3788153Z test_sparse_zero_dims_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3788590Z test_sparse_zero_dims_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3789151Z test_sparse_zero_dims_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3789624Z test_sparse_zero_dims_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3790068Z test_sparse_zero_dims_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3790691Z test_sparse_zero_dims_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3791156Z test_sparse_zero_dims_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3791603Z test_sparse_zero_dims_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3792066Z test_sparse_zero_dims_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3792529Z test_sparse_zero_dims_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3793002Z test_sparse_zero_dims_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3793462Z test_sparse_zero_dims_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3793916Z test_sparse_zero_dims_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3794366Z test_sparse_zero_dims_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3794797Z test_sparse_zero_dims_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3795229Z test_sparse_zero_dims_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3795673Z test_sparse_zero_dims_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3796202Z test_sparse_zero_dims_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3796799Z test_sparse_zero_dims_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3797389Z test_sparse_zero_dims_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3797969Z test_sparse_zero_dims_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3798467Z test_sparse_zero_dims_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3798947Z test_sparse_zero_dims_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3799432Z test_sparse_zero_dims_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3800039Z test_sparse_zero_dims_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3800565Z test_sparse_zero_dims_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3801106Z test_sparse_zero_dims_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3801592Z test_sparse_zero_dims_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3802054Z test_sparse_zero_dims_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3802514Z test_sparse_zero_dims_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3803054Z test_sparse_zero_dims_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3803549Z test_sparse_zero_dims_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3804009Z test_sparse_zero_dims_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3804579Z test_sparse_zero_dims_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3805075Z test_sparse_zero_dims_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3805577Z test_sparse_zero_dims_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3806058Z test_sparse_zero_dims_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3806500Z test_sparse_zero_dims_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3806947Z test_sparse_zero_dims_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3807389Z test_sparse_zero_dims_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3807800Z test_sparse_zero_dims_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3808248Z test_sparse_zero_dims_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3808696Z test_sparse_zero_dims_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3809136Z test_sparse_zero_dims_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3809582Z test_sparse_zero_dims_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3810097Z test_sparse_zero_dims_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3810561Z test_sparse_zero_dims_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3811112Z test_sparse_zero_dims_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3811673Z test_sparse_zero_dims_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3812147Z test_sparse_zero_dims_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3813754Z test_sparse_zero_dims_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3814190Z test_sparse_zero_dims_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3814625Z test_sparse_zero_dims_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3815050Z test_sparse_zero_dims_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3815481Z test_sparse_zero_dims_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3815909Z test_sparse_zero_dims_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3816465Z test_sparse_zero_dims_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3817055Z test_sparse_zero_dims_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3817536Z test_sparse_zero_dims_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3817976Z test_sparse_zero_dims_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3818587Z test_sparse_zero_dims_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3819086Z test_sparse_zero_dims_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3819549Z test_sparse_zero_dims_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3820011Z test_sparse_zero_dims_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3820466Z test_sparse_zero_dims_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3820992Z test_sparse_zero_dims_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3821453Z test_sparse_zero_dims_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3821907Z test_sparse_zero_dims_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3822364Z test_sparse_zero_dims_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3822811Z test_sparse_zero_dims_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3823258Z test_sparse_zero_dims_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3823714Z test_sparse_zero_dims_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3824268Z test_sparse_zero_dims_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3824733Z test_sparse_zero_dims_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3825242Z test_sparse_zero_dims_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3825800Z test_sparse_zero_dims_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3826229Z test_sparse_zero_dims_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3826651Z test_sparse_zero_dims_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3827064Z test_sparse_zero_dims_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3827476Z test_sparse_zero_dims_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3827879Z test_sparse_zero_dims_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3828336Z test_sparse_zero_dims_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3828796Z test_sparse_zero_dims_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3829428Z test_sparse_zero_dims_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3829867Z test_sparse_zero_dims_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3830295Z test_sparse_zero_dims_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3830708Z test_sparse_zero_dims_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3831230Z test_sparse_zero_dims_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3831676Z test_sparse_zero_dims_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3832317Z test_sparse_zero_dims_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3832918Z test_sparse_zero_dims_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T03:36:30.3833362Z test_sparse_zero_dims_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3833798Z test_sparse_zero_dims_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3834233Z test_sparse_zero_dims_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3834657Z test_sparse_zero_dims_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3835073Z test_sparse_zero_dims_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3835495Z test_sparse_zero_dims_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3835914Z test_sparse_zero_dims_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3836351Z test_sparse_zero_dims_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3836822Z test_sparse_zero_dims_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3837250Z test_sparse_zero_dims_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3837690Z test_sparse_zero_dims_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3838242Z test_sparse_zero_dims_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3838711Z test_sparse_zero_dims_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3839259Z test_sparse_zero_dims_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3839745Z test_sparse_zero_dims_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3840176Z test_sparse_zero_dims_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3840595Z test_sparse_zero_dims_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3841059Z test_sparse_zero_dims_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3841498Z test_sparse_zero_dims_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3841935Z test_sparse_zero_dims_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3842385Z test_sparse_zero_dims_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3842809Z test_sparse_zero_dims_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3843245Z test_sparse_zero_dims_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3843697Z test_sparse_zero_dims_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3844133Z test_sparse_zero_dims_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3844732Z test_sparse_zero_dims_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3845290Z test_sparse_zero_dims_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3845756Z test_sparse_zero_dims_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3846204Z test_sparse_zero_dims_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3846712Z test_sparse_zero_dims_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3847235Z test_sparse_zero_dims_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3847816Z test_sparse_zero_dims_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3848292Z test_sparse_zero_dims_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3848742Z test_sparse_zeros_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3849161Z test_sparse_zeros_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3849571Z test_sparse_zeros_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3849996Z test_sparse_zeros_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3850400Z test_sparse_zeros_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3850790Z test_sparse_zeros_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3851197Z test_sparse_zeros_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3851613Z test_sparse_zeros_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3852075Z test_sparse_zeros_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3852614Z test_sparse_zeros_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3853058Z test_sparse_zeros_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3853492Z test_sparse_zeros_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3854079Z test_sparse_zeros_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3854519Z test_sparse_zeros_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3854947Z test_sparse_zeros_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3855370Z test_sparse_zeros_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3855806Z test_sparse_zeros_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3856238Z test_sparse_zeros_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3856696Z test_sparse_zeros_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3857156Z test_sparse_zeros_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3857599Z test_sparse_zeros_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3858031Z test_sparse_zeros_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3858459Z test_sparse_zeros_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3858895Z test_sparse_zeros_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3859330Z test_sparse_zeros_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3859875Z test_sparse_zeros_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3860486Z test_sparse_zeros_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3861065Z test_sparse_zeros_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3861542Z test_sparse_zeros_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3861980Z test_sparse_zeros_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3862416Z test_sparse_zeros_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3862847Z test_sparse_zeros_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3863426Z test_sparse_zeros_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3863908Z test_sparse_zeros_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3864343Z test_sparse_zeros_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3864746Z test_sparse_zeros_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3865195Z test_sparse_zeros_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3865643Z test_sparse_zeros_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3866109Z test_sparse_zeros_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3866625Z test_sparse_zeros_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3867062Z test_sparse_zeros_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3867501Z test_sparse_zeros_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3868095Z test_sparse_zeros_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3868575Z test_sparse_zeros_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3869007Z test_sparse_zeros_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3869438Z test_sparse_zeros_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3869869Z test_sparse_zeros_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3870289Z test_sparse_zeros_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3870718Z test_sparse_zeros_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3871145Z test_sparse_zeros_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3871579Z test_sparse_zeros_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3872021Z test_sparse_zeros_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3872455Z test_sparse_zeros_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3872892Z test_sparse_zeros_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3873295Z test_sparse_zeros_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3873823Z test_sparse_zeros_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3874260Z test_sparse_zeros_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3874807Z test_sparse_zeros_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3875333Z test_sparse_zeros_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3875777Z test_sparse_zeros_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3876375Z test_sparse_zeros_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3876832Z test_sparse_zeros_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3877300Z test_sparse_zeros_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3877770Z test_sparse_zeros_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3878222Z test_sparse_zeros_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3878686Z test_sparse_zeros_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3879285Z test_sparse_zeros_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3879807Z test_sparse_zeros_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3880264Z test_sparse_zeros_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3880840Z test_sparse_zeros_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3881307Z test_sparse_zeros_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3882167Z test_sparse_zeros_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3882609Z test_sparse_zeros_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3883041Z test_sparse_zeros_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3883484Z test_sparse_zeros_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3883912Z test_sparse_zeros_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3884348Z test_sparse_zeros_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3884775Z test_sparse_zeros_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3885210Z test_sparse_zeros_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3885629Z test_sparse_zeros_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3886034Z test_sparse_zeros_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3886441Z test_sparse_zeros_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3886854Z test_sparse_zeros_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3887319Z test_sparse_zeros_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3887894Z test_sparse_zeros_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3888337Z test_sparse_zeros_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3888856Z test_sparse_zeros_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3889407Z test_sparse_zeros_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3889869Z test_sparse_zeros_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3890334Z test_sparse_zeros_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3890906Z test_sparse_zeros_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3891373Z test_sparse_zeros_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3891838Z test_sparse_zeros_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3892468Z test_sparse_zeros_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3892909Z test_sparse_zeros_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3893359Z test_sparse_zeros_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T03:36:30.3893811Z test_sparse_zeros_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3894262Z test_sparse_zeros_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3894819Z test_sparse_zeros_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3895286Z test_sparse_zeros_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3896865Z test_sparse_zeros_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3897399Z test_sparse_zeros_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3897862Z test_sparse_zeros_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3898317Z test_sparse_zeros_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3898767Z test_sparse_zeros_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3899191Z test_sparse_zeros_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3899630Z test_sparse_zeros_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3900071Z test_sparse_zeros_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T03:36:30.3900505Z test_sparse_zeros_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3900979Z test_sparse_zeros_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3901431Z test_sparse_zeros_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3901966Z test_sparse_zeros_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3902466Z test_sparse_zeros_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3902964Z test_sparse_zeros_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3903456Z test_sparse_zeros_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3903887Z test_sparse_zeros_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3904308Z test_sparse_zeros_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3904758Z test_sparse_zeros_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3905220Z test_sparse_zeros_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3905681Z test_sparse_zeros_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3906107Z test_sparse_zeros_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3906512Z test_sparse_zeros_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3906958Z test_sparse_zeros_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3907406Z test_sparse_zeros_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3907915Z test_sparse_zeros_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3908465Z test_sparse_zeros_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3909109Z test_sparse_zeros_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3909956Z test_sparse_zeros_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3910551Z test_sparse_zeros_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3911095Z test_sparse_zeros_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3911631Z test_sparse_zeros_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3912147Z test_sparse_zeros_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3912660Z test_sparse_zeros_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3913330Z test_sparse_zeros_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3913881Z test_sparse_zeros_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3914397Z test_sparse_zeros_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3914905Z test_sparse_zeros_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3915414Z test_sparse_zeros_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3915997Z test_sparse_zeros_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3916543Z test_sparse_zeros_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3917191Z test_sparse_zeros_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3917735Z test_sparse_zeros_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3918271Z test_sparse_zeros_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3918816Z test_sparse_zeros_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3919334Z test_sparse_zeros_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3919852Z test_sparse_zeros_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3920375Z test_sparse_zeros_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3920898Z test_sparse_zeros_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3921395Z test_sparse_zeros_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3921917Z test_sparse_zeros_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3922415Z test_sparse_zeros_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3922986Z test_sparse_zeros_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3923497Z test_sparse_zeros_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3924059Z test_sparse_zeros_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3924608Z test_sparse_zeros_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3925176Z test_sparse_zeros_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3925738Z test_sparse_zeros_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3926298Z test_sparse_zeros_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3926864Z test_sparse_zeros_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3927445Z test_sparse_zeros_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3928216Z test_sparse_zeros_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3928781Z test_sparse_zeros_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3929313Z test_sparse_zeros_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3929926Z test_sparse_zeros_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3930464Z test_sparse_zeros_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3931062Z test_sparse_zeros_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3931730Z test_sparse_zeros_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3932291Z test_sparse_zeros_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3932809Z test_sparse_zeros_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3933329Z test_sparse_zeros_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3933850Z test_sparse_zeros_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3934374Z test_sparse_zeros_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3934897Z test_sparse_zeros_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3935443Z test_sparse_zeros_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3935978Z test_sparse_zeros_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3936602Z test_sparse_zeros_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3937139Z test_sparse_zeros_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T03:36:30.3937744Z test_sparse_zeros_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3938335Z test_sparse_zeros_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3938868Z test_sparse_zeros_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3939379Z test_sparse_zeros_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3939871Z test_sparse_zeros_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3940371Z test_sparse_zeros_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3940894Z test_sparse_zeros_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3941387Z test_sparse_zeros_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3941917Z test_sparse_zeros_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3942438Z test_sparse_zeros_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3942933Z test_sparse_zeros_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3943504Z test_sparse_zeros_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3944017Z test_sparse_zeros_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3944511Z test_sparse_zeros_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3945155Z test_sparse_zeros_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3945695Z test_sparse_zeros_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3946413Z test_sparse_zeros_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3946963Z test_sparse_zeros_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3947469Z test_sparse_zeros_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3947970Z test_sparse_zeros_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3948466Z test_sparse_zeros_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3948969Z test_sparse_zeros_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3949483Z test_sparse_zeros_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3950140Z test_sparse_zeros_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3950792Z test_sparse_zeros_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3951336Z test_sparse_zeros_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3951967Z test_sparse_zeros_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3952489Z test_sparse_zeros_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3953002Z test_sparse_zeros_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3953535Z test_sparse_zeros_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3954066Z test_sparse_zeros_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3954613Z test_sparse_zeros_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3955128Z test_sparse_zeros_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3955632Z test_sparse_zeros_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3956140Z test_sparse_zeros_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3956641Z test_sparse_zeros_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3957156Z test_sparse_zeros_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3957745Z test_sparse_zeros_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3958251Z test_sparse_zeros_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3958824Z test_sparse_zeros_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3959426Z test_sparse_zeros_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3959959Z test_sparse_zeros_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3960478Z test_sparse_zeros_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3960987Z test_sparse_zeros_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3961507Z test_sparse_zeros_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3962003Z test_sparse_zeros_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3962481Z test_sparse_zeros_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3962977Z test_sparse_zeros_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T03:36:30.3963477Z test_sparse_zeros_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3964010Z test_sparse_zeros_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3964813Z test_sparse_zeros_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3965326Z test_sparse_zeros_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3965949Z test_sparse_zeros_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3966464Z test_sparse_zeros_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3966960Z test_sparse_zeros_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3967463Z test_sparse_zeros_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3967955Z test_sparse_zeros_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3968591Z test_sparse_zeros_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3969154Z test_sparse_zeros_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3969671Z test_sparse_zeros_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3970164Z test_sparse_zeros_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3970669Z test_sparse_zeros_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3971155Z test_sparse_zeros_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3971758Z test_sparse_zeros_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3972265Z test_sparse_zeros_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3972842Z test_sparse_zeros_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3973361Z test_sparse_zeros_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3973894Z test_sparse_zeros_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3974404Z test_sparse_zeros_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T03:36:30.3974903Z test_sparse_zeros_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3975411Z test_sparse_zeros_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3975930Z test_sparse_zeros_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3976418Z test_sparse_zeros_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T03:36:30.3976924Z test_sparse_zeros_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T03:36:30.3977431Z test_sparse_zeros_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3977947Z test_sparse_zeros_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3978539Z test_sparse_zeros_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3979078Z test_sparse_zeros_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3979656Z test_sparse_zeros_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3980213Z test_sparse_zeros_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3980719Z test_sparse_zeros_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3981226Z test_sparse_zeros_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T03:36:30.3981726Z test_sparse_zeros_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T03:36:30.3981759Z 2022-11-23T03:36:30.3982206Z ---------------------------------------------------------------------- 2022-11-23T03:36:30.3982637Z Ran 1635 tests in 55.812s 2022-11-23T03:36:30.3982652Z 2022-11-23T03:36:30.3982852Z OK (skipped=198) 2022-11-23T03:36:30.3982889Z 2022-11-23T03:36:30.3983136Z Generating XML reports... 2022-11-23T03:36:30.3983795Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseCUDA-20221123033532.xml 2022-11-23T03:36:30.3984575Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMaskedReductionsCUDA-20221123033532.xml 2022-11-23T03:36:30.3985219Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMeta-20221123033532.xml 2022-11-23T03:36:30.3985984Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseOneOff-20221123033532.xml 2022-11-23T03:36:30.3986995Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseUnaryUfuncsCUDA-20221123033532.xml 2022-11-23T03:36:30.3987022Z 2022-11-23T03:36:30.3987915Z ##[endgroup] 2022-11-23T03:36:30.3988604Z FINISHED PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_czgyxmig) 2022-11-23T03:36:30.3988630Z 2022-11-23T03:36:34.8717564Z Running test_utils ... [2022-11-23 03:36:34.870925] 2022-11-23T03:36:34.8724922Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:36:34.872232] 2022-11-23T03:36:34.8727457Z Ignoring disabled issues: [] 2022-11-23T03:37:14.8861138Z 2022-11-23T03:37:14.8861794Z Expand the folded group to see the log file of test_utils 2022-11-23T03:37:14.8862656Z ##[group]PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_9cst4itl) 2022-11-23T03:37:14.8863277Z 2022-11-23T03:37:14.8863700Z Running tests... 2022-11-23T03:37:14.8864360Z ---------------------------------------------------------------------- 2022-11-23T03:37:14.8866799Z Test results will be stored in test-reports\python-unittest\test_utils 2022-11-23T03:37:14.8867484Z test_assert_scriptable (__main__.TestAssert) ... ok (2.573s) 2022-11-23T03:37:14.8868574Z test_assert_true (__main__.TestAssert) ... ok (0.002s) 2022-11-23T03:37:14.8869270Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: CPU-only test (0.001s) 2022-11-23T03:37:14.8870752Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/85284 for platform(s) linux, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T03:37:14.8872129Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.022s) 2022-11-23T03:37:14.8872925Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.015s) 2022-11-23T03:37:14.8874329Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-11-23T03:37:14.8875770Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-11-23T03:37:14.8876378Z ok (0.006s) 2022-11-23T03:37:14.8876954Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-11-23T03:37:14.8877720Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.008s) 2022-11-23T03:37:14.8878621Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... ok (0.003s) 2022-11-23T03:37:14.8879435Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.003s) 2022-11-23T03:37:14.8880142Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.018s) 2022-11-23T03:37:14.8880982Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... ok (0.013s) 2022-11-23T03:37:14.8881899Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.006s) 2022-11-23T03:37:14.8883241Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.000s) 2022-11-23T03:37:14.8884003Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.015s) 2022-11-23T03:37:14.8884706Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.009s) 2022-11-23T03:37:14.8885515Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... ok (0.019s) 2022-11-23T03:37:14.8886230Z test_smoke (__main__.TestCollectEnv) ... ok (5.276s) 2022-11-23T03:37:14.8886928Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.000s) 2022-11-23T03:37:14.8887787Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.000s) 2022-11-23T03:37:14.8889281Z test_multi_drop (__main__.TestDataLoaderUtils) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:37:14.8890360Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:37:14.8891348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:37:14.8892327Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:37:14.8893295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T03:37:14.8894216Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T03:37:14.8895428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T03:37:14.8896395Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T03:37:14.8896949Z ok (4.756s) 2022-11-23T03:37:14.8897749Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-11-23T03:37:14.8899467Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T03:37:14.8901078Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-11-23T03:37:14.8901971Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-11-23T03:37:14.8902771Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.026s) 2022-11-23T03:37:14.8903524Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-11-23T03:37:14.8904242Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.003s) 2022-11-23T03:37:14.8904998Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-11-23T03:37:14.8905788Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (22.541s) 2022-11-23T03:37:14.8906227Z 2022-11-23T03:37:14.8906594Z ---------------------------------------------------------------------- 2022-11-23T03:37:14.8907283Z Ran 31 tests in 35.328s 2022-11-23T03:37:14.8907599Z 2022-11-23T03:37:14.8907964Z OK (skipped=4) 2022-11-23T03:37:14.8908276Z 2022-11-23T03:37:14.8908519Z Generating XML reports... 2022-11-23T03:37:14.8909328Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestAssert-20221123033638.xml 2022-11-23T03:37:14.8910424Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCheckpoint-20221123033638.xml 2022-11-23T03:37:14.8911543Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCollectEnv-20221123033638.xml 2022-11-23T03:37:14.8912712Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCppExtensionUtils-20221123033638.xml 2022-11-23T03:37:14.8914092Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestDataLoaderUtils-20221123033638.xml 2022-11-23T03:37:14.8915530Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestExtensionUtils-20221123033638.xml 2022-11-23T03:37:14.8916654Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestHipify-20221123033638.xml 2022-11-23T03:37:14.8917748Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestONNXUtils-20221123033638.xml 2022-11-23T03:37:14.8918931Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestStandaloneCPPJIT-20221123033638.xml 2022-11-23T03:37:14.8920181Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestBottleneck-20221123033638.xml 2022-11-23T03:37:14.8920896Z 2022-11-23T03:37:14.8921489Z ##[endgroup] 2022-11-23T03:37:14.8922471Z FINISHED PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_9cst4itl) 2022-11-23T03:37:14.8923109Z 2022-11-23T03:37:19.4385295Z Running test_view_ops ... [2022-11-23 03:37:19.437951] 2022-11-23T03:37:19.4394611Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:37:19.439197] 2022-11-23T03:37:19.4396873Z Ignoring disabled issues: [] 2022-11-23T03:37:53.1617065Z 2022-11-23T03:37:53.1617790Z Expand the folded group to see the log file of test_view_ops 2022-11-23T03:37:53.1624257Z ##[group]PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_q952tr6e) 2022-11-23T03:37:53.1624614Z 2022-11-23T03:37:53.1624731Z Running tests... 2022-11-23T03:37:53.1625080Z ---------------------------------------------------------------------- 2022-11-23T03:37:53.1625508Z Test results will be stored in test-reports\python-unittest\test_view_ops 2022-11-23T03:37:53.1629118Z test_T_cuda (__main__.TestOldViewOpsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:1305: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:3523.) 2022-11-23T03:37:53.1630373Z t1 = a.T 2022-11-23T03:37:53.1630673Z ok (1.899s) 2022-11-23T03:37:53.1631106Z test_atleast_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.708s) 2022-11-23T03:37:53.1631592Z test_atleast_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.720s) 2022-11-23T03:37:53.1632308Z test_atleast_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.581s) 2022-11-23T03:37:53.1633018Z test_atleast_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.587s) 2022-11-23T03:37:53.1633696Z test_atleast_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.560s) 2022-11-23T03:37:53.1634404Z test_atleast_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.274s) 2022-11-23T03:37:53.1635080Z test_atleast_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.274s) 2022-11-23T03:37:53.1635770Z test_atleast_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.274s) 2022-11-23T03:37:53.1636462Z test_atleast_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.272s) 2022-11-23T03:37:53.1637181Z test_atleast_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.264s) 2022-11-23T03:37:53.1637882Z test_atleast_gradient_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.168s) 2022-11-23T03:37:53.1638635Z test_big_transpose_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.025s) 2022-11-23T03:37:53.1639371Z test_broadcast_shapes_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:37:53.1640238Z test_broadcast_tensors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:37:53.1642234Z test_broadcast_to_cuda_bool (__main__.TestOldViewOpsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T03:37:53.1644502Z return torch.as_tensor(tensor_like) 2022-11-23T03:37:53.1644964Z ok (0.973s) 2022-11-23T03:37:53.1645579Z test_broadcast_to_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.020s) 2022-11-23T03:37:53.1646488Z test_broadcast_to_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.019s) 2022-11-23T03:37:53.1647234Z test_broadcast_to_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.019s) 2022-11-23T03:37:53.1647976Z test_broadcast_to_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.020s) 2022-11-23T03:37:53.1648681Z test_broadcast_to_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-11-23T03:37:53.1649372Z test_broadcast_to_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-11-23T03:37:53.1650035Z test_broadcast_to_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.017s) 2022-11-23T03:37:53.1650667Z test_broadcast_to_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.015s) 2022-11-23T03:37:53.1651336Z test_broadcast_to_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.010s) 2022-11-23T03:37:53.1652052Z test_broadcast_to_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.022s) 2022-11-23T03:37:53.1652774Z test_chunk_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:37:53.1653568Z test_conj_neg_view_numpy_error_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:37:53.1655002Z test_contiguous_cuda (__main__.TestOldViewOpsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1656224Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1656657Z ok (0.002s) 2022-11-23T03:37:53.1657217Z test_crow_col_indices_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T03:37:53.1658057Z test_empty_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1658735Z test_expand_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.009s) 2022-11-23T03:37:53.1659544Z test_flatten_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.016s) 2022-11-23T03:37:53.1660224Z test_memory_format_resize__cuda (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1660943Z test_memory_format_resize_as_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1661655Z test_narrow_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:37:53.1662409Z test_narrow_tensor_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:37:53.1663120Z test_python_types_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.010s) 2022-11-23T03:37:53.1663767Z test_ravel_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.013s) 2022-11-23T03:37:53.1664400Z test_reshape_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.008s) 2022-11-23T03:37:53.1665111Z test_reshape_view_semantics_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1665867Z test_reshape_view_semantics_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1666614Z test_reshape_view_semantics_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1667391Z test_reshape_view_semantics_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1668340Z test_reshape_view_semantics_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1669101Z test_reshape_view_semantics_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1669862Z test_reshape_view_semantics_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1670613Z test_reshape_view_semantics_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1671329Z test_reshape_view_semantics_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1672074Z test_reshape_view_semantics_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1672806Z test_reshape_view_semantics_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1673810Z test_reshape_view_semantics_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1674588Z test_resize_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1675344Z test_resize_as_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T03:37:53.1676095Z test_resize_as_preserves_strides_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1676789Z test_resize_overflow_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T03:37:53.1677514Z test_split_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:37:53.1678241Z test_t_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:37:53.1678944Z test_tensor_split_errors_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.013s) 2022-11-23T03:37:53.1679674Z test_tensor_split_indices_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.360s) 2022-11-23T03:37:53.1680444Z test_tensor_split_indices_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.442s) 2022-11-23T03:37:53.1681228Z test_tensor_split_indices_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.446s) 2022-11-23T03:37:53.1681975Z test_tensor_split_indices_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.402s) 2022-11-23T03:37:53.1682722Z test_tensor_split_indices_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.411s) 2022-11-23T03:37:53.1683474Z test_tensor_split_indices_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.401s) 2022-11-23T03:37:53.1684224Z test_tensor_split_indices_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.344s) 2022-11-23T03:37:53.1684974Z test_tensor_split_indices_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.323s) 2022-11-23T03:37:53.1685715Z test_tensor_split_indices_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.307s) 2022-11-23T03:37:53.1686437Z test_tensor_split_indices_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.339s) 2022-11-23T03:37:53.1687178Z test_tensor_split_indices_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.343s) 2022-11-23T03:37:53.1687927Z test_tensor_split_sections_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (1.118s) 2022-11-23T03:37:53.1688681Z test_tensor_split_sections_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (1.553s) 2022-11-23T03:37:53.1689455Z test_tensor_split_sections_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (1.569s) 2022-11-23T03:37:53.1690217Z test_tensor_split_sections_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (1.509s) 2022-11-23T03:37:53.1690977Z test_tensor_split_sections_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (1.514s) 2022-11-23T03:37:53.1691704Z test_tensor_split_sections_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (1.509s) 2022-11-23T03:37:53.1692456Z test_tensor_split_sections_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (1.201s) 2022-11-23T03:37:53.1693209Z test_tensor_split_sections_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (1.126s) 2022-11-23T03:37:53.1694022Z test_tensor_split_sections_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (1.146s) 2022-11-23T03:37:53.1694909Z test_tensor_split_sections_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (1.136s) 2022-11-23T03:37:53.1695660Z test_tensor_split_sections_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (1.188s) 2022-11-23T03:37:53.1696399Z test_transpose_invalid_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1697163Z test_transpose_invalid_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.014s) 2022-11-23T03:37:53.1697985Z test_transpose_invalid_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1698731Z test_transpose_vs_numpy_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.076s) 2022-11-23T03:37:53.1699485Z test_transpose_vs_numpy_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.062s) 2022-11-23T03:37:53.1700350Z test_transpose_vs_numpy_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.039s) 2022-11-23T03:37:53.1701084Z test_transposes_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.011s) 2022-11-23T03:37:53.1701775Z test_transposes_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-11-23T03:37:53.1702495Z test_transposes_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.316s) 2022-11-23T03:37:53.1703220Z test_transposes_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.014s) 2022-11-23T03:37:53.1703938Z test_transposes_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.013s) 2022-11-23T03:37:53.1704648Z test_transposes_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.012s) 2022-11-23T03:37:53.1705344Z test_transposes_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.011s) 2022-11-23T03:37:53.1706010Z test_transposes_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-11-23T03:37:53.1706698Z test_transposes_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1707388Z test_transposes_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-11-23T03:37:53.1708069Z test_transposes_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1708752Z test_transposes_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.010s) 2022-11-23T03:37:53.1709479Z test_transposes_errors_cuda_bfloat16 (__main__.TestOldViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1710200Z test_transposes_errors_cuda_bool (__main__.TestOldViewOpsCUDA) ... ok (0.015s) 2022-11-23T03:37:53.1710948Z test_transposes_errors_cuda_complex128 (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-11-23T03:37:53.1711715Z test_transposes_errors_cuda_complex64 (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-11-23T03:37:53.1712470Z test_transposes_errors_cuda_float16 (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-11-23T03:37:53.1713208Z test_transposes_errors_cuda_float32 (__main__.TestOldViewOpsCUDA) ... ok (0.007s) 2022-11-23T03:37:53.1713960Z test_transposes_errors_cuda_float64 (__main__.TestOldViewOpsCUDA) ... ok (0.006s) 2022-11-23T03:37:53.1714626Z test_transposes_errors_cuda_int16 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1715346Z test_transposes_errors_cuda_int32 (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1716026Z test_transposes_errors_cuda_int64 (__main__.TestOldViewOpsCUDA) ... ok (0.010s) 2022-11-23T03:37:53.1716764Z test_transposes_errors_cuda_int8 (__main__.TestOldViewOpsCUDA) ... ok (0.004s) 2022-11-23T03:37:53.1717482Z test_transposes_errors_cuda_uint8 (__main__.TestOldViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1718222Z test_unsqueeze_cuda (__main__.TestOldViewOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:37:53.1718967Z test_view_all_dtypes_and_devices_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1719632Z test_view_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.084s) 2022-11-23T03:37:53.1720288Z test_view_empty_cuda (__main__.TestOldViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1720921Z test_T_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T03:37:53.1722722Z test_advanced_indexing_assignment_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1723462Z test_advanced_indexing_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1724870Z test_as_strided_gradients_cuda (__main__.TestViewOpsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1726095Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1727385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1728480Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1729642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1730725Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1731878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1732947Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1734104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1735232Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1736381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1737449Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1738601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1739659Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1740832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1741930Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1743093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:37:53.1744191Z warnings.warn(message, UserWarning) 2022-11-23T03:37:53.1744639Z ok (0.199s) 2022-11-23T03:37:53.1745190Z test_as_strided_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1745859Z test_as_strided_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1746583Z test_basic_indexing_ellipses_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1747321Z test_basic_indexing_newaxis_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1748201Z test_basic_indexing_slice_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1749052Z test_chunk_view_cuda (__main__.TestViewOpsCUDA) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-11-23T03:37:53.1749873Z test_conj_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T03:37:53.1750580Z test_conj_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1751248Z test_conj_self_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1751927Z test_conj_self_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1752596Z test_conj_self_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1753378Z test_conj_self_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1754060Z test_conj_self_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1754719Z test_conj_self_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1755341Z test_conj_self_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1755985Z test_conj_self_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1756638Z test_conj_self_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1757333Z test_conj_view_with_shared_memory_cuda (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T03:37:53.1758036Z test_contiguous_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1758713Z test_contiguous_self_cuda (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1759348Z test_diagonal_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1760309Z test_expand_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1761103Z test_expand_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1761771Z test_flatten_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T03:37:53.1762424Z test_flatten_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1763109Z test_imag_noncomplex_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1763793Z test_imag_noncomplex_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.012s) 2022-11-23T03:37:53.1764502Z test_imag_noncomplex_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1765207Z test_imag_noncomplex_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1765898Z test_imag_noncomplex_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1766679Z test_imag_noncomplex_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1767534Z test_imag_noncomplex_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1768233Z test_imag_noncomplex_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1768908Z test_imag_noncomplex_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1769568Z test_movedim_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T03:37:53.1770197Z test_narrow_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1770829Z test_permute_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1771497Z test_real_imag_view_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1772197Z test_real_imag_view_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1772942Z test_reshape_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1773747Z test_reshape_nonview_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1774414Z test_reshape_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1775045Z test_select_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T03:37:53.1775908Z test_set_real_imag_cuda_complex128_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T03:37:53.1776644Z test_set_real_imag_cuda_complex128_bool (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1777368Z test_set_real_imag_cuda_complex128_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1778122Z test_set_real_imag_cuda_complex128_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1778945Z test_set_real_imag_cuda_complex128_float16 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T03:37:53.1779738Z test_set_real_imag_cuda_complex128_float32 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1780538Z test_set_real_imag_cuda_complex128_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1781363Z test_set_real_imag_cuda_complex128_int16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1782110Z test_set_real_imag_cuda_complex128_int32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1782807Z test_set_real_imag_cuda_complex128_int64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1783519Z test_set_real_imag_cuda_complex128_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1784243Z test_set_real_imag_cuda_complex128_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1784967Z test_set_real_imag_cuda_complex64_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1785769Z test_set_real_imag_cuda_complex64_bool (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1786643Z test_set_real_imag_cuda_complex64_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1787370Z test_set_real_imag_cuda_complex64_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1788111Z test_set_real_imag_cuda_complex64_float16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1788844Z test_set_real_imag_cuda_complex64_float32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1789563Z test_set_real_imag_cuda_complex64_float64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1790279Z test_set_real_imag_cuda_complex64_int16 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T03:37:53.1790995Z test_set_real_imag_cuda_complex64_int32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1791796Z test_set_real_imag_cuda_complex64_int64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1792644Z test_set_real_imag_cuda_complex64_int8 (__main__.TestViewOpsCUDA) ... ok (0.013s) 2022-11-23T03:37:53.1793361Z test_set_real_imag_cuda_complex64_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1794201Z test_split_view_cuda (__main__.TestViewOpsCUDA) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-11-23T03:37:53.1794992Z test_squeeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1795665Z test_squeeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1796311Z test_t_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1796914Z test_t_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1797666Z test_transpose_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1798415Z test_transpose_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1799047Z test_unbind_cuda (__main__.TestViewOpsCUDA) ... ok (0.011s) 2022-11-23T03:37:53.1799657Z test_unbind_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1800314Z test_unfold_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1800956Z test_unsqueeze_inplace_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1801623Z test_unsqueeze_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1802435Z test_view_as_complex_cuda (__main__.TestViewOpsCUDA) ... ok (0.012s) 2022-11-23T03:37:53.1803113Z test_view_as_real_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1804751Z test_view_as_real_cuda_complex32 (__main__.TestViewOpsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:308: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:37:53.1806037Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-11-23T03:37:53.1806488Z ok (0.005s) 2022-11-23T03:37:53.1807006Z test_view_as_real_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1807670Z test_view_as_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1808429Z test_view_copy_cuda (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1809091Z test_view_copy_out_cuda (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1809874Z test_view_copy_output_contiguous_cuda (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1810652Z test_view_dtype_new_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.064s) 2022-11-23T03:37:53.1811433Z test_view_dtype_new_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.068s) 2022-11-23T03:37:53.1812150Z test_view_dtype_new_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.062s) 2022-11-23T03:37:53.1812845Z test_view_dtype_new_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.064s) 2022-11-23T03:37:53.1813540Z test_view_dtype_new_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.063s) 2022-11-23T03:37:53.1814219Z test_view_dtype_new_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.064s) 2022-11-23T03:37:53.1814899Z test_view_dtype_new_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.057s) 2022-11-23T03:37:53.1815547Z test_view_dtype_new_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.062s) 2022-11-23T03:37:53.1816225Z test_view_dtype_new_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.070s) 2022-11-23T03:37:53.1817017Z test_view_dtype_new_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.056s) 2022-11-23T03:37:53.1817839Z test_view_dtype_new_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.059s) 2022-11-23T03:37:53.1818558Z test_view_dtype_upsize_errors_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.015s) 2022-11-23T03:37:53.1819307Z test_view_dtype_upsize_errors_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.021s) 2022-11-23T03:37:53.1820054Z test_view_dtype_upsize_errors_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1820800Z test_view_dtype_upsize_errors_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1821562Z test_view_dtype_upsize_errors_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.013s) 2022-11-23T03:37:53.1822308Z test_view_dtype_upsize_errors_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.009s) 2022-11-23T03:37:53.1823109Z test_view_dtype_upsize_errors_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.005s) 2022-11-23T03:37:53.1823964Z test_view_dtype_upsize_errors_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T03:37:53.1824718Z test_view_dtype_upsize_errors_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T03:37:53.1825423Z test_view_dtype_upsize_errors_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.012s) 2022-11-23T03:37:53.1826143Z test_view_dtype_upsize_errors_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.020s) 2022-11-23T03:37:53.1826868Z test_view_dtype_upsize_errors_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.018s) 2022-11-23T03:37:53.1827594Z test_view_tensor_dsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1828312Z test_view_tensor_dsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1829034Z test_view_tensor_dsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T03:37:53.1830059Z test_view_tensor_dsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1830846Z test_view_tensor_dsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1831555Z test_view_tensor_dsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1832257Z test_view_tensor_dsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1832957Z test_view_tensor_dsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.012s) 2022-11-23T03:37:53.1833643Z test_view_tensor_dsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1834332Z test_view_tensor_dsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1835001Z test_view_tensor_dsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1835880Z test_view_tensor_dsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1836766Z test_view_tensor_hsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1837478Z test_view_tensor_hsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1838191Z test_view_tensor_hsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1838915Z test_view_tensor_hsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1839630Z test_view_tensor_hsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1840309Z test_view_tensor_hsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1841009Z test_view_tensor_hsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1841716Z test_view_tensor_hsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1842477Z test_view_tensor_hsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1843293Z test_view_tensor_hsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1844001Z test_view_tensor_hsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1844666Z test_view_tensor_hsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1845360Z test_view_tensor_split_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1846060Z test_view_tensor_split_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1846765Z test_view_tensor_split_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.006s) 2022-11-23T03:37:53.1847479Z test_view_tensor_split_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1848265Z test_view_tensor_split_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1849020Z test_view_tensor_split_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1849806Z test_view_tensor_split_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1850493Z test_view_tensor_split_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1851172Z test_view_tensor_split_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.012s) 2022-11-23T03:37:53.1851843Z test_view_tensor_split_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1852530Z test_view_tensor_split_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.002s) 2022-11-23T03:37:53.1853212Z test_view_tensor_split_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1853884Z test_view_tensor_vsplit_cuda_bfloat16 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1854663Z test_view_tensor_vsplit_cuda_bool (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1855509Z test_view_tensor_vsplit_cuda_complex128 (__main__.TestViewOpsCUDA) ... ok (0.003s) 2022-11-23T03:37:53.1856245Z test_view_tensor_vsplit_cuda_complex64 (__main__.TestViewOpsCUDA) ... ok (0.004s) 2022-11-23T03:37:53.1857100Z test_view_tensor_vsplit_cuda_float16 (__main__.TestViewOpsCUDA) ... ok (0.001s) 2022-11-23T03:37:53.1857804Z test_view_tensor_vsplit_cuda_float32 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1858484Z test_view_tensor_vsplit_cuda_float64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1859181Z test_view_tensor_vsplit_cuda_int16 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1859867Z test_view_tensor_vsplit_cuda_int32 (__main__.TestViewOpsCUDA) ... ok (0.010s) 2022-11-23T03:37:53.1860545Z test_view_tensor_vsplit_cuda_int64 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1861306Z test_view_tensor_vsplit_cuda_int8 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1863190Z test_view_tensor_vsplit_cuda_uint8 (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1863928Z test_view_view_cuda (__main__.TestViewOpsCUDA) ... ok (0.000s) 2022-11-23T03:37:53.1864266Z 2022-11-23T03:37:53.1864582Z ---------------------------------------------------------------------- 2022-11-23T03:37:53.1865111Z Ran 278 tests in 28.781s 2022-11-23T03:37:53.1865365Z 2022-11-23T03:37:53.1865523Z OK (skipped=12) 2022-11-23T03:37:53.1865757Z 2022-11-23T03:37:53.1865946Z Generating XML reports... 2022-11-23T03:37:53.1866705Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestOldViewOpsCUDA-20221123033723.xml 2022-11-23T03:37:53.1867968Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestViewOpsCUDA-20221123033723.xml 2022-11-23T03:37:53.1868509Z 2022-11-23T03:37:53.1869156Z ##[endgroup] 2022-11-23T03:37:53.1869925Z FINISHED PRINTING LOG FILE of test_view_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_view_ops_q952tr6e) 2022-11-23T03:37:53.1870500Z 2022-11-23T03:37:57.6038445Z Running test_sort_and_select ... [2022-11-23 03:37:57.602296] 2022-11-23T03:37:57.6046082Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:37:57.602296] 2022-11-23T03:37:57.6048580Z Ignoring disabled issues: [] 2022-11-23T03:38:11.5467437Z 2022-11-23T03:38:11.5468422Z Expand the folded group to see the log file of test_sort_and_select 2022-11-23T03:38:11.5469876Z ##[group]PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_nwti5_89) 2022-11-23T03:38:11.5470507Z 2022-11-23T03:38:11.5470698Z Running tests... 2022-11-23T03:38:11.5471430Z ---------------------------------------------------------------------- 2022-11-23T03:38:11.5472400Z Test results will be stored in test-reports\python-unittest\test_sort_and_select 2022-11-23T03:38:11.5473696Z test_isin_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (1.867s) 2022-11-23T03:38:11.5474481Z test_isin_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.035s) 2022-11-23T03:38:11.5475275Z test_isin_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.035s) 2022-11-23T03:38:11.5476087Z test_isin_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.037s) 2022-11-23T03:38:11.5476855Z test_isin_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.032s) 2022-11-23T03:38:11.5477615Z test_isin_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.044s) 2022-11-23T03:38:11.5478372Z test_isin_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.036s) 2022-11-23T03:38:11.5479089Z test_isin_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.041s) 2022-11-23T03:38:11.5479916Z test_isin_different_devices_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.962s) 2022-11-23T03:38:11.5480656Z test_isin_different_devices_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T03:38:11.5481451Z test_isin_different_devices_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T03:38:11.5482183Z test_isin_different_devices_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T03:38:11.5483274Z test_isin_different_devices_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-11-23T03:38:11.5483991Z test_isin_different_devices_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T03:38:11.5484697Z test_isin_different_devices_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T03:38:11.5502736Z test_isin_different_dtypes_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.150s) 2022-11-23T03:38:11.5503443Z test_kthvalue_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.016s) 2022-11-23T03:38:11.5504124Z test_kthvalue_scalar_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T03:38:11.5504771Z test_msort_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-11-23T03:38:11.5505627Z test_msort_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T03:38:11.5506306Z test_msort_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.010s) 2022-11-23T03:38:11.5506932Z test_msort_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T03:38:11.5507543Z test_msort_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T03:38:11.5508168Z test_msort_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.010s) 2022-11-23T03:38:11.5508770Z test_msort_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T03:38:11.5509388Z test_msort_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.010s) 2022-11-23T03:38:11.5510003Z test_msort_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-11-23T03:38:11.5511921Z test_sort_1d_output_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:248: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:38:11.5513732Z torch.sort(tensor, out=(values, indices)) 2022-11-23T03:38:11.5514142Z ok (0.003s) 2022-11-23T03:38:11.5514610Z test_sort_cuda (__main__.TestSortAndSelectCUDA) ... ok (3.662s) 2022-11-23T03:38:11.5515262Z test_sort_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.265s) 2022-11-23T03:38:11.5516123Z test_sort_discontiguous_slow_cuda_float32 (__main__.TestSortAndSelectCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:38:11.5517007Z test_sort_large_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... skip: Insufficient cuda:0 memory (0.086s) 2022-11-23T03:38:11.5517699Z test_sort_large_slice_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.592s) 2022-11-23T03:38:11.5519577Z test_sort_restride_cuda_float32 (__main__.TestSortAndSelectCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:199: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:38:11.5521282Z torch.sort(tensor, out=(values, indices)) 2022-11-23T03:38:11.5521669Z ok (0.005s) 2022-11-23T03:38:11.5522286Z test_stable_sort_against_numpy_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.015s) 2022-11-23T03:38:11.5523058Z test_stable_sort_against_numpy_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-11-23T03:38:11.5523978Z test_stable_sort_against_numpy_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.009s) 2022-11-23T03:38:11.5524792Z test_stable_sort_against_numpy_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.021s) 2022-11-23T03:38:11.5525597Z test_stable_sort_against_numpy_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.013s) 2022-11-23T03:38:11.5526375Z test_stable_sort_against_numpy_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.013s) 2022-11-23T03:38:11.5527087Z test_stable_sort_against_numpy_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.009s) 2022-11-23T03:38:11.5527772Z test_stable_sort_against_numpy_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.016s) 2022-11-23T03:38:11.5528476Z test_stable_sort_against_numpy_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.010s) 2022-11-23T03:38:11.5529291Z test_stable_sort_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-11-23T03:38:11.5529982Z test_stable_sort_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-11-23T03:38:11.5530650Z test_stable_sort_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.007s) 2022-11-23T03:38:11.5531303Z test_stable_sort_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-11-23T03:38:11.5531934Z test_stable_sort_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T03:38:11.5532572Z test_stable_sort_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.000s) 2022-11-23T03:38:11.5533204Z test_stable_sort_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.016s) 2022-11-23T03:38:11.5533848Z test_stable_sort_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-11-23T03:38:11.5534490Z test_stable_sort_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.007s) 2022-11-23T03:38:11.5535203Z test_topk_1d_output_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-11-23T03:38:11.5535942Z test_topk_4d_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-11-23T03:38:11.5536604Z test_topk_arguments_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-11-23T03:38:11.5537321Z test_topk_bfloat16_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T03:38:11.5538006Z test_topk_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.029s) 2022-11-23T03:38:11.5538692Z test_topk_integral_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-11-23T03:38:11.5539404Z test_topk_integral_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-11-23T03:38:11.5540111Z test_topk_integral_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-11-23T03:38:11.5540802Z test_topk_integral_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-11-23T03:38:11.5541530Z test_topk_integral_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-11-23T03:38:11.5542213Z test_topk_noncontiguous_gpu_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-11-23T03:38:11.5542938Z test_topk_nonfinite_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T03:38:11.5543664Z test_topk_nonfinite_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T03:38:11.5544391Z test_topk_nonfinite_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-11-23T03:38:11.5545102Z test_topk_nonfinite_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-11-23T03:38:11.5545824Z test_topk_zero_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-11-23T03:38:11.5546484Z test_topk_zero_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-11-23T03:38:11.5547121Z test_topk_zero_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-11-23T03:38:11.5547767Z test_topk_zero_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-11-23T03:38:11.5548410Z test_topk_zero_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-11-23T03:38:11.5549045Z test_topk_zero_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-11-23T03:38:11.5549815Z test_topk_zero_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-11-23T03:38:11.5550455Z test_topk_zero_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-11-23T03:38:11.5551127Z test_unique_consecutive_cuda_bool (__main__.TestSortAndSelectCUDA) ... ok (0.017s) 2022-11-23T03:38:11.5551818Z test_unique_consecutive_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.021s) 2022-11-23T03:38:11.5552517Z test_unique_consecutive_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.021s) 2022-11-23T03:38:11.5553248Z test_unique_consecutive_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.017s) 2022-11-23T03:38:11.5553973Z test_unique_consecutive_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.018s) 2022-11-23T03:38:11.5554831Z test_unique_consecutive_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.016s) 2022-11-23T03:38:11.5555592Z test_unique_consecutive_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-11-23T03:38:11.5556335Z test_unique_consecutive_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.009s) 2022-11-23T03:38:11.5557076Z test_unique_consecutive_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.024s) 2022-11-23T03:38:11.5557779Z test_unique_cuda_bool (__main__.TestSortAndSelectCUDA) ... ok (0.045s) 2022-11-23T03:38:11.5558434Z test_unique_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.059s) 2022-11-23T03:38:11.5559117Z test_unique_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.059s) 2022-11-23T03:38:11.5559800Z test_unique_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.060s) 2022-11-23T03:38:11.5560465Z test_unique_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.050s) 2022-11-23T03:38:11.5561163Z test_unique_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.051s) 2022-11-23T03:38:11.5561919Z test_unique_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.049s) 2022-11-23T03:38:11.5562710Z test_unique_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.049s) 2022-11-23T03:38:11.5563427Z test_unique_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.045s) 2022-11-23T03:38:11.5564858Z test_unique_dim_cuda (__main__.TestSortAndSelectCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:423: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T03:38:11.5566093Z x = torch.tensor([[[1., 1.], 2022-11-23T03:38:11.5567263Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:438: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T03:38:11.5568392Z expected_unique_dim0 = torch.tensor([[[1., 1.], 2022-11-23T03:38:11.5569498Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:446: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T03:38:11.5570533Z expected_unique_dim1 = torch.tensor([[[0., 1.], 2022-11-23T03:38:11.5571591Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:462: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T03:38:11.5572682Z expected_unique_dim2 = torch.tensor([[[1., 1.], 2022-11-23T03:38:11.5573154Z ok (0.093s) 2022-11-23T03:38:11.5573511Z 2022-11-23T03:38:11.5573883Z ---------------------------------------------------------------------- 2022-11-23T03:38:11.5574550Z Ran 94 tests in 8.984s 2022-11-23T03:38:11.5574924Z 2022-11-23T03:38:11.5575079Z OK (skipped=2) 2022-11-23T03:38:11.5575324Z 2022-11-23T03:38:11.5575677Z Generating XML reports... 2022-11-23T03:38:11.5576527Z Generated XML report: test-reports\python-unittest\test_sort_and_select\TEST-TestSortAndSelectCUDA-20221123033801.xml 2022-11-23T03:38:11.5577101Z 2022-11-23T03:38:11.5577663Z ##[endgroup] 2022-11-23T03:38:11.5578482Z FINISHED PRINTING LOG FILE of test_sort_and_select (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sort_and_select_nwti5_89) 2022-11-23T03:38:11.5579071Z 2022-11-23T03:38:15.9813066Z Running test_schema_check ... [2022-11-23 03:38:15.980645] 2022-11-23T03:38:15.9822505Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:38:15.981989] 2022-11-23T03:38:15.9825216Z Ignoring disabled issues: [] 2022-11-23T03:48:03.4254449Z 2022-11-23T03:48:03.4259020Z Expand the folded group to see the log file of test_schema_check 2022-11-23T03:48:03.4260623Z ##[group]PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_nql1i0ek) 2022-11-23T03:48:03.4337102Z 2022-11-23T03:48:03.4337516Z Running tests... 2022-11-23T03:48:03.4338011Z ---------------------------------------------------------------------- 2022-11-23T03:48:03.4340742Z Test results will be stored in test-reports\python-unittest\test_schema_check 2022-11-23T03:48:03.4341536Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (1.841s) 2022-11-23T03:48:03.4342465Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T03:48:03.4343266Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T03:48:03.4344003Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T03:48:03.4344644Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T03:48:03.4345327Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.024s) 2022-11-23T03:48:03.4346007Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.000s) 2022-11-23T03:48:03.4346728Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.012s) 2022-11-23T03:48:03.4347426Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T03:48:03.4348088Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-11-23T03:48:03.4348772Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.938s) 2022-11-23T03:48:03.4349498Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T03:48:03.4350265Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T03:48:03.4351086Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T03:48:03.4351890Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T03:48:03.4352680Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.010s) 2022-11-23T03:48:03.4353451Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T03:48:03.4354209Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T03:48:03.4355032Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.013s) 2022-11-23T03:48:03.4355829Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.009s) 2022-11-23T03:48:03.4356615Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T03:48:03.4357446Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T03:48:03.4359570Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... C:\actions-runner\_work\pytorch\pytorch\test\test_schema_check.py:276: 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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:48:03.4361782Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T03:48:03.4362233Z ok (0.005s) 2022-11-23T03:48:03.4362859Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T03:48:03.4365098Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... C:\actions-runner\_work\pytorch\pytorch\test\test_schema_check.py:179: 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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T03:48:03.4366942Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-11-23T03:48:03.4367409Z ok (0.006s) 2022-11-23T03:48:03.4368004Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T03:48:03.4368816Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.005s) 2022-11-23T03:48:03.4369616Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T03:48:03.4370352Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T03:48:03.4371120Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.004s) 2022-11-23T03:48:03.4371862Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.006s) 2022-11-23T03:48:03.4372623Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T03:48:03.4373347Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.003s) 2022-11-23T03:48:03.4374112Z test_schema_correctness_H_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4374964Z test_schema_correctness_H_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4375789Z test_schema_correctness_H_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.346s) 2022-11-23T03:48:03.4376673Z test_schema_correctness_H_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4377533Z test_schema_correctness_H_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.274s) 2022-11-23T03:48:03.4378385Z test_schema_correctness_H_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4379453Z test_schema_correctness_H_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4380477Z test_schema_correctness_H_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4381383Z test_schema_correctness_H_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4382232Z test_schema_correctness_H_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4383107Z test_schema_correctness_H_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4383989Z test_schema_correctness_H_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4385103Z test_schema_correctness_H_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4385976Z test_schema_correctness_T_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4386858Z test_schema_correctness_T_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4387745Z test_schema_correctness_T_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4388617Z test_schema_correctness_T_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4389523Z test_schema_correctness_T_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4390410Z test_schema_correctness_T_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4391420Z test_schema_correctness_T_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4392312Z test_schema_correctness_T_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4393165Z test_schema_correctness_T_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4394028Z test_schema_correctness_T_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4394866Z test_schema_correctness_T_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4395734Z test_schema_correctness_T_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4396530Z test_schema_correctness_T_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4397515Z test_schema_correctness___getitem___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.4398136Z test_schema_correctness___getitem___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.4398689Z test_schema_correctness___getitem___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:48:03.4399410Z test_schema_correctness___getitem___cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4400174Z test_schema_correctness___getitem___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.4400703Z test_schema_correctness___getitem___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.4401243Z test_schema_correctness___getitem___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.4401777Z test_schema_correctness___getitem___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.4402310Z test_schema_correctness___getitem___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.4402839Z test_schema_correctness___getitem___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.4403371Z test_schema_correctness___getitem___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.4403903Z test_schema_correctness___getitem___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.4404408Z test_schema_correctness___getitem___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.4404935Z test_schema_correctness___radd___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4405485Z test_schema_correctness___radd___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4406022Z test_schema_correctness___radd___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4406565Z test_schema_correctness___radd___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4407581Z test_schema_correctness___radd___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4408475Z test_schema_correctness___radd___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4409027Z test_schema_correctness___radd___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4409559Z test_schema_correctness___radd___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4410081Z test_schema_correctness___radd___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4410595Z test_schema_correctness___radd___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4411232Z test_schema_correctness___radd___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4411774Z test_schema_correctness___radd___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4412299Z test_schema_correctness___rand___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4412821Z test_schema_correctness___rand___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4413313Z test_schema_correctness___rand___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4413824Z test_schema_correctness___rand___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4414340Z test_schema_correctness___rand___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4414855Z test_schema_correctness___rand___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4415381Z test_schema_correctness___rdiv___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.4415909Z test_schema_correctness___rdiv___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.4416443Z test_schema_correctness___rdiv___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4416959Z test_schema_correctness___rdiv___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.4417545Z test_schema_correctness___rdiv___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4418084Z test_schema_correctness___rdiv___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4418604Z test_schema_correctness___rdiv___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4419127Z test_schema_correctness___rdiv___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.4419645Z test_schema_correctness___rdiv___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4420162Z test_schema_correctness___rdiv___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4420654Z test_schema_correctness___rdiv___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.4421175Z test_schema_correctness___rdiv___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4421701Z test_schema_correctness___rmatmul___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.934s) 2022-11-23T03:48:03.4422305Z test_schema_correctness___rmatmul___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-11-23T03:48:03.4422850Z test_schema_correctness___rmatmul___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:48:03.4423396Z test_schema_correctness___rmatmul___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.4423933Z test_schema_correctness___rmatmul___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.4424546Z test_schema_correctness___rmatmul___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.4425067Z test_schema_correctness___rmod___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4425601Z test_schema_correctness___rmod___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4426129Z test_schema_correctness___rmod___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4426652Z test_schema_correctness___rmod___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4427246Z test_schema_correctness___rmod___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4427776Z test_schema_correctness___rmod___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4428271Z test_schema_correctness___rmod___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4428786Z test_schema_correctness___rmod___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4429305Z test_schema_correctness___rmod___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4429824Z test_schema_correctness___rmul___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4430346Z test_schema_correctness___rmul___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4430874Z test_schema_correctness___rmul___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4431413Z test_schema_correctness___rmul___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4431916Z test_schema_correctness___rmul___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4432447Z test_schema_correctness___rmul___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4432966Z test_schema_correctness___rmul___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4433484Z test_schema_correctness___rmul___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4433993Z test_schema_correctness___rmul___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4434646Z test_schema_correctness___rmul___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4435216Z test_schema_correctness___rmul___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4435876Z test_schema_correctness___rmul___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4436544Z test_schema_correctness___ror___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4437057Z test_schema_correctness___ror___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4437574Z test_schema_correctness___ror___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4438082Z test_schema_correctness___ror___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4438585Z test_schema_correctness___ror___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4439095Z test_schema_correctness___ror___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4440047Z test_schema_correctness___rpow___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:48:03.4441033Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T03:48:03.4441352Z ok (0.039s) 2022-11-23T03:48:03.4441721Z test_schema_correctness___rpow___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.4442263Z test_schema_correctness___rpow___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.4442794Z test_schema_correctness___rpow___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.4443319Z test_schema_correctness___rpow___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.4443921Z test_schema_correctness___rpow___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.4444458Z test_schema_correctness___rpow___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.4444980Z test_schema_correctness___rpow___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.4445469Z test_schema_correctness___rpow___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.4445986Z test_schema_correctness___rpow___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.4446508Z test_schema_correctness___rpow___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.4447032Z test_schema_correctness___rsub___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4447567Z test_schema_correctness___rsub___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4448105Z test_schema_correctness___rsub___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4448638Z test_schema_correctness___rsub___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4449135Z test_schema_correctness___rsub___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4449650Z test_schema_correctness___rsub___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4450172Z test_schema_correctness___rsub___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4450686Z test_schema_correctness___rsub___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4451198Z test_schema_correctness___rsub___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4451718Z test_schema_correctness___rsub___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4452235Z test_schema_correctness___rsub___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4452729Z test_schema_correctness___rxor___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4453246Z test_schema_correctness___rxor___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4453756Z test_schema_correctness___rxor___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4454266Z test_schema_correctness___rxor___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4454774Z test_schema_correctness___rxor___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4455289Z test_schema_correctness___rxor___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4455837Z test_schema_correctness__softmax_backward_data_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4456392Z test_schema_correctness__softmax_backward_data_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4457069Z test_schema_correctness__softmax_backward_data_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4457634Z test_schema_correctness__softmax_backward_data_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4458180Z test_schema_correctness_abs_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4458694Z test_schema_correctness_abs_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4459219Z test_schema_correctness_abs_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4459822Z test_schema_correctness_abs_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4460342Z test_schema_correctness_abs_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4460863Z test_schema_correctness_abs_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4461383Z test_schema_correctness_abs_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4461899Z test_schema_correctness_abs_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4462405Z test_schema_correctness_abs_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4462907Z test_schema_correctness_abs_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4463407Z test_schema_correctness_abs_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4463892Z test_schema_correctness_abs_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4464391Z test_schema_correctness_abs_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4467790Z test_schema_correctness_acos_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4468306Z test_schema_correctness_acos_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4468832Z test_schema_correctness_acos_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4469364Z test_schema_correctness_acos_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4469891Z test_schema_correctness_acos_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4470417Z test_schema_correctness_acos_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4470917Z test_schema_correctness_acos_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4471437Z test_schema_correctness_acos_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4471955Z test_schema_correctness_acos_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4472470Z test_schema_correctness_acos_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4472982Z test_schema_correctness_acos_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4473486Z test_schema_correctness_acos_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4473991Z test_schema_correctness_acos_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4474491Z test_schema_correctness_acosh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4475014Z test_schema_correctness_acosh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4475543Z test_schema_correctness_acosh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4476918Z test_schema_correctness_acosh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4477451Z test_schema_correctness_acosh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4477982Z test_schema_correctness_acosh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4478506Z test_schema_correctness_acosh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4478991Z test_schema_correctness_acosh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4479513Z test_schema_correctness_acosh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4480130Z test_schema_correctness_acosh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4480666Z test_schema_correctness_acosh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4481178Z test_schema_correctness_acosh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4481694Z test_schema_correctness_acosh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4482211Z test_schema_correctness_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.4482701Z test_schema_correctness_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4483223Z test_schema_correctness_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4483752Z test_schema_correctness_add_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4484280Z test_schema_correctness_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4484799Z test_schema_correctness_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4485321Z test_schema_correctness_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4485837Z test_schema_correctness_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4486323Z test_schema_correctness_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4486831Z test_schema_correctness_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4487331Z test_schema_correctness_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4487843Z test_schema_correctness_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4488344Z test_schema_correctness_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4488869Z test_schema_correctness_addbmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4489403Z test_schema_correctness_addbmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.4489919Z test_schema_correctness_addbmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.4490454Z test_schema_correctness_addbmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4490980Z test_schema_correctness_addbmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4491504Z test_schema_correctness_addbmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4492042Z test_schema_correctness_addcdiv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.4492582Z test_schema_correctness_addcdiv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.122s) 2022-11-23T03:48:03.4493223Z test_schema_correctness_addcdiv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.897s) 2022-11-23T03:48:03.4493734Z test_schema_correctness_addcdiv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.4494267Z test_schema_correctness_addcdiv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.4494794Z test_schema_correctness_addcdiv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.4495330Z test_schema_correctness_addcmul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4495873Z test_schema_correctness_addcmul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.724s) 2022-11-23T03:48:03.4496489Z test_schema_correctness_addcmul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.508s) 2022-11-23T03:48:03.4497043Z test_schema_correctness_addcmul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.4497547Z test_schema_correctness_addcmul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.4498078Z test_schema_correctness_addcmul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.4498601Z test_schema_correctness_addcmul_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4499124Z test_schema_correctness_addcmul_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.4499638Z test_schema_correctness_addcmul_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4500155Z test_schema_correctness_addcmul_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.4500680Z test_schema_correctness_addcmul_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.4501187Z test_schema_correctness_addmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4501743Z test_schema_correctness_addmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.4502318Z test_schema_correctness_addmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.4502862Z test_schema_correctness_addmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4503380Z test_schema_correctness_addmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4503897Z test_schema_correctness_addmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4504437Z test_schema_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4505033Z test_schema_correctness_addmm_decomposed_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.4505621Z test_schema_correctness_addmm_decomposed_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:48:03.4506203Z test_schema_correctness_addmm_decomposed_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4506764Z test_schema_correctness_addmm_decomposed_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4507313Z test_schema_correctness_addmm_decomposed_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4507854Z test_schema_correctness_addmv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4508390Z test_schema_correctness_addmv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4508927Z test_schema_correctness_addmv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4509528Z test_schema_correctness_addmv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4510053Z test_schema_correctness_addmv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4510575Z test_schema_correctness_addmv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4511091Z test_schema_correctness_addr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4511600Z test_schema_correctness_addr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4512124Z test_schema_correctness_addr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4512738Z test_schema_correctness_addr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4513262Z test_schema_correctness_addr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4513786Z test_schema_correctness_addr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4514309Z test_schema_correctness_addr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4514823Z test_schema_correctness_addr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4515339Z test_schema_correctness_addr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4515849Z test_schema_correctness_addr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4516353Z test_schema_correctness_addr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4516841Z test_schema_correctness_addr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4517430Z test_schema_correctness_all_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4517953Z test_schema_correctness_all_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4518923Z test_schema_correctness_all_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T03:48:03.4519742Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.4520003Z ok (0.013s) 2022-11-23T03:48:03.4520399Z test_schema_correctness_all_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4520924Z test_schema_correctness_all_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4521426Z test_schema_correctness_all_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4521944Z test_schema_correctness_all_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4522458Z test_schema_correctness_all_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4522962Z test_schema_correctness_all_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4523468Z test_schema_correctness_all_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4523977Z test_schema_correctness_all_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4524479Z test_schema_correctness_all_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4524978Z test_schema_correctness_allclose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.4525642Z test_schema_correctness_allclose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.4526189Z test_schema_correctness_allclose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.4526728Z test_schema_correctness_allclose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.4527265Z test_schema_correctness_allclose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.4527797Z test_schema_correctness_allclose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.4528327Z test_schema_correctness_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.4528896Z test_schema_correctness_amax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4529430Z test_schema_correctness_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.4529956Z test_schema_correctness_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.4530473Z test_schema_correctness_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.4530986Z test_schema_correctness_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.4531499Z test_schema_correctness_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.4532004Z test_schema_correctness_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.4532483Z test_schema_correctness_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.4533003Z test_schema_correctness_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.4533519Z test_schema_correctness_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.4534032Z test_schema_correctness_amin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.4534550Z test_schema_correctness_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4535073Z test_schema_correctness_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.4535593Z test_schema_correctness_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.4536081Z test_schema_correctness_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4536597Z test_schema_correctness_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.4537400Z test_schema_correctness_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.4538067Z test_schema_correctness_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.4538711Z test_schema_correctness_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4539240Z test_schema_correctness_aminmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4539772Z test_schema_correctness_aminmax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4540274Z test_schema_correctness_aminmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4540810Z test_schema_correctness_aminmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4541340Z test_schema_correctness_aminmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4541871Z test_schema_correctness_aminmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4542518Z test_schema_correctness_aminmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4543029Z test_schema_correctness_aminmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4543673Z test_schema_correctness_aminmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4544190Z test_schema_correctness_aminmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4544863Z test_schema_correctness_angle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4545518Z test_schema_correctness_angle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.326s) 2022-11-23T03:48:03.4546147Z test_schema_correctness_angle_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4546698Z test_schema_correctness_angle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.315s) 2022-11-23T03:48:03.4547237Z test_schema_correctness_angle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4547764Z test_schema_correctness_angle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4548256Z test_schema_correctness_angle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4548773Z test_schema_correctness_angle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4549293Z test_schema_correctness_angle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4549807Z test_schema_correctness_angle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4550487Z test_schema_correctness_angle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4551020Z test_schema_correctness_any_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4551790Z test_schema_correctness_any_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4552311Z test_schema_correctness_any_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4552847Z test_schema_correctness_any_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4553371Z test_schema_correctness_any_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4553888Z test_schema_correctness_any_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4554399Z test_schema_correctness_any_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4554912Z test_schema_correctness_any_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4555423Z test_schema_correctness_any_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4555906Z test_schema_correctness_any_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4556419Z test_schema_correctness_any_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4556921Z test_schema_correctness_any_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4557619Z test_schema_correctness_arange_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.4558157Z test_schema_correctness_arange_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.4558955Z test_schema_correctness_arange_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.4559487Z test_schema_correctness_arange_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.4559993Z test_schema_correctness_arange_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.4560627Z test_schema_correctness_arange_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.4561151Z test_schema_correctness_arange_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.4561675Z test_schema_correctness_arange_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.4562199Z test_schema_correctness_arange_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.4562723Z test_schema_correctness_argmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4563255Z test_schema_correctness_argmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4564599Z test_schema_correctness_argmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4565495Z test_schema_correctness_argmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4566028Z test_schema_correctness_argmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4566556Z test_schema_correctness_argmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4567076Z test_schema_correctness_argmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4567597Z test_schema_correctness_argmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4568116Z test_schema_correctness_argmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4568613Z test_schema_correctness_argmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4569149Z test_schema_correctness_argmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4569679Z test_schema_correctness_argmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4570205Z test_schema_correctness_argmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4570848Z test_schema_correctness_argmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4571396Z test_schema_correctness_argmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4572074Z test_schema_correctness_argmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4572731Z test_schema_correctness_argmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.4573256Z test_schema_correctness_argmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4573788Z test_schema_correctness_argsort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.4574334Z test_schema_correctness_argsort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.4574867Z test_schema_correctness_argsort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.4575401Z test_schema_correctness_argsort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.4575928Z test_schema_correctness_argsort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.4576427Z test_schema_correctness_argsort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.4576944Z test_schema_correctness_argsort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.4577476Z test_schema_correctness_argsort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.4578187Z test_schema_correctness_argsort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.4578994Z test_schema_correctness_argwhere_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4579664Z test_schema_correctness_argwhere_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4580211Z test_schema_correctness_argwhere_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4580734Z test_schema_correctness_argwhere_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4581277Z test_schema_correctness_argwhere_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4581814Z test_schema_correctness_argwhere_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4582433Z test_schema_correctness_argwhere_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4582986Z test_schema_correctness_argwhere_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4583515Z test_schema_correctness_argwhere_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4584042Z test_schema_correctness_argwhere_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4584725Z test_schema_correctness_argwhere_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4585237Z test_schema_correctness_argwhere_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4586044Z test_schema_correctness_as_strided_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4586601Z test_schema_correctness_as_strided_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4587147Z test_schema_correctness_as_strided_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4587702Z test_schema_correctness_as_strided_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4588251Z test_schema_correctness_as_strided_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4588787Z test_schema_correctness_as_strided_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4589296Z test_schema_correctness_as_strided_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4589824Z test_schema_correctness_as_strided_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4590360Z test_schema_correctness_as_strided_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4590896Z test_schema_correctness_as_strided_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4591581Z test_schema_correctness_as_strided_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4592123Z test_schema_correctness_as_strided_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4592918Z test_schema_correctness_as_strided_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4593451Z test_schema_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4594013Z test_schema_correctness_as_strided_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4594580Z test_schema_correctness_as_strided_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4595155Z test_schema_correctness_as_strided_scatter_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4595727Z test_schema_correctness_as_strided_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4596391Z test_schema_correctness_as_strided_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4596952Z test_schema_correctness_as_strided_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4597514Z test_schema_correctness_as_strided_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4598044Z test_schema_correctness_as_strided_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4598776Z test_schema_correctness_as_strided_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4599541Z test_schema_correctness_as_strided_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4600252Z test_schema_correctness_as_strided_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4600803Z test_schema_correctness_as_strided_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4601341Z test_schema_correctness_asin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4601857Z test_schema_correctness_asin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4602355Z test_schema_correctness_asin_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4602890Z test_schema_correctness_asin_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4603423Z test_schema_correctness_asin_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4603950Z test_schema_correctness_asin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4604484Z test_schema_correctness_asin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4605146Z test_schema_correctness_asin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4605682Z test_schema_correctness_asin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4606305Z test_schema_correctness_asin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4606972Z test_schema_correctness_asin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4607486Z test_schema_correctness_asin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4607997Z test_schema_correctness_asin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4608575Z test_schema_correctness_asinh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4609151Z test_schema_correctness_asinh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4609725Z test_schema_correctness_asinh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4610252Z test_schema_correctness_asinh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4610805Z test_schema_correctness_asinh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4611338Z test_schema_correctness_asinh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4612017Z test_schema_correctness_asinh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4612550Z test_schema_correctness_asinh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4613303Z test_schema_correctness_asinh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4613973Z test_schema_correctness_asinh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4614462Z test_schema_correctness_asinh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4614974Z test_schema_correctness_asinh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4615521Z test_schema_correctness_asinh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4616059Z test_schema_correctness_atan2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4616606Z test_schema_correctness_atan2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4617265Z test_schema_correctness_atan2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4617917Z test_schema_correctness_atan2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4618437Z test_schema_correctness_atan2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4619159Z test_schema_correctness_atan2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4619828Z test_schema_correctness_atan2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4620425Z test_schema_correctness_atan2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4621133Z test_schema_correctness_atan2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4621697Z test_schema_correctness_atan2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4622270Z test_schema_correctness_atan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4622788Z test_schema_correctness_atan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4623365Z test_schema_correctness_atan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4623910Z test_schema_correctness_atan_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4624481Z test_schema_correctness_atan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4625050Z test_schema_correctness_atan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4625618Z test_schema_correctness_atan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4626359Z test_schema_correctness_atan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4626888Z test_schema_correctness_atan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4627758Z test_schema_correctness_atan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4628322Z test_schema_correctness_atan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4628838Z test_schema_correctness_atan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4629372Z test_schema_correctness_atan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4629923Z test_schema_correctness_atanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4630481Z test_schema_correctness_atanh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4630989Z test_schema_correctness_atanh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4631532Z test_schema_correctness_atanh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4632232Z test_schema_correctness_atanh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4632811Z test_schema_correctness_atanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4633557Z test_schema_correctness_atanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4634262Z test_schema_correctness_atanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4634947Z test_schema_correctness_atanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4635476Z test_schema_correctness_atanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4636136Z test_schema_correctness_atanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4636728Z test_schema_correctness_atanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4637289Z test_schema_correctness_atanh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4637859Z test_schema_correctness_atleast_1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4638444Z test_schema_correctness_atleast_1d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4639036Z test_schema_correctness_atleast_1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4639627Z test_schema_correctness_atleast_1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4640399Z test_schema_correctness_atleast_1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4641006Z test_schema_correctness_atleast_1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4641883Z test_schema_correctness_atleast_1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4642467Z test_schema_correctness_atleast_1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4643041Z test_schema_correctness_atleast_1d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4643618Z test_schema_correctness_atleast_1d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4644191Z test_schema_correctness_atleast_1d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4644722Z test_schema_correctness_atleast_1d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4645299Z test_schema_correctness_atleast_1d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4645876Z test_schema_correctness_atleast_2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4646457Z test_schema_correctness_atleast_2d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4647211Z test_schema_correctness_atleast_2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4647816Z test_schema_correctness_atleast_2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4648675Z test_schema_correctness_atleast_2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4649219Z test_schema_correctness_atleast_2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4649871Z test_schema_correctness_atleast_2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4650449Z test_schema_correctness_atleast_2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4651016Z test_schema_correctness_atleast_2d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4651717Z test_schema_correctness_atleast_2d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4652291Z test_schema_correctness_atleast_2d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4652865Z test_schema_correctness_atleast_2d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4653390Z test_schema_correctness_atleast_2d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4654135Z test_schema_correctness_atleast_3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4654826Z test_schema_correctness_atleast_3d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4655719Z test_schema_correctness_atleast_3d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4656339Z test_schema_correctness_atleast_3d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4656930Z test_schema_correctness_atleast_3d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4657509Z test_schema_correctness_atleast_3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4658044Z test_schema_correctness_atleast_3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4658616Z test_schema_correctness_atleast_3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4659200Z test_schema_correctness_atleast_3d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4659780Z test_schema_correctness_atleast_3d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4660359Z test_schema_correctness_atleast_3d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4661088Z test_schema_correctness_atleast_3d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4661679Z test_schema_correctness_atleast_3d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4662539Z test_schema_correctness_baddbmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4663118Z test_schema_correctness_baddbmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.4663756Z test_schema_correctness_baddbmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.4664332Z test_schema_correctness_baddbmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4664874Z test_schema_correctness_baddbmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4665458Z test_schema_correctness_baddbmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4666040Z test_schema_correctness_bernoulli_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4666615Z test_schema_correctness_bernoulli_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4667140Z test_schema_correctness_bernoulli_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4667722Z test_schema_correctness_bernoulli_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4668477Z test_schema_correctness_bfloat16_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4669200Z test_schema_correctness_bfloat16_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4669932Z test_schema_correctness_bfloat16_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4670661Z test_schema_correctness_bfloat16_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4671252Z test_schema_correctness_bfloat16_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4671782Z test_schema_correctness_bfloat16_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4672352Z test_schema_correctness_bfloat16_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4672930Z test_schema_correctness_bfloat16_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4673568Z test_schema_correctness_bfloat16_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4674172Z test_schema_correctness_bfloat16_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4674745Z test_schema_correctness_bfloat16_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4675517Z test_schema_correctness_bfloat16_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4676228Z test_schema_correctness_bfloat16_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4676935Z test_schema_correctness_bincount_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.4677577Z test_schema_correctness_bincount_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.4678147Z test_schema_correctness_bincount_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4678728Z test_schema_correctness_bincount_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4679301Z test_schema_correctness_bincount_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4679893Z test_schema_correctness_bitwise_and_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4680427Z test_schema_correctness_bitwise_and_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4681008Z test_schema_correctness_bitwise_and_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4681571Z test_schema_correctness_bitwise_and_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4682333Z test_schema_correctness_bitwise_and_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4683049Z test_schema_correctness_bitwise_and_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4683816Z test_schema_correctness_bitwise_left_shift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4684419Z test_schema_correctness_bitwise_left_shift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4685011Z test_schema_correctness_bitwise_left_shift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4685560Z test_schema_correctness_bitwise_left_shift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4686147Z test_schema_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4686734Z test_schema_correctness_bitwise_not_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4687314Z test_schema_correctness_bitwise_not_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4687891Z test_schema_correctness_bitwise_not_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4688472Z test_schema_correctness_bitwise_not_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4689366Z test_schema_correctness_bitwise_not_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4690040Z test_schema_correctness_bitwise_not_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4690832Z test_schema_correctness_bitwise_or_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4691410Z test_schema_correctness_bitwise_or_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4691986Z test_schema_correctness_bitwise_or_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4692552Z test_schema_correctness_bitwise_or_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4693215Z test_schema_correctness_bitwise_or_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4693823Z test_schema_correctness_bitwise_or_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4694377Z test_schema_correctness_bitwise_right_shift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4694978Z test_schema_correctness_bitwise_right_shift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4695575Z test_schema_correctness_bitwise_right_shift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4696359Z test_schema_correctness_bitwise_right_shift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4697110Z test_schema_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4697826Z test_schema_correctness_bitwise_xor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4698415Z test_schema_correctness_bitwise_xor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4698992Z test_schema_correctness_bitwise_xor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4699530Z test_schema_correctness_bitwise_xor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4700104Z test_schema_correctness_bitwise_xor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.4700683Z test_schema_correctness_bitwise_xor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4701264Z test_schema_correctness_block_diag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4701858Z test_schema_correctness_block_diag_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4702442Z test_schema_correctness_block_diag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4703193Z test_schema_correctness_block_diag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4703747Z test_schema_correctness_block_diag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4704765Z test_schema_correctness_block_diag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4705352Z test_schema_correctness_block_diag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4705922Z test_schema_correctness_block_diag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4706496Z test_schema_correctness_block_diag_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4707082Z test_schema_correctness_block_diag_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4707670Z test_schema_correctness_block_diag_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4708336Z test_schema_correctness_block_diag_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4708920Z test_schema_correctness_block_diag_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4709503Z test_schema_correctness_bmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4710263Z test_schema_correctness_bmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4711083Z test_schema_correctness_bmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4711845Z test_schema_correctness_bmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4712524Z test_schema_correctness_bmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4713085Z test_schema_correctness_bmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4713664Z test_schema_correctness_bool_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4714229Z test_schema_correctness_bool_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4714806Z test_schema_correctness_bool_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4715390Z test_schema_correctness_bool_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4715974Z test_schema_correctness_bool_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4716557Z test_schema_correctness_bool_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4717272Z test_schema_correctness_bool_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4718306Z test_schema_correctness_bool_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4718908Z test_schema_correctness_bool_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4719481Z test_schema_correctness_bool_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4720047Z test_schema_correctness_bool_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4720615Z test_schema_correctness_bool_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4721183Z test_schema_correctness_bool_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4721733Z test_schema_correctness_broadcast_shapes_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4722359Z test_schema_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4722984Z test_schema_correctness_broadcast_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4723831Z test_schema_correctness_broadcast_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4724482Z test_schema_correctness_broadcast_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4725493Z test_schema_correctness_broadcast_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4726114Z test_schema_correctness_broadcast_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4726725Z test_schema_correctness_broadcast_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4727288Z test_schema_correctness_broadcast_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4728015Z test_schema_correctness_broadcast_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4728621Z test_schema_correctness_broadcast_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4729233Z test_schema_correctness_broadcast_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4729834Z test_schema_correctness_broadcast_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4730606Z test_schema_correctness_broadcast_to_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4731237Z test_schema_correctness_broadcast_to_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4732205Z test_schema_correctness_broadcast_to_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4732874Z test_schema_correctness_broadcast_to_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4733483Z test_schema_correctness_broadcast_to_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4734086Z test_schema_correctness_broadcast_to_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4734680Z test_schema_correctness_broadcast_to_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4735270Z test_schema_correctness_broadcast_to_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4735857Z test_schema_correctness_broadcast_to_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4736447Z test_schema_correctness_broadcast_to_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4736982Z test_schema_correctness_broadcast_to_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4737763Z test_schema_correctness_broadcast_to_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4738353Z test_schema_correctness_bucketize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.4739440Z test_schema_correctness_bucketize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.4740034Z test_schema_correctness_bucketize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.4740623Z test_schema_correctness_bucketize_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.4741210Z test_schema_correctness_bucketize_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.4741741Z test_schema_correctness_bucketize_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.4742337Z test_schema_correctness_bucketize_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.4742918Z test_schema_correctness_bucketize_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.4743498Z test_schema_correctness_byte_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4744068Z test_schema_correctness_byte_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4744818Z test_schema_correctness_byte_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4745544Z test_schema_correctness_byte_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4746304Z test_schema_correctness_byte_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4746884Z test_schema_correctness_byte_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4747598Z test_schema_correctness_byte_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4748166Z test_schema_correctness_byte_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4748734Z test_schema_correctness_byte_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4749298Z test_schema_correctness_byte_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4749860Z test_schema_correctness_byte_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4750373Z test_schema_correctness_byte_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4751043Z test_schema_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.4751880Z test_schema_correctness_cartesian_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.4752853Z test_schema_correctness_cartesian_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4753490Z test_schema_correctness_cartesian_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.4754103Z test_schema_correctness_cartesian_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.4754707Z test_schema_correctness_cartesian_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4755263Z test_schema_correctness_cartesian_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.4755874Z test_schema_correctness_cartesian_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.4756471Z test_schema_correctness_cartesian_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4757063Z test_schema_correctness_cartesian_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.4757652Z test_schema_correctness_cartesian_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.4758415Z test_schema_correctness_cartesian_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.4759012Z test_schema_correctness_cat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4759869Z test_schema_correctness_cat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4760456Z test_schema_correctness_cat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4761056Z test_schema_correctness_cat_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4761646Z test_schema_correctness_cat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4762222Z test_schema_correctness_cat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4762799Z test_schema_correctness_cat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4763369Z test_schema_correctness_cat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4763948Z test_schema_correctness_cat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4764456Z test_schema_correctness_cat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4765204Z test_schema_correctness_cat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4765792Z test_schema_correctness_cat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4766737Z test_schema_correctness_cat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4768126Z test_schema_correctness_cdist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.428s) 2022-11-23T03:48:03.4768708Z test_schema_correctness_cdist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.393s) 2022-11-23T03:48:03.4769230Z test_schema_correctness_cdouble_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4769816Z test_schema_correctness_cdouble_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4770406Z test_schema_correctness_cdouble_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4771007Z test_schema_correctness_cdouble_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4771695Z test_schema_correctness_cdouble_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4772520Z test_schema_correctness_cdouble_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4773502Z test_schema_correctness_cdouble_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4774103Z test_schema_correctness_cdouble_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4774636Z test_schema_correctness_cdouble_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4775207Z test_schema_correctness_cdouble_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4775781Z test_schema_correctness_cdouble_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4776351Z test_schema_correctness_cdouble_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4776922Z test_schema_correctness_cdouble_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4777500Z test_schema_correctness_ceil_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4778066Z test_schema_correctness_ceil_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4778600Z test_schema_correctness_ceil_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4779336Z test_schema_correctness_ceil_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4780126Z test_schema_correctness_ceil_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4780879Z test_schema_correctness_ceil_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4781452Z test_schema_correctness_ceil_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4782023Z test_schema_correctness_ceil_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4782593Z test_schema_correctness_ceil_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4783127Z test_schema_correctness_cfloat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4783710Z test_schema_correctness_cfloat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4784299Z test_schema_correctness_cfloat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4784891Z test_schema_correctness_cfloat_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4785478Z test_schema_correctness_cfloat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4786254Z test_schema_correctness_cfloat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4787770Z test_schema_correctness_cfloat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4788306Z test_schema_correctness_cfloat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4788884Z test_schema_correctness_cfloat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4789454Z test_schema_correctness_cfloat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4790026Z test_schema_correctness_cfloat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4790595Z test_schema_correctness_cfloat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4791173Z test_schema_correctness_cfloat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4792367Z test_schema_correctness_chalf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14387: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:48:03.4793574Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T03:48:03.4794306Z ok (0.020s) 2022-11-23T03:48:03.4794757Z test_schema_correctness_chalf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4795348Z test_schema_correctness_chalf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4795940Z test_schema_correctness_chalf_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4796532Z test_schema_correctness_chalf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4797124Z test_schema_correctness_chalf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4797713Z test_schema_correctness_chalf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4798239Z test_schema_correctness_chalf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4798814Z test_schema_correctness_chalf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4799382Z test_schema_correctness_chalf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4800135Z test_schema_correctness_chalf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4801102Z test_schema_correctness_chalf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4801707Z test_schema_correctness_chalf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4802276Z test_schema_correctness_char_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4802805Z test_schema_correctness_char_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4803385Z test_schema_correctness_char_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4803967Z test_schema_correctness_char_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4804551Z test_schema_correctness_char_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4805131Z test_schema_correctness_char_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4805702Z test_schema_correctness_char_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4806295Z test_schema_correctness_char_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4807628Z test_schema_correctness_char_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4808461Z test_schema_correctness_char_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4809035Z test_schema_correctness_char_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.4809604Z test_schema_correctness_char_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4810175Z test_schema_correctness_char_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4811237Z test_schema_correctness_cholesky_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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. 2022-11-23T03:48:03.4812042Z L = torch.cholesky(A) 2022-11-23T03:48:03.4812369Z should be replaced with 2022-11-23T03:48:03.4812658Z L = torch.linalg.cholesky(A) 2022-11-23T03:48:03.4812977Z and 2022-11-23T03:48:03.4813490Z U = torch.cholesky(A, upper=True) 2022-11-23T03:48:03.4813848Z should be replaced with 2022-11-23T03:48:03.4814191Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T03:48:03.4815212Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T03:48:03.4815863Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.4816173Z ok (0.185s) 2022-11-23T03:48:03.4816633Z test_schema_correctness_cholesky_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4817244Z test_schema_correctness_cholesky_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4817888Z test_schema_correctness_cholesky_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.4818452Z test_schema_correctness_cholesky_inverse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.396s) 2022-11-23T03:48:03.4819084Z test_schema_correctness_cholesky_inverse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4819708Z test_schema_correctness_cholesky_inverse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4820490Z test_schema_correctness_cholesky_inverse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4821121Z test_schema_correctness_cholesky_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4822078Z test_schema_correctness_cholesky_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.4822697Z test_schema_correctness_cholesky_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4823293Z test_schema_correctness_cholesky_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4823837Z test_schema_correctness_chunk_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4824422Z test_schema_correctness_chunk_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4825009Z test_schema_correctness_chunk_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4825594Z test_schema_correctness_chunk_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4826189Z test_schema_correctness_chunk_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4826776Z test_schema_correctness_chunk_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4828221Z test_schema_correctness_chunk_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4829028Z test_schema_correctness_chunk_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4829603Z test_schema_correctness_chunk_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4830170Z test_schema_correctness_chunk_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4830741Z test_schema_correctness_chunk_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4831303Z test_schema_correctness_chunk_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4831875Z test_schema_correctness_chunk_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4832559Z test_schema_correctness_clamp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4833128Z test_schema_correctness_clamp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4833708Z test_schema_correctness_clamp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4834456Z test_schema_correctness_clamp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4835167Z test_schema_correctness_clamp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4835973Z test_schema_correctness_clamp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4836540Z test_schema_correctness_clamp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4837114Z test_schema_correctness_clamp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4837634Z test_schema_correctness_clamp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4838219Z test_schema_correctness_clamp_max_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4838808Z test_schema_correctness_clamp_max_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4839403Z test_schema_correctness_clamp_max_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4839993Z test_schema_correctness_clamp_max_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4840582Z test_schema_correctness_clamp_max_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4841338Z test_schema_correctness_clamp_max_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4841870Z test_schema_correctness_clamp_max_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4842835Z test_schema_correctness_clamp_max_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4843422Z test_schema_correctness_clamp_max_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4844003Z test_schema_correctness_clamp_max_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4844593Z test_schema_correctness_clamp_min_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4845180Z test_schema_correctness_clamp_min_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4845768Z test_schema_correctness_clamp_min_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4846303Z test_schema_correctness_clamp_min_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4846892Z test_schema_correctness_clamp_min_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4848162Z test_schema_correctness_clamp_min_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4848754Z test_schema_correctness_clamp_min_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4849778Z test_schema_correctness_clamp_min_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4850363Z test_schema_correctness_clamp_min_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4850943Z test_schema_correctness_clamp_min_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4851473Z test_schema_correctness_clone_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4852157Z test_schema_correctness_clone_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4852775Z test_schema_correctness_clone_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4853369Z test_schema_correctness_clone_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4853960Z test_schema_correctness_clone_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4854544Z test_schema_correctness_clone_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4855301Z test_schema_correctness_clone_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4856112Z test_schema_correctness_clone_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4856773Z test_schema_correctness_clone_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4857347Z test_schema_correctness_clone_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4857920Z test_schema_correctness_clone_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4858491Z test_schema_correctness_clone_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4859070Z test_schema_correctness_clone_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4859652Z test_schema_correctness_column_stack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4860248Z test_schema_correctness_column_stack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4860800Z test_schema_correctness_column_stack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4861408Z test_schema_correctness_column_stack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4862194Z test_schema_correctness_column_stack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4863043Z test_schema_correctness_column_stack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.4864029Z test_schema_correctness_column_stack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4864638Z test_schema_correctness_column_stack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4865214Z test_schema_correctness_column_stack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4865747Z test_schema_correctness_column_stack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4866327Z test_schema_correctness_column_stack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4866918Z test_schema_correctness_column_stack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4867508Z test_schema_correctness_column_stack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4868634Z test_schema_correctness_combinations_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.345s) 2022-11-23T03:48:03.4869431Z test_schema_correctness_combinations_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.341s) 2022-11-23T03:48:03.4870053Z test_schema_correctness_combinations_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.382s) 2022-11-23T03:48:03.4870987Z test_schema_correctness_combinations_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.349s) 2022-11-23T03:48:03.4871608Z test_schema_correctness_combinations_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.340s) 2022-11-23T03:48:03.4872625Z test_schema_correctness_combinations_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.340s) 2022-11-23T03:48:03.4873297Z test_schema_correctness_combinations_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.349s) 2022-11-23T03:48:03.4873894Z test_schema_correctness_combinations_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.372s) 2022-11-23T03:48:03.4874491Z test_schema_correctness_combinations_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.327s) 2022-11-23T03:48:03.4875075Z test_schema_correctness_combinations_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.324s) 2022-11-23T03:48:03.4875659Z test_schema_correctness_combinations_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.356s) 2022-11-23T03:48:03.4876394Z test_schema_correctness_combinations_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.320s) 2022-11-23T03:48:03.4876992Z test_schema_correctness_complex_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4877877Z test_schema_correctness_complex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4878477Z test_schema_correctness_complex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4879071Z test_schema_correctness_conj_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4879655Z test_schema_correctness_conj_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4880236Z test_schema_correctness_conj_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4880772Z test_schema_correctness_conj_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4881356Z test_schema_correctness_conj_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4881944Z test_schema_correctness_conj_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4882526Z test_schema_correctness_conj_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4883267Z test_schema_correctness_conj_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4883953Z test_schema_correctness_conj_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4884689Z test_schema_correctness_conj_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4885204Z test_schema_correctness_conj_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4885774Z test_schema_correctness_conj_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4886341Z test_schema_correctness_conj_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4886935Z test_schema_correctness_conj_physical_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4887554Z test_schema_correctness_conj_physical_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4888759Z test_schema_correctness_conj_physical_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4889381Z test_schema_correctness_conj_physical_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4890120Z test_schema_correctness_conj_physical_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4890917Z test_schema_correctness_conj_physical_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4892134Z test_schema_correctness_conj_physical_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4892977Z test_schema_correctness_conj_physical_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4893707Z test_schema_correctness_conj_physical_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4894344Z test_schema_correctness_conj_physical_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4894932Z test_schema_correctness_conj_physical_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4895464Z test_schema_correctness_conj_physical_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4896058Z test_schema_correctness_conj_physical_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4896843Z test_schema_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.4897467Z test_schema_correctness_constant_pad_nd_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:48:03.4898455Z test_schema_correctness_constant_pad_nd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.4899081Z test_schema_correctness_constant_pad_nd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:48:03.4899701Z test_schema_correctness_constant_pad_nd_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.4900300Z test_schema_correctness_constant_pad_nd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.4900858Z test_schema_correctness_constant_pad_nd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:48:03.4901456Z test_schema_correctness_constant_pad_nd_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.4902055Z test_schema_correctness_constant_pad_nd_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.4902660Z test_schema_correctness_constant_pad_nd_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:48:03.4903253Z test_schema_correctness_constant_pad_nd_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:48:03.4904025Z test_schema_correctness_constant_pad_nd_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:48:03.4904821Z test_schema_correctness_contiguous_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4905515Z test_schema_correctness_contiguous_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4906118Z test_schema_correctness_contiguous_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4906788Z test_schema_correctness_contiguous_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4907389Z test_schema_correctness_contiguous_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4907991Z test_schema_correctness_contiguous_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4908718Z test_schema_correctness_contiguous_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4909307Z test_schema_correctness_contiguous_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4909837Z test_schema_correctness_contiguous_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4910579Z test_schema_correctness_contiguous_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4911177Z test_schema_correctness_contiguous_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4912124Z test_schema_correctness_contiguous_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4912829Z test_schema_correctness_contiguous_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4913451Z test_schema_correctness_copysign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4914044Z test_schema_correctness_copysign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4914643Z test_schema_correctness_copysign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4915186Z test_schema_correctness_copysign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4915774Z test_schema_correctness_copysign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4916360Z test_schema_correctness_copysign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.4916943Z test_schema_correctness_copysign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4917826Z test_schema_correctness_copysign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4918675Z test_schema_correctness_copysign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4919269Z test_schema_correctness_copysign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4919802Z test_schema_correctness_corrcoef_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T03:48:03.4920407Z test_schema_correctness_corrcoef_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.4921049Z test_schema_correctness_corrcoef_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.4921655Z test_schema_correctness_corrcoef_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:48:03.4922256Z test_schema_correctness_corrcoef_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:48:03.4922837Z test_schema_correctness_corrcoef_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:48:03.4923427Z test_schema_correctness_corrcoef_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:48:03.4924097Z test_schema_correctness_corrcoef_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:48:03.4924692Z test_schema_correctness_corrcoef_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:48:03.4925633Z test_schema_correctness_corrcoef_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-11-23T03:48:03.4926227Z test_schema_correctness_corrcoef_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:48:03.4926801Z test_schema_correctness_cos_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4927374Z test_schema_correctness_cos_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4927941Z test_schema_correctness_cos_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4928606Z test_schema_correctness_cos_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4929192Z test_schema_correctness_cos_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4929757Z test_schema_correctness_cos_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4930328Z test_schema_correctness_cos_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4931051Z test_schema_correctness_cos_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4931625Z test_schema_correctness_cos_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4932607Z test_schema_correctness_cos_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4933150Z test_schema_correctness_cos_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4933726Z test_schema_correctness_cos_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4934288Z test_schema_correctness_cos_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4934863Z test_schema_correctness_cosh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4935428Z test_schema_correctness_cosh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4936008Z test_schema_correctness_cosh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4936604Z test_schema_correctness_cosh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4937140Z test_schema_correctness_cosh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4937870Z test_schema_correctness_cosh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4938466Z test_schema_correctness_cosh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4939416Z test_schema_correctness_cosh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4940000Z test_schema_correctness_cosh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.4940639Z test_schema_correctness_cosh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4941210Z test_schema_correctness_cosh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4941722Z test_schema_correctness_cosh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4942293Z test_schema_correctness_cosh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4942890Z test_schema_correctness_count_nonzero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.4943488Z test_schema_correctness_count_nonzero_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4944107Z test_schema_correctness_count_nonzero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.4944894Z test_schema_correctness_count_nonzero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.4945515Z test_schema_correctness_count_nonzero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4946419Z test_schema_correctness_count_nonzero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4947034Z test_schema_correctness_count_nonzero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4947634Z test_schema_correctness_count_nonzero_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4948356Z test_schema_correctness_count_nonzero_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4948945Z test_schema_correctness_count_nonzero_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4949535Z test_schema_correctness_count_nonzero_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.4950124Z test_schema_correctness_count_nonzero_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.4950700Z test_schema_correctness_cov_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.994s) 2022-11-23T03:48:03.4951341Z test_schema_correctness_cov_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.4952173Z test_schema_correctness_cov_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.4952973Z test_schema_correctness_cov_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.007s) 2022-11-23T03:48:03.4953723Z test_schema_correctness_cov_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.000s) 2022-11-23T03:48:03.4954300Z test_schema_correctness_cov_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.022s) 2022-11-23T03:48:03.4954873Z test_schema_correctness_cov_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.032s) 2022-11-23T03:48:03.4955434Z test_schema_correctness_cov_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.020s) 2022-11-23T03:48:03.4955942Z test_schema_correctness_cov_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.017s) 2022-11-23T03:48:03.4956509Z test_schema_correctness_cov_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.050s) 2022-11-23T03:48:03.4957075Z test_schema_correctness_cov_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.056s) 2022-11-23T03:48:03.4957658Z test_schema_correctness_cross_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4958253Z test_schema_correctness_cross_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4958990Z test_schema_correctness_cross_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4959639Z test_schema_correctness_cross_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4960479Z test_schema_correctness_cross_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4961065Z test_schema_correctness_cross_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4961646Z test_schema_correctness_cross_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4962220Z test_schema_correctness_cross_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4962800Z test_schema_correctness_cross_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4963381Z test_schema_correctness_cross_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4963962Z test_schema_correctness_cummax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4964497Z test_schema_correctness_cummax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4965081Z test_schema_correctness_cummax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4965816Z test_schema_correctness_cummax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4966413Z test_schema_correctness_cummax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4967370Z test_schema_correctness_cummax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4968087Z test_schema_correctness_cummax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4968673Z test_schema_correctness_cummax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4969197Z test_schema_correctness_cummax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4969778Z test_schema_correctness_cummax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4970366Z test_schema_correctness_cummin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4970949Z test_schema_correctness_cummin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4971623Z test_schema_correctness_cummin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4972323Z test_schema_correctness_cummin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4972980Z test_schema_correctness_cummin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4973792Z test_schema_correctness_cummin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4974441Z test_schema_correctness_cummin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.4975027Z test_schema_correctness_cummin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4975609Z test_schema_correctness_cummin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.4976188Z test_schema_correctness_cummin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4976781Z test_schema_correctness_cumprod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4977396Z test_schema_correctness_cumprod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4977948Z test_schema_correctness_cumprod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4978547Z test_schema_correctness_cumprod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4979259Z test_schema_correctness_cumprod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4979951Z test_schema_correctness_cumprod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4980818Z test_schema_correctness_cumprod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.4981577Z test_schema_correctness_cumprod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4982176Z test_schema_correctness_cumprod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4982469Z test_schema_correctness_cumprod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4982753Z test_schema_correctness_cumprod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.4982989Z test_schema_correctness_cumsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4983284Z test_schema_correctness_cumsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4983569Z test_schema_correctness_cumsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4983856Z test_schema_correctness_cumsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4984143Z test_schema_correctness_cumsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4984555Z test_schema_correctness_cumsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4984839Z test_schema_correctness_cumsum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4985119Z test_schema_correctness_cumsum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.4985393Z test_schema_correctness_cumsum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.4985672Z test_schema_correctness_cumsum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.4985952Z test_schema_correctness_cumsum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4986350Z test_schema_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:48:03.4986692Z test_schema_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:48:03.4987172Z test_schema_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:48:03.4987493Z test_schema_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2022-11-23T03:48:03.4987806Z test_schema_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T03:48:03.4988270Z test_schema_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:48:03.4988728Z test_schema_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T03:48:03.4989042Z test_schema_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T03:48:03.4989349Z test_schema_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:48:03.4989658Z test_schema_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:48:03.4989961Z test_schema_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T03:48:03.4990250Z test_schema_correctness_deg2rad_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4990483Z test_schema_correctness_deg2rad_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4990770Z test_schema_correctness_deg2rad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4991057Z test_schema_correctness_deg2rad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4991352Z test_schema_correctness_deg2rad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4991645Z test_schema_correctness_deg2rad_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4991930Z test_schema_correctness_deg2rad_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4992213Z test_schema_correctness_deg2rad_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.4992495Z test_schema_correctness_deg2rad_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4992776Z test_schema_correctness_deg2rad_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.4993054Z test_schema_correctness_diag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4993332Z test_schema_correctness_diag_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4993620Z test_schema_correctness_diag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.4994218Z test_schema_correctness_diag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.4994519Z test_schema_correctness_diag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.4994803Z test_schema_correctness_diag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.4995344Z test_schema_correctness_diag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4995661Z test_schema_correctness_diag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4995935Z test_schema_correctness_diag_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.4996304Z test_schema_correctness_diag_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4996607Z test_schema_correctness_diag_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4996893Z test_schema_correctness_diag_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4997174Z test_schema_correctness_diag_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.4997416Z test_schema_correctness_diag_embed_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.4997709Z test_schema_correctness_diag_embed_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4998008Z test_schema_correctness_diag_embed_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4998301Z test_schema_correctness_diag_embed_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.4998603Z test_schema_correctness_diag_embed_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.4998897Z test_schema_correctness_diag_embed_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.4999194Z test_schema_correctness_diag_embed_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4999486Z test_schema_correctness_diag_embed_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.4999779Z test_schema_correctness_diag_embed_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5000064Z test_schema_correctness_diag_embed_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5000345Z test_schema_correctness_diag_embed_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5000633Z test_schema_correctness_diag_embed_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5001088Z test_schema_correctness_diag_embed_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5001389Z test_schema_correctness_diagflat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5001675Z test_schema_correctness_diagflat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5002122Z test_schema_correctness_diagflat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5002561Z test_schema_correctness_diagflat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5002854Z test_schema_correctness_diagflat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5003140Z test_schema_correctness_diagflat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5003429Z test_schema_correctness_diagflat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5003713Z test_schema_correctness_diagflat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5004109Z test_schema_correctness_diagflat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5004383Z test_schema_correctness_diagflat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5004616Z test_schema_correctness_diagflat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5004900Z test_schema_correctness_diagflat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5005194Z test_schema_correctness_diagonal_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5005480Z test_schema_correctness_diagonal_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5005854Z test_schema_correctness_diagonal_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5006180Z test_schema_correctness_diagonal_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5006472Z test_schema_correctness_diagonal_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5006759Z test_schema_correctness_diagonal_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5007053Z test_schema_correctness_diagonal_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5007348Z test_schema_correctness_diagonal_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5007738Z test_schema_correctness_diagonal_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5008081Z test_schema_correctness_diagonal_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5008374Z test_schema_correctness_diagonal_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5008667Z test_schema_correctness_diagonal_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5009191Z test_schema_correctness_diagonal_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5009528Z test_schema_correctness_diagonal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5009812Z test_schema_correctness_diagonal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5010102Z test_schema_correctness_diagonal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5010396Z test_schema_correctness_diagonal_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5010683Z test_schema_correctness_diagonal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5010974Z test_schema_correctness_diagonal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5011259Z test_schema_correctness_diagonal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5011538Z test_schema_correctness_diagonal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5011768Z test_schema_correctness_diagonal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5012046Z test_schema_correctness_diagonal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5012314Z test_schema_correctness_diagonal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5012596Z test_schema_correctness_diagonal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5012878Z test_schema_correctness_diagonal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5013298Z test_schema_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5013595Z test_schema_correctness_diagonal_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5013875Z test_schema_correctness_diagonal_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5043941Z test_schema_correctness_diagonal_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5044488Z test_schema_correctness_diagonal_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5045169Z test_schema_correctness_diagonal_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5045675Z test_schema_correctness_diagonal_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5046155Z test_schema_correctness_diagonal_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5046611Z test_schema_correctness_diagonal_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5047083Z test_schema_correctness_diagonal_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5047356Z test_schema_correctness_diff_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.618s) 2022-11-23T03:48:03.5047608Z test_schema_correctness_diff_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.597s) 2022-11-23T03:48:03.5047873Z test_schema_correctness_diff_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.667s) 2022-11-23T03:48:03.5048139Z test_schema_correctness_diff_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.660s) 2022-11-23T03:48:03.5048394Z test_schema_correctness_diff_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.645s) 2022-11-23T03:48:03.5048642Z test_schema_correctness_diff_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.629s) 2022-11-23T03:48:03.5048882Z test_schema_correctness_diff_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.620s) 2022-11-23T03:48:03.5049241Z test_schema_correctness_diff_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.662s) 2022-11-23T03:48:03.5049539Z test_schema_correctness_diff_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.622s) 2022-11-23T03:48:03.5049780Z test_schema_correctness_diff_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.611s) 2022-11-23T03:48:03.5050023Z test_schema_correctness_diff_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.608s) 2022-11-23T03:48:03.5050406Z test_schema_correctness_diff_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.634s) 2022-11-23T03:48:03.5050823Z test_schema_correctness_digamma_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.564s) 2022-11-23T03:48:03.5051075Z test_schema_correctness_digamma_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.543s) 2022-11-23T03:48:03.5051335Z test_schema_correctness_digamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.529s) 2022-11-23T03:48:03.5051594Z test_schema_correctness_digamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.556s) 2022-11-23T03:48:03.5051850Z test_schema_correctness_digamma_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5052098Z test_schema_correctness_digamma_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5052350Z test_schema_correctness_digamma_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5052595Z test_schema_correctness_digamma_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5052966Z test_schema_correctness_digamma_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5053208Z test_schema_correctness_dist_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:48:03.5053466Z test_schema_correctness_dist_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:48:03.5053720Z test_schema_correctness_dist_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:48:03.5053968Z test_schema_correctness_dist_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:48:03.5054201Z test_schema_correctness_dist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:48:03.5054500Z test_schema_correctness_dist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T03:48:03.5054792Z test_schema_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5055073Z test_schema_correctness_div_floor_rounding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5055338Z test_schema_correctness_div_floor_rounding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5055597Z test_schema_correctness_div_floor_rounding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5055864Z test_schema_correctness_div_floor_rounding_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5056257Z test_schema_correctness_div_floor_rounding_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5056557Z test_schema_correctness_div_floor_rounding_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5056822Z test_schema_correctness_div_floor_rounding_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5057102Z test_schema_correctness_div_floor_rounding_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5057546Z test_schema_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5057946Z test_schema_correctness_div_no_rounding_mode_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5058234Z test_schema_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5058512Z test_schema_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5058784Z test_schema_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5059062Z test_schema_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5059333Z test_schema_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5059594Z test_schema_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5059857Z test_schema_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5060113Z test_schema_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5060367Z test_schema_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5060631Z test_schema_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5060905Z test_schema_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5061630Z test_schema_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5061898Z test_schema_correctness_div_trunc_rounding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5062154Z test_schema_correctness_div_trunc_rounding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5062422Z test_schema_correctness_div_trunc_rounding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5062683Z test_schema_correctness_div_trunc_rounding_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5063038Z test_schema_correctness_div_trunc_rounding_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5063491Z test_schema_correctness_div_trunc_rounding_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5063769Z test_schema_correctness_div_trunc_rounding_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5064036Z test_schema_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5064424Z test_schema_correctness_dot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5064859Z test_schema_correctness_dot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5065132Z test_schema_correctness_dot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5065376Z test_schema_correctness_dot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5065599Z test_schema_correctness_dot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5065830Z test_schema_correctness_dot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5066081Z test_schema_correctness_double_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5066315Z test_schema_correctness_double_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5066570Z test_schema_correctness_double_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5066823Z test_schema_correctness_double_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5067076Z test_schema_correctness_double_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5067324Z test_schema_correctness_double_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5067574Z test_schema_correctness_double_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5067838Z test_schema_correctness_double_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5068087Z test_schema_correctness_double_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5068322Z test_schema_correctness_double_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5068554Z test_schema_correctness_double_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5068789Z test_schema_correctness_double_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5069034Z test_schema_correctness_double_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5069282Z test_schema_correctness_dsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5069524Z test_schema_correctness_dsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5069882Z test_schema_correctness_dsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5070281Z test_schema_correctness_dsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5070541Z test_schema_correctness_dsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5070786Z test_schema_correctness_dsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5071034Z test_schema_correctness_dsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5071403Z test_schema_correctness_dsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5071857Z test_schema_correctness_dsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5072126Z test_schema_correctness_dsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5072359Z test_schema_correctness_dsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5072596Z test_schema_correctness_dsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5072828Z test_schema_correctness_dsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5073076Z test_schema_correctness_dstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5073314Z test_schema_correctness_dstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5073566Z test_schema_correctness_dstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5073822Z test_schema_correctness_dstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5074078Z test_schema_correctness_dstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5074322Z test_schema_correctness_dstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5074569Z test_schema_correctness_dstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5074811Z test_schema_correctness_dstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5075058Z test_schema_correctness_dstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5075296Z test_schema_correctness_dstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5075539Z test_schema_correctness_dstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5075778Z test_schema_correctness_dstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5076016Z test_schema_correctness_dstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5076264Z test_schema_correctness_einsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:48:03.5076517Z test_schema_correctness_einsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.084s) 2022-11-23T03:48:03.5076749Z test_schema_correctness_einsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:48:03.5077000Z test_schema_correctness_einsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:48:03.5077385Z test_schema_correctness_einsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:48:03.5077638Z test_schema_correctness_einsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-11-23T03:48:03.5077882Z test_schema_correctness_empty_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5078375Z test_schema_correctness_empty_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5078756Z test_schema_correctness_empty_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5079014Z test_schema_correctness_empty_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5079265Z test_schema_correctness_empty_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5079514Z test_schema_correctness_empty_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5079758Z test_schema_correctness_empty_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5080073Z test_schema_correctness_empty_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5080326Z test_schema_correctness_empty_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5080562Z test_schema_correctness_empty_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5080791Z test_schema_correctness_empty_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5081034Z test_schema_correctness_empty_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5081276Z test_schema_correctness_empty_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5081532Z test_schema_correctness_empty_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5081779Z test_schema_correctness_empty_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5082040Z test_schema_correctness_empty_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5082301Z test_schema_correctness_empty_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5082557Z test_schema_correctness_empty_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5082811Z test_schema_correctness_empty_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5083045Z test_schema_correctness_empty_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5083289Z test_schema_correctness_empty_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5083536Z test_schema_correctness_empty_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5083788Z test_schema_correctness_empty_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5084183Z test_schema_correctness_empty_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5084449Z test_schema_correctness_empty_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5084698Z test_schema_correctness_empty_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5084938Z test_schema_correctness_eq_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5085327Z test_schema_correctness_eq_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5085727Z test_schema_correctness_eq_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5085978Z test_schema_correctness_eq_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5086222Z test_schema_correctness_eq_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5086463Z test_schema_correctness_eq_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5086796Z test_schema_correctness_eq_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5087023Z test_schema_correctness_eq_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5087259Z test_schema_correctness_eq_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5087495Z test_schema_correctness_eq_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5087730Z test_schema_correctness_eq_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5087966Z test_schema_correctness_eq_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5088268Z test_schema_correctness_eq_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5088526Z test_schema_correctness_equal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5088756Z test_schema_correctness_equal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5089007Z test_schema_correctness_equal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5089260Z test_schema_correctness_equal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5089506Z test_schema_correctness_equal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5089747Z test_schema_correctness_equal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5089981Z test_schema_correctness_equal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5090226Z test_schema_correctness_equal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5090466Z test_schema_correctness_equal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5090693Z test_schema_correctness_equal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5091052Z test_schema_correctness_equal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5091317Z test_schema_correctness_equal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5091564Z test_schema_correctness_erf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5091802Z test_schema_correctness_erf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5092186Z test_schema_correctness_erf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5092566Z test_schema_correctness_erf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5092816Z test_schema_correctness_erf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5093055Z test_schema_correctness_erf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5093293Z test_schema_correctness_erf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5093531Z test_schema_correctness_erf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5093770Z test_schema_correctness_erf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5094005Z test_schema_correctness_erf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5094238Z test_schema_correctness_erfc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.304s) 2022-11-23T03:48:03.5094475Z test_schema_correctness_erfc_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.377s) 2022-11-23T03:48:03.5094824Z test_schema_correctness_erfc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.274s) 2022-11-23T03:48:03.5095060Z test_schema_correctness_erfc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.265s) 2022-11-23T03:48:03.5095293Z test_schema_correctness_erfc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.310s) 2022-11-23T03:48:03.5095534Z test_schema_correctness_erfc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5095767Z test_schema_correctness_erfc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5095996Z test_schema_correctness_erfc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5096296Z test_schema_correctness_erfc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5096550Z test_schema_correctness_erfc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5096798Z test_schema_correctness_erfinv_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.385s) 2022-11-23T03:48:03.5097044Z test_schema_correctness_erfinv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.270s) 2022-11-23T03:48:03.5097293Z test_schema_correctness_erfinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.261s) 2022-11-23T03:48:03.5097534Z test_schema_correctness_erfinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.357s) 2022-11-23T03:48:03.5097778Z test_schema_correctness_erfinv_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5098168Z test_schema_correctness_erfinv_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5098411Z test_schema_correctness_erfinv_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5098652Z test_schema_correctness_erfinv_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5098894Z test_schema_correctness_erfinv_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5099440Z test_schema_correctness_exp2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.294s) 2022-11-23T03:48:03.5099703Z test_schema_correctness_exp2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.361s) 2022-11-23T03:48:03.5099947Z test_schema_correctness_exp2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.234s) 2022-11-23T03:48:03.5100167Z test_schema_correctness_exp2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.238s) 2022-11-23T03:48:03.5100401Z test_schema_correctness_exp2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.270s) 2022-11-23T03:48:03.5100641Z test_schema_correctness_exp2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5100873Z test_schema_correctness_exp2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5101105Z test_schema_correctness_exp2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5101338Z test_schema_correctness_exp2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5101574Z test_schema_correctness_exp2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5101823Z test_schema_correctness_exp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5102059Z test_schema_correctness_exp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5102306Z test_schema_correctness_exp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.624s) 2022-11-23T03:48:03.5102555Z test_schema_correctness_exp_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5102792Z test_schema_correctness_exp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.594s) 2022-11-23T03:48:03.5103138Z test_schema_correctness_exp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5103373Z test_schema_correctness_exp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5103603Z test_schema_correctness_exp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5103839Z test_schema_correctness_exp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5104073Z test_schema_correctness_exp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5104301Z test_schema_correctness_exp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5105373Z test_schema_correctness_exp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5105681Z test_schema_correctness_exp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5106098Z test_schema_correctness_expand_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5106456Z test_schema_correctness_expand_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5106719Z test_schema_correctness_expand_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5106978Z test_schema_correctness_expand_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5107228Z test_schema_correctness_expand_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5107485Z test_schema_correctness_expand_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5107737Z test_schema_correctness_expand_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5107987Z test_schema_correctness_expand_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5108235Z test_schema_correctness_expand_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5108479Z test_schema_correctness_expand_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5108727Z test_schema_correctness_expand_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5108968Z test_schema_correctness_expand_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5109208Z test_schema_correctness_expand_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5109455Z test_schema_correctness_expand_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5109708Z test_schema_correctness_expand_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5109965Z test_schema_correctness_expand_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5110212Z test_schema_correctness_expand_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5110452Z test_schema_correctness_expand_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5110700Z test_schema_correctness_expand_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5110945Z test_schema_correctness_expand_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5111185Z test_schema_correctness_expand_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5111420Z test_schema_correctness_expand_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5111809Z test_schema_correctness_expand_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5112185Z test_schema_correctness_expand_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5112412Z test_schema_correctness_expm1_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5112797Z test_schema_correctness_expm1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5113207Z test_schema_correctness_expm1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5113458Z test_schema_correctness_expm1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5113694Z test_schema_correctness_expm1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5114017Z test_schema_correctness_expm1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5114267Z test_schema_correctness_expm1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5114494Z test_schema_correctness_expm1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5114737Z test_schema_correctness_expm1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5114978Z test_schema_correctness_expm1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5115223Z test_schema_correctness_eye_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2022-11-23T03:48:03.5115462Z test_schema_correctness_eye_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2022-11-23T03:48:03.5115712Z test_schema_correctness_eye_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.130s) 2022-11-23T03:48:03.5115957Z test_schema_correctness_eye_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.119s) 2022-11-23T03:48:03.5116201Z test_schema_correctness_eye_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.134s) 2022-11-23T03:48:03.5116435Z test_schema_correctness_eye_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.118s) 2022-11-23T03:48:03.5116666Z test_schema_correctness_eye_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2022-11-23T03:48:03.5116905Z test_schema_correctness_eye_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.120s) 2022-11-23T03:48:03.5117139Z test_schema_correctness_eye_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.123s) 2022-11-23T03:48:03.5117375Z test_schema_correctness_eye_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2022-11-23T03:48:03.5117662Z test_schema_correctness_eye_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.120s) 2022-11-23T03:48:03.5117888Z test_schema_correctness_eye_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2022-11-23T03:48:03.5118137Z test_schema_correctness_fft_fft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.148s) 2022-11-23T03:48:03.5118498Z test_schema_correctness_fft_fft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.5118795Z test_schema_correctness_fft_fft2_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5119050Z test_schema_correctness_fft_fft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5119299Z test_schema_correctness_fft_fft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.716s) 2022-11-23T03:48:03.5119697Z test_schema_correctness_fft_fft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5120075Z test_schema_correctness_fft_fft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.5120324Z test_schema_correctness_fft_fft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5120667Z test_schema_correctness_fft_fft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5120909Z test_schema_correctness_fft_fft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5121152Z test_schema_correctness_fft_fft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5121394Z test_schema_correctness_fft_fft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5121637Z test_schema_correctness_fft_fft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.5121891Z test_schema_correctness_fft_fft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5122214Z test_schema_correctness_fft_fft_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5122484Z test_schema_correctness_fft_fft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5122731Z test_schema_correctness_fft_fft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.657s) 2022-11-23T03:48:03.5122978Z test_schema_correctness_fft_fft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5123226Z test_schema_correctness_fft_fft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.5123470Z test_schema_correctness_fft_fft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5123705Z test_schema_correctness_fft_fft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5123934Z test_schema_correctness_fft_fft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5124179Z test_schema_correctness_fft_fft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5124424Z test_schema_correctness_fft_fft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5124661Z test_schema_correctness_fft_fftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5124914Z test_schema_correctness_fft_fftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5125273Z test_schema_correctness_fft_fftn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5125572Z test_schema_correctness_fft_fftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5125823Z test_schema_correctness_fft_fftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5126069Z test_schema_correctness_fft_fftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5126445Z test_schema_correctness_fft_fftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5126858Z test_schema_correctness_fft_fftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5127104Z test_schema_correctness_fft_fftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5127347Z test_schema_correctness_fft_fftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5127587Z test_schema_correctness_fft_fftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5127827Z test_schema_correctness_fft_fftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5128085Z test_schema_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5128345Z test_schema_correctness_fft_fftshift_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5128706Z test_schema_correctness_fft_fftshift_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5128968Z test_schema_correctness_fft_fftshift_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5129226Z test_schema_correctness_fft_fftshift_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5129487Z test_schema_correctness_fft_fftshift_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5129745Z test_schema_correctness_fft_fftshift_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5129994Z test_schema_correctness_fft_fftshift_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5130297Z test_schema_correctness_fft_fftshift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5130567Z test_schema_correctness_fft_fftshift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5130819Z test_schema_correctness_fft_fftshift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5131068Z test_schema_correctness_fft_fftshift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5131319Z test_schema_correctness_fft_fftshift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5131590Z test_schema_correctness_fft_hfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5131867Z test_schema_correctness_fft_hfft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5132298Z test_schema_correctness_fft_hfft2_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5132577Z test_schema_correctness_fft_hfft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5132850Z test_schema_correctness_fft_hfft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:48:03.5133245Z test_schema_correctness_fft_hfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5133671Z test_schema_correctness_fft_hfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5133941Z test_schema_correctness_fft_hfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5134196Z test_schema_correctness_fft_hfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5134466Z test_schema_correctness_fft_hfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5134727Z test_schema_correctness_fft_hfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5134991Z test_schema_correctness_fft_hfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5135238Z test_schema_correctness_fft_hfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-11-23T03:48:03.5135513Z test_schema_correctness_fft_hfft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5135769Z test_schema_correctness_fft_hfft_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5136041Z test_schema_correctness_fft_hfft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5136294Z test_schema_correctness_fft_hfft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.910s) 2022-11-23T03:48:03.5136536Z test_schema_correctness_fft_hfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5136883Z test_schema_correctness_fft_hfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:48:03.5137130Z test_schema_correctness_fft_hfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5137358Z test_schema_correctness_fft_hfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.5137602Z test_schema_correctness_fft_hfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5137845Z test_schema_correctness_fft_hfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.5138085Z test_schema_correctness_fft_hfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.5138418Z test_schema_correctness_fft_hfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5138708Z test_schema_correctness_fft_hfftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5139133Z test_schema_correctness_fft_hfftn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5139409Z test_schema_correctness_fft_hfftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5139678Z test_schema_correctness_fft_hfftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5140089Z test_schema_correctness_fft_hfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5140507Z test_schema_correctness_fft_hfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5140776Z test_schema_correctness_fft_hfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5141035Z test_schema_correctness_fft_hfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5141287Z test_schema_correctness_fft_hfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:48:03.5141549Z test_schema_correctness_fft_hfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5141811Z test_schema_correctness_fft_hfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5142061Z test_schema_correctness_fft_ifft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5142318Z test_schema_correctness_fft_ifft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5142579Z test_schema_correctness_fft_ifft2_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5142836Z test_schema_correctness_fft_ifft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5143090Z test_schema_correctness_fft_ifft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5143341Z test_schema_correctness_fft_ifft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5143591Z test_schema_correctness_fft_ifft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5143833Z test_schema_correctness_fft_ifft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5144060Z test_schema_correctness_fft_ifft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5144304Z test_schema_correctness_fft_ifft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5144554Z test_schema_correctness_fft_ifft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5144896Z test_schema_correctness_fft_ifft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5145140Z test_schema_correctness_fft_ifft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5145393Z test_schema_correctness_fft_ifft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5145787Z test_schema_correctness_fft_ifft_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5146051Z test_schema_correctness_fft_ifft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5146300Z test_schema_correctness_fft_ifft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5146625Z test_schema_correctness_fft_ifft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5147163Z test_schema_correctness_fft_ifft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5147421Z test_schema_correctness_fft_ifft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.5147663Z test_schema_correctness_fft_ifft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5147906Z test_schema_correctness_fft_ifft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5148148Z test_schema_correctness_fft_ifft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5148388Z test_schema_correctness_fft_ifft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5148635Z test_schema_correctness_fft_ifftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5148896Z test_schema_correctness_fft_ifftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5149155Z test_schema_correctness_fft_ifftn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5149410Z test_schema_correctness_fft_ifftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5149660Z test_schema_correctness_fft_ifftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5149909Z test_schema_correctness_fft_ifftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5150158Z test_schema_correctness_fft_ifftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5150385Z test_schema_correctness_fft_ifftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5150630Z test_schema_correctness_fft_ifftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5150878Z test_schema_correctness_fft_ifftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5151124Z test_schema_correctness_fft_ifftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.5151372Z test_schema_correctness_fft_ifftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5151636Z test_schema_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5151890Z test_schema_correctness_fft_ifftshift_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5152156Z test_schema_correctness_fft_ifftshift_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5152559Z test_schema_correctness_fft_ifftshift_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5152841Z test_schema_correctness_fft_ifftshift_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5153198Z test_schema_correctness_fft_ifftshift_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5153573Z test_schema_correctness_fft_ifftshift_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5153984Z test_schema_correctness_fft_ifftshift_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5154242Z test_schema_correctness_fft_ifftshift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5154495Z test_schema_correctness_fft_ifftshift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5154746Z test_schema_correctness_fft_ifftshift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5155078Z test_schema_correctness_fft_ifftshift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5155340Z test_schema_correctness_fft_ifftshift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5155593Z test_schema_correctness_fft_ihfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.5155841Z test_schema_correctness_fft_ihfft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5156092Z test_schema_correctness_fft_ihfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5156333Z test_schema_correctness_fft_ihfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5156581Z test_schema_correctness_fft_ihfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5156809Z test_schema_correctness_fft_ihfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.5157052Z test_schema_correctness_fft_ihfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.5157300Z test_schema_correctness_fft_ihfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5157547Z test_schema_correctness_fft_ihfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5157792Z test_schema_correctness_fft_ihfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.5158042Z test_schema_correctness_fft_ihfft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5158289Z test_schema_correctness_fft_ihfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5158541Z test_schema_correctness_fft_ihfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5158788Z test_schema_correctness_fft_ihfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5159032Z test_schema_correctness_fft_ihfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5159426Z test_schema_correctness_fft_ihfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5159678Z test_schema_correctness_fft_ihfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5159922Z test_schema_correctness_fft_ihfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5160167Z test_schema_correctness_fft_ihfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5160657Z test_schema_correctness_fft_ihfftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5160936Z test_schema_correctness_fft_ihfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5161194Z test_schema_correctness_fft_ihfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5161441Z test_schema_correctness_fft_ihfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.5161789Z test_schema_correctness_fft_ihfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.5162035Z test_schema_correctness_fft_ihfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.5162283Z test_schema_correctness_fft_ihfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.5162531Z test_schema_correctness_fft_ihfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.5162760Z test_schema_correctness_fft_irfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5163087Z test_schema_correctness_fft_irfft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5163361Z test_schema_correctness_fft_irfft2_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5163621Z test_schema_correctness_fft_irfft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5163875Z test_schema_correctness_fft_irfft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.5164127Z test_schema_correctness_fft_irfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5164373Z test_schema_correctness_fft_irfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5164620Z test_schema_correctness_fft_irfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5164868Z test_schema_correctness_fft_irfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5165113Z test_schema_correctness_fft_irfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5165359Z test_schema_correctness_fft_irfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5165609Z test_schema_correctness_fft_irfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.5165854Z test_schema_correctness_fft_irfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5166270Z test_schema_correctness_fft_irfft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5166534Z test_schema_correctness_fft_irfft_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5166789Z test_schema_correctness_fft_irfft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5167168Z test_schema_correctness_fft_irfft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5167559Z test_schema_correctness_fft_irfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5167818Z test_schema_correctness_fft_irfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5168059Z test_schema_correctness_fft_irfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5168305Z test_schema_correctness_fft_irfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5168552Z test_schema_correctness_fft_irfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5168799Z test_schema_correctness_fft_irfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5169023Z test_schema_correctness_fft_irfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5169267Z test_schema_correctness_fft_irfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5169528Z test_schema_correctness_fft_irfftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5169941Z test_schema_correctness_fft_irfftn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5170195Z test_schema_correctness_fft_irfftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5170447Z test_schema_correctness_fft_irfftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5170697Z test_schema_correctness_fft_irfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5170948Z test_schema_correctness_fft_irfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.5171262Z test_schema_correctness_fft_irfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5171520Z test_schema_correctness_fft_irfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5171770Z test_schema_correctness_fft_irfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5172016Z test_schema_correctness_fft_irfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5172263Z test_schema_correctness_fft_irfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5172508Z test_schema_correctness_fft_rfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5172873Z test_schema_correctness_fft_rfft2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5173150Z test_schema_correctness_fft_rfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5173396Z test_schema_correctness_fft_rfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5173644Z test_schema_correctness_fft_rfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5174028Z test_schema_correctness_fft_rfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5174411Z test_schema_correctness_fft_rfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5174662Z test_schema_correctness_fft_rfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5174904Z test_schema_correctness_fft_rfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5175148Z test_schema_correctness_fft_rfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5175377Z test_schema_correctness_fft_rfft_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5175628Z test_schema_correctness_fft_rfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5175872Z test_schema_correctness_fft_rfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5176115Z test_schema_correctness_fft_rfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5176361Z test_schema_correctness_fft_rfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5176606Z test_schema_correctness_fft_rfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5176851Z test_schema_correctness_fft_rfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5177084Z test_schema_correctness_fft_rfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5177334Z test_schema_correctness_fft_rfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.5177585Z test_schema_correctness_fft_rfftn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5177938Z test_schema_correctness_fft_rfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5178188Z test_schema_correctness_fft_rfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5178431Z test_schema_correctness_fft_rfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5178676Z test_schema_correctness_fft_rfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5178919Z test_schema_correctness_fft_rfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5179164Z test_schema_correctness_fft_rfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5179473Z test_schema_correctness_fft_rfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5179877Z test_schema_correctness_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5180126Z test_schema_correctness_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5180376Z test_schema_correctness_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5180705Z test_schema_correctness_fill_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5181123Z test_schema_correctness_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5181360Z test_schema_correctness_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5181599Z test_schema_correctness_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5181838Z test_schema_correctness_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5182081Z test_schema_correctness_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5182312Z test_schema_correctness_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5182548Z test_schema_correctness_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5182782Z test_schema_correctness_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5183020Z test_schema_correctness_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5183270Z test_schema_correctness_flatten_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5183514Z test_schema_correctness_flatten_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5183773Z test_schema_correctness_flatten_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5184032Z test_schema_correctness_flatten_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5184285Z test_schema_correctness_flatten_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5184532Z test_schema_correctness_flatten_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5184777Z test_schema_correctness_flatten_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5185020Z test_schema_correctness_flatten_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5185268Z test_schema_correctness_flatten_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5185510Z test_schema_correctness_flatten_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5185744Z test_schema_correctness_flatten_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5186092Z test_schema_correctness_flatten_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5186335Z test_schema_correctness_flatten_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5186720Z test_schema_correctness_flip_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5186949Z test_schema_correctness_flip_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5187197Z test_schema_correctness_flip_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5187448Z test_schema_correctness_flip_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5188027Z test_schema_correctness_flip_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5188297Z test_schema_correctness_flip_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5188532Z test_schema_correctness_flip_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5188769Z test_schema_correctness_flip_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5189000Z test_schema_correctness_flip_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5189238Z test_schema_correctness_flip_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5189477Z test_schema_correctness_flip_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5189718Z test_schema_correctness_flip_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5189973Z test_schema_correctness_fliplr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5190218Z test_schema_correctness_fliplr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5190474Z test_schema_correctness_fliplr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5190726Z test_schema_correctness_fliplr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5190973Z test_schema_correctness_fliplr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5191221Z test_schema_correctness_fliplr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5191467Z test_schema_correctness_fliplr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5191708Z test_schema_correctness_fliplr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5191947Z test_schema_correctness_fliplr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5192181Z test_schema_correctness_fliplr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5192420Z test_schema_correctness_fliplr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5192635Z test_schema_correctness_fliplr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5192887Z test_schema_correctness_flipud_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5193125Z test_schema_correctness_flipud_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5193540Z test_schema_correctness_flipud_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5193811Z test_schema_correctness_flipud_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5194055Z test_schema_correctness_flipud_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5195372Z test_schema_correctness_flipud_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5195767Z test_schema_correctness_flipud_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5196329Z test_schema_correctness_flipud_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5196845Z test_schema_correctness_flipud_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5197346Z test_schema_correctness_flipud_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5197851Z test_schema_correctness_flipud_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5198451Z test_schema_correctness_flipud_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5198996Z test_schema_correctness_float_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5199515Z test_schema_correctness_float_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5200028Z test_schema_correctness_float_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5200713Z test_schema_correctness_float_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5201232Z test_schema_correctness_float_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5202075Z test_schema_correctness_float_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5202587Z test_schema_correctness_float_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5203078Z test_schema_correctness_float_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5203580Z test_schema_correctness_float_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5204077Z test_schema_correctness_float_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5204563Z test_schema_correctness_float_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5205066Z test_schema_correctness_float_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5205558Z test_schema_correctness_float_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5206078Z test_schema_correctness_float_power_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.5206590Z test_schema_correctness_float_power_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5207286Z test_schema_correctness_float_power_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5207849Z test_schema_correctness_float_power_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.5208713Z test_schema_correctness_float_power_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.5209249Z test_schema_correctness_float_power_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5209776Z test_schema_correctness_float_power_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5210293Z test_schema_correctness_float_power_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5210790Z test_schema_correctness_float_power_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5211311Z test_schema_correctness_float_power_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5211820Z test_schema_correctness_float_power_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.5212565Z test_schema_correctness_float_power_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5213079Z test_schema_correctness_floor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5213663Z test_schema_correctness_floor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5214394Z test_schema_correctness_floor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5214962Z test_schema_correctness_floor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5215589Z test_schema_correctness_floor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5216373Z test_schema_correctness_floor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5216940Z test_schema_correctness_floor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5217471Z test_schema_correctness_floor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5218041Z test_schema_correctness_floor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5218576Z test_schema_correctness_floor_divide_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5219114Z test_schema_correctness_floor_divide_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5219631Z test_schema_correctness_floor_divide_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5220162Z test_schema_correctness_floor_divide_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5220686Z test_schema_correctness_floor_divide_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5221206Z test_schema_correctness_floor_divide_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5221891Z test_schema_correctness_floor_divide_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5222483Z test_schema_correctness_floor_divide_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5223196Z test_schema_correctness_floor_divide_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5223685Z test_schema_correctness_fmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5224191Z test_schema_correctness_fmax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5224702Z test_schema_correctness_fmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5225201Z test_schema_correctness_fmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5225709Z test_schema_correctness_fmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5226227Z test_schema_correctness_fmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5226734Z test_schema_correctness_fmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5227225Z test_schema_correctness_fmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5227729Z test_schema_correctness_fmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5228385Z test_schema_correctness_fmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5228895Z test_schema_correctness_fmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5229609Z test_schema_correctness_fmin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5230280Z test_schema_correctness_fmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5230792Z test_schema_correctness_fmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5231301Z test_schema_correctness_fmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5231801Z test_schema_correctness_fmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5232294Z test_schema_correctness_fmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5232771Z test_schema_correctness_fmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5233346Z test_schema_correctness_fmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5233875Z test_schema_correctness_fmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5234382Z test_schema_correctness_fmod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5234893Z test_schema_correctness_fmod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5235571Z test_schema_correctness_fmod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5236146Z test_schema_correctness_fmod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5236808Z test_schema_correctness_fmod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5237306Z test_schema_correctness_fmod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5237807Z test_schema_correctness_fmod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5238309Z test_schema_correctness_fmod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5238811Z test_schema_correctness_fmod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5239318Z test_schema_correctness_frac_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5239834Z test_schema_correctness_frac_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5240392Z test_schema_correctness_frac_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5240901Z test_schema_correctness_frac_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5241417Z test_schema_correctness_frexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5242081Z test_schema_correctness_frexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5242598Z test_schema_correctness_frexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5243242Z test_schema_correctness_full_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5243891Z test_schema_correctness_full_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5244389Z test_schema_correctness_full_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5244912Z test_schema_correctness_full_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5245428Z test_schema_correctness_full_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5245967Z test_schema_correctness_full_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5246476Z test_schema_correctness_full_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5247089Z test_schema_correctness_full_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5247601Z test_schema_correctness_full_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5248084Z test_schema_correctness_full_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5248578Z test_schema_correctness_full_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5249235Z test_schema_correctness_full_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5249744Z test_schema_correctness_full_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5250628Z test_schema_correctness_full_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5251179Z test_schema_correctness_full_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5251719Z test_schema_correctness_full_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5252254Z test_schema_correctness_full_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5252762Z test_schema_correctness_full_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5253283Z test_schema_correctness_full_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5253793Z test_schema_correctness_full_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5254310Z test_schema_correctness_full_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5254822Z test_schema_correctness_full_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5255338Z test_schema_correctness_full_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5256004Z test_schema_correctness_full_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5256506Z test_schema_correctness_full_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5257276Z test_schema_correctness_gather_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5257818Z test_schema_correctness_gather_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5258336Z test_schema_correctness_gather_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5258868Z test_schema_correctness_gather_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5259393Z test_schema_correctness_gather_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5259912Z test_schema_correctness_gather_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5260414Z test_schema_correctness_gather_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5260923Z test_schema_correctness_gather_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5261423Z test_schema_correctness_gather_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5261929Z test_schema_correctness_gather_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5262429Z test_schema_correctness_gather_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5263107Z test_schema_correctness_gather_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5263608Z test_schema_correctness_gcd_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.940s) 2022-11-23T03:48:03.5264465Z test_schema_correctness_gcd_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.903s) 2022-11-23T03:48:03.5264973Z test_schema_correctness_gcd_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.928s) 2022-11-23T03:48:03.5265472Z test_schema_correctness_gcd_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.949s) 2022-11-23T03:48:03.5265967Z test_schema_correctness_gcd_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.955s) 2022-11-23T03:48:03.5266468Z test_schema_correctness_ge_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5266968Z test_schema_correctness_ge_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5267562Z test_schema_correctness_ge_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5268082Z test_schema_correctness_ge_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5268589Z test_schema_correctness_ge_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5269103Z test_schema_correctness_ge_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5269761Z test_schema_correctness_ge_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5270253Z test_schema_correctness_ge_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5271014Z test_schema_correctness_ge_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5271513Z test_schema_correctness_ge_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5272030Z test_schema_correctness_geqrf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.5272552Z test_schema_correctness_geqrf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5273058Z test_schema_correctness_geqrf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5273562Z test_schema_correctness_geqrf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5274075Z test_schema_correctness_gradient_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.513s) 2022-11-23T03:48:03.5274605Z test_schema_correctness_gradient_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.009s) 2022-11-23T03:48:03.5275142Z test_schema_correctness_gradient_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.016s) 2022-11-23T03:48:03.5275666Z test_schema_correctness_gradient_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.446s) 2022-11-23T03:48:03.5276285Z test_schema_correctness_gradient_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.461s) 2022-11-23T03:48:03.5276860Z test_schema_correctness_gradient_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.446s) 2022-11-23T03:48:03.5277504Z test_schema_correctness_gradient_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.450s) 2022-11-23T03:48:03.5278200Z test_schema_correctness_gradient_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.474s) 2022-11-23T03:48:03.5278711Z test_schema_correctness_gradient_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.443s) 2022-11-23T03:48:03.5279227Z test_schema_correctness_gradient_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.459s) 2022-11-23T03:48:03.5279757Z test_schema_correctness_grid_sampler_2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.5280301Z test_schema_correctness_grid_sampler_2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5280823Z test_schema_correctness_grid_sampler_2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5281454Z test_schema_correctness_gt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5281957Z test_schema_correctness_gt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5282449Z test_schema_correctness_gt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5282941Z test_schema_correctness_gt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5283599Z test_schema_correctness_gt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5284093Z test_schema_correctness_gt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5285897Z test_schema_correctness_gt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5286452Z test_schema_correctness_gt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5286948Z test_schema_correctness_gt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5287460Z test_schema_correctness_gt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5287961Z test_schema_correctness_half_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5288468Z test_schema_correctness_half_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5288986Z test_schema_correctness_half_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5289523Z test_schema_correctness_half_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5290221Z test_schema_correctness_half_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5290944Z test_schema_correctness_half_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5291820Z test_schema_correctness_half_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5292321Z test_schema_correctness_half_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5292814Z test_schema_correctness_half_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5293320Z test_schema_correctness_half_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5293813Z test_schema_correctness_half_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5294322Z test_schema_correctness_half_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5294823Z test_schema_correctness_heaviside_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5295355Z test_schema_correctness_heaviside_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5295890Z test_schema_correctness_heaviside_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5296415Z test_schema_correctness_heaviside_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5297148Z test_schema_correctness_heaviside_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5297880Z test_schema_correctness_heaviside_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5298821Z test_schema_correctness_heaviside_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5299354Z test_schema_correctness_heaviside_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5299851Z test_schema_correctness_heaviside_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5300514Z test_schema_correctness_heaviside_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5301063Z test_schema_correctness_histc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2022-11-23T03:48:03.5301670Z test_schema_correctness_histc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2022-11-23T03:48:03.5302540Z test_schema_correctness_histc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2022-11-23T03:48:03.5303437Z test_schema_correctness_histc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2022-11-23T03:48:03.5304420Z test_schema_correctness_histc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.109s) 2022-11-23T03:48:03.5305521Z test_schema_correctness_histc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.109s) 2022-11-23T03:48:03.5306507Z test_schema_correctness_hsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5307239Z test_schema_correctness_hsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5308068Z test_schema_correctness_hsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5309010Z test_schema_correctness_hsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5309951Z test_schema_correctness_hsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5310873Z test_schema_correctness_hsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5311895Z test_schema_correctness_hsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5312936Z test_schema_correctness_hsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5313768Z test_schema_correctness_hsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5314285Z test_schema_correctness_hsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5314787Z test_schema_correctness_hsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5315286Z test_schema_correctness_hsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5315785Z test_schema_correctness_hsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5316272Z test_schema_correctness_hstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5316787Z test_schema_correctness_hstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5317306Z test_schema_correctness_hstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5317885Z test_schema_correctness_hstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5318643Z test_schema_correctness_hstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5319169Z test_schema_correctness_hstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5319963Z test_schema_correctness_hstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5320457Z test_schema_correctness_hstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5320968Z test_schema_correctness_hstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5321473Z test_schema_correctness_hstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5321973Z test_schema_correctness_hstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5322655Z test_schema_correctness_hstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5323157Z test_schema_correctness_hstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5323661Z test_schema_correctness_hypot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5324152Z test_schema_correctness_hypot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5324663Z test_schema_correctness_hypot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5325161Z test_schema_correctness_hypot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5325947Z test_schema_correctness_i0_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.429s) 2022-11-23T03:48:03.5326583Z test_schema_correctness_i0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.458s) 2022-11-23T03:48:03.5327109Z test_schema_correctness_i0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.386s) 2022-11-23T03:48:03.5327753Z test_schema_correctness_i0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.375s) 2022-11-23T03:48:03.5328223Z test_schema_correctness_i0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.457s) 2022-11-23T03:48:03.5328711Z test_schema_correctness_i0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5329201Z test_schema_correctness_i0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5329686Z test_schema_correctness_i0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5330174Z test_schema_correctness_i0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5330664Z test_schema_correctness_i0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5331172Z test_schema_correctness_igamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5331665Z test_schema_correctness_igamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5332182Z test_schema_correctness_igammac_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5332821Z test_schema_correctness_igammac_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5333361Z test_schema_correctness_imag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5334002Z test_schema_correctness_imag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5334679Z test_schema_correctness_imag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5335201Z test_schema_correctness_index_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5335701Z test_schema_correctness_index_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5336224Z test_schema_correctness_index_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5336750Z test_schema_correctness_index_add_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5337270Z test_schema_correctness_index_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5337780Z test_schema_correctness_index_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5338298Z test_schema_correctness_index_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5338815Z test_schema_correctness_index_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5339425Z test_schema_correctness_index_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5340082Z test_schema_correctness_index_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5340603Z test_schema_correctness_index_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5341246Z test_schema_correctness_index_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5341892Z test_schema_correctness_index_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5342407Z test_schema_correctness_index_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5343008Z test_schema_correctness_index_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5343550Z test_schema_correctness_index_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5344078Z test_schema_correctness_index_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5344604Z test_schema_correctness_index_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5345121Z test_schema_correctness_index_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5345632Z test_schema_correctness_index_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5346138Z test_schema_correctness_index_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5346648Z test_schema_correctness_index_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5347320Z test_schema_correctness_index_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5347819Z test_schema_correctness_index_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5348610Z test_schema_correctness_index_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5349134Z test_schema_correctness_index_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5349648Z test_schema_correctness_index_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5350171Z test_schema_correctness_index_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5350698Z test_schema_correctness_index_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5351222Z test_schema_correctness_index_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5351718Z test_schema_correctness_index_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5352231Z test_schema_correctness_index_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5352745Z test_schema_correctness_index_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5353247Z test_schema_correctness_index_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5353894Z test_schema_correctness_index_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5354409Z test_schema_correctness_index_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5355063Z test_schema_correctness_index_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5355729Z test_schema_correctness_index_put_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5356354Z test_schema_correctness_index_put_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5356874Z test_schema_correctness_index_put_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5357402Z test_schema_correctness_index_put_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5357921Z test_schema_correctness_index_put_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5358434Z test_schema_correctness_index_put_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5358940Z test_schema_correctness_index_put_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5359534Z test_schema_correctness_index_put_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5360046Z test_schema_correctness_index_put_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5360700Z test_schema_correctness_index_put_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5361220Z test_schema_correctness_index_put_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5361856Z test_schema_correctness_index_put_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5362532Z test_schema_correctness_index_put_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5363518Z test_schema_correctness_index_reduce_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cuda\Indexing.cu:1047.) 2022-11-23T03:48:03.5364350Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.5364594Z ok (0.083s) 2022-11-23T03:48:03.5364961Z test_schema_correctness_index_reduce_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:48:03.5365491Z test_schema_correctness_index_reduce_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:48:03.5366009Z test_schema_correctness_index_reduce_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:48:03.5366519Z test_schema_correctness_index_reduce_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:48:03.5367039Z test_schema_correctness_index_reduce_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:48:03.5367703Z test_schema_correctness_index_reduce_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:48:03.5368225Z test_schema_correctness_index_reduce_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:48:03.5368978Z test_schema_correctness_index_reduce_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:48:03.5369957Z test_schema_correctness_index_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5370828Z test_schema_correctness_index_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5371375Z test_schema_correctness_index_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5371914Z test_schema_correctness_index_select_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5372457Z test_schema_correctness_index_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5372996Z test_schema_correctness_index_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5373660Z test_schema_correctness_index_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5374177Z test_schema_correctness_index_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5374879Z test_schema_correctness_index_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5375391Z test_schema_correctness_index_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5376250Z test_schema_correctness_index_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5376768Z test_schema_correctness_index_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5377381Z test_schema_correctness_index_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5377896Z test_schema_correctness_inner_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5378421Z test_schema_correctness_inner_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5378942Z test_schema_correctness_inner_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5379453Z test_schema_correctness_inner_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5379957Z test_schema_correctness_inner_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5380445Z test_schema_correctness_inner_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5380944Z test_schema_correctness_int_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5381590Z test_schema_correctness_int_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5382104Z test_schema_correctness_int_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5382968Z test_schema_correctness_int_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5383491Z test_schema_correctness_int_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5383987Z test_schema_correctness_int_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5384488Z test_schema_correctness_int_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5384984Z test_schema_correctness_int_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5385458Z test_schema_correctness_int_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5385959Z test_schema_correctness_int_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5386460Z test_schema_correctness_int_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5386951Z test_schema_correctness_int_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5387457Z test_schema_correctness_isclose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.181s) 2022-11-23T03:48:03.5387973Z test_schema_correctness_isclose_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-11-23T03:48:03.5388644Z test_schema_correctness_isclose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2022-11-23T03:48:03.5389150Z test_schema_correctness_isclose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.205s) 2022-11-23T03:48:03.5390028Z test_schema_correctness_isclose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.198s) 2022-11-23T03:48:03.5390644Z test_schema_correctness_isclose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2022-11-23T03:48:03.5391353Z test_schema_correctness_isclose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.193s) 2022-11-23T03:48:03.5392539Z test_schema_correctness_isclose_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.193s) 2022-11-23T03:48:03.5393399Z test_schema_correctness_isclose_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.201s) 2022-11-23T03:48:03.5394265Z test_schema_correctness_isclose_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.190s) 2022-11-23T03:48:03.5395220Z test_schema_correctness_isclose_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.222s) 2022-11-23T03:48:03.5396098Z test_schema_correctness_isclose_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.199s) 2022-11-23T03:48:03.5397201Z test_schema_correctness_isfinite_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5397754Z test_schema_correctness_isfinite_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5398285Z test_schema_correctness_isfinite_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5398985Z test_schema_correctness_isfinite_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5399531Z test_schema_correctness_isfinite_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.5400051Z test_schema_correctness_isfinite_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5400559Z test_schema_correctness_isfinite_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5401071Z test_schema_correctness_isfinite_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5401594Z test_schema_correctness_isfinite_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5402274Z test_schema_correctness_isfinite_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5402794Z test_schema_correctness_isfinite_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5403442Z test_schema_correctness_isfinite_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5404083Z test_schema_correctness_isfinite_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5404572Z test_schema_correctness_isin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5405069Z test_schema_correctness_isin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5405569Z test_schema_correctness_isin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5406067Z test_schema_correctness_isin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5406571Z test_schema_correctness_isin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5407062Z test_schema_correctness_isin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5407548Z test_schema_correctness_isin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5408023Z test_schema_correctness_isin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5408529Z test_schema_correctness_isinf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5409186Z test_schema_correctness_isinf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5409826Z test_schema_correctness_isinf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5410547Z test_schema_correctness_isinf_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5411365Z test_schema_correctness_isinf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5411881Z test_schema_correctness_isinf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5412372Z test_schema_correctness_isinf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5412868Z test_schema_correctness_isinf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5413374Z test_schema_correctness_isinf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5413869Z test_schema_correctness_isinf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5414443Z test_schema_correctness_isinf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5414952Z test_schema_correctness_isinf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5415449Z test_schema_correctness_isinf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5415931Z test_schema_correctness_isnan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5416620Z test_schema_correctness_isnan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5417130Z test_schema_correctness_isnan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5418026Z test_schema_correctness_isnan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5418543Z test_schema_correctness_isnan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5419045Z test_schema_correctness_isnan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5419531Z test_schema_correctness_isnan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5420011Z test_schema_correctness_isnan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5420506Z test_schema_correctness_isnan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5421005Z test_schema_correctness_isnan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5421499Z test_schema_correctness_isnan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5421992Z test_schema_correctness_isnan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5422505Z test_schema_correctness_isneginf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5423022Z test_schema_correctness_isneginf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5423681Z test_schema_correctness_isneginf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5424326Z test_schema_correctness_isneginf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5425072Z test_schema_correctness_isneginf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5425588Z test_schema_correctness_isneginf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5426090Z test_schema_correctness_isneginf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5426597Z test_schema_correctness_isneginf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5427110Z test_schema_correctness_isneginf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5427603Z test_schema_correctness_isneginf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5428236Z test_schema_correctness_isposinf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5428750Z test_schema_correctness_isposinf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5429264Z test_schema_correctness_isposinf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5429783Z test_schema_correctness_isposinf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5430477Z test_schema_correctness_isposinf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5431088Z test_schema_correctness_isposinf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5432152Z test_schema_correctness_isposinf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5433094Z test_schema_correctness_isposinf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5434118Z test_schema_correctness_isposinf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5434985Z test_schema_correctness_isposinf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5435513Z test_schema_correctness_isreal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5436028Z test_schema_correctness_isreal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5436549Z test_schema_correctness_isreal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5437271Z test_schema_correctness_isreal_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5437789Z test_schema_correctness_isreal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5438609Z test_schema_correctness_isreal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5439141Z test_schema_correctness_isreal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5439645Z test_schema_correctness_isreal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5440157Z test_schema_correctness_isreal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5440656Z test_schema_correctness_isreal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5441159Z test_schema_correctness_isreal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5441643Z test_schema_correctness_isreal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5442147Z test_schema_correctness_isreal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5442665Z test_schema_correctness_istft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.466s) 2022-11-23T03:48:03.5443181Z test_schema_correctness_istft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.470s) 2022-11-23T03:48:03.5443727Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.103s) 2022-11-23T03:48:03.5444458Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.935s) 2022-11-23T03:48:03.5445035Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.022s) 2022-11-23T03:48:03.5445986Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.020s) 2022-11-23T03:48:03.5446561Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.955s) 2022-11-23T03:48:03.5447282Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.058s) 2022-11-23T03:48:03.5447833Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.932s) 2022-11-23T03:48:03.5448385Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.995s) 2022-11-23T03:48:03.5448941Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.916s) 2022-11-23T03:48:03.5449533Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.948s) 2022-11-23T03:48:03.5450608Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.017s) 2022-11-23T03:48:03.5451648Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.944s) 2022-11-23T03:48:03.5452802Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.074s) 2022-11-23T03:48:03.5453773Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.047s) 2022-11-23T03:48:03.5454631Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.739s) 2022-11-23T03:48:03.5455229Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.506s) 2022-11-23T03:48:03.5455820Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.987s) 2022-11-23T03:48:03.5456409Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.063s) 2022-11-23T03:48:03.5456997Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.021s) 2022-11-23T03:48:03.5457557Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.021s) 2022-11-23T03:48:03.5458310Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.988s) 2022-11-23T03:48:03.5458887Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.011s) 2022-11-23T03:48:03.5459602Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.031s) 2022-11-23T03:48:03.5460188Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.989s) 2022-11-23T03:48:03.5460903Z test_schema_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.885s) 2022-11-23T03:48:03.5461453Z test_schema_correctness_jiterator_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.911s) 2022-11-23T03:48:03.5461996Z test_schema_correctness_jiterator_binary_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.276s) 2022-11-23T03:48:03.5462529Z test_schema_correctness_jiterator_binary_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.101s) 2022-11-23T03:48:03.5463078Z test_schema_correctness_jiterator_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.858s) 2022-11-23T03:48:03.5463625Z test_schema_correctness_jiterator_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.883s) 2022-11-23T03:48:03.5464172Z test_schema_correctness_jiterator_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.842s) 2022-11-23T03:48:03.5464716Z test_schema_correctness_jiterator_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.862s) 2022-11-23T03:48:03.5465380Z test_schema_correctness_jiterator_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.861s) 2022-11-23T03:48:03.5466071Z test_schema_correctness_jiterator_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.883s) 2022-11-23T03:48:03.5466608Z test_schema_correctness_jiterator_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.885s) 2022-11-23T03:48:03.5467278Z test_schema_correctness_jiterator_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.873s) 2022-11-23T03:48:03.5467988Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.881s) 2022-11-23T03:48:03.5468651Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.891s) 2022-11-23T03:48:03.5469247Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.893s) 2022-11-23T03:48:03.5469839Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.894s) 2022-11-23T03:48:03.5470420Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.894s) 2022-11-23T03:48:03.5470987Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.856s) 2022-11-23T03:48:03.5471556Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.914s) 2022-11-23T03:48:03.5472114Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.840s) 2022-11-23T03:48:03.5472684Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.844s) 2022-11-23T03:48:03.5473418Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.836s) 2022-11-23T03:48:03.5474079Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.889s) 2022-11-23T03:48:03.5474801Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.859s) 2022-11-23T03:48:03.5475345Z test_schema_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.262s) 2022-11-23T03:48:03.5475881Z test_schema_correctness_jiterator_unary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.240s) 2022-11-23T03:48:03.5476405Z test_schema_correctness_jiterator_unary_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.438s) 2022-11-23T03:48:03.5476959Z test_schema_correctness_jiterator_unary_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.356s) 2022-11-23T03:48:03.5477507Z test_schema_correctness_jiterator_unary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.240s) 2022-11-23T03:48:03.5478046Z test_schema_correctness_jiterator_unary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.236s) 2022-11-23T03:48:03.5478578Z test_schema_correctness_jiterator_unary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.243s) 2022-11-23T03:48:03.5479110Z test_schema_correctness_jiterator_unary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.303s) 2022-11-23T03:48:03.5479642Z test_schema_correctness_jiterator_unary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.235s) 2022-11-23T03:48:03.5480572Z test_schema_correctness_jiterator_unary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.236s) 2022-11-23T03:48:03.5481448Z test_schema_correctness_jiterator_unary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.230s) 2022-11-23T03:48:03.5481991Z test_schema_correctness_jiterator_unary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.239s) 2022-11-23T03:48:03.5483285Z test_schema_correctness_kron_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5483794Z test_schema_correctness_kron_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5484306Z test_schema_correctness_kron_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5484823Z test_schema_correctness_kron_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5485338Z test_schema_correctness_kron_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5485817Z test_schema_correctness_kron_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5486427Z test_schema_correctness_kron_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5487139Z test_schema_correctness_kron_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5487635Z test_schema_correctness_kron_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5488446Z test_schema_correctness_kron_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5488943Z test_schema_correctness_kron_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5489441Z test_schema_correctness_kron_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5489932Z test_schema_correctness_kthvalue_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5490456Z test_schema_correctness_kthvalue_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5490973Z test_schema_correctness_kthvalue_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5491490Z test_schema_correctness_kthvalue_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5492003Z test_schema_correctness_kthvalue_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5492516Z test_schema_correctness_kthvalue_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5492763Z test_schema_correctness_kthvalue_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5493008Z test_schema_correctness_kthvalue_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5493244Z test_schema_correctness_lcm_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.947s) 2022-11-23T03:48:03.5493485Z test_schema_correctness_lcm_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.943s) 2022-11-23T03:48:03.5493985Z test_schema_correctness_lcm_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.035s) 2022-11-23T03:48:03.5494243Z test_schema_correctness_lcm_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.992s) 2022-11-23T03:48:03.5494478Z test_schema_correctness_lcm_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.940s) 2022-11-23T03:48:03.5494724Z test_schema_correctness_ldexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5495271Z test_schema_correctness_ldexp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5495541Z test_schema_correctness_ldexp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5495790Z test_schema_correctness_ldexp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5496039Z test_schema_correctness_ldexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5496279Z test_schema_correctness_ldexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5496633Z test_schema_correctness_ldexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5496869Z test_schema_correctness_ldexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5497100Z test_schema_correctness_ldexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5497326Z test_schema_correctness_ldexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5497565Z test_schema_correctness_ldexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5497805Z test_schema_correctness_ldexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5498111Z test_schema_correctness_le_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5498360Z test_schema_correctness_le_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5498604Z test_schema_correctness_le_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5498836Z test_schema_correctness_le_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5499074Z test_schema_correctness_le_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5499307Z test_schema_correctness_le_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5499546Z test_schema_correctness_le_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5499762Z test_schema_correctness_le_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5499998Z test_schema_correctness_le_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5500229Z test_schema_correctness_le_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5500480Z test_schema_correctness_lerp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5500885Z test_schema_correctness_lerp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5501144Z test_schema_correctness_lerp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5501389Z test_schema_correctness_lerp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5501632Z test_schema_correctness_lerp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5502012Z test_schema_correctness_lerp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5502454Z test_schema_correctness_lgamma_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.473s) 2022-11-23T03:48:03.5502714Z test_schema_correctness_lgamma_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.450s) 2022-11-23T03:48:03.5502958Z test_schema_correctness_lgamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.444s) 2022-11-23T03:48:03.5503197Z test_schema_correctness_lgamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.454s) 2022-11-23T03:48:03.5503444Z test_schema_correctness_lgamma_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5503681Z test_schema_correctness_lgamma_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5503915Z test_schema_correctness_lgamma_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5504154Z test_schema_correctness_lgamma_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5504398Z test_schema_correctness_lgamma_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5504775Z test_schema_correctness_linalg_cholesky_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5505041Z test_schema_correctness_linalg_cholesky_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5505302Z test_schema_correctness_linalg_cholesky_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.5505564Z test_schema_correctness_linalg_cholesky_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5505815Z test_schema_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5506082Z test_schema_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5506412Z test_schema_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.5506698Z test_schema_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5507065Z test_schema_correctness_linalg_cond_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5507332Z test_schema_correctness_linalg_cond_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5507818Z test_schema_correctness_linalg_cond_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5508221Z test_schema_correctness_linalg_cond_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5508638Z test_schema_correctness_linalg_cross_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5509030Z test_schema_correctness_linalg_cross_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5509455Z test_schema_correctness_linalg_cross_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5509722Z test_schema_correctness_linalg_cross_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5509975Z test_schema_correctness_linalg_cross_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5510232Z test_schema_correctness_linalg_cross_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5510478Z test_schema_correctness_linalg_cross_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5510720Z test_schema_correctness_linalg_cross_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5510976Z test_schema_correctness_linalg_cross_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5511291Z test_schema_correctness_linalg_cross_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5511754Z test_schema_correctness_linalg_det_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5512278Z test_schema_correctness_linalg_det_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5512710Z test_schema_correctness_linalg_det_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5513131Z test_schema_correctness_linalg_det_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5513625Z test_schema_correctness_linalg_det_singular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.689s) 2022-11-23T03:48:03.5514062Z test_schema_correctness_linalg_det_singular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.641s) 2022-11-23T03:48:03.5514541Z test_schema_correctness_linalg_det_singular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.5515304Z test_schema_correctness_linalg_det_singular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:48:03.5515723Z test_schema_correctness_linalg_eig_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5516330Z test_schema_correctness_linalg_eig_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5516606Z test_schema_correctness_linalg_eig_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5516861Z test_schema_correctness_linalg_eig_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5517137Z test_schema_correctness_linalg_eigh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5517703Z test_schema_correctness_linalg_eigh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5518505Z test_schema_correctness_linalg_eigh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5519119Z test_schema_correctness_linalg_eigh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5520175Z test_schema_correctness_linalg_eigvals_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5520683Z test_schema_correctness_linalg_eigvals_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5521136Z test_schema_correctness_linalg_eigvals_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5521673Z test_schema_correctness_linalg_eigvals_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5522161Z test_schema_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5522619Z test_schema_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5523220Z test_schema_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5523686Z test_schema_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5524179Z test_schema_correctness_linalg_householder_product_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5524668Z test_schema_correctness_linalg_householder_product_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5525152Z test_schema_correctness_linalg_householder_product_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5525634Z test_schema_correctness_linalg_householder_product_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5526076Z test_schema_correctness_linalg_inv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5526523Z test_schema_correctness_linalg_inv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5526954Z test_schema_correctness_linalg_inv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5527382Z test_schema_correctness_linalg_inv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5527834Z test_schema_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5528257Z test_schema_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5528784Z test_schema_correctness_linalg_inv_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5529230Z test_schema_correctness_linalg_inv_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5530059Z test_schema_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5530609Z test_schema_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5531066Z test_schema_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5531519Z test_schema_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5531983Z test_schema_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5532579Z test_schema_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5533059Z test_schema_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5533517Z test_schema_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5533971Z test_schema_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5534422Z test_schema_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.5534863Z test_schema_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5535312Z test_schema_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.5535856Z test_schema_correctness_linalg_lstsq_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5536307Z test_schema_correctness_linalg_lstsq_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5536812Z test_schema_correctness_linalg_lstsq_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5537326Z test_schema_correctness_linalg_lstsq_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5537805Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5538279Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5538746Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.5539221Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5539691Z test_schema_correctness_linalg_lu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.5540136Z test_schema_correctness_linalg_lu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.5540564Z test_schema_correctness_linalg_lu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.5540968Z test_schema_correctness_linalg_lu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.5541425Z test_schema_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:48:03.5541874Z test_schema_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:48:03.5542314Z test_schema_correctness_linalg_lu_factor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2022-11-23T03:48:03.5542854Z test_schema_correctness_linalg_lu_factor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:48:03.5543486Z test_schema_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.5544053Z test_schema_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.5544591Z test_schema_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.5545031Z test_schema_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.5545481Z test_schema_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2022-11-23T03:48:03.5545928Z test_schema_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.189s) 2022-11-23T03:48:03.5547296Z test_schema_correctness_linalg_lu_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.203s) 2022-11-23T03:48:03.5547820Z test_schema_correctness_linalg_lu_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.194s) 2022-11-23T03:48:03.5548271Z test_schema_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-11-23T03:48:03.5548725Z test_schema_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.192s) 2022-11-23T03:48:03.5549188Z test_schema_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.220s) 2022-11-23T03:48:03.5549745Z test_schema_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T03:48:03.5550189Z test_schema_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.195s) 2022-11-23T03:48:03.5550628Z test_schema_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.177s) 2022-11-23T03:48:03.5551265Z test_schema_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.140s) 2022-11-23T03:48:03.5551743Z test_schema_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.134s) 2022-11-23T03:48:03.5552201Z test_schema_correctness_linalg_matrix_power_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.127s) 2022-11-23T03:48:03.5552648Z test_schema_correctness_linalg_matrix_power_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.128s) 2022-11-23T03:48:03.5553109Z test_schema_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.729s) 2022-11-23T03:48:03.5553575Z test_schema_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.779s) 2022-11-23T03:48:03.5554069Z test_schema_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.732s) 2022-11-23T03:48:03.5554526Z test_schema_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.779s) 2022-11-23T03:48:03.5555020Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.095s) 2022-11-23T03:48:03.5555513Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T03:48:03.5555996Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.095s) 2022-11-23T03:48:03.5556595Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:48:03.5557064Z test_schema_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.5557599Z test_schema_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5558337Z test_schema_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5558785Z test_schema_correctness_linalg_multi_dot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5559232Z test_schema_correctness_linalg_multi_dot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5559678Z test_schema_correctness_linalg_multi_dot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5560120Z test_schema_correctness_linalg_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2022-11-23T03:48:03.5560567Z test_schema_correctness_linalg_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.195s) 2022-11-23T03:48:03.5561129Z test_schema_correctness_linalg_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.190s) 2022-11-23T03:48:03.5561604Z test_schema_correctness_linalg_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.107s) 2022-11-23T03:48:03.5562046Z test_schema_correctness_linalg_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.180s) 2022-11-23T03:48:03.5562479Z test_schema_correctness_linalg_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-11-23T03:48:03.5562980Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T03:48:03.5563581Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.127s) 2022-11-23T03:48:03.5564090Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-11-23T03:48:03.5564733Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-11-23T03:48:03.5565235Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.137s) 2022-11-23T03:48:03.5565735Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2022-11-23T03:48:03.5566172Z test_schema_correctness_linalg_pinv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:48:03.5566622Z test_schema_correctness_linalg_pinv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-11-23T03:48:03.5567061Z test_schema_correctness_linalg_pinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:48:03.5567482Z test_schema_correctness_linalg_pinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-11-23T03:48:03.5567965Z test_schema_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5568452Z test_schema_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5568918Z test_schema_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5569382Z test_schema_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5570091Z test_schema_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:48:03.5570729Z test_schema_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:48:03.5571486Z test_schema_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T03:48:03.5572259Z test_schema_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:48:03.5572707Z test_schema_correctness_linalg_qr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.5573149Z test_schema_correctness_linalg_qr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.5573581Z test_schema_correctness_linalg_qr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5574010Z test_schema_correctness_linalg_qr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5574569Z test_schema_correctness_linalg_slogdet_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.019s) 2022-11-23T03:48:03.5575061Z test_schema_correctness_linalg_slogdet_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.977s) 2022-11-23T03:48:03.5575509Z test_schema_correctness_linalg_slogdet_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5575953Z test_schema_correctness_linalg_slogdet_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5576400Z test_schema_correctness_linalg_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.5576963Z test_schema_correctness_linalg_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.5577416Z test_schema_correctness_linalg_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:48:03.5577862Z test_schema_correctness_linalg_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5578410Z test_schema_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.5578876Z test_schema_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.5579422Z test_schema_correctness_linalg_solve_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5579879Z test_schema_correctness_linalg_solve_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5580357Z test_schema_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.217s) 2022-11-23T03:48:03.5580892Z test_schema_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.215s) 2022-11-23T03:48:03.5581362Z test_schema_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.206s) 2022-11-23T03:48:03.5581818Z test_schema_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.191s) 2022-11-23T03:48:03.5582264Z test_schema_correctness_linalg_svd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.329s) 2022-11-23T03:48:03.5582701Z test_schema_correctness_linalg_svd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.305s) 2022-11-23T03:48:03.5583136Z test_schema_correctness_linalg_svd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.279s) 2022-11-23T03:48:03.5583576Z test_schema_correctness_linalg_svd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.289s) 2022-11-23T03:48:03.5584031Z test_schema_correctness_linalg_svdvals_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5584573Z test_schema_correctness_linalg_svdvals_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.5585028Z test_schema_correctness_linalg_svdvals_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.5585718Z test_schema_correctness_linalg_svdvals_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.5586271Z test_schema_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5586740Z test_schema_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5587191Z test_schema_correctness_linalg_tensorinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5587641Z test_schema_correctness_linalg_tensorinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5588228Z test_schema_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.5588721Z test_schema_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5589184Z test_schema_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.5589636Z test_schema_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5590088Z test_schema_correctness_linalg_vander_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:48:03.5590540Z test_schema_correctness_linalg_vander_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:48:03.5590980Z test_schema_correctness_linalg_vander_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.5591417Z test_schema_correctness_linalg_vander_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.5591858Z test_schema_correctness_linalg_vander_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:48:03.5592299Z test_schema_correctness_linalg_vander_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.5592727Z test_schema_correctness_linalg_vander_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:48:03.5593141Z test_schema_correctness_linalg_vander_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.5593572Z test_schema_correctness_linalg_vander_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.5594012Z test_schema_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:48:03.5594497Z test_schema_correctness_linalg_vecdot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5594979Z test_schema_correctness_linalg_vecdot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5595430Z test_schema_correctness_linalg_vecdot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-11-23T03:48:03.5595863Z test_schema_correctness_linalg_vecdot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2022-11-23T03:48:03.5596415Z test_schema_correctness_linalg_vecdot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2022-11-23T03:48:03.5596879Z test_schema_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.219s) 2022-11-23T03:48:03.5597335Z test_schema_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.227s) 2022-11-23T03:48:03.5598026Z test_schema_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.240s) 2022-11-23T03:48:03.5598496Z test_schema_correctness_linalg_vector_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.233s) 2022-11-23T03:48:03.5598944Z test_schema_correctness_linalg_vector_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.222s) 2022-11-23T03:48:03.5599534Z test_schema_correctness_linalg_vector_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.235s) 2022-11-23T03:48:03.5599963Z test_schema_correctness_linspace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:48:03.5600400Z test_schema_correctness_linspace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:48:03.5600837Z test_schema_correctness_linspace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-11-23T03:48:03.5601267Z test_schema_correctness_linspace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:48:03.5601792Z test_schema_correctness_linspace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-11-23T03:48:03.5602243Z test_schema_correctness_linspace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:48:03.5602674Z test_schema_correctness_linspace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-11-23T03:48:03.5603086Z test_schema_correctness_linspace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-11-23T03:48:03.5603499Z test_schema_correctness_linspace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:48:03.5603919Z test_schema_correctness_linspace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-11-23T03:48:03.5604321Z test_schema_correctness_linspace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.5604738Z test_schema_correctness_log10_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5605153Z test_schema_correctness_log10_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5605576Z test_schema_correctness_log10_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.489s) 2022-11-23T03:48:03.5606008Z test_schema_correctness_log10_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.428s) 2022-11-23T03:48:03.5606422Z test_schema_correctness_log10_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5606829Z test_schema_correctness_log10_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5607266Z test_schema_correctness_log10_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5607719Z test_schema_correctness_log10_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5608150Z test_schema_correctness_log10_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5608587Z test_schema_correctness_log10_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5609035Z test_schema_correctness_log10_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5609505Z test_schema_correctness_log10_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5609974Z test_schema_correctness_log1p_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5610442Z test_schema_correctness_log1p_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5610981Z test_schema_correctness_log1p_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5611458Z test_schema_correctness_log1p_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5611932Z test_schema_correctness_log1p_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5612417Z test_schema_correctness_log1p_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5613087Z test_schema_correctness_log1p_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5613672Z test_schema_correctness_log1p_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5614139Z test_schema_correctness_log1p_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5614806Z test_schema_correctness_log1p_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5615300Z test_schema_correctness_log2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5615768Z test_schema_correctness_log2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5616413Z test_schema_correctness_log2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.462s) 2022-11-23T03:48:03.5616920Z test_schema_correctness_log2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.393s) 2022-11-23T03:48:03.5617456Z test_schema_correctness_log2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5617933Z test_schema_correctness_log2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5618391Z test_schema_correctness_log2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5618847Z test_schema_correctness_log2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5619301Z test_schema_correctness_log2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5619757Z test_schema_correctness_log2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5620236Z test_schema_correctness_log2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5620733Z test_schema_correctness_log2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5621219Z test_schema_correctness_log_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5621688Z test_schema_correctness_log_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5622171Z test_schema_correctness_log_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.472s) 2022-11-23T03:48:03.5622650Z test_schema_correctness_log_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5623125Z test_schema_correctness_log_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.373s) 2022-11-23T03:48:03.5623597Z test_schema_correctness_log_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5624059Z test_schema_correctness_log_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5624525Z test_schema_correctness_log_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5624972Z test_schema_correctness_log_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5625431Z test_schema_correctness_log_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5625904Z test_schema_correctness_log_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5626380Z test_schema_correctness_log_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5626854Z test_schema_correctness_log_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5627362Z test_schema_correctness_log_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5627873Z test_schema_correctness_log_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5628366Z test_schema_correctness_log_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5629051Z test_schema_correctness_log_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5629577Z test_schema_correctness_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5630112Z test_schema_correctness_log_softmax_with_dtype_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5630644Z test_schema_correctness_log_softmax_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5631179Z test_schema_correctness_log_softmax_with_dtype_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5631864Z test_schema_correctness_log_softmax_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5632410Z test_schema_correctness_log_softmax_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5632940Z test_schema_correctness_log_softmax_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5633477Z test_schema_correctness_log_softmax_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5633993Z test_schema_correctness_log_softmax_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5634500Z test_schema_correctness_log_softmax_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5635001Z test_schema_correctness_log_softmax_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5635522Z test_schema_correctness_log_softmax_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.5636053Z test_schema_correctness_log_softmax_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5636566Z test_schema_correctness_logaddexp2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5637062Z test_schema_correctness_logaddexp2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5637562Z test_schema_correctness_logaddexp2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5638046Z test_schema_correctness_logaddexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5638545Z test_schema_correctness_logaddexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5639064Z test_schema_correctness_logaddexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5639578Z test_schema_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5640102Z test_schema_correctness_logcumsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5640615Z test_schema_correctness_logcumsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5641123Z test_schema_correctness_logcumsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5641616Z test_schema_correctness_logdet_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.5642105Z test_schema_correctness_logdet_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.5642591Z test_schema_correctness_logdet_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.5643083Z test_schema_correctness_logdet_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.5643783Z test_schema_correctness_logical_and_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5644272Z test_schema_correctness_logical_and_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5644782Z test_schema_correctness_logical_and_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.478s) 2022-11-23T03:48:03.5645430Z test_schema_correctness_logical_and_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.470s) 2022-11-23T03:48:03.5645933Z test_schema_correctness_logical_and_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5646534Z test_schema_correctness_logical_and_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5647293Z test_schema_correctness_logical_and_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5647808Z test_schema_correctness_logical_and_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5648307Z test_schema_correctness_logical_and_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5648793Z test_schema_correctness_logical_and_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5649278Z test_schema_correctness_logical_and_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5649775Z test_schema_correctness_logical_and_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5650267Z test_schema_correctness_logical_not_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5650760Z test_schema_correctness_logical_not_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5651281Z test_schema_correctness_logical_not_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5651795Z test_schema_correctness_logical_not_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5652296Z test_schema_correctness_logical_not_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5652812Z test_schema_correctness_logical_not_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5653306Z test_schema_correctness_logical_not_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5653803Z test_schema_correctness_logical_not_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5654291Z test_schema_correctness_logical_not_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5654809Z test_schema_correctness_logical_not_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5655300Z test_schema_correctness_logical_not_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5655799Z test_schema_correctness_logical_not_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5656285Z test_schema_correctness_logical_or_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5656776Z test_schema_correctness_logical_or_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5657286Z test_schema_correctness_logical_or_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.551s) 2022-11-23T03:48:03.5657796Z test_schema_correctness_logical_or_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.493s) 2022-11-23T03:48:03.5658308Z test_schema_correctness_logical_or_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5658804Z test_schema_correctness_logical_or_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5659476Z test_schema_correctness_logical_or_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5659963Z test_schema_correctness_logical_or_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5660448Z test_schema_correctness_logical_or_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5660938Z test_schema_correctness_logical_or_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5661433Z test_schema_correctness_logical_or_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5661868Z test_schema_correctness_logical_or_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5662517Z test_schema_correctness_logical_xor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5663021Z test_schema_correctness_logical_xor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5663537Z test_schema_correctness_logical_xor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.530s) 2022-11-23T03:48:03.5664045Z test_schema_correctness_logical_xor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.467s) 2022-11-23T03:48:03.5664534Z test_schema_correctness_logical_xor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5665020Z test_schema_correctness_logical_xor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5665507Z test_schema_correctness_logical_xor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5665980Z test_schema_correctness_logical_xor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5666481Z test_schema_correctness_logical_xor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5666978Z test_schema_correctness_logical_xor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5667467Z test_schema_correctness_logical_xor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5667953Z test_schema_correctness_logical_xor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5668438Z test_schema_correctness_logit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5668913Z test_schema_correctness_logit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5669408Z test_schema_correctness_logit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5669883Z test_schema_correctness_logit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5670352Z test_schema_correctness_logit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5670828Z test_schema_correctness_logit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5671299Z test_schema_correctness_logit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5671765Z test_schema_correctness_logit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5672242Z test_schema_correctness_logit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5672687Z test_schema_correctness_logit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5673177Z test_schema_correctness_logspace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.637s) 2022-11-23T03:48:03.5673680Z test_schema_correctness_logspace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.586s) 2022-11-23T03:48:03.5674180Z test_schema_correctness_logspace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.600s) 2022-11-23T03:48:03.5674866Z test_schema_correctness_logspace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.616s) 2022-11-23T03:48:03.5675359Z test_schema_correctness_logspace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.656s) 2022-11-23T03:48:03.5675848Z test_schema_correctness_logspace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.646s) 2022-11-23T03:48:03.5676324Z test_schema_correctness_logspace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.600s) 2022-11-23T03:48:03.5676813Z test_schema_correctness_logspace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.595s) 2022-11-23T03:48:03.5677295Z test_schema_correctness_logspace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.596s) 2022-11-23T03:48:03.5677935Z test_schema_correctness_logspace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.224s) 2022-11-23T03:48:03.5678455Z test_schema_correctness_logspace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.188s) 2022-11-23T03:48:03.5678956Z test_schema_correctness_logsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5679443Z test_schema_correctness_logsumexp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5679938Z test_schema_correctness_logsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5680441Z test_schema_correctness_logsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5680937Z test_schema_correctness_logsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5681436Z test_schema_correctness_logsumexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5681919Z test_schema_correctness_logsumexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5682417Z test_schema_correctness_logsumexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5682913Z test_schema_correctness_logsumexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5683414Z test_schema_correctness_logsumexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5683894Z test_schema_correctness_long_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5684332Z test_schema_correctness_long_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5684814Z test_schema_correctness_long_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5685309Z test_schema_correctness_long_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5685809Z test_schema_correctness_long_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5686291Z test_schema_correctness_long_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5686759Z test_schema_correctness_long_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5687217Z test_schema_correctness_long_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5687680Z test_schema_correctness_long_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5688143Z test_schema_correctness_long_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5688619Z test_schema_correctness_long_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5689089Z test_schema_correctness_long_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5689560Z test_schema_correctness_long_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5690210Z test_schema_correctness_lt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5690670Z test_schema_correctness_lt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5691237Z test_schema_correctness_lt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5691708Z test_schema_correctness_lt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5692163Z test_schema_correctness_lt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5692610Z test_schema_correctness_lt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5693225Z test_schema_correctness_lt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5693717Z test_schema_correctness_lt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5694195Z test_schema_correctness_lt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5694631Z test_schema_correctness_lt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5695767Z test_schema_correctness_lu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1727: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-11-23T03:48:03.5696060Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T03:48:03.5696277Z should be replaced with 2022-11-23T03:48:03.5696606Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T03:48:03.5696765Z and 2022-11-23T03:48:03.5697092Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T03:48:03.5697309Z should be replaced with 2022-11-23T03:48:03.5698044Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T03:48:03.5698419Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T03:48:03.5698595Z ok (0.086s) 2022-11-23T03:48:03.5699075Z test_schema_correctness_lu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:48:03.5699547Z test_schema_correctness_lu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.5700012Z test_schema_correctness_lu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.5701169Z test_schema_correctness_lu_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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. 2022-11-23T03:48:03.5701540Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T03:48:03.5701775Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T03:48:03.5701975Z should be replaced with 2022-11-23T03:48:03.5702781Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T03:48:03.5703034Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.5703171Z ok (0.058s) 2022-11-23T03:48:03.5703771Z test_schema_correctness_lu_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.5704416Z test_schema_correctness_lu_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.5704910Z test_schema_correctness_lu_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:48:03.5706505Z test_schema_correctness_lu_unpack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:48:03.5707013Z test_schema_correctness_lu_unpack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.5707519Z test_schema_correctness_lu_unpack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T03:48:03.5707999Z test_schema_correctness_lu_unpack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:48:03.5708472Z test_schema_correctness_mH_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5708927Z test_schema_correctness_mH_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5709570Z test_schema_correctness_mH_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5710086Z test_schema_correctness_mH_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5710582Z test_schema_correctness_mH_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5711038Z test_schema_correctness_mH_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5711492Z test_schema_correctness_mH_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5711952Z test_schema_correctness_mH_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5712407Z test_schema_correctness_mH_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5712875Z test_schema_correctness_mH_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5713363Z test_schema_correctness_mH_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5713827Z test_schema_correctness_mH_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5714275Z test_schema_correctness_mH_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5714752Z test_schema_correctness_mT_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5715213Z test_schema_correctness_mT_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5715710Z test_schema_correctness_mT_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5716198Z test_schema_correctness_mT_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5716673Z test_schema_correctness_mT_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5717155Z test_schema_correctness_mT_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5717680Z test_schema_correctness_mT_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5718158Z test_schema_correctness_mT_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5718622Z test_schema_correctness_mT_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5719084Z test_schema_correctness_mT_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5719541Z test_schema_correctness_mT_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5720008Z test_schema_correctness_mT_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5720476Z test_schema_correctness_mT_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5720983Z test_schema_correctness_masked_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.332s) 2022-11-23T03:48:03.5721480Z test_schema_correctness_masked_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.330s) 2022-11-23T03:48:03.5722154Z test_schema_correctness_masked_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.326s) 2022-11-23T03:48:03.5722661Z test_schema_correctness_masked_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.384s) 2022-11-23T03:48:03.5723159Z test_schema_correctness_masked_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.268s) 2022-11-23T03:48:03.5723643Z test_schema_correctness_masked_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.294s) 2022-11-23T03:48:03.5724127Z test_schema_correctness_masked_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.278s) 2022-11-23T03:48:03.5724770Z test_schema_correctness_masked_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.284s) 2022-11-23T03:48:03.5725251Z test_schema_correctness_masked_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.283s) 2022-11-23T03:48:03.5725766Z test_schema_correctness_masked_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.334s) 2022-11-23T03:48:03.5726285Z test_schema_correctness_masked_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.320s) 2022-11-23T03:48:03.5726788Z test_schema_correctness_masked_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.330s) 2022-11-23T03:48:03.5727279Z test_schema_correctness_masked_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.347s) 2022-11-23T03:48:03.5727760Z test_schema_correctness_masked_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.329s) 2022-11-23T03:48:03.5728246Z test_schema_correctness_masked_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.296s) 2022-11-23T03:48:03.5728746Z test_schema_correctness_masked_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.282s) 2022-11-23T03:48:03.5729263Z test_schema_correctness_masked_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.285s) 2022-11-23T03:48:03.5729744Z test_schema_correctness_masked_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.286s) 2022-11-23T03:48:03.5730245Z test_schema_correctness_masked_argmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.272s) 2022-11-23T03:48:03.5730748Z test_schema_correctness_masked_argmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.253s) 2022-11-23T03:48:03.5731244Z test_schema_correctness_masked_argmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.264s) 2022-11-23T03:48:03.5731744Z test_schema_correctness_masked_argmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.253s) 2022-11-23T03:48:03.5732250Z test_schema_correctness_masked_argmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.213s) 2022-11-23T03:48:03.5732754Z test_schema_correctness_masked_argmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.211s) 2022-11-23T03:48:03.5733266Z test_schema_correctness_masked_argmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.149s) 2022-11-23T03:48:03.5733758Z test_schema_correctness_masked_argmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-11-23T03:48:03.5734246Z test_schema_correctness_masked_argmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.204s) 2022-11-23T03:48:03.5734768Z test_schema_correctness_masked_argmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.240s) 2022-11-23T03:48:03.5735266Z test_schema_correctness_masked_argmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-11-23T03:48:03.5735735Z test_schema_correctness_masked_argmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.253s) 2022-11-23T03:48:03.5736224Z test_schema_correctness_masked_argmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.263s) 2022-11-23T03:48:03.5736885Z test_schema_correctness_masked_argmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.222s) 2022-11-23T03:48:03.5737385Z test_schema_correctness_masked_argmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.223s) 2022-11-23T03:48:03.5737897Z test_schema_correctness_masked_argmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.152s) 2022-11-23T03:48:03.5738394Z test_schema_correctness_masked_argmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.231s) 2022-11-23T03:48:03.5738951Z test_schema_correctness_masked_argmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.209s) 2022-11-23T03:48:03.5739468Z test_schema_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.5740145Z test_schema_correctness_masked_cumprod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.5740691Z test_schema_correctness_masked_cumprod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.5741205Z test_schema_correctness_masked_cumprod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.5741718Z test_schema_correctness_masked_cumprod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:48:03.5742224Z test_schema_correctness_masked_cumprod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.5742730Z test_schema_correctness_masked_cumprod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5743230Z test_schema_correctness_masked_cumprod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.5743739Z test_schema_correctness_masked_cumprod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.5744245Z test_schema_correctness_masked_cumprod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.5744768Z test_schema_correctness_masked_cumprod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.5745271Z test_schema_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.5745785Z test_schema_correctness_masked_cumsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:48:03.5746303Z test_schema_correctness_masked_cumsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.5746814Z test_schema_correctness_masked_cumsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.5747332Z test_schema_correctness_masked_cumsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.5747826Z test_schema_correctness_masked_cumsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.5748326Z test_schema_correctness_masked_cumsum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5748818Z test_schema_correctness_masked_cumsum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.5749278Z test_schema_correctness_masked_cumsum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.5749778Z test_schema_correctness_masked_cumsum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.5750271Z test_schema_correctness_masked_cumsum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.5750774Z test_schema_correctness_masked_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5751272Z test_schema_correctness_masked_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5751768Z test_schema_correctness_masked_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5752459Z test_schema_correctness_masked_fill_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5752973Z test_schema_correctness_masked_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5753457Z test_schema_correctness_masked_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5753946Z test_schema_correctness_masked_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5754440Z test_schema_correctness_masked_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5755094Z test_schema_correctness_masked_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5755619Z test_schema_correctness_masked_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5756107Z test_schema_correctness_masked_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5756592Z test_schema_correctness_masked_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5757077Z test_schema_correctness_masked_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5757599Z test_schema_correctness_masked_log_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T03:48:03.5758163Z test_schema_correctness_masked_log_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.5758675Z test_schema_correctness_masked_log_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.5759201Z test_schema_correctness_masked_log_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:48:03.5759727Z test_schema_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:48:03.5760245Z test_schema_correctness_masked_logaddexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:48:03.5760770Z test_schema_correctness_masked_logaddexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:48:03.5761271Z test_schema_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.362s) 2022-11-23T03:48:03.5761772Z test_schema_correctness_masked_logsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.328s) 2022-11-23T03:48:03.5762284Z test_schema_correctness_masked_logsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.346s) 2022-11-23T03:48:03.5762802Z test_schema_correctness_masked_logsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.345s) 2022-11-23T03:48:03.5763312Z test_schema_correctness_masked_logsumexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.378s) 2022-11-23T03:48:03.5763832Z test_schema_correctness_masked_logsumexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.378s) 2022-11-23T03:48:03.5764311Z test_schema_correctness_masked_logsumexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.422s) 2022-11-23T03:48:03.5764808Z test_schema_correctness_masked_logsumexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.371s) 2022-11-23T03:48:03.5765306Z test_schema_correctness_masked_logsumexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.375s) 2022-11-23T03:48:03.5765807Z test_schema_correctness_masked_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.865s) 2022-11-23T03:48:03.5766309Z test_schema_correctness_masked_mean_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.732s) 2022-11-23T03:48:03.5766813Z test_schema_correctness_masked_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.781s) 2022-11-23T03:48:03.5767506Z test_schema_correctness_masked_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.731s) 2022-11-23T03:48:03.5767992Z test_schema_correctness_masked_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.898s) 2022-11-23T03:48:03.5768486Z test_schema_correctness_masked_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.860s) 2022-11-23T03:48:03.5768972Z test_schema_correctness_masked_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.900s) 2022-11-23T03:48:03.5769459Z test_schema_correctness_masked_mean_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.736s) 2022-11-23T03:48:03.5769951Z test_schema_correctness_masked_mean_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.713s) 2022-11-23T03:48:03.5770583Z test_schema_correctness_masked_mean_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.776s) 2022-11-23T03:48:03.5771098Z test_schema_correctness_masked_mean_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.802s) 2022-11-23T03:48:03.5771590Z test_schema_correctness_masked_mean_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.766s) 2022-11-23T03:48:03.5772093Z test_schema_correctness_masked_median_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:48:03.5772598Z test_schema_correctness_masked_median_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5773102Z test_schema_correctness_masked_median_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:48:03.5773604Z test_schema_correctness_masked_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.819s) 2022-11-23T03:48:03.5774116Z test_schema_correctness_masked_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.759s) 2022-11-23T03:48:03.5774614Z test_schema_correctness_masked_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.792s) 2022-11-23T03:48:03.5775110Z test_schema_correctness_masked_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.727s) 2022-11-23T03:48:03.5775602Z test_schema_correctness_masked_normalize_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.203s) 2022-11-23T03:48:03.5776133Z test_schema_correctness_masked_normalize_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.201s) 2022-11-23T03:48:03.5776671Z test_schema_correctness_masked_normalize_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.194s) 2022-11-23T03:48:03.5777185Z test_schema_correctness_masked_normalize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2022-11-23T03:48:03.5777707Z test_schema_correctness_masked_normalize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.219s) 2022-11-23T03:48:03.5778221Z test_schema_correctness_masked_normalize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.189s) 2022-11-23T03:48:03.5778731Z test_schema_correctness_masked_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.401s) 2022-11-23T03:48:03.5779226Z test_schema_correctness_masked_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.426s) 2022-11-23T03:48:03.5779747Z test_schema_correctness_masked_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.407s) 2022-11-23T03:48:03.5780276Z test_schema_correctness_masked_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.383s) 2022-11-23T03:48:03.5780779Z test_schema_correctness_masked_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.388s) 2022-11-23T03:48:03.5781288Z test_schema_correctness_masked_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.378s) 2022-11-23T03:48:03.5781789Z test_schema_correctness_masked_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.392s) 2022-11-23T03:48:03.5782460Z test_schema_correctness_masked_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.411s) 2022-11-23T03:48:03.5782957Z test_schema_correctness_masked_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.401s) 2022-11-23T03:48:03.5783443Z test_schema_correctness_masked_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.332s) 2022-11-23T03:48:03.5783937Z test_schema_correctness_masked_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.404s) 2022-11-23T03:48:03.5784427Z test_schema_correctness_masked_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.414s) 2022-11-23T03:48:03.5784934Z test_schema_correctness_masked_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5786391Z test_schema_correctness_masked_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5786967Z test_schema_correctness_masked_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5787521Z test_schema_correctness_masked_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5788034Z test_schema_correctness_masked_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5788538Z test_schema_correctness_masked_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5789027Z test_schema_correctness_masked_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5789533Z test_schema_correctness_masked_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5790059Z test_schema_correctness_masked_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5790561Z test_schema_correctness_masked_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5791069Z test_schema_correctness_masked_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5791566Z test_schema_correctness_masked_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5792067Z test_schema_correctness_masked_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5792562Z test_schema_correctness_masked_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5793089Z test_schema_correctness_masked_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5793598Z test_schema_correctness_masked_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5794108Z test_schema_correctness_masked_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5794615Z test_schema_correctness_masked_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5795112Z test_schema_correctness_masked_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5795613Z test_schema_correctness_masked_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5796109Z test_schema_correctness_masked_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5796598Z test_schema_correctness_masked_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5797093Z test_schema_correctness_masked_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5797598Z test_schema_correctness_masked_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5798122Z test_schema_correctness_masked_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.5798808Z test_schema_correctness_masked_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.5799314Z test_schema_correctness_masked_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.5799812Z test_schema_correctness_masked_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.5800328Z test_schema_correctness_masked_softmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:48:03.5800797Z test_schema_correctness_masked_softmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:48:03.5801440Z test_schema_correctness_masked_softmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:48:03.5801964Z test_schema_correctness_masked_softmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:48:03.5802474Z test_schema_correctness_masked_std_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.768s) 2022-11-23T03:48:03.5803024Z test_schema_correctness_masked_std_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.5803582Z test_schema_correctness_masked_std_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5804069Z test_schema_correctness_masked_std_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.588s) 2022-11-23T03:48:03.5804561Z test_schema_correctness_masked_std_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.708s) 2022-11-23T03:48:03.5805238Z test_schema_correctness_masked_std_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.667s) 2022-11-23T03:48:03.5805737Z test_schema_correctness_masked_std_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.062s) 2022-11-23T03:48:03.5806456Z test_schema_correctness_masked_std_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.044s) 2022-11-23T03:48:03.5806956Z test_schema_correctness_masked_std_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.061s) 2022-11-23T03:48:03.5807439Z test_schema_correctness_masked_std_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.009s) 2022-11-23T03:48:03.5807921Z test_schema_correctness_masked_std_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.995s) 2022-11-23T03:48:03.5808419Z test_schema_correctness_masked_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.355s) 2022-11-23T03:48:03.5808968Z test_schema_correctness_masked_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.309s) 2022-11-23T03:48:03.5809485Z test_schema_correctness_masked_sum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.333s) 2022-11-23T03:48:03.5809992Z test_schema_correctness_masked_sum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.307s) 2022-11-23T03:48:03.5810551Z test_schema_correctness_masked_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.342s) 2022-11-23T03:48:03.5811047Z test_schema_correctness_masked_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.339s) 2022-11-23T03:48:03.5811535Z test_schema_correctness_masked_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.329s) 2022-11-23T03:48:03.5812155Z test_schema_correctness_masked_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.291s) 2022-11-23T03:48:03.5812645Z test_schema_correctness_masked_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.291s) 2022-11-23T03:48:03.5813312Z test_schema_correctness_masked_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.270s) 2022-11-23T03:48:03.5813781Z test_schema_correctness_masked_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.284s) 2022-11-23T03:48:03.5814453Z test_schema_correctness_masked_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.285s) 2022-11-23T03:48:03.5814960Z test_schema_correctness_masked_var_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.526s) 2022-11-23T03:48:03.5815503Z test_schema_correctness_masked_var_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5816041Z test_schema_correctness_masked_var_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5816536Z test_schema_correctness_masked_var_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.445s) 2022-11-23T03:48:03.5817038Z test_schema_correctness_masked_var_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.553s) 2022-11-23T03:48:03.5817722Z test_schema_correctness_masked_var_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.603s) 2022-11-23T03:48:03.5818238Z test_schema_correctness_masked_var_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.940s) 2022-11-23T03:48:03.5818839Z test_schema_correctness_masked_var_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.933s) 2022-11-23T03:48:03.5819327Z test_schema_correctness_masked_var_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.940s) 2022-11-23T03:48:03.5819918Z test_schema_correctness_masked_var_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.053s) 2022-11-23T03:48:03.5820504Z test_schema_correctness_masked_var_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.933s) 2022-11-23T03:48:03.5821008Z test_schema_correctness_matmul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.5821511Z test_schema_correctness_matmul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-11-23T03:48:03.5822006Z test_schema_correctness_matmul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.5822496Z test_schema_correctness_matmul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.5822981Z test_schema_correctness_matmul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.5823468Z test_schema_correctness_matmul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.5823964Z test_schema_correctness_matrix_exp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5824460Z test_schema_correctness_matrix_exp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5824963Z test_schema_correctness_matrix_exp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5825610Z test_schema_correctness_matrix_exp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5826082Z test_schema_correctness_matrix_exp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5826714Z test_schema_correctness_matrix_exp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5827317Z test_schema_correctness_max_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5827812Z test_schema_correctness_max_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5828319Z test_schema_correctness_max_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5828807Z test_schema_correctness_max_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5829299Z test_schema_correctness_max_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5829790Z test_schema_correctness_max_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5830468Z test_schema_correctness_max_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5830950Z test_schema_correctness_max_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5831448Z test_schema_correctness_max_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5831926Z test_schema_correctness_max_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5832625Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (9.493s) 2022-11-23T03:48:03.5833197Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (9.250s) 2022-11-23T03:48:03.5834084Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (9.244s) 2022-11-23T03:48:03.5834660Z test_schema_correctness_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (9.352s) 2022-11-23T03:48:03.5835197Z test_schema_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5835712Z test_schema_correctness_max_reduction_no_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5836233Z test_schema_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5836755Z test_schema_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5837302Z test_schema_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5837820Z test_schema_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5838327Z test_schema_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5838834Z test_schema_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5839441Z test_schema_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5839983Z test_schema_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5840613Z test_schema_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5841247Z test_schema_correctness_max_reduction_with_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5841774Z test_schema_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5842312Z test_schema_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5842838Z test_schema_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5843374Z test_schema_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5843883Z test_schema_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5844392Z test_schema_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5844928Z test_schema_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5845450Z test_schema_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5846252Z test_schema_correctness_maximum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5846752Z test_schema_correctness_maximum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5847329Z test_schema_correctness_maximum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5847900Z test_schema_correctness_maximum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5848382Z test_schema_correctness_maximum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5848867Z test_schema_correctness_maximum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5849508Z test_schema_correctness_maximum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5849997Z test_schema_correctness_maximum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5850488Z test_schema_correctness_maximum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5850967Z test_schema_correctness_maximum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5851432Z test_schema_correctness_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5851914Z test_schema_correctness_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5852377Z test_schema_correctness_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5852860Z test_schema_correctness_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.5853490Z test_schema_correctness_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5853968Z test_schema_correctness_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5854563Z test_schema_correctness_median_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5855139Z test_schema_correctness_median_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5855629Z test_schema_correctness_median_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5856120Z test_schema_correctness_median_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5856591Z test_schema_correctness_median_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5857058Z test_schema_correctness_median_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5857534Z test_schema_correctness_median_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5858022Z test_schema_correctness_median_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5858554Z test_schema_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.5859074Z test_schema_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.5859619Z test_schema_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-11-23T03:48:03.5860158Z test_schema_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-11-23T03:48:03.5860851Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-11-23T03:48:03.5861469Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:48:03.5862270Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.5862801Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.5863321Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:48:03.5863840Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.5864378Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.5865067Z test_schema_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-11-23T03:48:03.5865606Z test_schema_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.5866149Z test_schema_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.5866704Z test_schema_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.5867387Z test_schema_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.5867940Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.5868663Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5869236Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.5869776Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.5870310Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5870854Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5871384Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.5871916Z test_schema_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.5872434Z test_schema_correctness_min_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5872930Z test_schema_correctness_min_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5873420Z test_schema_correctness_min_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5874035Z test_schema_correctness_min_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5874527Z test_schema_correctness_min_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5875116Z test_schema_correctness_min_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5875683Z test_schema_correctness_min_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5876198Z test_schema_correctness_min_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5876678Z test_schema_correctness_min_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5877165Z test_schema_correctness_min_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5877877Z test_schema_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5878391Z test_schema_correctness_min_reduction_no_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5878912Z test_schema_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5879428Z test_schema_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5879947Z test_schema_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5880460Z test_schema_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5881253Z test_schema_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5881902Z test_schema_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5882501Z test_schema_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5883013Z test_schema_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5883544Z test_schema_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5884069Z test_schema_correctness_min_reduction_with_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5884588Z test_schema_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5885108Z test_schema_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5885639Z test_schema_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5886158Z test_schema_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5886675Z test_schema_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5887199Z test_schema_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5887838Z test_schema_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5888348Z test_schema_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5889026Z test_schema_correctness_minimum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5889515Z test_schema_correctness_minimum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5890003Z test_schema_correctness_minimum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5890505Z test_schema_correctness_minimum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5890987Z test_schema_correctness_minimum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5891465Z test_schema_correctness_minimum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5891930Z test_schema_correctness_minimum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5892400Z test_schema_correctness_minimum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5892852Z test_schema_correctness_minimum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5893502Z test_schema_correctness_minimum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5893999Z test_schema_correctness_mm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5894651Z test_schema_correctness_mm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5895159Z test_schema_correctness_mm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.5895809Z test_schema_correctness_mm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5896277Z test_schema_correctness_mm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5896898Z test_schema_correctness_mm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5897389Z test_schema_correctness_mode_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.5897880Z test_schema_correctness_mode_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5898361Z test_schema_correctness_mode_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5898830Z test_schema_correctness_mode_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5899297Z test_schema_correctness_mode_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5899763Z test_schema_correctness_mode_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5900222Z test_schema_correctness_mode_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5900694Z test_schema_correctness_mode_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5901283Z test_schema_correctness_mode_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5901762Z test_schema_correctness_mode_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5902354Z test_schema_correctness_movedim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5902917Z test_schema_correctness_movedim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5903422Z test_schema_correctness_movedim_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5903935Z test_schema_correctness_movedim_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5904401Z test_schema_correctness_movedim_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5904903Z test_schema_correctness_movedim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5905393Z test_schema_correctness_movedim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5905872Z test_schema_correctness_movedim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5906345Z test_schema_correctness_movedim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5906830Z test_schema_correctness_movedim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5907297Z test_schema_correctness_movedim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5907761Z test_schema_correctness_movedim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5908363Z test_schema_correctness_movedim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5908853Z test_schema_correctness_msort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5909708Z test_schema_correctness_msort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5910185Z test_schema_correctness_msort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5910643Z test_schema_correctness_msort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5911106Z test_schema_correctness_msort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5911558Z test_schema_correctness_msort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5912015Z test_schema_correctness_msort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5912632Z test_schema_correctness_msort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5913117Z test_schema_correctness_msort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5913597Z test_schema_correctness_mul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5914051Z test_schema_correctness_mul_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5914452Z test_schema_correctness_mul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5914912Z test_schema_correctness_mul_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5915151Z test_schema_correctness_mul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5915391Z test_schema_correctness_mul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5915628Z test_schema_correctness_mul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5916152Z test_schema_correctness_mul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5916408Z test_schema_correctness_mul_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5916645Z test_schema_correctness_mul_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5916879Z test_schema_correctness_mul_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5917112Z test_schema_correctness_mul_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5917342Z test_schema_correctness_mul_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5917646Z test_schema_correctness_multinomial_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5917909Z test_schema_correctness_multinomial_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5918162Z test_schema_correctness_multinomial_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5918403Z test_schema_correctness_mv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5918649Z test_schema_correctness_mv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5918892Z test_schema_correctness_mv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5919128Z test_schema_correctness_mv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5919356Z test_schema_correctness_mv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5919580Z test_schema_correctness_mv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5919855Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5920280Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5920538Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5920801Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5921049Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5921306Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5921739Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5922095Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5922388Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5922935Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5923200Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5923458Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5923720Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5923974Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5924236Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5924493Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5924756Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5925012Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5925265Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5925522Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5925786Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5926041Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5926303Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5926555Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5926805Z test_schema_correctness_nan_to_num_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5927054Z test_schema_correctness_nan_to_num_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5927301Z test_schema_correctness_nan_to_num_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5927549Z test_schema_correctness_nan_to_num_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5927800Z test_schema_correctness_nan_to_num_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5928145Z test_schema_correctness_nan_to_num_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5928559Z test_schema_correctness_nan_to_num_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5928812Z test_schema_correctness_nan_to_num_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5929056Z test_schema_correctness_nan_to_num_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.5929297Z test_schema_correctness_nan_to_num_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5929819Z test_schema_correctness_nanmean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.220s) 2022-11-23T03:48:03.5930172Z test_schema_correctness_nanmean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.226s) 2022-11-23T03:48:03.5930438Z test_schema_correctness_nanmean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.237s) 2022-11-23T03:48:03.5930688Z test_schema_correctness_nanmean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.236s) 2022-11-23T03:48:03.5930939Z test_schema_correctness_nanmedian_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5931182Z test_schema_correctness_nanmedian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5931432Z test_schema_correctness_nanmedian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5931676Z test_schema_correctness_nanmedian_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5931919Z test_schema_correctness_nanmedian_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5932165Z test_schema_correctness_nanmedian_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5932410Z test_schema_correctness_nanmedian_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5932659Z test_schema_correctness_nanmedian_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5932911Z test_schema_correctness_nanquantile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.284s) 2022-11-23T03:48:03.5933162Z test_schema_correctness_nanquantile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.273s) 2022-11-23T03:48:03.5933403Z test_schema_correctness_nansum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5933641Z test_schema_correctness_nansum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.5933883Z test_schema_correctness_nansum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.5934131Z test_schema_correctness_nansum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.5934361Z test_schema_correctness_nansum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5934607Z test_schema_correctness_nansum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.5934848Z test_schema_correctness_nansum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5935235Z test_schema_correctness_nansum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.5935490Z test_schema_correctness_nansum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5935723Z test_schema_correctness_nansum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5935982Z test_schema_correctness_narrow_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5936378Z test_schema_correctness_narrow_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5937612Z test_schema_correctness_narrow_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5937873Z test_schema_correctness_narrow_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5938131Z test_schema_correctness_narrow_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5938384Z test_schema_correctness_narrow_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5938637Z test_schema_correctness_narrow_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5938887Z test_schema_correctness_narrow_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5939249Z test_schema_correctness_narrow_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5939530Z test_schema_correctness_narrow_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5939774Z test_schema_correctness_narrow_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5940022Z test_schema_correctness_narrow_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5940274Z test_schema_correctness_narrow_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5940520Z test_schema_correctness_narrow_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5940762Z test_schema_correctness_narrow_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5941015Z test_schema_correctness_narrow_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5941251Z test_schema_correctness_narrow_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5941500Z test_schema_correctness_narrow_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5941748Z test_schema_correctness_narrow_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5941984Z test_schema_correctness_narrow_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5942217Z test_schema_correctness_narrow_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5942461Z test_schema_correctness_narrow_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5942886Z test_schema_correctness_narrow_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5943130Z test_schema_correctness_narrow_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5943369Z test_schema_correctness_narrow_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5943622Z test_schema_correctness_narrow_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5944154Z test_schema_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.5944422Z test_schema_correctness_native_batch_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5944681Z test_schema_correctness_native_batch_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5944939Z test_schema_correctness_native_batch_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5945222Z test_schema_correctness_native_dropout_backward_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5945497Z test_schema_correctness_native_dropout_backward_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5945880Z test_schema_correctness_native_dropout_backward_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.5946148Z test_schema_correctness_native_dropout_backward_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5946411Z test_schema_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5946665Z test_schema_correctness_native_layer_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5946925Z test_schema_correctness_native_layer_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5947255Z test_schema_correctness_native_layer_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.5947512Z test_schema_correctness_ne_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5947750Z test_schema_correctness_ne_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5947980Z test_schema_correctness_ne_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5948225Z test_schema_correctness_ne_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5948464Z test_schema_correctness_ne_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5948697Z test_schema_correctness_ne_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5948923Z test_schema_correctness_ne_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5949164Z test_schema_correctness_ne_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5949571Z test_schema_correctness_ne_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.5949822Z test_schema_correctness_ne_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5950054Z test_schema_correctness_ne_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5950286Z test_schema_correctness_ne_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5950692Z test_schema_correctness_neg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5951084Z test_schema_correctness_neg_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5951329Z test_schema_correctness_neg_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5951567Z test_schema_correctness_neg_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5951807Z test_schema_correctness_neg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5952039Z test_schema_correctness_neg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5952265Z test_schema_correctness_neg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5952501Z test_schema_correctness_neg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5952735Z test_schema_correctness_neg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5952972Z test_schema_correctness_neg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5953205Z test_schema_correctness_neg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5953424Z test_schema_correctness_neg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.5953679Z test_schema_correctness_new_empty_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5954041Z test_schema_correctness_new_empty_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5954299Z test_schema_correctness_new_empty_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5954554Z test_schema_correctness_new_empty_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5954805Z test_schema_correctness_new_empty_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5955056Z test_schema_correctness_new_empty_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5955304Z test_schema_correctness_new_empty_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5955623Z test_schema_correctness_new_empty_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5955891Z test_schema_correctness_new_empty_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5956292Z test_schema_correctness_new_empty_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5956563Z test_schema_correctness_new_empty_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5956809Z test_schema_correctness_new_empty_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5957049Z test_schema_correctness_new_empty_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5957466Z test_schema_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5957877Z test_schema_correctness_new_empty_strided_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5958155Z test_schema_correctness_new_empty_strided_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.5958425Z test_schema_correctness_new_empty_strided_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5958680Z test_schema_correctness_new_empty_strided_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5958942Z test_schema_correctness_new_empty_strided_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5959201Z test_schema_correctness_new_empty_strided_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5959459Z test_schema_correctness_new_empty_strided_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5959719Z test_schema_correctness_new_empty_strided_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5959976Z test_schema_correctness_new_empty_strided_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5960221Z test_schema_correctness_new_empty_strided_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5960480Z test_schema_correctness_new_empty_strided_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5960735Z test_schema_correctness_new_empty_strided_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5960983Z test_schema_correctness_new_full_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5961225Z test_schema_correctness_new_full_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5961478Z test_schema_correctness_new_full_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5961732Z test_schema_correctness_new_full_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5962094Z test_schema_correctness_new_full_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5962343Z test_schema_correctness_new_full_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5962591Z test_schema_correctness_new_full_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5962834Z test_schema_correctness_new_full_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5963227Z test_schema_correctness_new_full_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5963497Z test_schema_correctness_new_full_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5963810Z test_schema_correctness_new_full_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5964072Z test_schema_correctness_new_full_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5964484Z test_schema_correctness_new_full_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5964872Z test_schema_correctness_new_ones_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5965117Z test_schema_correctness_new_ones_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5965367Z test_schema_correctness_new_ones_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5965620Z test_schema_correctness_new_ones_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.5965869Z test_schema_correctness_new_ones_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5966120Z test_schema_correctness_new_ones_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5966354Z test_schema_correctness_new_ones_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5966595Z test_schema_correctness_new_ones_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5966835Z test_schema_correctness_new_ones_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5967076Z test_schema_correctness_new_ones_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5967310Z test_schema_correctness_new_ones_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5967551Z test_schema_correctness_new_ones_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5967789Z test_schema_correctness_new_ones_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5968041Z test_schema_correctness_new_zeros_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5968285Z test_schema_correctness_new_zeros_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5968541Z test_schema_correctness_new_zeros_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5968792Z test_schema_correctness_new_zeros_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.5969045Z test_schema_correctness_new_zeros_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.5969293Z test_schema_correctness_new_zeros_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5969540Z test_schema_correctness_new_zeros_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5969789Z test_schema_correctness_new_zeros_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5970193Z test_schema_correctness_new_zeros_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.5970553Z test_schema_correctness_new_zeros_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5970798Z test_schema_correctness_new_zeros_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5971041Z test_schema_correctness_new_zeros_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5971560Z test_schema_correctness_new_zeros_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.5971823Z test_schema_correctness_nextafter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.5972075Z test_schema_correctness_nextafter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5972409Z test_schema_correctness_nextafter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5972723Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.348s) 2022-11-23T03:48:03.5973027Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.352s) 2022-11-23T03:48:03.5973329Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.334s) 2022-11-23T03:48:03.5973626Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.343s) 2022-11-23T03:48:03.5973916Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5974202Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5974490Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5974775Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5975056Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5975330Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.5975607Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5975888Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.5976166Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5976444Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5976851Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5977170Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.5977462Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5977744Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.5978308Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.5978701Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5978988Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.5979265Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.5979541Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.5979812Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.5980669Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5981004Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5981287Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5981561Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.5981838Z test_schema_correctness_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.5982116Z test_schema_correctness_nn_functional_alpha_dropout_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.5982396Z test_schema_correctness_nn_functional_alpha_dropout_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.5982670Z test_schema_correctness_nn_functional_alpha_dropout_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.5982931Z test_schema_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5983200Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5983465Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5983917Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.5984206Z test_schema_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5984480Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5984888Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.5985305Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5985578Z test_schema_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.5985848Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.5986109Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.5986370Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.5986646Z test_schema_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.5986915Z test_schema_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.5987309Z test_schema_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.422s) 2022-11-23T03:48:03.5987573Z test_schema_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.5987862Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:48:03.5988153Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.5988506Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.5988813Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.5989085Z test_schema_correctness_nn_functional_bilinear_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.101s) 2022-11-23T03:48:03.5989353Z test_schema_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-11-23T03:48:03.5989614Z test_schema_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.099s) 2022-11-23T03:48:03.5989884Z test_schema_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.103s) 2022-11-23T03:48:03.5990171Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5990632Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5990928Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.5991254Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.5991813Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:48:03.5992125Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.5992425Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.5992726Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:48:03.5992992Z test_schema_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.5993257Z test_schema_correctness_nn_functional_celu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5993520Z test_schema_correctness_nn_functional_celu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5993774Z test_schema_correctness_nn_functional_celu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.5994040Z test_schema_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.5994309Z test_schema_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.974s) 2022-11-23T03:48:03.5994578Z test_schema_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5994847Z test_schema_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.235s) 2022-11-23T03:48:03.5995230Z test_schema_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.5995488Z test_schema_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.5995773Z test_schema_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.5996675Z test_schema_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T03:48:03.5996816Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.5996901Z ok (0.106s) 2022-11-23T03:48:03.5997326Z test_schema_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.739s) 2022-11-23T03:48:03.5997606Z test_schema_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.5997873Z test_schema_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.767s) 2022-11-23T03:48:03.5998140Z test_schema_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.115s) 2022-11-23T03:48:03.5998668Z test_schema_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.108s) 2022-11-23T03:48:03.5998940Z test_schema_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2022-11-23T03:48:03.5999222Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.5999513Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.236s) 2022-11-23T03:48:03.5999803Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6000087Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.227s) 2022-11-23T03:48:03.6000368Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.6000651Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6000930Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.6001198Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6001484Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-11-23T03:48:03.6001768Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6002051Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.296s) 2022-11-23T03:48:03.6002327Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.6002609Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.6002884Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.6003272Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.6003558Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.250s) 2022-11-23T03:48:03.6003840Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6004292Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.237s) 2022-11-23T03:48:03.6004663Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6004956Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6005552Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.6005851Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.155s) 2022-11-23T03:48:03.6006136Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.149s) 2022-11-23T03:48:03.6006426Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.143s) 2022-11-23T03:48:03.6006710Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.184s) 2022-11-23T03:48:03.6006984Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-11-23T03:48:03.6007272Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.190s) 2022-11-23T03:48:03.6007557Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.189s) 2022-11-23T03:48:03.6007840Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.188s) 2022-11-23T03:48:03.6008120Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.182s) 2022-11-23T03:48:03.6008399Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2022-11-23T03:48:03.6008688Z test_schema_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2022-11-23T03:48:03.6008969Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.120s) 2022-11-23T03:48:03.6009254Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2022-11-23T03:48:03.6009535Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.122s) 2022-11-23T03:48:03.6009811Z test_schema_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:48:03.6010087Z test_schema_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:48:03.6010345Z test_schema_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.095s) 2022-11-23T03:48:03.6010624Z test_schema_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.094s) 2022-11-23T03:48:03.6011168Z test_schema_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:48:03.6011443Z test_schema_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6012793Z test_schema_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-11-23T03:48:03.6013077Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T03:48:03.6013152Z ok (0.030s) 2022-11-23T03:48:03.6013432Z test_schema_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6013703Z test_schema_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6013971Z test_schema_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.6014242Z test_schema_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6014514Z test_schema_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6014785Z test_schema_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6015050Z test_schema_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6015321Z test_schema_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6015585Z test_schema_correctness_nn_functional_dropout_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6015842Z test_schema_correctness_nn_functional_dropout_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.6016096Z test_schema_correctness_nn_functional_dropout_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6016361Z test_schema_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6016625Z test_schema_correctness_nn_functional_elu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6016886Z test_schema_correctness_nn_functional_elu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6017150Z test_schema_correctness_nn_functional_elu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6017426Z test_schema_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.247s) 2022-11-23T03:48:03.6017928Z test_schema_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.247s) 2022-11-23T03:48:03.6018215Z test_schema_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.255s) 2022-11-23T03:48:03.6018632Z test_schema_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.220s) 2022-11-23T03:48:03.6018920Z test_schema_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6019304Z test_schema_correctness_nn_functional_embedding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6019576Z test_schema_correctness_nn_functional_embedding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.6019884Z test_schema_correctness_nn_functional_embedding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6020190Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.6020496Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6020873Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6021179Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6021616Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6021955Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6022302Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6022644Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6022992Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6023334Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6023675Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6024198Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6024545Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6025003Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6025500Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6025861Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6026183Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.132s) 2022-11-23T03:48:03.6026495Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.125s) 2022-11-23T03:48:03.6026804Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.114s) 2022-11-23T03:48:03.6027112Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.159s) 2022-11-23T03:48:03.6027429Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.173s) 2022-11-23T03:48:03.6027739Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.154s) 2022-11-23T03:48:03.6028181Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.530s) 2022-11-23T03:48:03.6028502Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.546s) 2022-11-23T03:48:03.6028813Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.641s) 2022-11-23T03:48:03.6029121Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.552s) 2022-11-23T03:48:03.6029440Z test_schema_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6029828Z test_schema_correctness_nn_functional_gelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6030162Z test_schema_correctness_nn_functional_gelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6030457Z test_schema_correctness_nn_functional_gelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6030917Z test_schema_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6031202Z test_schema_correctness_nn_functional_glu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6031591Z test_schema_correctness_nn_functional_glu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.6032159Z test_schema_correctness_nn_functional_glu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6032488Z test_schema_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6032806Z test_schema_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T03:48:03.6033109Z test_schema_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6033423Z test_schema_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.6033734Z test_schema_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.6034045Z test_schema_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.6034374Z test_schema_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.6034692Z test_schema_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6035008Z test_schema_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6035320Z test_schema_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6035572Z test_schema_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6035887Z test_schema_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6036191Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6036507Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6036812Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6037268Z test_schema_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6037758Z test_schema_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6038078Z test_schema_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6038376Z test_schema_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6038969Z test_schema_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6039388Z test_schema_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6039738Z test_schema_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6040050Z test_schema_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6040380Z test_schema_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6040681Z test_schema_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6040972Z test_schema_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6041277Z test_schema_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6041608Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.140s) 2022-11-23T03:48:03.6041935Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.140s) 2022-11-23T03:48:03.6042250Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.139s) 2022-11-23T03:48:03.6042573Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.135s) 2022-11-23T03:48:03.6042903Z test_schema_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6043213Z test_schema_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6043527Z test_schema_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6043827Z test_schema_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6044151Z test_schema_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.151s) 2022-11-23T03:48:03.6044653Z test_schema_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.146s) 2022-11-23T03:48:03.6044929Z test_schema_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-11-23T03:48:03.6045245Z test_schema_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.143s) 2022-11-23T03:48:03.6045739Z test_schema_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6046095Z test_schema_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6046598Z test_schema_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6047061Z test_schema_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6047389Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.6047713Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6048039Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6048363Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.6048758Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6049130Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6049459Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.6049789Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6050107Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6050428Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6050757Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6051080Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6051410Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6051878Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6052233Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6052561Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6053653Z test_schema_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T03:48:03.6053801Z warnings.warn( 2022-11-23T03:48:03.6053924Z ok (0.063s) 2022-11-23T03:48:03.6054233Z test_schema_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:48:03.6054529Z test_schema_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.6054839Z test_schema_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:48:03.6055154Z test_schema_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6055463Z test_schema_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6055895Z test_schema_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6056199Z test_schema_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6056446Z test_schema_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6056751Z test_schema_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6057059Z test_schema_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6057449Z test_schema_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6057810Z test_schema_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6058122Z test_schema_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6058436Z test_schema_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6058917Z test_schema_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6059233Z test_schema_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6059532Z test_schema_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6060162Z test_schema_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.6060486Z test_schema_correctness_nn_functional_linear_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.6060822Z test_schema_correctness_nn_functional_linear_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:48:03.6061128Z test_schema_correctness_nn_functional_linear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6061425Z test_schema_correctness_nn_functional_linear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.6061715Z test_schema_correctness_nn_functional_linear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.6062043Z test_schema_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-11-23T03:48:03.6062366Z test_schema_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-11-23T03:48:03.6062693Z test_schema_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T03:48:03.6063014Z test_schema_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.084s) 2022-11-23T03:48:03.6063344Z test_schema_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6063657Z test_schema_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6063965Z test_schema_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6064275Z test_schema_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6064601Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.129s) 2022-11-23T03:48:03.6065051Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-11-23T03:48:03.6065525Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.128s) 2022-11-23T03:48:03.6065863Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2022-11-23T03:48:03.6066128Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-11-23T03:48:03.6066620Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2022-11-23T03:48:03.6067157Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.123s) 2022-11-23T03:48:03.6067514Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.131s) 2022-11-23T03:48:03.6067835Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-11-23T03:48:03.6068146Z test_schema_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.514s) 2022-11-23T03:48:03.6068450Z test_schema_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.655s) 2022-11-23T03:48:03.6068757Z test_schema_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.501s) 2022-11-23T03:48:03.6069058Z test_schema_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.670s) 2022-11-23T03:48:03.6069392Z test_schema_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.344s) 2022-11-23T03:48:03.6069705Z test_schema_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.285s) 2022-11-23T03:48:03.6070009Z test_schema_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.391s) 2022-11-23T03:48:03.6070311Z test_schema_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.431s) 2022-11-23T03:48:03.6070614Z test_schema_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.397s) 2022-11-23T03:48:03.6070917Z test_schema_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.400s) 2022-11-23T03:48:03.6071224Z test_schema_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.398s) 2022-11-23T03:48:03.6071524Z test_schema_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.370s) 2022-11-23T03:48:03.6071852Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.643s) 2022-11-23T03:48:03.6072314Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.628s) 2022-11-23T03:48:03.6072631Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.619s) 2022-11-23T03:48:03.6072948Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.133s) 2022-11-23T03:48:03.6073525Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.137s) 2022-11-23T03:48:03.6073865Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.121s) 2022-11-23T03:48:03.6074943Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.541s) 2022-11-23T03:48:03.6075255Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.543s) 2022-11-23T03:48:03.6075602Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.558s) 2022-11-23T03:48:03.6075921Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.202s) 2022-11-23T03:48:03.6076240Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.169s) 2022-11-23T03:48:03.6076611Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.170s) 2022-11-23T03:48:03.6076955Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.241s) 2022-11-23T03:48:03.6077272Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.230s) 2022-11-23T03:48:03.6077573Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.219s) 2022-11-23T03:48:03.6077886Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:48:03.6078202Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T03:48:03.6078536Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:48:03.6079009Z test_schema_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6079334Z test_schema_correctness_nn_functional_mish_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6079640Z test_schema_correctness_nn_functional_mish_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6080132Z test_schema_correctness_nn_functional_mish_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6080590Z test_schema_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6080898Z test_schema_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6081196Z test_schema_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6081528Z test_schema_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6081851Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6082173Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6082491Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6082805Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6094464Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6094935Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6095249Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6095715Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6096017Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:48:03.6096301Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6096590Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6096886Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6097245Z test_schema_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.116s) 2022-11-23T03:48:03.6097542Z test_schema_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-11-23T03:48:03.6097801Z test_schema_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2022-11-23T03:48:03.6098069Z test_schema_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-11-23T03:48:03.6098348Z test_schema_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.6098629Z test_schema_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6098913Z test_schema_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6099347Z test_schema_correctness_nn_functional_normalize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6099656Z test_schema_correctness_nn_functional_normalize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.6099926Z test_schema_correctness_nn_functional_normalize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6100188Z test_schema_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.6100748Z test_schema_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.109s) 2022-11-23T03:48:03.6101031Z test_schema_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6101321Z test_schema_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.118s) 2022-11-23T03:48:03.6101604Z test_schema_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.119s) 2022-11-23T03:48:03.6101886Z test_schema_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2022-11-23T03:48:03.6102160Z test_schema_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.110s) 2022-11-23T03:48:03.6102428Z test_schema_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.109s) 2022-11-23T03:48:03.6102703Z test_schema_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.108s) 2022-11-23T03:48:03.6102974Z test_schema_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2022-11-23T03:48:03.6103253Z test_schema_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.116s) 2022-11-23T03:48:03.6103524Z test_schema_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-11-23T03:48:03.6103912Z test_schema_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2022-11-23T03:48:03.6104193Z test_schema_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:48:03.6104466Z test_schema_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:48:03.6104731Z test_schema_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:48:03.6105015Z test_schema_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:48:03.6105366Z test_schema_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.6105668Z test_schema_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.6105937Z test_schema_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.6106377Z test_schema_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T03:48:03.6106652Z test_schema_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.6106923Z test_schema_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.6107351Z test_schema_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.6107764Z test_schema_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.6108047Z test_schema_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6108329Z test_schema_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6108608Z test_schema_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6108883Z test_schema_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6109156Z test_schema_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6109435Z test_schema_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6109719Z test_schema_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6110048Z test_schema_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6110325Z test_schema_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6110604Z test_schema_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6110872Z test_schema_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6111161Z test_schema_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6111453Z test_schema_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6111852Z test_schema_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6112143Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6112428Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6112709Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6113172Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6113548Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6113832Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6114379Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.6114665Z test_schema_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6114931Z test_schema_correctness_nn_functional_pdist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6115198Z test_schema_correctness_nn_functional_pdist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6115476Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6115752Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6116037Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6116323Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6116602Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6116879Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6117147Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6117414Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6117733Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6118013Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6118288Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6118560Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6118840Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6119117Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6119408Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6119855Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6120258Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6120538Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6120969Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6121393Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6121673Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6122030Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6122332Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6122605Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6122869Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.597s) 2022-11-23T03:48:03.6123148Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.603s) 2022-11-23T03:48:03.6123426Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.617s) 2022-11-23T03:48:03.6123706Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.625s) 2022-11-23T03:48:03.6123980Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.586s) 2022-11-23T03:48:03.6124260Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.597s) 2022-11-23T03:48:03.6124528Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.586s) 2022-11-23T03:48:03.6124803Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.625s) 2022-11-23T03:48:03.6125076Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.589s) 2022-11-23T03:48:03.6125338Z test_schema_correctness_nn_functional_prelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6125599Z test_schema_correctness_nn_functional_prelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6125866Z test_schema_correctness_nn_functional_prelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6126139Z test_schema_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6126402Z test_schema_correctness_nn_functional_relu6_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6126822Z test_schema_correctness_nn_functional_relu6_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6127094Z test_schema_correctness_nn_functional_relu6_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6127355Z test_schema_correctness_nn_functional_relu6_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6127753Z test_schema_correctness_nn_functional_relu6_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6128151Z test_schema_correctness_nn_functional_relu6_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6128524Z test_schema_correctness_nn_functional_relu6_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6128785Z test_schema_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6129051Z test_schema_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6129315Z test_schema_correctness_nn_functional_relu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6129580Z test_schema_correctness_nn_functional_relu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6130500Z test_schema_correctness_nn_functional_relu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6130825Z test_schema_correctness_nn_functional_relu_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6131075Z test_schema_correctness_nn_functional_relu_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6131334Z test_schema_correctness_nn_functional_relu_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6131594Z test_schema_correctness_nn_functional_relu_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6131850Z test_schema_correctness_nn_functional_relu_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6132119Z test_schema_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6132388Z test_schema_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6132646Z test_schema_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6132902Z test_schema_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6133159Z test_schema_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6133608Z test_schema_correctness_nn_functional_selu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6133871Z test_schema_correctness_nn_functional_selu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6134123Z test_schema_correctness_nn_functional_selu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6134543Z test_schema_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6134927Z test_schema_correctness_nn_functional_silu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6135191Z test_schema_correctness_nn_functional_silu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6135445Z test_schema_correctness_nn_functional_silu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6135720Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6135995Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6136267Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6136556Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6136833Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6137248Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6137529Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6137798Z test_schema_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6138066Z test_schema_correctness_nn_functional_softmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6138332Z test_schema_correctness_nn_functional_softmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6138662Z test_schema_correctness_nn_functional_softmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6138950Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6139244Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6139535Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6139818Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6140281Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6140583Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6140860Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6141290Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6141704Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6141990Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6142265Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6142541Z test_schema_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6142815Z test_schema_correctness_nn_functional_softplus_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6143091Z test_schema_correctness_nn_functional_softplus_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6143354Z test_schema_correctness_nn_functional_softplus_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6143630Z test_schema_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6143905Z test_schema_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6144181Z test_schema_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6144446Z test_schema_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6144730Z test_schema_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6145109Z test_schema_correctness_nn_functional_softsign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6145386Z test_schema_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6145659Z test_schema_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6145931Z test_schema_correctness_nn_functional_softsign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6146200Z test_schema_correctness_nn_functional_softsign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6146469Z test_schema_correctness_nn_functional_softsign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6146954Z test_schema_correctness_nn_functional_softsign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6147259Z test_schema_correctness_nn_functional_softsign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6147497Z test_schema_correctness_nn_functional_softsign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6147763Z test_schema_correctness_nn_functional_softsign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6148321Z test_schema_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6148610Z test_schema_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6148895Z test_schema_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6149174Z test_schema_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6149450Z test_schema_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6149726Z test_schema_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6149998Z test_schema_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6150267Z test_schema_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6150529Z test_schema_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6150800Z test_schema_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6151071Z test_schema_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6151345Z test_schema_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6151615Z test_schema_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6151887Z test_schema_correctness_nn_functional_threshold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6152161Z test_schema_correctness_nn_functional_threshold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6152431Z test_schema_correctness_nn_functional_threshold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6152700Z test_schema_correctness_nn_functional_threshold_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6152961Z test_schema_correctness_nn_functional_threshold_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6153329Z test_schema_correctness_nn_functional_threshold_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6153761Z test_schema_correctness_nn_functional_threshold_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6154040Z test_schema_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6154326Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-11-23T03:48:03.6154620Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T03:48:03.6155245Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:48:03.6155566Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:48:03.6155837Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:48:03.6156122Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-11-23T03:48:03.6156401Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T03:48:03.6156681Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:48:03.6156958Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:48:03.6157240Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:48:03.6157526Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-11-23T03:48:03.6157834Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:48:03.6158198Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:48:03.6158505Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:48:03.6158816Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:48:03.6159123Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T03:48:03.6159429Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-11-23T03:48:03.6159729Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T03:48:03.6160028Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-11-23T03:48:03.6160330Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2022-11-23T03:48:03.6160803Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:48:03.6161100Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.090s) 2022-11-23T03:48:03.6161618Z test_schema_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.625s) 2022-11-23T03:48:03.6162124Z test_schema_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.678s) 2022-11-23T03:48:03.6162547Z test_schema_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.681s) 2022-11-23T03:48:03.6162961Z test_schema_correctness_nn_functional_unfold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.635s) 2022-11-23T03:48:03.6163444Z test_schema_correctness_nn_functional_unfold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.645s) 2022-11-23T03:48:03.6164114Z test_schema_correctness_nn_functional_unfold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.664s) 2022-11-23T03:48:03.6164764Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T03:48:03.6165045Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:48:03.6165134Z ok (0.005s) 2022-11-23T03:48:03.6165426Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6165712Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6166303Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T03:48:03.6166574Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T03:48:03.6166664Z ok (0.020s) 2022-11-23T03:48:03.6166953Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6167220Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6167701Z test_schema_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6167967Z test_schema_correctness_nonzero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.6168221Z test_schema_correctness_nonzero_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6168643Z test_schema_correctness_nonzero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6168913Z test_schema_correctness_nonzero_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6169168Z test_schema_correctness_nonzero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6169554Z test_schema_correctness_nonzero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6169817Z test_schema_correctness_nonzero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6170066Z test_schema_correctness_nonzero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.6170316Z test_schema_correctness_nonzero_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.6170554Z test_schema_correctness_nonzero_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.6170914Z test_schema_correctness_nonzero_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6171158Z test_schema_correctness_nonzero_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6171396Z test_schema_correctness_nonzero_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6171630Z test_schema_correctness_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.6171879Z test_schema_correctness_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-11-23T03:48:03.6172124Z test_schema_correctness_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.6172441Z test_schema_correctness_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.6172696Z test_schema_correctness_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.6172931Z test_schema_correctness_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:48:03.6173182Z test_schema_correctness_norm_fro_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6173460Z test_schema_correctness_norm_fro_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.6173715Z test_schema_correctness_norm_fro_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:48:03.6173966Z test_schema_correctness_norm_fro_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6174220Z test_schema_correctness_norm_fro_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6174462Z test_schema_correctness_norm_fro_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6174713Z test_schema_correctness_norm_inf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6175127Z test_schema_correctness_norm_inf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6175394Z test_schema_correctness_norm_inf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6175640Z test_schema_correctness_norm_inf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6175880Z test_schema_correctness_norm_inf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6176378Z test_schema_correctness_norm_inf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6176649Z test_schema_correctness_norm_nuc_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6176902Z test_schema_correctness_norm_nuc_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6177150Z test_schema_correctness_norm_nuc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6177389Z test_schema_correctness_norm_nuc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6177643Z test_schema_correctness_normal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6177886Z test_schema_correctness_normal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6178135Z test_schema_correctness_normal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6178381Z test_schema_correctness_normal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6178649Z test_schema_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6179022Z test_schema_correctness_normal_number_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6179279Z test_schema_correctness_normal_number_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6179529Z test_schema_correctness_normal_number_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6179777Z test_schema_correctness_ones_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6179998Z test_schema_correctness_ones_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6180252Z test_schema_correctness_ones_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6180573Z test_schema_correctness_ones_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6180838Z test_schema_correctness_ones_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6181082Z test_schema_correctness_ones_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6181316Z test_schema_correctness_ones_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6181542Z test_schema_correctness_ones_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6181953Z test_schema_correctness_ones_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6182193Z test_schema_correctness_ones_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6182428Z test_schema_correctness_ones_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6182668Z test_schema_correctness_ones_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6183177Z test_schema_correctness_ones_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6183445Z test_schema_correctness_ones_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6183687Z test_schema_correctness_ones_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6183942Z test_schema_correctness_ones_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6184194Z test_schema_correctness_ones_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6184448Z test_schema_correctness_ones_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6184701Z test_schema_correctness_ones_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6184951Z test_schema_correctness_ones_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6185195Z test_schema_correctness_ones_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6185440Z test_schema_correctness_ones_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6185685Z test_schema_correctness_ones_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6185913Z test_schema_correctness_ones_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6186155Z test_schema_correctness_ones_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6186397Z test_schema_correctness_ones_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6186654Z test_schema_correctness_ormqr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.255s) 2022-11-23T03:48:03.6186900Z test_schema_correctness_ormqr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.254s) 2022-11-23T03:48:03.6187255Z test_schema_correctness_ormqr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.238s) 2022-11-23T03:48:03.6187497Z test_schema_correctness_ormqr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.231s) 2022-11-23T03:48:03.6187738Z test_schema_correctness_outer_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6187979Z test_schema_correctness_outer_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6188230Z test_schema_correctness_outer_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6188643Z test_schema_correctness_outer_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6188979Z test_schema_correctness_outer_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6189291Z test_schema_correctness_outer_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6189523Z test_schema_correctness_outer_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6190024Z test_schema_correctness_outer_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6190263Z test_schema_correctness_outer_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6190502Z test_schema_correctness_outer_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6190739Z test_schema_correctness_outer_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6190971Z test_schema_correctness_outer_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6191228Z test_schema_correctness_pca_lowrank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.033s) 2022-11-23T03:48:03.6191487Z test_schema_correctness_pca_lowrank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.900s) 2022-11-23T03:48:03.6191740Z test_schema_correctness_permute_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6191967Z test_schema_correctness_permute_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6192225Z test_schema_correctness_permute_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6192478Z test_schema_correctness_permute_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6192733Z test_schema_correctness_permute_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6192982Z test_schema_correctness_permute_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6193232Z test_schema_correctness_permute_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6193483Z test_schema_correctness_permute_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6193729Z test_schema_correctness_permute_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6193967Z test_schema_correctness_permute_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6194211Z test_schema_correctness_permute_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6194457Z test_schema_correctness_permute_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6194696Z test_schema_correctness_permute_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6194956Z test_schema_correctness_pinverse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:48:03.6195213Z test_schema_correctness_pinverse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-11-23T03:48:03.6195812Z test_schema_correctness_pinverse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:48:03.6196062Z test_schema_correctness_pinverse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-11-23T03:48:03.6196309Z test_schema_correctness_polar_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6196810Z test_schema_correctness_polar_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6197101Z test_schema_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.602s) 2022-11-23T03:48:03.6197460Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.230s) 2022-11-23T03:48:03.6197753Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.217s) 2022-11-23T03:48:03.6198034Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.363s) 2022-11-23T03:48:03.6198305Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6198554Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6198813Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6199082Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6199346Z test_schema_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6199616Z test_schema_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6199889Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6200157Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6200431Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6200694Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6200951Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6201210Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6201475Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6201738Z test_schema_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6202001Z test_schema_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6202440Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6202717Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6202979Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6203401Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6203830Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6204200Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6204466Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6204729Z test_schema_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6204991Z test_schema_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6205256Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6205585Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6205879Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6206148Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6206391Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6206655Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6206921Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6207178Z test_schema_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6207441Z test_schema_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6207713Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6207979Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6208250Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6208518Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6208783Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6209175Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6209482Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6209744Z test_schema_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6209998Z test_schema_correctness_positive_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6210413Z test_schema_correctness_positive_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6210803Z test_schema_correctness_positive_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6211062Z test_schema_correctness_positive_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6211315Z test_schema_correctness_positive_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6211564Z test_schema_correctness_positive_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6211818Z test_schema_correctness_positive_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6212172Z test_schema_correctness_positive_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6212420Z test_schema_correctness_positive_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6212667Z test_schema_correctness_positive_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6212915Z test_schema_correctness_positive_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6213140Z test_schema_correctness_positive_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6213386Z test_schema_correctness_pow_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6213704Z test_schema_correctness_pow_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6213975Z test_schema_correctness_pow_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6214219Z test_schema_correctness_pow_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6214462Z test_schema_correctness_pow_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6214697Z test_schema_correctness_pow_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6214927Z test_schema_correctness_pow_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6215160Z test_schema_correctness_pow_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6215399Z test_schema_correctness_pow_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6215637Z test_schema_correctness_pow_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6216032Z test_schema_correctness_pow_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6216294Z test_schema_correctness_pow_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6216542Z test_schema_correctness_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6216781Z test_schema_correctness_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6217184Z test_schema_correctness_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6217627Z test_schema_correctness_prod_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6217892Z test_schema_correctness_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6218138Z test_schema_correctness_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.6218388Z test_schema_correctness_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.6218622Z test_schema_correctness_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6218863Z test_schema_correctness_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6219077Z test_schema_correctness_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6219306Z test_schema_correctness_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.6219542Z test_schema_correctness_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6219788Z test_schema_correctness_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6220031Z test_schema_correctness_put_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6220958Z test_schema_correctness_put_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.6221208Z test_schema_correctness_put_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6221454Z test_schema_correctness_put_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.6221696Z test_schema_correctness_put_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6221931Z test_schema_correctness_put_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6222161Z test_schema_correctness_put_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.6222488Z test_schema_correctness_put_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6222923Z test_schema_correctness_put_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6223177Z test_schema_correctness_put_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6223417Z test_schema_correctness_put_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6223656Z test_schema_correctness_put_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.6224571Z test_schema_correctness_qr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T03:48:03.6224789Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T03:48:03.6224906Z Q, R = torch.qr(A, some) 2022-11-23T03:48:03.6225013Z should be replaced with 2022-11-23T03:48:03.6225411Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T03:48:03.6225535Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.6225606Z ok (0.044s) 2022-11-23T03:48:03.6225856Z test_schema_correctness_qr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.6226160Z test_schema_correctness_qr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6226392Z test_schema_correctness_qr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6226646Z test_schema_correctness_quantile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.152s) 2022-11-23T03:48:03.6226902Z test_schema_correctness_quantile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.119s) 2022-11-23T03:48:03.6227154Z test_schema_correctness_rad2deg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6227405Z test_schema_correctness_rad2deg_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6227656Z test_schema_correctness_rad2deg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6227908Z test_schema_correctness_rad2deg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6228157Z test_schema_correctness_rad2deg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6228404Z test_schema_correctness_rad2deg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6228641Z test_schema_correctness_rad2deg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6228876Z test_schema_correctness_rad2deg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6229120Z test_schema_correctness_rad2deg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6229470Z test_schema_correctness_rad2deg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6229894Z test_schema_correctness_rand_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6230158Z test_schema_correctness_rand_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6230414Z test_schema_correctness_rand_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6230817Z test_schema_correctness_rand_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6231221Z test_schema_correctness_rand_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6231545Z test_schema_correctness_rand_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6231821Z test_schema_correctness_rand_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6232072Z test_schema_correctness_randint_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6232325Z test_schema_correctness_randint_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6232574Z test_schema_correctness_randint_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6232814Z test_schema_correctness_randint_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6233057Z test_schema_correctness_randint_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6233295Z test_schema_correctness_randint_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.6233528Z test_schema_correctness_randint_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.6233778Z test_schema_correctness_randint_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6234024Z test_schema_correctness_randint_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6234280Z test_schema_correctness_randint_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.6234537Z test_schema_correctness_randint_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6234791Z test_schema_correctness_randint_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6235039Z test_schema_correctness_randint_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.6235296Z test_schema_correctness_randint_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6235552Z test_schema_correctness_randint_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6235795Z test_schema_correctness_randint_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6236046Z test_schema_correctness_randint_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6236299Z test_schema_correctness_randint_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6236715Z test_schema_correctness_randn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6236970Z test_schema_correctness_randn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6237226Z test_schema_correctness_randn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6237608Z test_schema_correctness_randn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6238100Z test_schema_correctness_randn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6238346Z test_schema_correctness_randn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6238583Z test_schema_correctness_randn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6238837Z test_schema_correctness_randn_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6239095Z test_schema_correctness_randn_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6239349Z test_schema_correctness_randn_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6239688Z test_schema_correctness_randn_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6239963Z test_schema_correctness_randn_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6240213Z test_schema_correctness_randn_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6240459Z test_schema_correctness_randn_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6240704Z test_schema_correctness_ravel_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6240945Z test_schema_correctness_ravel_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6241194Z test_schema_correctness_ravel_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6241449Z test_schema_correctness_ravel_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6241698Z test_schema_correctness_ravel_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6241944Z test_schema_correctness_ravel_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6242188Z test_schema_correctness_ravel_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6242423Z test_schema_correctness_ravel_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6242662Z test_schema_correctness_ravel_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6242893Z test_schema_correctness_ravel_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6243260Z test_schema_correctness_ravel_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6243522Z test_schema_correctness_ravel_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6243763Z test_schema_correctness_ravel_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6244012Z test_schema_correctness_real_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6244404Z test_schema_correctness_real_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6244804Z test_schema_correctness_real_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6245056Z test_schema_correctness_real_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6245305Z test_schema_correctness_real_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6245550Z test_schema_correctness_real_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6245790Z test_schema_correctness_real_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6246025Z test_schema_correctness_real_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6246380Z test_schema_correctness_real_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6246613Z test_schema_correctness_real_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6246842Z test_schema_correctness_real_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6247078Z test_schema_correctness_real_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6247317Z test_schema_correctness_real_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6247576Z test_schema_correctness_reciprocal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6247907Z test_schema_correctness_reciprocal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6248195Z test_schema_correctness_reciprocal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6248457Z test_schema_correctness_reciprocal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6248711Z test_schema_correctness_reciprocal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6248968Z test_schema_correctness_reciprocal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6249224Z test_schema_correctness_reciprocal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6249458Z test_schema_correctness_reciprocal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6249713Z test_schema_correctness_reciprocal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6250127Z test_schema_correctness_reciprocal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6250398Z test_schema_correctness_reciprocal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6250648Z test_schema_correctness_reciprocal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6250903Z test_schema_correctness_remainder_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6251305Z test_schema_correctness_remainder_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6251688Z test_schema_correctness_remainder_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6251935Z test_schema_correctness_remainder_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6252191Z test_schema_correctness_remainder_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6252439Z test_schema_correctness_remainder_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6252690Z test_schema_correctness_remainder_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6252941Z test_schema_correctness_remainder_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6253187Z test_schema_correctness_remainder_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6253435Z test_schema_correctness_renorm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6253688Z test_schema_correctness_renorm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6253945Z test_schema_correctness_renorm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6254190Z test_schema_correctness_renorm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6254532Z test_schema_correctness_renorm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6254779Z test_schema_correctness_renorm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6255028Z test_schema_correctness_repeat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6255272Z test_schema_correctness_repeat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.6255509Z test_schema_correctness_repeat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.6255761Z test_schema_correctness_repeat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6256073Z test_schema_correctness_repeat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6256341Z test_schema_correctness_repeat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.6256589Z test_schema_correctness_repeat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6257001Z test_schema_correctness_repeat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.6257256Z test_schema_correctness_repeat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.6257492Z test_schema_correctness_repeat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6257731Z test_schema_correctness_repeat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.6258125Z test_schema_correctness_repeat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6258616Z test_schema_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6258890Z test_schema_correctness_repeat_interleave_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.6259171Z test_schema_correctness_repeat_interleave_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6259441Z test_schema_correctness_repeat_interleave_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6259699Z test_schema_correctness_repeat_interleave_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6259969Z test_schema_correctness_repeat_interleave_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6260236Z test_schema_correctness_repeat_interleave_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6260505Z test_schema_correctness_repeat_interleave_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.6260766Z test_schema_correctness_repeat_interleave_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6261032Z test_schema_correctness_repeat_interleave_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6261292Z test_schema_correctness_repeat_interleave_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6261554Z test_schema_correctness_repeat_interleave_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6261817Z test_schema_correctness_repeat_interleave_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6262077Z test_schema_correctness_reshape_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6262312Z test_schema_correctness_reshape_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6262573Z test_schema_correctness_reshape_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6262945Z test_schema_correctness_reshape_as_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6263201Z test_schema_correctness_reshape_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6263455Z test_schema_correctness_reshape_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6263867Z test_schema_correctness_reshape_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6264128Z test_schema_correctness_reshape_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6264377Z test_schema_correctness_reshape_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6265406Z test_schema_correctness_reshape_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6265722Z test_schema_correctness_reshape_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6265972Z test_schema_correctness_reshape_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6266221Z test_schema_correctness_reshape_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6266468Z test_schema_correctness_reshape_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6266712Z test_schema_correctness_reshape_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6266971Z test_schema_correctness_reshape_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6267230Z test_schema_correctness_reshape_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6267485Z test_schema_correctness_reshape_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6267738Z test_schema_correctness_reshape_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6267986Z test_schema_correctness_reshape_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6268225Z test_schema_correctness_reshape_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6268468Z test_schema_correctness_reshape_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6268702Z test_schema_correctness_reshape_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6268919Z test_schema_correctness_reshape_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6269166Z test_schema_correctness_reshape_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6269411Z test_schema_correctness_reshape_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6269662Z test_schema_correctness_resize__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6269905Z test_schema_correctness_resize__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6270161Z test_schema_correctness_resize__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6270411Z test_schema_correctness_resize__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6270840Z test_schema_correctness_resize__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6271092Z test_schema_correctness_resize__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6271344Z test_schema_correctness_resize__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6271872Z test_schema_correctness_resize__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6272265Z test_schema_correctness_resize__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6272502Z test_schema_correctness_resize__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6272744Z test_schema_correctness_resize__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6272977Z test_schema_correctness_resize__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6273230Z test_schema_correctness_resize_as__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6273559Z test_schema_correctness_resize_as__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6273835Z test_schema_correctness_resize_as__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6274096Z test_schema_correctness_resize_as__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6274350Z test_schema_correctness_resize_as__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6274600Z test_schema_correctness_resize_as__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6274849Z test_schema_correctness_resize_as__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6275098Z test_schema_correctness_resize_as__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6275323Z test_schema_correctness_resize_as__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6275573Z test_schema_correctness_resize_as__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6275823Z test_schema_correctness_resize_as__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6276068Z test_schema_correctness_resize_as__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6276327Z test_schema_correctness_resolve_conj_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6276576Z test_schema_correctness_resolve_conj_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6276841Z test_schema_correctness_resolve_conj_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6277105Z test_schema_correctness_resolve_conj_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6277519Z test_schema_correctness_resolve_conj_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6277793Z test_schema_correctness_resolve_conj_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6278047Z test_schema_correctness_resolve_conj_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6278298Z test_schema_correctness_resolve_conj_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6278707Z test_schema_correctness_resolve_conj_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6279104Z test_schema_correctness_resolve_conj_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6279360Z test_schema_correctness_resolve_conj_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6279608Z test_schema_correctness_resolve_conj_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6279868Z test_schema_correctness_resolve_neg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6280228Z test_schema_correctness_resolve_neg_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6280490Z test_schema_correctness_resolve_neg_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6280750Z test_schema_correctness_resolve_neg_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6281007Z test_schema_correctness_resolve_neg_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6281262Z test_schema_correctness_resolve_neg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6281516Z test_schema_correctness_resolve_neg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6281827Z test_schema_correctness_resolve_neg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6282098Z test_schema_correctness_resolve_neg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6282346Z test_schema_correctness_resolve_neg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6282594Z test_schema_correctness_resolve_neg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6282844Z test_schema_correctness_resolve_neg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6283089Z test_schema_correctness_resolve_neg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6283336Z test_schema_correctness_roll_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6283574Z test_schema_correctness_roll_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6283829Z test_schema_correctness_roll_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6284080Z test_schema_correctness_roll_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6284490Z test_schema_correctness_roll_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6284746Z test_schema_correctness_roll_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6284984Z test_schema_correctness_roll_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6285218Z test_schema_correctness_roll_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6285605Z test_schema_correctness_roll_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6285997Z test_schema_correctness_roll_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6286233Z test_schema_correctness_roll_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6286475Z test_schema_correctness_roll_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6286713Z test_schema_correctness_roll_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6286958Z test_schema_correctness_rot90_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.6287193Z test_schema_correctness_rot90_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6287439Z test_schema_correctness_rot90_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.6287671Z test_schema_correctness_rot90_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.6287914Z test_schema_correctness_rot90_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6288152Z test_schema_correctness_rot90_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.6288504Z test_schema_correctness_rot90_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.6288741Z test_schema_correctness_rot90_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.6288975Z test_schema_correctness_rot90_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6289201Z test_schema_correctness_rot90_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6289435Z test_schema_correctness_rot90_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6289673Z test_schema_correctness_rot90_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6289995Z test_schema_correctness_round_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6290256Z test_schema_correctness_round_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6290496Z test_schema_correctness_round_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6290731Z test_schema_correctness_round_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6290969Z test_schema_correctness_round_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6291418Z test_schema_correctness_round_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6291653Z test_schema_correctness_round_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6291889Z test_schema_correctness_round_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6292125Z test_schema_correctness_round_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6292670Z test_schema_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6292974Z test_schema_correctness_round_decimals_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6293240Z test_schema_correctness_round_decimals_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6293504Z test_schema_correctness_round_decimals_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6293749Z test_schema_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6294010Z test_schema_correctness_round_decimals_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6294271Z test_schema_correctness_round_decimals_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6294530Z test_schema_correctness_round_decimals_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6294806Z test_schema_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6295073Z test_schema_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6295332Z test_schema_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6295586Z test_schema_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6295835Z test_schema_correctness_rsqrt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6296082Z test_schema_correctness_rsqrt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6296334Z test_schema_correctness_rsqrt_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.128s) 2022-11-23T03:48:03.6296703Z test_schema_correctness_rsqrt_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6296955Z test_schema_correctness_rsqrt_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.120s) 2022-11-23T03:48:03.6297202Z test_schema_correctness_rsqrt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6297441Z test_schema_correctness_rsqrt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6297680Z test_schema_correctness_rsqrt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6298062Z test_schema_correctness_rsqrt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6298414Z test_schema_correctness_rsqrt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6298672Z test_schema_correctness_rsqrt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6298917Z test_schema_correctness_rsqrt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6299318Z test_schema_correctness_rsqrt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6299706Z test_schema_correctness_rsub_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6299960Z test_schema_correctness_rsub_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6300187Z test_schema_correctness_rsub_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6300433Z test_schema_correctness_rsub_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6300674Z test_schema_correctness_rsub_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6300907Z test_schema_correctness_rsub_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6301150Z test_schema_correctness_rsub_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6301388Z test_schema_correctness_rsub_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6301618Z test_schema_correctness_rsub_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6301855Z test_schema_correctness_rsub_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6302099Z test_schema_correctness_rsub_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6302360Z test_schema_correctness_scalar_tensor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6302620Z test_schema_correctness_scalar_tensor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6302885Z test_schema_correctness_scalar_tensor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6303146Z test_schema_correctness_scalar_tensor_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6303408Z test_schema_correctness_scalar_tensor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6303663Z test_schema_correctness_scalar_tensor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6303918Z test_schema_correctness_scalar_tensor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6304166Z test_schema_correctness_scalar_tensor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6304423Z test_schema_correctness_scalar_tensor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6304677Z test_schema_correctness_scalar_tensor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6305332Z test_schema_correctness_scalar_tensor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6305663Z test_schema_correctness_scalar_tensor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6306028Z test_schema_correctness_scalar_tensor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6306453Z test_schema_correctness_scatter_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6306696Z test_schema_correctness_scatter_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6307067Z test_schema_correctness_scatter_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6307348Z test_schema_correctness_scatter_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6307604Z test_schema_correctness_scatter_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6307855Z test_schema_correctness_scatter_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6308108Z test_schema_correctness_scatter_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6308359Z test_schema_correctness_scatter_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6308608Z test_schema_correctness_scatter_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6308857Z test_schema_correctness_scatter_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6309111Z test_schema_correctness_scatter_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6309432Z test_schema_correctness_scatter_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6309687Z test_schema_correctness_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.6309934Z test_schema_correctness_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6310191Z test_schema_correctness_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6310440Z test_schema_correctness_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6310688Z test_schema_correctness_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.6310940Z test_schema_correctness_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6311191Z test_schema_correctness_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6311441Z test_schema_correctness_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6311677Z test_schema_correctness_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.6311916Z test_schema_correctness_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.6312159Z test_schema_correctness_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.6312397Z test_schema_correctness_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.6313169Z test_schema_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T03:48:03.6313386Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.6313456Z ok (0.046s) 2022-11-23T03:48:03.6313730Z test_schema_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6313993Z test_schema_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6314246Z test_schema_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.6314508Z test_schema_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6314842Z test_schema_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.6315122Z test_schema_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.6315391Z test_schema_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.6315654Z test_schema_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6315925Z test_schema_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6316189Z test_schema_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.6316447Z test_schema_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.6316825Z test_schema_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.6317122Z test_schema_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6317383Z test_schema_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.6317682Z test_schema_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.6318097Z test_schema_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6318497Z test_schema_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.6318773Z test_schema_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.6319040Z test_schema_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:48:03.6319303Z test_schema_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.6319574Z test_schema_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.6319832Z test_schema_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.6320086Z test_schema_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T03:48:03.6320323Z test_schema_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-11-23T03:48:03.6320581Z test_schema_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.6320837Z test_schema_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6321111Z test_schema_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-11-23T03:48:03.6321491Z test_schema_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-11-23T03:48:03.6321757Z test_schema_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6322015Z test_schema_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:48:03.6322275Z test_schema_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-11-23T03:48:03.6322533Z test_schema_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.6322790Z test_schema_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.6323125Z test_schema_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6323400Z test_schema_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6323670Z test_schema_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6323931Z test_schema_correctness_scatter_reduce_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6324197Z test_schema_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6324456Z test_schema_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-11-23T03:48:03.6324709Z test_schema_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6324969Z test_schema_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.6325233Z test_schema_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6325494Z test_schema_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-11-23T03:48:03.6325753Z test_schema_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.6326007Z test_schema_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.6327034Z test_schema_correctness_searchsorted_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/native/BucketizationUtils.h:35.) 2022-11-23T03:48:03.6327158Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.6328017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:/actions-runner/_work/pytorch/pytorch/aten/src\ATen/native/BucketizationUtils.h:41.) 2022-11-23T03:48:03.6328135Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.6328224Z ok (0.286s) 2022-11-23T03:48:03.6328496Z test_schema_correctness_searchsorted_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.304s) 2022-11-23T03:48:03.6328854Z test_schema_correctness_searchsorted_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.297s) 2022-11-23T03:48:03.6329109Z test_schema_correctness_searchsorted_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.338s) 2022-11-23T03:48:03.6329366Z test_schema_correctness_searchsorted_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.307s) 2022-11-23T03:48:03.6329625Z test_schema_correctness_searchsorted_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.288s) 2022-11-23T03:48:03.6329869Z test_schema_correctness_searchsorted_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.316s) 2022-11-23T03:48:03.6330121Z test_schema_correctness_searchsorted_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.357s) 2022-11-23T03:48:03.6330471Z test_schema_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.184s) 2022-11-23T03:48:03.6330764Z test_schema_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.182s) 2022-11-23T03:48:03.6331042Z test_schema_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.178s) 2022-11-23T03:48:03.6331313Z test_schema_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.172s) 2022-11-23T03:48:03.6331588Z test_schema_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.181s) 2022-11-23T03:48:03.6331855Z test_schema_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.175s) 2022-11-23T03:48:03.6332121Z test_schema_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2022-11-23T03:48:03.6332390Z test_schema_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.178s) 2022-11-23T03:48:03.6332647Z test_schema_correctness_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6332893Z test_schema_correctness_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6333145Z test_schema_correctness_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6333400Z test_schema_correctness_select_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6333653Z test_schema_correctness_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6334084Z test_schema_correctness_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6334334Z test_schema_correctness_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6334574Z test_schema_correctness_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6334823Z test_schema_correctness_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6335325Z test_schema_correctness_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6335580Z test_schema_correctness_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6335824Z test_schema_correctness_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6336070Z test_schema_correctness_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6336332Z test_schema_correctness_select_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6336576Z test_schema_correctness_select_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6336839Z test_schema_correctness_select_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6337208Z test_schema_correctness_select_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6337467Z test_schema_correctness_select_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6337721Z test_schema_correctness_select_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6337975Z test_schema_correctness_select_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6338229Z test_schema_correctness_select_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6338486Z test_schema_correctness_select_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6338812Z test_schema_correctness_select_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6339079Z test_schema_correctness_sgn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6339319Z test_schema_correctness_sgn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6339569Z test_schema_correctness_sgn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6339816Z test_schema_correctness_sgn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6340058Z test_schema_correctness_sgn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6340300Z test_schema_correctness_sgn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6340534Z test_schema_correctness_sgn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6340778Z test_schema_correctness_sgn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6341019Z test_schema_correctness_sgn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6341255Z test_schema_correctness_sgn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6341493Z test_schema_correctness_sgn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6341731Z test_schema_correctness_sgn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6341965Z test_schema_correctness_sgn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6342196Z test_schema_correctness_short_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6342442Z test_schema_correctness_short_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6342696Z test_schema_correctness_short_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6342951Z test_schema_correctness_short_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6343196Z test_schema_correctness_short_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6343434Z test_schema_correctness_short_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6343667Z test_schema_correctness_short_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6343907Z test_schema_correctness_short_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6344137Z test_schema_correctness_short_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6344379Z test_schema_correctness_short_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6344618Z test_schema_correctness_short_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6344945Z test_schema_correctness_short_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6345196Z test_schema_correctness_sigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6345442Z test_schema_correctness_sigmoid_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6345700Z test_schema_correctness_sigmoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.030s) 2022-11-23T03:48:03.6345955Z test_schema_correctness_sigmoid_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6346213Z test_schema_correctness_sigmoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.888s) 2022-11-23T03:48:03.6346534Z test_schema_correctness_sigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6346804Z test_schema_correctness_sigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6347049Z test_schema_correctness_sigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6347295Z test_schema_correctness_sigmoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6347532Z test_schema_correctness_sigmoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6347745Z test_schema_correctness_sigmoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6347989Z test_schema_correctness_sigmoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6348233Z test_schema_correctness_sigmoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6348477Z test_schema_correctness_sign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6348719Z test_schema_correctness_sign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6348963Z test_schema_correctness_sign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6349199Z test_schema_correctness_sign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6349444Z test_schema_correctness_sign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6349682Z test_schema_correctness_sign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6349915Z test_schema_correctness_sign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6350143Z test_schema_correctness_sign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6350378Z test_schema_correctness_sign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6350620Z test_schema_correctness_sign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6350894Z test_schema_correctness_signal_windows_cosine_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6351164Z test_schema_correctness_signal_windows_cosine_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6351427Z test_schema_correctness_signal_windows_cosine_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6351693Z test_schema_correctness_signal_windows_cosine_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6351976Z test_schema_correctness_signal_windows_exponential_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6352261Z test_schema_correctness_signal_windows_exponential_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.6353219Z test_schema_correctness_signal_windows_exponential_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6353497Z test_schema_correctness_signal_windows_exponential_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6353772Z test_schema_correctness_signal_windows_gaussian_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6354046Z test_schema_correctness_signal_windows_gaussian_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6354320Z test_schema_correctness_signal_windows_gaussian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6354658Z test_schema_correctness_signal_windows_gaussian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-11-23T03:48:03.6354952Z test_schema_correctness_signal_windows_kaiser_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.6355224Z test_schema_correctness_signal_windows_kaiser_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-11-23T03:48:03.6355483Z test_schema_correctness_signal_windows_kaiser_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.6355748Z test_schema_correctness_signal_windows_kaiser_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:48:03.6355997Z test_schema_correctness_signbit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6356244Z test_schema_correctness_signbit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6356491Z test_schema_correctness_signbit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6356745Z test_schema_correctness_signbit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6356990Z test_schema_correctness_signbit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6357235Z test_schema_correctness_signbit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6357475Z test_schema_correctness_signbit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6357708Z test_schema_correctness_signbit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6357952Z test_schema_correctness_signbit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6358194Z test_schema_correctness_signbit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6358441Z test_schema_correctness_sin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6358678Z test_schema_correctness_sin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6358931Z test_schema_correctness_sin_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6359175Z test_schema_correctness_sin_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6359418Z test_schema_correctness_sin_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6359662Z test_schema_correctness_sin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6359893Z test_schema_correctness_sin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6360120Z test_schema_correctness_sin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6360340Z test_schema_correctness_sin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6360579Z test_schema_correctness_sin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6360910Z test_schema_correctness_sin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6361144Z test_schema_correctness_sin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6361385Z test_schema_correctness_sin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6361632Z test_schema_correctness_sinc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.435s) 2022-11-23T03:48:03.6361866Z test_schema_correctness_sinc_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.484s) 2022-11-23T03:48:03.6362116Z test_schema_correctness_sinc_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.388s) 2022-11-23T03:48:03.6362437Z test_schema_correctness_sinc_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.144s) 2022-11-23T03:48:03.6362697Z test_schema_correctness_sinc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.413s) 2022-11-23T03:48:03.6362935Z test_schema_correctness_sinc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.406s) 2022-11-23T03:48:03.6363177Z test_schema_correctness_sinc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.360s) 2022-11-23T03:48:03.6363415Z test_schema_correctness_sinc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6363642Z test_schema_correctness_sinc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6363866Z test_schema_correctness_sinc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6364095Z test_schema_correctness_sinc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6364337Z test_schema_correctness_sinc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6364581Z test_schema_correctness_sinh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6364822Z test_schema_correctness_sinh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6365074Z test_schema_correctness_sinh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6365321Z test_schema_correctness_sinh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6365547Z test_schema_correctness_sinh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6365994Z test_schema_correctness_sinh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6366245Z test_schema_correctness_sinh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6366482Z test_schema_correctness_sinh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6366726Z test_schema_correctness_sinh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6367130Z test_schema_correctness_sinh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6367505Z test_schema_correctness_sinh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6367745Z test_schema_correctness_sinh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6367987Z test_schema_correctness_sinh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6368235Z test_schema_correctness_slice_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6368474Z test_schema_correctness_slice_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6368730Z test_schema_correctness_slice_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6369092Z test_schema_correctness_slice_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6369346Z test_schema_correctness_slice_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6369596Z test_schema_correctness_slice_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6369844Z test_schema_correctness_slice_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6370081Z test_schema_correctness_slice_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6370324Z test_schema_correctness_slice_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6370629Z test_schema_correctness_slice_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6370873Z test_schema_correctness_slice_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6371117Z test_schema_correctness_slice_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6371354Z test_schema_correctness_slice_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6371597Z test_schema_correctness_slice_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6371858Z test_schema_correctness_slice_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6372119Z test_schema_correctness_slice_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6372378Z test_schema_correctness_slice_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6372636Z test_schema_correctness_slice_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6372892Z test_schema_correctness_slice_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6373148Z test_schema_correctness_slice_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6373395Z test_schema_correctness_slice_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6373651Z test_schema_correctness_slice_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6373908Z test_schema_correctness_slice_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6374165Z test_schema_correctness_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6374414Z test_schema_correctness_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6374665Z test_schema_correctness_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6374907Z test_schema_correctness_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6375171Z test_schema_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6375430Z test_schema_correctness_softmax_with_dtype_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6375699Z test_schema_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6375967Z test_schema_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6376229Z test_schema_correctness_softmax_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6376489Z test_schema_correctness_softmax_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6376837Z test_schema_correctness_softmax_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6377101Z test_schema_correctness_softmax_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6377360Z test_schema_correctness_softmax_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6377621Z test_schema_correctness_softmax_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6377862Z test_schema_correctness_softmax_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6378117Z test_schema_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6378436Z test_schema_correctness_sort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.6378704Z test_schema_correctness_sort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6378939Z test_schema_correctness_sort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6379171Z test_schema_correctness_sort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.6379411Z test_schema_correctness_sort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6379641Z test_schema_correctness_sort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.6379871Z test_schema_correctness_sort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6380105Z test_schema_correctness_sort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6380345Z test_schema_correctness_sort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-11-23T03:48:03.6381308Z test_schema_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:951: 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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T03:48:03.6381456Z torch.eye(m, n, device=device, dtype=dtype) 2022-11-23T03:48:03.6381545Z ok (0.022s) 2022-11-23T03:48:03.6381822Z test_schema_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6382098Z test_schema_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6382362Z test_schema_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6382626Z test_schema_correctness_special_airy_ai_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.740s) 2022-11-23T03:48:03.6382891Z test_schema_correctness_special_airy_ai_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.920s) 2022-11-23T03:48:03.6383151Z test_schema_correctness_special_airy_ai_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.889s) 2022-11-23T03:48:03.6383408Z test_schema_correctness_special_airy_ai_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6383660Z test_schema_correctness_special_airy_ai_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6383916Z test_schema_correctness_special_airy_ai_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6384170Z test_schema_correctness_special_airy_ai_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6384518Z test_schema_correctness_special_airy_ai_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6384776Z test_schema_correctness_special_bessel_j0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.605s) 2022-11-23T03:48:03.6385019Z test_schema_correctness_special_bessel_j0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.647s) 2022-11-23T03:48:03.6385279Z test_schema_correctness_special_bessel_j0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.620s) 2022-11-23T03:48:03.6385535Z test_schema_correctness_special_bessel_j0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6385791Z test_schema_correctness_special_bessel_j0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6386117Z test_schema_correctness_special_bessel_j0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6386391Z test_schema_correctness_special_bessel_j0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6386641Z test_schema_correctness_special_bessel_j0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6386898Z test_schema_correctness_special_bessel_j1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.465s) 2022-11-23T03:48:03.6387161Z test_schema_correctness_special_bessel_j1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.307s) 2022-11-23T03:48:03.6387423Z test_schema_correctness_special_bessel_j1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.329s) 2022-11-23T03:48:03.6387677Z test_schema_correctness_special_bessel_j1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6387933Z test_schema_correctness_special_bessel_j1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6388185Z test_schema_correctness_special_bessel_j1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6388436Z test_schema_correctness_special_bessel_j1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6388685Z test_schema_correctness_special_bessel_j1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6388942Z test_schema_correctness_special_bessel_y0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.805s) 2022-11-23T03:48:03.6389202Z test_schema_correctness_special_bessel_y0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.121s) 2022-11-23T03:48:03.6389458Z test_schema_correctness_special_bessel_y0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.035s) 2022-11-23T03:48:03.6389708Z test_schema_correctness_special_bessel_y0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6389962Z test_schema_correctness_special_bessel_y0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6390217Z test_schema_correctness_special_bessel_y0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6390471Z test_schema_correctness_special_bessel_y0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6390723Z test_schema_correctness_special_bessel_y0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6390977Z test_schema_correctness_special_bessel_y1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.735s) 2022-11-23T03:48:03.6391220Z test_schema_correctness_special_bessel_y1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.831s) 2022-11-23T03:48:03.6391485Z test_schema_correctness_special_bessel_y1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.741s) 2022-11-23T03:48:03.6391740Z test_schema_correctness_special_bessel_y1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6392086Z test_schema_correctness_special_bessel_y1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6392335Z test_schema_correctness_special_bessel_y1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6392587Z test_schema_correctness_special_bessel_y1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6392837Z test_schema_correctness_special_bessel_y1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6393118Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.216s) 2022-11-23T03:48:03.6393928Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.350s) 2022-11-23T03:48:03.6394271Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.414s) 2022-11-23T03:48:03.6394560Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6394845Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6395120Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6395397Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6395679Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6395951Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.709s) 2022-11-23T03:48:03.6396236Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.042s) 2022-11-23T03:48:03.6396517Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.830s) 2022-11-23T03:48:03.6396790Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6397066Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6397336Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6397612Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6397887Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6398258Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6398629Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6398990Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6399353Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6399713Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:48:03.6400194Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6400557Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6400909Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6401337Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6401716Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6402081Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6402439Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6402799Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6403151Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6403513Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6403867Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T03:48:03.6404130Z test_schema_correctness_special_entr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.327s) 2022-11-23T03:48:03.6404385Z test_schema_correctness_special_entr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.382s) 2022-11-23T03:48:03.6404646Z test_schema_correctness_special_entr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.287s) 2022-11-23T03:48:03.6404890Z test_schema_correctness_special_entr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.274s) 2022-11-23T03:48:03.6405147Z test_schema_correctness_special_entr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.312s) 2022-11-23T03:48:03.6405400Z test_schema_correctness_special_entr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6405651Z test_schema_correctness_special_entr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6405901Z test_schema_correctness_special_entr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6406148Z test_schema_correctness_special_entr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6406398Z test_schema_correctness_special_entr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6406653Z test_schema_correctness_special_erfcx_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.735s) 2022-11-23T03:48:03.6406916Z test_schema_correctness_special_erfcx_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.211s) 2022-11-23T03:48:03.6407271Z test_schema_correctness_special_erfcx_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.885s) 2022-11-23T03:48:03.6407525Z test_schema_correctness_special_erfcx_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6407774Z test_schema_correctness_special_erfcx_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6408018Z test_schema_correctness_special_erfcx_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6408271Z test_schema_correctness_special_erfcx_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6408528Z test_schema_correctness_special_erfcx_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6408877Z test_schema_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.838s) 2022-11-23T03:48:03.6409184Z test_schema_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.047s) 2022-11-23T03:48:03.6409467Z test_schema_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.989s) 2022-11-23T03:48:03.6409745Z test_schema_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6410020Z test_schema_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6410288Z test_schema_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6410567Z test_schema_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6410841Z test_schema_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6411113Z test_schema_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.806s) 2022-11-23T03:48:03.6411399Z test_schema_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.992s) 2022-11-23T03:48:03.6411664Z test_schema_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.998s) 2022-11-23T03:48:03.6411943Z test_schema_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6412222Z test_schema_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6412501Z test_schema_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6412777Z test_schema_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6413056Z test_schema_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6413317Z test_schema_correctness_special_i0e_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.399s) 2022-11-23T03:48:03.6413568Z test_schema_correctness_special_i0e_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.434s) 2022-11-23T03:48:03.6413821Z test_schema_correctness_special_i0e_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.359s) 2022-11-23T03:48:03.6414073Z test_schema_correctness_special_i0e_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.348s) 2022-11-23T03:48:03.6414320Z test_schema_correctness_special_i0e_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.373s) 2022-11-23T03:48:03.6414569Z test_schema_correctness_special_i0e_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6414914Z test_schema_correctness_special_i0e_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6415158Z test_schema_correctness_special_i0e_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6415405Z test_schema_correctness_special_i0e_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6415656Z test_schema_correctness_special_i0e_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6415906Z test_schema_correctness_special_i1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.471s) 2022-11-23T03:48:03.6416160Z test_schema_correctness_special_i1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.372s) 2022-11-23T03:48:03.6416480Z test_schema_correctness_special_i1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.433s) 2022-11-23T03:48:03.6416749Z test_schema_correctness_special_i1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6416995Z test_schema_correctness_special_i1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6417244Z test_schema_correctness_special_i1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6417493Z test_schema_correctness_special_i1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6417799Z test_schema_correctness_special_i1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6418032Z test_schema_correctness_special_i1e_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.436s) 2022-11-23T03:48:03.6418290Z test_schema_correctness_special_i1e_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.335s) 2022-11-23T03:48:03.6418543Z test_schema_correctness_special_i1e_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.394s) 2022-11-23T03:48:03.6418795Z test_schema_correctness_special_i1e_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6419036Z test_schema_correctness_special_i1e_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6419282Z test_schema_correctness_special_i1e_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6419529Z test_schema_correctness_special_i1e_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6419777Z test_schema_correctness_special_i1e_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6420057Z test_schema_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.025s) 2022-11-23T03:48:03.6420347Z test_schema_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.197s) 2022-11-23T03:48:03.6420633Z test_schema_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.235s) 2022-11-23T03:48:03.6420911Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6421189Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6421470Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6421750Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6422027Z test_schema_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6422397Z test_schema_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T03:48:03.6423060Z test_schema_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6423443Z test_schema_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6423835Z test_schema_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6424605Z test_schema_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6425155Z test_schema_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6425532Z test_schema_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6425893Z test_schema_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6426157Z test_schema_correctness_special_log_ndtr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.517s) 2022-11-23T03:48:03.6426429Z test_schema_correctness_special_log_ndtr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.399s) 2022-11-23T03:48:03.6426692Z test_schema_correctness_special_log_ndtr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.627s) 2022-11-23T03:48:03.6426954Z test_schema_correctness_special_log_ndtr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6427210Z test_schema_correctness_special_log_ndtr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6427462Z test_schema_correctness_special_log_ndtr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6427721Z test_schema_correctness_special_log_ndtr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6427971Z test_schema_correctness_special_log_ndtr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6428227Z test_schema_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.457s) 2022-11-23T03:48:03.6428506Z test_schema_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.403s) 2022-11-23T03:48:03.6428788Z test_schema_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.493s) 2022-11-23T03:48:03.6429060Z test_schema_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6429329Z test_schema_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6429602Z test_schema_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6429874Z test_schema_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6430147Z test_schema_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6430417Z test_schema_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.449s) 2022-11-23T03:48:03.6430802Z test_schema_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.364s) 2022-11-23T03:48:03.6431070Z test_schema_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.458s) 2022-11-23T03:48:03.6431336Z test_schema_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6431605Z test_schema_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6431875Z test_schema_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6432211Z test_schema_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6432495Z test_schema_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6432769Z test_schema_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.543s) 2022-11-23T03:48:03.6433041Z test_schema_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.549s) 2022-11-23T03:48:03.6433321Z test_schema_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.676s) 2022-11-23T03:48:03.6433589Z test_schema_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6433859Z test_schema_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6434131Z test_schema_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6434397Z test_schema_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6434665Z test_schema_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6434934Z test_schema_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.591s) 2022-11-23T03:48:03.6435205Z test_schema_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.556s) 2022-11-23T03:48:03.6435475Z test_schema_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.708s) 2022-11-23T03:48:03.6435725Z test_schema_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6435998Z test_schema_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6436270Z test_schema_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6436534Z test_schema_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6436799Z test_schema_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6437061Z test_schema_correctness_special_ndtr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6437316Z test_schema_correctness_special_ndtr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6437571Z test_schema_correctness_special_ndtr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6437829Z test_schema_correctness_special_ndtr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6438180Z test_schema_correctness_special_ndtr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6438434Z test_schema_correctness_special_ndtr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6438687Z test_schema_correctness_special_ndtr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6438933Z test_schema_correctness_special_ndtr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6439187Z test_schema_correctness_special_ndtr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6439438Z test_schema_correctness_special_ndtr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6439751Z test_schema_correctness_special_ndtri_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.466s) 2022-11-23T03:48:03.6440026Z test_schema_correctness_special_ndtri_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.456s) 2022-11-23T03:48:03.6440285Z test_schema_correctness_special_ndtri_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.564s) 2022-11-23T03:48:03.6440540Z test_schema_correctness_special_ndtri_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6440794Z test_schema_correctness_special_ndtri_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6441042Z test_schema_correctness_special_ndtri_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6441294Z test_schema_correctness_special_ndtri_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6441537Z test_schema_correctness_special_ndtri_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6441838Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6442140Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6442420Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6442720Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6443014Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6443298Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6443582Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6443876Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6444170Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6444450Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.543s) 2022-11-23T03:48:03.6444738Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.537s) 2022-11-23T03:48:03.6445026Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.733s) 2022-11-23T03:48:03.6445306Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6445584Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6445960Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6446241Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6446516Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6446797Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.521s) 2022-11-23T03:48:03.6447085Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.551s) 2022-11-23T03:48:03.6447436Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.699s) 2022-11-23T03:48:03.6447728Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6448007Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6448286Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6448567Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6448846Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6449224Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6449610Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6449990Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6450365Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:48:03.6450726Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6451096Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6451468Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6451843Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6452217Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6452595Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6453059Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6453429Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6453787Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6454139Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6454577Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6454972Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:48:03.6455337Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6455717Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6456083Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6456445Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6456813Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6457167Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6457532Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6457896Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6458264Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6458635Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:48:03.6459007Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:48:03.6459376Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6459732Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6460195Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6460567Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6460932Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:48:03.6461274Z test_schema_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.468s) 2022-11-23T03:48:03.6461581Z test_schema_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.409s) 2022-11-23T03:48:03.6461860Z test_schema_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.376s) 2022-11-23T03:48:03.6462132Z test_schema_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6462397Z test_schema_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6462672Z test_schema_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6462945Z test_schema_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6463202Z test_schema_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6463468Z test_schema_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6463727Z test_schema_correctness_special_xlog1py_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6463988Z test_schema_correctness_special_xlog1py_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6464245Z test_schema_correctness_special_xlog1py_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6464503Z test_schema_correctness_special_xlog1py_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6464760Z test_schema_correctness_special_xlog1py_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6465020Z test_schema_correctness_special_xlog1py_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6465269Z test_schema_correctness_special_xlog1py_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6465521Z test_schema_correctness_special_xlog1py_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6465776Z test_schema_correctness_special_xlog1py_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6466026Z test_schema_correctness_special_zeta_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.871s) 2022-11-23T03:48:03.6466280Z test_schema_correctness_special_zeta_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.382s) 2022-11-23T03:48:03.6466535Z test_schema_correctness_special_zeta_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.720s) 2022-11-23T03:48:03.6466788Z test_schema_correctness_special_zeta_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6467038Z test_schema_correctness_special_zeta_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6467385Z test_schema_correctness_special_zeta_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6467636Z test_schema_correctness_special_zeta_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6467891Z test_schema_correctness_special_zeta_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6468140Z test_schema_correctness_split_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6468381Z test_schema_correctness_split_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6468633Z test_schema_correctness_split_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6468951Z test_schema_correctness_split_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6469226Z test_schema_correctness_split_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6469456Z test_schema_correctness_split_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6469699Z test_schema_correctness_split_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6469936Z test_schema_correctness_split_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6470176Z test_schema_correctness_split_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6470408Z test_schema_correctness_split_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6470637Z test_schema_correctness_split_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6470881Z test_schema_correctness_split_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6471124Z test_schema_correctness_split_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6471385Z test_schema_correctness_split_list_args_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6471641Z test_schema_correctness_split_list_args_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6471911Z test_schema_correctness_split_list_args_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6472174Z test_schema_correctness_split_list_args_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6472433Z test_schema_correctness_split_list_args_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6472691Z test_schema_correctness_split_list_args_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6472949Z test_schema_correctness_split_list_args_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6473207Z test_schema_correctness_split_list_args_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6473460Z test_schema_correctness_split_list_args_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6473705Z test_schema_correctness_split_list_args_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6473957Z test_schema_correctness_split_list_args_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6474202Z test_schema_correctness_split_list_args_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6474465Z test_schema_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6474714Z test_schema_correctness_split_with_sizes_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6475669Z test_schema_correctness_split_with_sizes_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6475914Z test_schema_correctness_split_with_sizes_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6476176Z test_schema_correctness_split_with_sizes_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6476433Z test_schema_correctness_split_with_sizes_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6476693Z test_schema_correctness_split_with_sizes_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6477049Z test_schema_correctness_split_with_sizes_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6477325Z test_schema_correctness_split_with_sizes_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6477584Z test_schema_correctness_split_with_sizes_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6477837Z test_schema_correctness_split_with_sizes_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6478092Z test_schema_correctness_split_with_sizes_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6478338Z test_schema_correctness_split_with_sizes_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6478585Z test_schema_correctness_sqrt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6478824Z test_schema_correctness_sqrt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6479076Z test_schema_correctness_sqrt_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.693s) 2022-11-23T03:48:03.6479328Z test_schema_correctness_sqrt_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6479569Z test_schema_correctness_sqrt_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.707s) 2022-11-23T03:48:03.6479814Z test_schema_correctness_sqrt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6480047Z test_schema_correctness_sqrt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6480280Z test_schema_correctness_sqrt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6480520Z test_schema_correctness_sqrt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6480757Z test_schema_correctness_sqrt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6480992Z test_schema_correctness_sqrt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6481229Z test_schema_correctness_sqrt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6481470Z test_schema_correctness_sqrt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6481702Z test_schema_correctness_square_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6481946Z test_schema_correctness_square_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6482200Z test_schema_correctness_square_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6482455Z test_schema_correctness_square_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6482705Z test_schema_correctness_square_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6482955Z test_schema_correctness_square_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6483300Z test_schema_correctness_square_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6483543Z test_schema_correctness_square_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6483778Z test_schema_correctness_square_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6484008Z test_schema_correctness_square_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6484246Z test_schema_correctness_square_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6484490Z test_schema_correctness_square_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6484810Z test_schema_correctness_squeeze_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6485065Z test_schema_correctness_squeeze_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6485323Z test_schema_correctness_squeeze_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6485577Z test_schema_correctness_squeeze_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6485823Z test_schema_correctness_squeeze_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6486072Z test_schema_correctness_squeeze_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6486318Z test_schema_correctness_squeeze_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6486564Z test_schema_correctness_squeeze_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6486813Z test_schema_correctness_squeeze_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6487057Z test_schema_correctness_squeeze_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6487274Z test_schema_correctness_squeeze_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6487520Z test_schema_correctness_squeeze_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6487757Z test_schema_correctness_squeeze_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6488005Z test_schema_correctness_stack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6488247Z test_schema_correctness_stack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6488498Z test_schema_correctness_stack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6488747Z test_schema_correctness_stack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6489002Z test_schema_correctness_stack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6489249Z test_schema_correctness_stack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6489495Z test_schema_correctness_stack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6489732Z test_schema_correctness_stack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6489974Z test_schema_correctness_stack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6490212Z test_schema_correctness_stack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6490444Z test_schema_correctness_stack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6490683Z test_schema_correctness_stack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6491021Z test_schema_correctness_stack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6491264Z test_schema_correctness_std_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6491512Z test_schema_correctness_std_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6491757Z test_schema_correctness_std_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6491997Z test_schema_correctness_std_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6492228Z test_schema_correctness_std_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6492528Z test_schema_correctness_std_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6492779Z test_schema_correctness_std_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6493037Z test_schema_correctness_std_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6493294Z test_schema_correctness_std_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6493543Z test_schema_correctness_std_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6493789Z test_schema_correctness_std_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6494039Z test_schema_correctness_std_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6494691Z test_schema_correctness_stft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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. 2022-11-23T03:48:03.6495117Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T03:48:03.6495343Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T03:48:03.6495430Z ok (0.068s) 2022-11-23T03:48:03.6495685Z test_schema_correctness_stft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:48:03.6495931Z test_schema_correctness_stft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:48:03.6496179Z test_schema_correctness_stft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:48:03.6496418Z test_schema_correctness_sub_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6496665Z test_schema_correctness_sub_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6496914Z test_schema_correctness_sub_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6497150Z test_schema_correctness_sub_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6497391Z test_schema_correctness_sub_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6497623Z test_schema_correctness_sub_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6497852Z test_schema_correctness_sub_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6498091Z test_schema_correctness_sub_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6498330Z test_schema_correctness_sub_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6498655Z test_schema_correctness_sub_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6498892Z test_schema_correctness_sub_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6499106Z test_schema_correctness_sub_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6499354Z test_schema_correctness_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6499592Z test_schema_correctness_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.6499840Z test_schema_correctness_sum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6500157Z test_schema_correctness_sum_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6500410Z test_schema_correctness_sum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6500654Z test_schema_correctness_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6500931Z test_schema_correctness_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6501169Z test_schema_correctness_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6501402Z test_schema_correctness_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6501635Z test_schema_correctness_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6501871Z test_schema_correctness_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.6502109Z test_schema_correctness_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6502339Z test_schema_correctness_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6502600Z test_schema_correctness_sum_to_size_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6502853Z test_schema_correctness_sum_to_size_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6503113Z test_schema_correctness_sum_to_size_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6503371Z test_schema_correctness_sum_to_size_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6503624Z test_schema_correctness_sum_to_size_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6503872Z test_schema_correctness_sum_to_size_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6504116Z test_schema_correctness_sum_to_size_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6504364Z test_schema_correctness_sum_to_size_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6504593Z test_schema_correctness_sum_to_size_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6504831Z test_schema_correctness_sum_to_size_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6505080Z test_schema_correctness_sum_to_size_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6505329Z test_schema_correctness_sum_to_size_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6505598Z test_schema_correctness_svd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.6505869Z test_schema_correctness_svd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.6506112Z test_schema_correctness_svd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.435s) 2022-11-23T03:48:03.6506438Z test_schema_correctness_svd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.433s) 2022-11-23T03:48:03.6506688Z test_schema_correctness_svd_lowrank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (8.172s) 2022-11-23T03:48:03.6506941Z test_schema_correctness_svd_lowrank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (8.254s) 2022-11-23T03:48:03.6507547Z test_schema_correctness_symeig_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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. 2022-11-23T03:48:03.6507913Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T03:48:03.6508058Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T03:48:03.6508167Z should be replaced with 2022-11-23T03:48:03.6508343Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T03:48:03.6508423Z and 2022-11-23T03:48:03.6508561Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T03:48:03.6508669Z should be replaced with 2022-11-23T03:48:03.6509057Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T03:48:03.6509179Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.6509247Z ok (0.024s) 2022-11-23T03:48:03.6509505Z test_schema_correctness_symeig_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6509760Z test_schema_correctness_symeig_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6510010Z test_schema_correctness_symeig_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6510255Z test_schema_correctness_t_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6510490Z test_schema_correctness_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6510739Z test_schema_correctness_t_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6510979Z test_schema_correctness_t_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6511216Z test_schema_correctness_t_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6511455Z test_schema_correctness_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6511695Z test_schema_correctness_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6511927Z test_schema_correctness_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6512161Z test_schema_correctness_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6512392Z test_schema_correctness_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6512624Z test_schema_correctness_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6512854Z test_schema_correctness_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6513112Z test_schema_correctness_take_along_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6513368Z test_schema_correctness_take_along_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.6513636Z test_schema_correctness_take_along_dim_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6513900Z test_schema_correctness_take_along_dim_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6514258Z test_schema_correctness_take_along_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6514513Z test_schema_correctness_take_along_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6514751Z test_schema_correctness_take_along_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6515007Z test_schema_correctness_take_along_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6515260Z test_schema_correctness_take_along_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6515982Z test_schema_correctness_take_along_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.6516299Z test_schema_correctness_take_along_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6516554Z test_schema_correctness_take_along_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6516803Z test_schema_correctness_take_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6517045Z test_schema_correctness_take_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6517298Z test_schema_correctness_take_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6517547Z test_schema_correctness_take_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6517845Z test_schema_correctness_take_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6518090Z test_schema_correctness_take_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6518332Z test_schema_correctness_take_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6518574Z test_schema_correctness_take_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6518801Z test_schema_correctness_take_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6519026Z test_schema_correctness_take_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6519258Z test_schema_correctness_take_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6519498Z test_schema_correctness_take_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6519740Z test_schema_correctness_tan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6519980Z test_schema_correctness_tan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6520231Z test_schema_correctness_tan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6520480Z test_schema_correctness_tan_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6520711Z test_schema_correctness_tan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6520952Z test_schema_correctness_tan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6521185Z test_schema_correctness_tan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6521413Z test_schema_correctness_tan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6521646Z test_schema_correctness_tan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6521889Z test_schema_correctness_tan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6522124Z test_schema_correctness_tan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6522483Z test_schema_correctness_tan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6522716Z test_schema_correctness_tan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6522962Z test_schema_correctness_tanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6523196Z test_schema_correctness_tanh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6523448Z test_schema_correctness_tanh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6523695Z test_schema_correctness_tanh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6524015Z test_schema_correctness_tanh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6524285Z test_schema_correctness_tanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6524528Z test_schema_correctness_tanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6524761Z test_schema_correctness_tanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6524998Z test_schema_correctness_tanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6525228Z test_schema_correctness_tanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6525454Z test_schema_correctness_tanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6525887Z test_schema_correctness_tanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6526129Z test_schema_correctness_tanh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6526397Z test_schema_correctness_tensor_split_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6526651Z test_schema_correctness_tensor_split_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6527091Z test_schema_correctness_tensor_split_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-11-23T03:48:03.6527367Z test_schema_correctness_tensor_split_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-11-23T03:48:03.6527768Z test_schema_correctness_tensor_split_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-11-23T03:48:03.6528030Z test_schema_correctness_tensor_split_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.6528285Z test_schema_correctness_tensor_split_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-11-23T03:48:03.6528538Z test_schema_correctness_tensor_split_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-11-23T03:48:03.6528794Z test_schema_correctness_tensor_split_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.6529044Z test_schema_correctness_tensor_split_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-11-23T03:48:03.6529295Z test_schema_correctness_tensor_split_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-11-23T03:48:03.6529545Z test_schema_correctness_tensor_split_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-11-23T03:48:03.6529793Z test_schema_correctness_tensordot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6530055Z test_schema_correctness_tensordot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6530313Z test_schema_correctness_tensordot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6530674Z test_schema_correctness_tensordot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6530926Z test_schema_correctness_tensordot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6531180Z test_schema_correctness_tensordot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6531425Z test_schema_correctness_tile_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.6531663Z test_schema_correctness_tile_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-11-23T03:48:03.6531913Z test_schema_correctness_tile_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:48:03.6532236Z test_schema_correctness_tile_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-11-23T03:48:03.6532480Z test_schema_correctness_tile_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-11-23T03:48:03.6532729Z test_schema_correctness_tile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:48:03.6532963Z test_schema_correctness_tile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-11-23T03:48:03.6533199Z test_schema_correctness_tile_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:48:03.6533429Z test_schema_correctness_tile_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-11-23T03:48:03.6533651Z test_schema_correctness_tile_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-11-23T03:48:03.6533889Z test_schema_correctness_tile_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-11-23T03:48:03.6534131Z test_schema_correctness_tile_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-11-23T03:48:03.6534376Z test_schema_correctness_to_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-11-23T03:48:03.6534614Z test_schema_correctness_to_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.095s) 2022-11-23T03:48:03.6534860Z test_schema_correctness_to_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:48:03.6535102Z test_schema_correctness_to_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.081s) 2022-11-23T03:48:03.6535334Z test_schema_correctness_to_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2022-11-23T03:48:03.6535563Z test_schema_correctness_to_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-11-23T03:48:03.6535791Z test_schema_correctness_to_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-11-23T03:48:03.6536030Z test_schema_correctness_to_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:48:03.6536265Z test_schema_correctness_to_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-11-23T03:48:03.6536498Z test_schema_correctness_to_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2022-11-23T03:48:03.6536732Z test_schema_correctness_to_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-11-23T03:48:03.6536969Z test_schema_correctness_to_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-11-23T03:48:03.6537224Z test_schema_correctness_to_sparse_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6537471Z test_schema_correctness_to_sparse_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6537712Z test_schema_correctness_to_sparse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6537972Z test_schema_correctness_to_sparse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6538324Z test_schema_correctness_to_sparse_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6538573Z test_schema_correctness_to_sparse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6538814Z test_schema_correctness_to_sparse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6539061Z test_schema_correctness_to_sparse_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6539306Z test_schema_correctness_to_sparse_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6539552Z test_schema_correctness_to_sparse_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6539864Z test_schema_correctness_to_sparse_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6540123Z test_schema_correctness_to_sparse_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6540375Z test_schema_correctness_topk_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6540621Z test_schema_correctness_topk_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6540859Z test_schema_correctness_topk_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6541090Z test_schema_correctness_topk_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6541329Z test_schema_correctness_topk_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-11-23T03:48:03.6541560Z test_schema_correctness_topk_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6541791Z test_schema_correctness_topk_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6542026Z test_schema_correctness_topk_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6542267Z test_schema_correctness_topk_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6542515Z test_schema_correctness_trace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6542753Z test_schema_correctness_trace_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6543007Z test_schema_correctness_trace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6543239Z test_schema_correctness_trace_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6543489Z test_schema_correctness_trace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6543735Z test_schema_correctness_trace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6543974Z test_schema_correctness_trace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6544210Z test_schema_correctness_trace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6544450Z test_schema_correctness_trace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6544680Z test_schema_correctness_trace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6544917Z test_schema_correctness_trace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6545153Z test_schema_correctness_trace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6545389Z test_schema_correctness_trace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6545645Z test_schema_correctness_transpose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6545987Z test_schema_correctness_transpose_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6546247Z test_schema_correctness_transpose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6546501Z test_schema_correctness_transpose_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6546759Z test_schema_correctness_transpose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6547009Z test_schema_correctness_transpose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6547259Z test_schema_correctness_transpose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6547570Z test_schema_correctness_transpose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6547835Z test_schema_correctness_transpose_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6548089Z test_schema_correctness_transpose_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6548336Z test_schema_correctness_transpose_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6548586Z test_schema_correctness_transpose_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6548817Z test_schema_correctness_transpose_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6549072Z test_schema_correctness_trapezoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:48:03.6549330Z test_schema_correctness_trapezoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-11-23T03:48:03.6549589Z test_schema_correctness_trapezoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:48:03.6549842Z test_schema_correctness_trapezoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:48:03.6550096Z test_schema_correctness_trapezoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-11-23T03:48:03.6550340Z test_schema_correctness_trapezoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.089s) 2022-11-23T03:48:03.6550582Z test_schema_correctness_trapezoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T03:48:03.6550829Z test_schema_correctness_trapezoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.100s) 2022-11-23T03:48:03.6551069Z test_schema_correctness_trapezoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-11-23T03:48:03.6551323Z test_schema_correctness_trapezoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-11-23T03:48:03.6551571Z test_schema_correctness_trapezoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-11-23T03:48:03.6551821Z test_schema_correctness_trapz_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-11-23T03:48:03.6552076Z test_schema_correctness_trapz_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:48:03.6552320Z test_schema_correctness_trapz_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-11-23T03:48:03.6552566Z test_schema_correctness_trapz_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-11-23T03:48:03.6552806Z test_schema_correctness_trapz_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-11-23T03:48:03.6553041Z test_schema_correctness_trapz_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.085s) 2022-11-23T03:48:03.6553284Z test_schema_correctness_trapz_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-11-23T03:48:03.6553523Z test_schema_correctness_trapz_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-11-23T03:48:03.6553856Z test_schema_correctness_trapz_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:48:03.6554095Z test_schema_correctness_trapz_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2022-11-23T03:48:03.6554310Z test_schema_correctness_trapz_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-11-23T03:48:03.6554966Z test_schema_correctness_triangular_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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. 2022-11-23T03:48:03.6555305Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T03:48:03.6555440Z X = torch.triangular_solve(B, A).solution 2022-11-23T03:48:03.6555552Z should be replaced with 2022-11-23T03:48:03.6555926Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T03:48:03.6556046Z return self.op(*args, **kwargs) 2022-11-23T03:48:03.6556136Z ok (0.032s) 2022-11-23T03:48:03.6556409Z test_schema_correctness_triangular_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6556674Z test_schema_correctness_triangular_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6556940Z test_schema_correctness_triangular_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6557184Z test_schema_correctness_tril_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6557437Z test_schema_correctness_tril_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6557688Z test_schema_correctness_tril_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6557930Z test_schema_correctness_tril_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6558177Z test_schema_correctness_tril_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6558413Z test_schema_correctness_tril_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6558648Z test_schema_correctness_tril_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6558885Z test_schema_correctness_tril_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6559126Z test_schema_correctness_tril_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6559355Z test_schema_correctness_tril_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6559596Z test_schema_correctness_tril_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6559819Z test_schema_correctness_tril_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6560071Z test_schema_correctness_tril_indices_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6560320Z test_schema_correctness_tril_indices_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6560557Z test_schema_correctness_triu_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6560808Z test_schema_correctness_triu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6561064Z test_schema_correctness_triu_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6561313Z test_schema_correctness_triu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6561655Z test_schema_correctness_triu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6561891Z test_schema_correctness_triu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6562125Z test_schema_correctness_triu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6562363Z test_schema_correctness_triu_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6562593Z test_schema_correctness_triu_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6562832Z test_schema_correctness_triu_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6563132Z test_schema_correctness_triu_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6563389Z test_schema_correctness_triu_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6563640Z test_schema_correctness_triu_indices_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6563888Z test_schema_correctness_triu_indices_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6564144Z test_schema_correctness_true_divide_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6564394Z test_schema_correctness_true_divide_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6564654Z test_schema_correctness_true_divide_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6564915Z test_schema_correctness_true_divide_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6565174Z test_schema_correctness_true_divide_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6565417Z test_schema_correctness_true_divide_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6565671Z test_schema_correctness_true_divide_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6565920Z test_schema_correctness_true_divide_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6566169Z test_schema_correctness_true_divide_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6566412Z test_schema_correctness_true_divide_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6566650Z test_schema_correctness_true_divide_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6566902Z test_schema_correctness_true_divide_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6567156Z test_schema_correctness_true_divide_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6567401Z test_schema_correctness_trunc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6567644Z test_schema_correctness_trunc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6567884Z test_schema_correctness_trunc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6568120Z test_schema_correctness_trunc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6568361Z test_schema_correctness_trunc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6568596Z test_schema_correctness_trunc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6568829Z test_schema_correctness_trunc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6569164Z test_schema_correctness_trunc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6569403Z test_schema_correctness_trunc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6569651Z test_schema_correctness_unbind_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6569885Z test_schema_correctness_unbind_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6570136Z test_schema_correctness_unbind_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6570386Z test_schema_correctness_unbind_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6570706Z test_schema_correctness_unbind_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6570975Z test_schema_correctness_unbind_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6571207Z test_schema_correctness_unbind_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6571453Z test_schema_correctness_unbind_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6571694Z test_schema_correctness_unbind_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6571928Z test_schema_correctness_unbind_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6572159Z test_schema_correctness_unbind_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6572392Z test_schema_correctness_unbind_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6572623Z test_schema_correctness_unbind_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6572876Z test_schema_correctness_unflatten_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-11-23T03:48:03.6573129Z test_schema_correctness_unflatten_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6573390Z test_schema_correctness_unflatten_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6573649Z test_schema_correctness_unflatten_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6573904Z test_schema_correctness_unflatten_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6574153Z test_schema_correctness_unflatten_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6574404Z test_schema_correctness_unflatten_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6574656Z test_schema_correctness_unflatten_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6574909Z test_schema_correctness_unflatten_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6575157Z test_schema_correctness_unflatten_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6575391Z test_schema_correctness_unflatten_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6575638Z test_schema_correctness_unflatten_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6575882Z test_schema_correctness_unflatten_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6576138Z test_schema_correctness_unfold_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.6576438Z test_schema_correctness_unfold_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6576682Z test_schema_correctness_unfold_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6577038Z test_schema_correctness_unfold_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6577298Z test_schema_correctness_unfold_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6577549Z test_schema_correctness_unfold_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6577800Z test_schema_correctness_unfold_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-11-23T03:48:03.6578054Z test_schema_correctness_unfold_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6578305Z test_schema_correctness_unfold_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6578624Z test_schema_correctness_unfold_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-11-23T03:48:03.6578891Z test_schema_correctness_unfold_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6579142Z test_schema_correctness_unfold_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6579393Z test_schema_correctness_unfold_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-11-23T03:48:03.6579643Z test_schema_correctness_unfold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-11-23T03:48:03.6579888Z test_schema_correctness_unfold_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6580138Z test_schema_correctness_unfold_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-11-23T03:48:03.6580394Z test_schema_correctness_unfold_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6580643Z test_schema_correctness_unfold_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6580896Z test_schema_correctness_unfold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6581141Z test_schema_correctness_unfold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-11-23T03:48:03.6581384Z test_schema_correctness_unfold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6581626Z test_schema_correctness_unfold_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-11-23T03:48:03.6581860Z test_schema_correctness_unfold_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-11-23T03:48:03.6582088Z test_schema_correctness_unfold_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.6582329Z test_schema_correctness_unfold_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-11-23T03:48:03.6582545Z test_schema_correctness_unfold_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-11-23T03:48:03.6582802Z test_schema_correctness_uniform_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6583057Z test_schema_correctness_uniform_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6583311Z test_schema_correctness_uniform_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6583559Z test_schema_correctness_uniform_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6583807Z test_schema_correctness_uniform_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6584053Z test_schema_correctness_uniform_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6584320Z test_schema_correctness_unique_consecutive_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.342s) 2022-11-23T03:48:03.6584685Z test_schema_correctness_unique_consecutive_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.345s) 2022-11-23T03:48:03.6584946Z test_schema_correctness_unique_consecutive_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.366s) 2022-11-23T03:48:03.6585213Z test_schema_correctness_unique_consecutive_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.353s) 2022-11-23T03:48:03.6585477Z test_schema_correctness_unique_consecutive_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.335s) 2022-11-23T03:48:03.6585741Z test_schema_correctness_unique_consecutive_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.381s) 2022-11-23T03:48:03.6586005Z test_schema_correctness_unique_consecutive_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.333s) 2022-11-23T03:48:03.6586332Z test_schema_correctness_unique_consecutive_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.336s) 2022-11-23T03:48:03.6586609Z test_schema_correctness_unique_consecutive_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.332s) 2022-11-23T03:48:03.6586853Z test_schema_correctness_unique_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.716s) 2022-11-23T03:48:03.6587096Z test_schema_correctness_unique_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.712s) 2022-11-23T03:48:03.6587344Z test_schema_correctness_unique_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.710s) 2022-11-23T03:48:03.6587583Z test_schema_correctness_unique_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.761s) 2022-11-23T03:48:03.6587825Z test_schema_correctness_unique_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.692s) 2022-11-23T03:48:03.6588064Z test_schema_correctness_unique_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.712s) 2022-11-23T03:48:03.6588295Z test_schema_correctness_unique_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.759s) 2022-11-23T03:48:03.6588520Z test_schema_correctness_unique_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.764s) 2022-11-23T03:48:03.6588765Z test_schema_correctness_unique_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.734s) 2022-11-23T03:48:03.6589019Z test_schema_correctness_unsqueeze_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6589269Z test_schema_correctness_unsqueeze_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6589529Z test_schema_correctness_unsqueeze_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6589783Z test_schema_correctness_unsqueeze_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6590046Z test_schema_correctness_unsqueeze_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6590298Z test_schema_correctness_unsqueeze_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6590555Z test_schema_correctness_unsqueeze_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6590805Z test_schema_correctness_unsqueeze_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6591109Z test_schema_correctness_unsqueeze_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6591358Z test_schema_correctness_unsqueeze_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6591605Z test_schema_correctness_unsqueeze_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6591855Z test_schema_correctness_unsqueeze_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6592107Z test_schema_correctness_unsqueeze_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6592457Z test_schema_correctness_var_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6592706Z test_schema_correctness_var_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6592952Z test_schema_correctness_var_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6593191Z test_schema_correctness_var_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6593423Z test_schema_correctness_var_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6593652Z test_schema_correctness_var_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6593972Z test_schema_correctness_var_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6594225Z test_schema_correctness_var_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6594486Z test_schema_correctness_var_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6594734Z test_schema_correctness_var_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6594983Z test_schema_correctness_var_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6595225Z test_schema_correctness_var_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6595472Z test_schema_correctness_vdot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6595740Z test_schema_correctness_vdot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.6596014Z test_schema_correctness_vdot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:48:03.6596257Z test_schema_correctness_vdot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6596494Z test_schema_correctness_vdot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6596725Z test_schema_correctness_vdot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6596983Z test_schema_correctness_view_as_complex_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6597241Z test_schema_correctness_view_as_complex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6597493Z test_schema_correctness_view_as_complex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6597741Z test_schema_correctness_view_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6597985Z test_schema_correctness_view_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6598239Z test_schema_correctness_view_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6598490Z test_schema_correctness_view_as_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6598730Z test_schema_correctness_view_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6598974Z test_schema_correctness_view_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6599220Z test_schema_correctness_view_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6599465Z test_schema_correctness_view_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6599709Z test_schema_correctness_view_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6600511Z test_schema_correctness_view_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6600745Z test_schema_correctness_view_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6600985Z test_schema_correctness_view_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6601218Z test_schema_correctness_view_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6601477Z test_schema_correctness_view_as_real_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6601736Z test_schema_correctness_view_as_real_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6602080Z test_schema_correctness_view_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6602347Z test_schema_correctness_view_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6602600Z test_schema_correctness_view_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6602848Z test_schema_correctness_view_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6603088Z test_schema_correctness_view_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6603338Z test_schema_correctness_view_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6603584Z test_schema_correctness_view_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6603827Z test_schema_correctness_view_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6604076Z test_schema_correctness_view_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6604322Z test_schema_correctness_view_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6604569Z test_schema_correctness_view_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6604807Z test_schema_correctness_view_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6605052Z test_schema_correctness_view_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6605303Z test_schema_correctness_view_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6605543Z test_schema_correctness_view_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6605788Z test_schema_correctness_view_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6606009Z test_schema_correctness_view_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6606247Z test_schema_correctness_view_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6606485Z test_schema_correctness_view_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6606721Z test_schema_correctness_view_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6606948Z test_schema_correctness_view_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6607179Z test_schema_correctness_view_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6607417Z test_schema_correctness_view_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6607664Z test_schema_correctness_vsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6607909Z test_schema_correctness_vsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6608257Z test_schema_correctness_vsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6608507Z test_schema_correctness_vsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6608762Z test_schema_correctness_vsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6609008Z test_schema_correctness_vsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6609255Z test_schema_correctness_vsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6609495Z test_schema_correctness_vsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6609810Z test_schema_correctness_vsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6610062Z test_schema_correctness_vsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6610302Z test_schema_correctness_vsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6610544Z test_schema_correctness_vsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6610785Z test_schema_correctness_vsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-11-23T03:48:03.6611033Z test_schema_correctness_vstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6611277Z test_schema_correctness_vstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6611511Z test_schema_correctness_vstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6611766Z test_schema_correctness_vstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-11-23T03:48:03.6612013Z test_schema_correctness_vstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6612262Z test_schema_correctness_vstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6612505Z test_schema_correctness_vstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6612752Z test_schema_correctness_vstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6612989Z test_schema_correctness_vstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6613223Z test_schema_correctness_vstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6613454Z test_schema_correctness_vstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6613695Z test_schema_correctness_vstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6613927Z test_schema_correctness_vstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6614170Z test_schema_correctness_where_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6614411Z test_schema_correctness_where_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6614661Z test_schema_correctness_where_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6614910Z test_schema_correctness_where_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6615160Z test_schema_correctness_where_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6615408Z test_schema_correctness_where_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6615648Z test_schema_correctness_where_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6615981Z test_schema_correctness_where_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6616221Z test_schema_correctness_where_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6616453Z test_schema_correctness_where_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6616693Z test_schema_correctness_where_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-11-23T03:48:03.6616915Z test_schema_correctness_where_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6617152Z test_schema_correctness_where_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6617470Z test_schema_correctness_xlogy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6617772Z test_schema_correctness_xlogy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6618021Z test_schema_correctness_xlogy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6618252Z test_schema_correctness_xlogy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-11-23T03:48:03.6618482Z test_schema_correctness_xlogy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-11-23T03:48:03.6618716Z test_schema_correctness_xlogy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6618944Z test_schema_correctness_xlogy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6619183Z test_schema_correctness_xlogy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6619423Z test_schema_correctness_xlogy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6619658Z test_schema_correctness_xlogy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-11-23T03:48:03.6619908Z test_schema_correctness_zero__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6620146Z test_schema_correctness_zero__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6620399Z test_schema_correctness_zero__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6620647Z test_schema_correctness_zero__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6620889Z test_schema_correctness_zero__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-11-23T03:48:03.6621127Z test_schema_correctness_zero__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-11-23T03:48:03.6621364Z test_schema_correctness_zero__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6621598Z test_schema_correctness_zero__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6621830Z test_schema_correctness_zero__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6622040Z test_schema_correctness_zero__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-11-23T03:48:03.6622274Z test_schema_correctness_zero__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-11-23T03:48:03.6622502Z test_schema_correctness_zero__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6622746Z test_schema_correctness_zeros_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6622979Z test_schema_correctness_zeros_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6623230Z test_schema_correctness_zeros_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6623577Z test_schema_correctness_zeros_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6623825Z test_schema_correctness_zeros_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.000s) 2022-11-23T03:48:03.6624068Z test_schema_correctness_zeros_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6624300Z test_schema_correctness_zeros_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6624534Z test_schema_correctness_zeros_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6624773Z test_schema_correctness_zeros_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6625072Z test_schema_correctness_zeros_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6625326Z test_schema_correctness_zeros_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6625570Z test_schema_correctness_zeros_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-11-23T03:48:03.6625803Z test_schema_correctness_zeros_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-11-23T03:48:03.6626057Z test_schema_correctness_zeros_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-11-23T03:48:03.6626305Z test_schema_correctness_zeros_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-11-23T03:48:03.6626563Z test_schema_correctness_zeros_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6626821Z test_schema_correctness_zeros_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-11-23T03:48:03.6627081Z test_schema_correctness_zeros_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-11-23T03:48:03.6627335Z test_schema_correctness_zeros_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-11-23T03:48:03.6627570Z test_schema_correctness_zeros_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6627821Z test_schema_correctness_zeros_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-11-23T03:48:03.6628236Z test_schema_correctness_zeros_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-11-23T03:48:03.6628521Z test_schema_correctness_zeros_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-11-23T03:48:03.6628766Z test_schema_correctness_zeros_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6629013Z test_schema_correctness_zeros_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6629411Z test_schema_correctness_zeros_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-11-23T03:48:03.6629432Z 2022-11-23T03:48:03.6629727Z ---------------------------------------------------------------------- 2022-11-23T03:48:03.6629874Z Ran 5410 tests in 579.016s 2022-11-23T03:48:03.6629883Z 2022-11-23T03:48:03.6629981Z OK (skipped=112) 2022-11-23T03:48:03.6629988Z 2022-11-23T03:48:03.6630101Z Generating XML reports... 2022-11-23T03:48:03.6630403Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheck-20221123033821.xml 2022-11-23T03:48:03.6630749Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheckModeOpInfoCUDA-20221123033821.xml 2022-11-23T03:48:03.6630756Z 2022-11-23T03:48:03.6631191Z ##[endgroup] 2022-11-23T03:48:03.6631520Z FINISHED PRINTING LOG FILE of test_schema_check (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_schema_check_nql1i0ek) 2022-11-23T03:48:03.6631532Z 2022-11-23T03:48:08.1027759Z Running test_shape_ops ... [2022-11-23 03:48:08.101252] 2022-11-23T03:48:08.1034887Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:48:08.101252] 2022-11-23T03:48:08.1037615Z Ignoring disabled issues: [] 2022-11-23T03:48:17.9129509Z 2022-11-23T03:48:17.9130383Z Expand the folded group to see the log file of test_shape_ops 2022-11-23T03:48:17.9131801Z ##[group]PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_znmghwwh) 2022-11-23T03:48:17.9132515Z 2022-11-23T03:48:17.9132614Z Running tests... 2022-11-23T03:48:17.9132957Z ---------------------------------------------------------------------- 2022-11-23T03:48:17.9133634Z Test results will be stored in test-reports\python-unittest\test_shape_ops 2022-11-23T03:48:17.9134068Z test_clamp_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (1.880s) 2022-11-23T03:48:17.9134719Z test_clamp_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T03:48:17.9135170Z test_clamp_propagates_nans_cuda (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-11-23T03:48:17.9135579Z test_clamp_raises_arg_errors_cuda (__main__.TestShapeOpsCUDA) ... ok (0.942s) 2022-11-23T03:48:17.9136005Z test_complex_rot90_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T03:48:17.9136423Z test_complex_rot90_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T03:48:17.9136819Z test_diag_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9137200Z test_diag_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9137576Z test_diagonal_cuda (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T03:48:17.9137996Z test_diagonal_multidim_cuda_float32 (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:48:17.9138438Z test_flip_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.052s) 2022-11-23T03:48:17.9138815Z test_flip_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.037s) 2022-11-23T03:48:17.9139197Z test_flip_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.384s) 2022-11-23T03:48:17.9139587Z test_flip_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-11-23T03:48:17.9139973Z test_flip_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.049s) 2022-11-23T03:48:17.9140338Z test_flip_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.178s) 2022-11-23T03:48:17.9140721Z test_flip_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.042s) 2022-11-23T03:48:17.9141095Z test_flip_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.036s) 2022-11-23T03:48:17.9141467Z test_flip_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.023s) 2022-11-23T03:48:17.9141835Z test_flip_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.037s) 2022-11-23T03:48:17.9142203Z test_flip_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.033s) 2022-11-23T03:48:17.9142557Z test_flip_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.031s) 2022-11-23T03:48:17.9142952Z test_flip_errors_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T03:48:17.9143357Z test_flip_errors_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9143761Z test_flip_errors_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9144170Z test_flip_errors_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T03:48:17.9144577Z test_flip_errors_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T03:48:17.9144976Z test_flip_errors_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9145353Z test_flip_errors_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T03:48:17.9145751Z test_flip_errors_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9146146Z test_flip_errors_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.000s) 2022-11-23T03:48:17.9146535Z test_flip_errors_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T03:48:17.9147097Z test_flip_errors_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.000s) 2022-11-23T03:48:17.9147483Z test_flip_errors_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-11-23T03:48:17.9147912Z test_flip_large_tensor_cuda (__main__.TestShapeOpsCUDA) ... skip: Insufficient cuda:0 memory (0.081s) 2022-11-23T03:48:17.9148359Z test_flip_numpy_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.020s) 2022-11-23T03:48:17.9148754Z test_flip_numpy_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-11-23T03:48:17.9149155Z test_flip_numpy_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.018s) 2022-11-23T03:48:17.9149563Z test_flip_numpy_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.017s) 2022-11-23T03:48:17.9149968Z test_flip_numpy_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-11-23T03:48:17.9151034Z test_flip_numpy_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.019s) 2022-11-23T03:48:17.9151498Z test_flip_numpy_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.021s) 2022-11-23T03:48:17.9151904Z test_flip_numpy_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.007s) 2022-11-23T03:48:17.9152293Z test_flip_numpy_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T03:48:17.9152683Z test_flip_numpy_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.024s) 2022-11-23T03:48:17.9153071Z test_flip_numpy_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-11-23T03:48:17.9153444Z test_flip_numpy_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-11-23T03:48:17.9153836Z test_fliplr_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.000s) 2022-11-23T03:48:17.9154230Z test_fliplr_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.008s) 2022-11-23T03:48:17.9154617Z test_fliplr_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9155021Z test_fliplr_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T03:48:17.9155442Z test_fliplr_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9155857Z test_fliplr_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9156240Z test_flipud_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T03:48:17.9156636Z test_flipud_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-11-23T03:48:17.9157019Z test_flipud_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T03:48:17.9157422Z test_flipud_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T03:48:17.9157840Z test_flipud_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T03:48:17.9158332Z test_flipud_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T03:48:17.9159169Z test_movedim_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.134s) 2022-11-23T03:48:17.9159983Z test_movedim_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.112s) 2022-11-23T03:48:17.9160498Z test_movedim_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.070s) 2022-11-23T03:48:17.9161246Z test_movedim_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-11-23T03:48:17.9161806Z test_movedim_invalid_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.011s) 2022-11-23T03:48:17.9162225Z test_movedim_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.011s) 2022-11-23T03:48:17.9162615Z test_nonzero_astuple_out_cuda (__main__.TestShapeOpsCUDA) ... ok (0.117s) 2022-11-23T03:48:17.9163012Z test_nonzero_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.021s) 2022-11-23T03:48:17.9163405Z test_nonzero_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.010s) 2022-11-23T03:48:17.9163793Z test_nonzero_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.032s) 2022-11-23T03:48:17.9164242Z test_nonzero_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.020s) 2022-11-23T03:48:17.9164630Z test_nonzero_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.020s) 2022-11-23T03:48:17.9165155Z test_nonzero_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.020s) 2022-11-23T03:48:17.9165539Z test_nonzero_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.018s) 2022-11-23T03:48:17.9165921Z test_nonzero_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.022s) 2022-11-23T03:48:17.9166298Z test_nonzero_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.021s) 2022-11-23T03:48:17.9166679Z test_nonzero_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.021s) 2022-11-23T03:48:17.9167080Z test_nonzero_discontiguous_cuda (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-11-23T03:48:17.9167472Z test_nonzero_no_warning_cuda (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T03:48:17.9167873Z test_nonzero_non_diff_cuda (__main__.TestShapeOpsCUDA) ... ok (0.001s) 2022-11-23T03:48:17.9168327Z test_rot90_cuda (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-11-23T03:48:17.9168741Z test_sparse_dense_dim_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T03:48:17.9169172Z test_sparse_dense_dim_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-11-23T03:48:17.9169591Z test_sparse_dense_dim_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-11-23T03:48:17.9169996Z test_tolist_cuda (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:48:17.9170401Z test_trace_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T03:48:17.9170786Z test_trace_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T03:48:17.9171167Z test_trace_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-11-23T03:48:17.9171542Z test_trace_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-11-23T03:48:17.9171921Z test_trace_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.000s) 2022-11-23T03:48:17.9172289Z test_trace_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-11-23T03:48:17.9172645Z test_trace_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.000s) 2022-11-23T03:48:17.9173027Z test_trace_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-11-23T03:48:17.9173432Z test_unbind_cuda (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:48:17.9173666Z 2022-11-23T03:48:17.9173865Z ---------------------------------------------------------------------- 2022-11-23T03:48:17.9174185Z Ran 93 tests in 4.922s 2022-11-23T03:48:17.9174338Z 2022-11-23T03:48:17.9174435Z OK (skipped=4) 2022-11-23T03:48:17.9174571Z 2022-11-23T03:48:17.9174668Z Generating XML reports... 2022-11-23T03:48:17.9175122Z Generated XML report: test-reports\python-unittest\test_shape_ops\TEST-TestShapeOpsCUDA-20221123034812.xml 2022-11-23T03:48:17.9175443Z 2022-11-23T03:48:17.9175815Z ##[endgroup] 2022-11-23T03:48:17.9176263Z FINISHED PRINTING LOG FILE of test_shape_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_shape_ops_znmghwwh) 2022-11-23T03:48:17.9176592Z 2022-11-23T03:48:22.3625393Z Running lazy/test_step_closures ... [2022-11-23 03:48:22.356632] 2022-11-23T03:48:22.3632534Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:48:22.356632] 2022-11-23T03:48:22.3635293Z Ignoring disabled issues: [] 2022-11-23T03:48:31.2156560Z 2022-11-23T03:48:31.2157350Z Expand the folded group to see the log file of lazy/test_step_closures 2022-11-23T03:48:31.2158926Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_pnp2h5ls) 2022-11-23T03:48:31.2159549Z 2022-11-23T03:48:31.2159741Z Running tests... 2022-11-23T03:48:31.2160297Z ---------------------------------------------------------------------- 2022-11-23T03:48:31.2161123Z Test results will be stored in test-reports\python-unittest\lazy.test_step_closures 2022-11-23T03:48:31.2161862Z test_asynchronous (__main__.ClosuresTest) ... ok (2.639s) 2022-11-23T03:48:31.2162942Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.007s) 2022-11-23T03:48:31.2163640Z test_synchronous (__main__.ClosuresTest) ... ok (1.002s) 2022-11-23T03:48:31.2164303Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.002s) 2022-11-23T03:48:31.2164710Z 2022-11-23T03:48:31.2165492Z ---------------------------------------------------------------------- 2022-11-23T03:48:31.2169504Z Ran 4 tests in 4.657s 2022-11-23T03:48:31.2169773Z 2022-11-23T03:48:31.2169927Z OK 2022-11-23T03:48:31.2170147Z 2022-11-23T03:48:31.2170370Z Generating XML reports... 2022-11-23T03:48:31.2171257Z Generated XML report: test-reports\python-unittest\lazy.test_step_closures\TEST-ClosuresTest-20221123034825.xml 2022-11-23T03:48:31.2171719Z 2022-11-23T03:48:31.2172163Z ##[endgroup] 2022-11-23T03:48:31.2172853Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_step_closures_pnp2h5ls) 2022-11-23T03:48:31.2173231Z 2022-11-23T03:48:35.8255713Z Running nn/test_packed_sequence ... [2022-11-23 03:48:35.825072] 2022-11-23T03:48:35.8264951Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:48:35.825725] 2022-11-23T03:48:35.8267019Z Ignoring disabled issues: [] 2022-11-23T03:48:43.9776023Z 2022-11-23T03:48:43.9776846Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-11-23T03:48:43.9778471Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_u5vagbcn) 2022-11-23T03:48:43.9779634Z 2022-11-23T03:48:43.9780040Z Running tests... 2022-11-23T03:48:43.9780598Z ---------------------------------------------------------------------- 2022-11-23T03:48:43.9782267Z Test results will be stored in test-reports\python-unittest\nn.test_packed_sequence 2022-11-23T03:48:43.9783194Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (3.743s) 2022-11-23T03:48:43.9783930Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.172s) 2022-11-23T03:48:43.9784599Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.036s) 2022-11-23T03:48:43.9785335Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T03:48:43.9786138Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.006s) 2022-11-23T03:48:43.9787030Z test_to (__main__.PackedSequenceTest) ... ok (0.017s) 2022-11-23T03:48:43.9787908Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.003s) 2022-11-23T03:48:43.9788610Z test_total_length (__main__.PackedSequenceTest) ... ok (0.009s) 2022-11-23T03:48:43.9789257Z test_type_casts (__main__.PackedSequenceTest) 2022-11-23T03:48:43.9790148Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.055s) 2022-11-23T03:48:43.9790931Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.027s) 2022-11-23T03:48:43.9791646Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.029s) 2022-11-23T03:48:43.9792323Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.003s) 2022-11-23T03:48:43.9792714Z 2022-11-23T03:48:43.9793071Z ---------------------------------------------------------------------- 2022-11-23T03:48:43.9793752Z Ran 12 tests in 4.094s 2022-11-23T03:48:43.9794102Z 2022-11-23T03:48:43.9794251Z OK 2022-11-23T03:48:43.9794541Z 2022-11-23T03:48:43.9794754Z Generating XML reports... 2022-11-23T03:48:43.9795637Z Generated XML report: test-reports\python-unittest\nn.test_packed_sequence\TEST-PackedSequenceTest-20221123034839.xml 2022-11-23T03:48:43.9796291Z 2022-11-23T03:48:43.9796888Z ##[endgroup] 2022-11-23T03:48:43.9797769Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_u5vagbcn) 2022-11-23T03:48:43.9798455Z 2022-11-23T03:48:48.4412858Z Running test_fx_experimental ... [2022-11-23 03:48:48.440946] 2022-11-23T03:48:48.4420523Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:48:48.441723] 2022-11-23T03:48:48.4424909Z Ignoring disabled issues: [] 2022-11-23T03:49:04.5391706Z 2022-11-23T03:49:04.5393020Z Expand the folded group to see the log file of test_fx_experimental 2022-11-23T03:49:04.5394719Z ##[group]PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_e70woirg) 2022-11-23T03:49:04.5405114Z 2022-11-23T03:49:04.5405588Z Running tests... 2022-11-23T03:49:04.5406204Z ---------------------------------------------------------------------- 2022-11-23T03:49:04.5407298Z Test results will be stored in test-reports\python-unittest\test_fx_experimental 2022-11-23T03:49:04.5408389Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.003s) 2022-11-23T03:49:04.5409174Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (1.859s) 2022-11-23T03:49:04.5409878Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T03:49:04.5410562Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.000s) 2022-11-23T03:49:04.5411279Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T03:49:04.5412034Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T03:49:04.5412745Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T03:49:04.5413231Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.016s) 2022-11-23T03:49:04.5413648Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.020s) 2022-11-23T03:49:04.5414030Z test_fetch (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T03:49:04.5414392Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T03:49:04.5414795Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T03:49:04.5415186Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T03:49:04.5415547Z test_merge_matmuls (__main__.TestFXExperimental) 2022-11-23T03:49:04.5415950Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.059s) 2022-11-23T03:49:04.5416360Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.060s) 2022-11-23T03:49:04.5416759Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-11-23T03:49:04.5417502Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\operator_schemas.py:207: UserWarning: Does not support nested parametric types, got typing.List[~t]. Please file a bug. 2022-11-23T03:49:04.5418559Z warnings.warn( 2022-11-23T03:49:04.5418956Z ok (0.008s) 2022-11-23T03:49:04.5419419Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.008s) 2022-11-23T03:49:04.5419854Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.088s) 2022-11-23T03:49:04.5420269Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-11-23T03:49:04.5421206Z Exhaustively test `Node.normalized_arguments` on all standard ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T03:49:04.5422077Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T03:49:04.5422337Z ok (2.847s) 2022-11-23T03:49:04.5422667Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.618s) 2022-11-23T03:49:04.5423368Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.003s) 2022-11-23T03:49:04.5423840Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.016s) 2022-11-23T03:49:04.5424253Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.019s) 2022-11-23T03:49:04.5424676Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.008s) 2022-11-23T03:49:04.5425088Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T03:49:04.5425482Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-11-23T03:49:04.5425761Z [1, 2] 2022-11-23T03:49:04.5425958Z ok (0.019s) 2022-11-23T03:49:04.5426268Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.013s) 2022-11-23T03:49:04.5426741Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.241s) 2022-11-23T03:49:04.5427177Z test_split_module_default_arg (__main__.TestFXExperimental) ... ok (0.020s) 2022-11-23T03:49:04.5427609Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T03:49:04.5428030Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.010s) 2022-11-23T03:49:04.5428438Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.011s) 2022-11-23T03:49:04.5428877Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.002s) 2022-11-23T03:49:04.5429315Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T03:49:04.5430001Z test_to_folder (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph_module.py:476: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-11-23T03:49:04.5430688Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-11-23T03:49:04.5431004Z ok (0.073s) 2022-11-23T03:49:04.5431349Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T03:49:04.5431774Z test_type_matches (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T03:49:04.5432205Z test_normalize_args_op_overload_cuda (__main__.TestNormalizeOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:49:04.5432732Z test_normalize_operator_exhaustive_H_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5433283Z test_normalize_operator_exhaustive_T_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5433862Z test_normalize_operator_exhaustive___getitem___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5434450Z test_normalize_operator_exhaustive___radd___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5435022Z test_normalize_operator_exhaustive___rdiv___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T03:49:04.5435604Z test_normalize_operator_exhaustive___rmatmul___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5436178Z test_normalize_operator_exhaustive___rmod___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5436747Z test_normalize_operator_exhaustive___rmul___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5437314Z test_normalize_operator_exhaustive___rpow___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5437868Z test_normalize_operator_exhaustive___rsub___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5438460Z test_normalize_operator_exhaustive__softmax_backward_data_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5439160Z test_normalize_operator_exhaustive_abs_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5439726Z test_normalize_operator_exhaustive_acos_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5440294Z test_normalize_operator_exhaustive_acosh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5440854Z test_normalize_operator_exhaustive_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5441424Z test_normalize_operator_exhaustive_addbmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5442075Z test_normalize_operator_exhaustive_addcdiv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5442662Z test_normalize_operator_exhaustive_addcmul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T03:49:04.5443233Z test_normalize_operator_exhaustive_addmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5443818Z test_normalize_operator_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5444400Z test_normalize_operator_exhaustive_addmv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5444960Z test_normalize_operator_exhaustive_addr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5445523Z test_normalize_operator_exhaustive_all_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5446097Z test_normalize_operator_exhaustive_allclose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5446717Z test_normalize_operator_exhaustive_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T03:49:04.5447270Z test_normalize_operator_exhaustive_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5447821Z test_normalize_operator_exhaustive_aminmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5448391Z test_normalize_operator_exhaustive_angle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T03:49:04.5448957Z test_normalize_operator_exhaustive_any_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5449734Z test_normalize_operator_exhaustive_arange_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T03:49:04.5450612Z test_normalize_operator_exhaustive_argmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5451198Z test_normalize_operator_exhaustive_argmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5451773Z test_normalize_operator_exhaustive_argsort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5452351Z test_normalize_operator_exhaustive_argwhere_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5452912Z test_normalize_operator_exhaustive_as_strided_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5453512Z test_normalize_operator_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5454216Z test_normalize_operator_exhaustive_asin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5454782Z test_normalize_operator_exhaustive_asinh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5455340Z test_normalize_operator_exhaustive_atan2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.017s) 2022-11-23T03:49:04.5455909Z test_normalize_operator_exhaustive_atan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5456467Z test_normalize_operator_exhaustive_atanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5457115Z test_normalize_operator_exhaustive_atleast_1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T03:49:04.5457698Z test_normalize_operator_exhaustive_atleast_2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5458279Z test_normalize_operator_exhaustive_atleast_3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5459102Z test_normalize_operator_exhaustive_baddbmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5472248Z test_normalize_operator_exhaustive_bernoulli_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5472931Z test_normalize_operator_exhaustive_bfloat16_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5475308Z test_normalize_operator_exhaustive_block_diag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5476746Z test_normalize_operator_exhaustive_bmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5477939Z test_normalize_operator_exhaustive_bool_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5479119Z test_normalize_operator_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5480327Z test_normalize_operator_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5481560Z test_normalize_operator_exhaustive_broadcast_to_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5482755Z test_normalize_operator_exhaustive_bucketize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5483940Z test_normalize_operator_exhaustive_byte_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5485136Z test_normalize_operator_exhaustive_cartesian_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5486317Z test_normalize_operator_exhaustive_cat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5487466Z test_normalize_operator_exhaustive_cdist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5488636Z test_normalize_operator_exhaustive_cdouble_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5489779Z test_normalize_operator_exhaustive_ceil_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5490951Z test_normalize_operator_exhaustive_cfloat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5492418Z test_normalize_operator_exhaustive_chalf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5493544Z test_normalize_operator_exhaustive_char_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5494686Z test_normalize_operator_exhaustive_cholesky_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T03:49:04.5495524Z test_normalize_operator_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5496128Z test_normalize_operator_exhaustive_cholesky_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5496830Z test_normalize_operator_exhaustive_chunk_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5497418Z test_normalize_operator_exhaustive_clamp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5497983Z test_normalize_operator_exhaustive_clamp_max_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5498561Z test_normalize_operator_exhaustive_clamp_min_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5499136Z test_normalize_operator_exhaustive_clone_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5499714Z test_normalize_operator_exhaustive_column_stack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5500306Z test_normalize_operator_exhaustive_combinations_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5500895Z test_normalize_operator_exhaustive_complex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5501470Z test_normalize_operator_exhaustive_conj_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5502104Z test_normalize_operator_exhaustive_conj_physical_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5502680Z test_normalize_operator_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5503271Z test_normalize_operator_exhaustive_contiguous_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5503862Z test_normalize_operator_exhaustive_copysign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5504447Z test_normalize_operator_exhaustive_corrcoef_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5505021Z test_normalize_operator_exhaustive_cos_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5505582Z test_normalize_operator_exhaustive_cosh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5506226Z test_normalize_operator_exhaustive_count_nonzero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5506889Z test_normalize_operator_exhaustive_cov_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5507461Z test_normalize_operator_exhaustive_cross_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5508017Z test_normalize_operator_exhaustive_cummax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5508590Z test_normalize_operator_exhaustive_cummin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5509282Z test_normalize_operator_exhaustive_cumprod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5509856Z test_normalize_operator_exhaustive_cumsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5510450Z test_normalize_operator_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5511045Z test_normalize_operator_exhaustive_deg2rad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5511701Z test_normalize_operator_exhaustive_diag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5512295Z test_normalize_operator_exhaustive_diag_embed_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5512862Z test_normalize_operator_exhaustive_diagflat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T03:49:04.5513456Z test_normalize_operator_exhaustive_diagonal_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5514049Z test_normalize_operator_exhaustive_diagonal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5514641Z test_normalize_operator_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5515229Z test_normalize_operator_exhaustive_diff_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5515801Z test_normalize_operator_exhaustive_digamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5516376Z test_normalize_operator_exhaustive_dist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5516957Z test_normalize_operator_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5517543Z test_normalize_operator_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5518196Z test_normalize_operator_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5518780Z test_normalize_operator_exhaustive_dot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5519356Z test_normalize_operator_exhaustive_double_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5519929Z test_normalize_operator_exhaustive_dsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5520498Z test_normalize_operator_exhaustive_dstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5521068Z test_normalize_operator_exhaustive_einsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5521639Z test_normalize_operator_exhaustive_empty_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5522205Z test_normalize_operator_exhaustive_empty_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:49:04.5522756Z test_normalize_operator_exhaustive_eq_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5523323Z test_normalize_operator_exhaustive_equal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5523995Z test_normalize_operator_exhaustive_erf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5524560Z test_normalize_operator_exhaustive_erfc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:49:04.5525128Z test_normalize_operator_exhaustive_erfinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5525696Z test_normalize_operator_exhaustive_exp2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5526258Z test_normalize_operator_exhaustive_exp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5526895Z test_normalize_operator_exhaustive_expand_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5527484Z test_normalize_operator_exhaustive_expand_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5528052Z test_normalize_operator_exhaustive_expm1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5528613Z test_normalize_operator_exhaustive_eye_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5529183Z test_normalize_operator_exhaustive_fft_fft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5529755Z test_normalize_operator_exhaustive_fft_fft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5530329Z test_normalize_operator_exhaustive_fft_fftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5530912Z test_normalize_operator_exhaustive_fft_fftshift_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5531491Z test_normalize_operator_exhaustive_fft_hfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5532062Z test_normalize_operator_exhaustive_fft_hfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5532622Z test_normalize_operator_exhaustive_fft_hfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5533194Z test_normalize_operator_exhaustive_fft_ifft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5533763Z test_normalize_operator_exhaustive_fft_ifft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5534332Z test_normalize_operator_exhaustive_fft_ifftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5534922Z test_normalize_operator_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5535505Z test_normalize_operator_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5536080Z test_normalize_operator_exhaustive_fft_ihfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5536652Z test_normalize_operator_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5537211Z test_normalize_operator_exhaustive_fft_irfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5537791Z test_normalize_operator_exhaustive_fft_irfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5538465Z test_normalize_operator_exhaustive_fft_irfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5539039Z test_normalize_operator_exhaustive_fft_rfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:49:04.5539612Z test_normalize_operator_exhaustive_fft_rfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5540191Z test_normalize_operator_exhaustive_fft_rfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5540921Z test_normalize_operator_exhaustive_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5541597Z test_normalize_operator_exhaustive_flatten_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5542432Z test_normalize_operator_exhaustive_flip_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5543075Z test_normalize_operator_exhaustive_fliplr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5543670Z test_normalize_operator_exhaustive_flipud_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5544242Z test_normalize_operator_exhaustive_float_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5544820Z test_normalize_operator_exhaustive_float_power_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5545401Z test_normalize_operator_exhaustive_floor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5545982Z test_normalize_operator_exhaustive_floor_divide_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T03:49:04.5546559Z test_normalize_operator_exhaustive_fmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5547120Z test_normalize_operator_exhaustive_fmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5547665Z test_normalize_operator_exhaustive_fmod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5548224Z test_normalize_operator_exhaustive_frac_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5548789Z test_normalize_operator_exhaustive_frexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5549354Z test_normalize_operator_exhaustive_full_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5549922Z test_normalize_operator_exhaustive_full_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5550497Z test_normalize_operator_exhaustive_gather_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5551184Z test_normalize_operator_exhaustive_ge_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5551758Z test_normalize_operator_exhaustive_geqrf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5552426Z test_normalize_operator_exhaustive_gradient_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:49:04.5553034Z test_normalize_operator_exhaustive_grid_sampler_2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5554863Z test_normalize_operator_exhaustive_gt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5555434Z test_normalize_operator_exhaustive_half_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5556008Z test_normalize_operator_exhaustive_heaviside_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5556584Z test_normalize_operator_exhaustive_histc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5557153Z test_normalize_operator_exhaustive_hsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5557838Z test_normalize_operator_exhaustive_hstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5558430Z test_normalize_operator_exhaustive_hypot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5558976Z test_normalize_operator_exhaustive_i0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5559538Z test_normalize_operator_exhaustive_igamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5560114Z test_normalize_operator_exhaustive_igammac_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T03:49:04.5560692Z test_normalize_operator_exhaustive_index_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5561280Z test_normalize_operator_exhaustive_index_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5561859Z test_normalize_operator_exhaustive_index_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5562551Z test_normalize_operator_exhaustive_index_put_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5563198Z test_normalize_operator_exhaustive_index_reduce_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5563948Z test_normalize_operator_exhaustive_index_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5564599Z test_normalize_operator_exhaustive_inner_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5565238Z test_normalize_operator_exhaustive_int_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5565886Z test_normalize_operator_exhaustive_isclose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5566519Z test_normalize_operator_exhaustive_isfinite_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5567172Z test_normalize_operator_exhaustive_isin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5581463Z test_normalize_operator_exhaustive_isinf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5582365Z test_normalize_operator_exhaustive_isnan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5582962Z test_normalize_operator_exhaustive_isneginf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5583556Z test_normalize_operator_exhaustive_isposinf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5584138Z test_normalize_operator_exhaustive_isreal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5584934Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5585570Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5586193Z test_normalize_operator_exhaustive_jiterator_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5586810Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5587500Z test_normalize_operator_exhaustive_jiterator_unary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5588113Z test_normalize_operator_exhaustive_kron_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5588688Z test_normalize_operator_exhaustive_kthvalue_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5589258Z test_normalize_operator_exhaustive_ldexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5589824Z test_normalize_operator_exhaustive_le_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5590388Z test_normalize_operator_exhaustive_lerp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5590960Z test_normalize_operator_exhaustive_lgamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5591545Z test_normalize_operator_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5592133Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5592725Z test_normalize_operator_exhaustive_linalg_cond_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5593306Z test_normalize_operator_exhaustive_linalg_cross_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5593896Z test_normalize_operator_exhaustive_linalg_det_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5594492Z test_normalize_operator_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5595087Z test_normalize_operator_exhaustive_linalg_eig_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5595669Z test_normalize_operator_exhaustive_linalg_eigh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5596255Z test_normalize_operator_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5596845Z test_normalize_operator_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5597441Z test_normalize_operator_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5598050Z test_normalize_operator_exhaustive_linalg_inv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5598631Z test_normalize_operator_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5599329Z test_normalize_operator_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5599930Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5600529Z test_normalize_operator_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5601116Z test_normalize_operator_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5601791Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5602409Z test_normalize_operator_exhaustive_linalg_lu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5602988Z test_normalize_operator_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5603587Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5604178Z test_normalize_operator_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5604770Z test_normalize_operator_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5605375Z test_normalize_operator_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5605975Z test_normalize_operator_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5606598Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5607205Z test_normalize_operator_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5607793Z test_normalize_operator_exhaustive_linalg_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5608391Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5609004Z test_normalize_operator_exhaustive_linalg_pinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5609605Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5610280Z test_normalize_operator_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T03:49:04.5610931Z test_normalize_operator_exhaustive_linalg_qr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5611702Z test_normalize_operator_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5612295Z test_normalize_operator_exhaustive_linalg_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5612890Z test_normalize_operator_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5613598Z test_normalize_operator_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5614197Z test_normalize_operator_exhaustive_linalg_svd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5614765Z test_normalize_operator_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5615356Z test_normalize_operator_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T03:49:04.5615953Z test_normalize_operator_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5616627Z test_normalize_operator_exhaustive_linalg_vander_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5617242Z test_normalize_operator_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5617835Z test_normalize_operator_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5618498Z test_normalize_operator_exhaustive_linspace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5619071Z test_normalize_operator_exhaustive_log10_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5619618Z test_normalize_operator_exhaustive_log1p_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5620190Z test_normalize_operator_exhaustive_log2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5620752Z test_normalize_operator_exhaustive_log_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5621326Z test_normalize_operator_exhaustive_log_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5621927Z test_normalize_operator_exhaustive_log_softmax_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5622524Z test_normalize_operator_exhaustive_logaddexp2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5623109Z test_normalize_operator_exhaustive_logaddexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5623703Z test_normalize_operator_exhaustive_logcumsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5624287Z test_normalize_operator_exhaustive_logdet_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5624854Z test_normalize_operator_exhaustive_logical_and_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5625435Z test_normalize_operator_exhaustive_logical_not_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5626018Z test_normalize_operator_exhaustive_logical_or_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5626599Z test_normalize_operator_exhaustive_logical_xor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5627169Z test_normalize_operator_exhaustive_logit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T03:49:04.5627747Z test_normalize_operator_exhaustive_logspace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5628438Z test_normalize_operator_exhaustive_logsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5629013Z test_normalize_operator_exhaustive_long_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5629556Z test_normalize_operator_exhaustive_lt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5630117Z test_normalize_operator_exhaustive_lu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5630682Z test_normalize_operator_exhaustive_lu_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5631327Z test_normalize_operator_exhaustive_lu_unpack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5631916Z test_normalize_operator_exhaustive_mH_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5632472Z test_normalize_operator_exhaustive_mT_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5633046Z test_normalize_operator_exhaustive_masked_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5633627Z test_normalize_operator_exhaustive_masked_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5634212Z test_normalize_operator_exhaustive_masked_argmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5634791Z test_normalize_operator_exhaustive_masked_argmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5635378Z test_normalize_operator_exhaustive_masked_cumprod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:49:04.5635970Z test_normalize_operator_exhaustive_masked_cumsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:49:04.5636554Z test_normalize_operator_exhaustive_masked_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T03:49:04.5637146Z test_normalize_operator_exhaustive_masked_log_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5637753Z test_normalize_operator_exhaustive_masked_logaddexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5638354Z test_normalize_operator_exhaustive_masked_logsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:49:04.5638940Z test_normalize_operator_exhaustive_masked_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5639511Z test_normalize_operator_exhaustive_masked_median_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5640095Z test_normalize_operator_exhaustive_masked_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5640687Z test_normalize_operator_exhaustive_masked_normalize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5641278Z test_normalize_operator_exhaustive_masked_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T03:49:04.5641873Z test_normalize_operator_exhaustive_masked_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5642465Z test_normalize_operator_exhaustive_masked_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5643155Z test_normalize_operator_exhaustive_masked_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5643743Z test_normalize_operator_exhaustive_masked_softmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5644323Z test_normalize_operator_exhaustive_masked_std_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5644881Z test_normalize_operator_exhaustive_masked_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5646245Z test_normalize_operator_exhaustive_masked_var_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5646895Z test_normalize_operator_exhaustive_matmul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5647473Z test_normalize_operator_exhaustive_matrix_exp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5648051Z test_normalize_operator_exhaustive_max_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5648662Z test_normalize_operator_exhaustive_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5649285Z test_normalize_operator_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5649907Z test_normalize_operator_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5650508Z test_normalize_operator_exhaustive_maximum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5651075Z test_normalize_operator_exhaustive_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5651647Z test_normalize_operator_exhaustive_median_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5652245Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5652859Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:49:04.5653455Z test_normalize_operator_exhaustive_min_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5654241Z test_normalize_operator_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5654881Z test_normalize_operator_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5655885Z test_normalize_operator_exhaustive_minimum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5656437Z test_normalize_operator_exhaustive_mm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5657001Z test_normalize_operator_exhaustive_mode_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5657572Z test_normalize_operator_exhaustive_movedim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5658147Z test_normalize_operator_exhaustive_msort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5658857Z test_normalize_operator_exhaustive_mul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5659434Z test_normalize_operator_exhaustive_multinomial_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5660004Z test_normalize_operator_exhaustive_mv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5660588Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5661386Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5662387Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5663018Z test_normalize_operator_exhaustive_nan_to_num_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5663589Z test_normalize_operator_exhaustive_nanmean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5664165Z test_normalize_operator_exhaustive_nanmedian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5664750Z test_normalize_operator_exhaustive_nanquantile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5665330Z test_normalize_operator_exhaustive_nansum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5665913Z test_normalize_operator_exhaustive_narrow_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5666487Z test_normalize_operator_exhaustive_narrow_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5667060Z test_normalize_operator_exhaustive_native_batch_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5667847Z test_normalize_operator_exhaustive_native_dropout_backward_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5668766Z test_normalize_operator_exhaustive_native_layer_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5669354Z test_normalize_operator_exhaustive_ne_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5669921Z test_normalize_operator_exhaustive_neg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5670495Z test_normalize_operator_exhaustive_new_empty_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5671090Z test_normalize_operator_exhaustive_new_empty_strided_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5671672Z test_normalize_operator_exhaustive_new_full_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5672236Z test_normalize_operator_exhaustive_new_ones_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5672794Z test_normalize_operator_exhaustive_new_zeros_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5673373Z test_normalize_operator_exhaustive_nextafter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5674171Z test_normalize_operator_exhaustive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:49:04.5675285Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5676174Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T03:49:04.5676823Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5677459Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5678189Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5678844Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5679467Z test_normalize_operator_exhaustive_nn_functional_alpha_dropout_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5680072Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5680688Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5681491Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5682432Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5683070Z test_normalize_operator_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5683699Z test_normalize_operator_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5684329Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:49:04.5684981Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5685622Z test_normalize_operator_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5686214Z test_normalize_operator_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5686827Z test_normalize_operator_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5687562Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5688367Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5689180Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5689822Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5690574Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5691204Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5691821Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5692433Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5693100Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5693731Z test_normalize_operator_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5694537Z test_normalize_operator_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5695464Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5696090Z test_normalize_operator_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T03:49:04.5696733Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5697424Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5698093Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5698736Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5699372Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5699969Z test_normalize_operator_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5700707Z test_normalize_operator_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5701628Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5702268Z test_normalize_operator_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5702879Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:49:04.5703499Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5704111Z test_normalize_operator_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5704728Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5705357Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5706081Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5706709Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5707533Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5708485Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5709226Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5709891Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5710535Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5711184Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5711810Z test_normalize_operator_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5712417Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5713011Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T03:49:04.5713763Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5714712Z test_normalize_operator_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5715350Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5715980Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5716612Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5717246Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5717848Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5718506Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5719098Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5719728Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5720535Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5721614Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5722242Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5722866Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5723487Z test_normalize_operator_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5724178Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5724822Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5725466Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5726101Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5726906Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5727819Z test_normalize_operator_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5728447Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5729073Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5729693Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5730321Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5730954Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5731580Z test_normalize_operator_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.016s) 2022-11-23T03:49:04.5732180Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5732936Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5733719Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5734513Z test_normalize_operator_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5735116Z test_normalize_operator_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5735721Z test_normalize_operator_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5736325Z test_normalize_operator_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T03:49:04.5737034Z test_normalize_operator_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5737632Z test_normalize_operator_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5738242Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5738850Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5739733Z test_normalize_operator_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5740725Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5741363Z test_normalize_operator_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5741978Z test_normalize_operator_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T03:49:04.5742593Z test_normalize_operator_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5743200Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5743815Z test_normalize_operator_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5744445Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5745087Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5745854Z test_normalize_operator_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5746624Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5747591Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5748196Z test_normalize_operator_exhaustive_nonzero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5748767Z test_normalize_operator_exhaustive_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5749333Z test_normalize_operator_exhaustive_norm_fro_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5749912Z test_normalize_operator_exhaustive_norm_inf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5750480Z test_normalize_operator_exhaustive_norm_nuc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5751035Z test_normalize_operator_exhaustive_normal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5751626Z test_normalize_operator_exhaustive_normal_number_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5752503Z test_normalize_operator_exhaustive_ones_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5753087Z test_normalize_operator_exhaustive_ones_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5753986Z test_normalize_operator_exhaustive_ormqr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5754554Z test_normalize_operator_exhaustive_outer_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5755134Z test_normalize_operator_exhaustive_pca_lowrank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5755806Z test_normalize_operator_exhaustive_permute_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5756397Z test_normalize_operator_exhaustive_pinverse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5756972Z test_normalize_operator_exhaustive_polar_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5757564Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5758175Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:49:04.5758954Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:49:04.5759752Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:49:04.5760364Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.005s) 2022-11-23T03:49:04.5760944Z test_normalize_operator_exhaustive_positive_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5761515Z test_normalize_operator_exhaustive_pow_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5762065Z test_normalize_operator_exhaustive_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5762638Z test_normalize_operator_exhaustive_put_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5763203Z test_normalize_operator_exhaustive_qr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5763776Z test_normalize_operator_exhaustive_quantile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5764354Z test_normalize_operator_exhaustive_rad2deg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5765061Z test_normalize_operator_exhaustive_rand_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5765753Z test_normalize_operator_exhaustive_randint_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5766446Z test_normalize_operator_exhaustive_randint_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5767011Z test_normalize_operator_exhaustive_randn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5767587Z test_normalize_operator_exhaustive_randn_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5768275Z test_normalize_operator_exhaustive_ravel_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5768839Z test_normalize_operator_exhaustive_real_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5769417Z test_normalize_operator_exhaustive_reciprocal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5769999Z test_normalize_operator_exhaustive_remainder_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5770575Z test_normalize_operator_exhaustive_renorm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5771337Z test_normalize_operator_exhaustive_repeat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5771977Z test_normalize_operator_exhaustive_repeat_interleave_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5772777Z test_normalize_operator_exhaustive_reshape_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5773362Z test_normalize_operator_exhaustive_reshape_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5773930Z test_normalize_operator_exhaustive_resize__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5774502Z test_normalize_operator_exhaustive_resize_as__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5775085Z test_normalize_operator_exhaustive_resolve_conj_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5775674Z test_normalize_operator_exhaustive_resolve_neg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5776299Z test_normalize_operator_exhaustive_roll_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5776864Z test_normalize_operator_exhaustive_rot90_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5777410Z test_normalize_operator_exhaustive_round_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5778120Z test_normalize_operator_exhaustive_round_decimals_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5778835Z test_normalize_operator_exhaustive_round_decimals_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5779545Z test_normalize_operator_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5780136Z test_normalize_operator_exhaustive_rsqrt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5780705Z test_normalize_operator_exhaustive_rsub_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5781280Z test_normalize_operator_exhaustive_scalar_tensor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5781866Z test_normalize_operator_exhaustive_scatter_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T03:49:04.5782454Z test_normalize_operator_exhaustive_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5783028Z test_normalize_operator_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5783743Z test_normalize_operator_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5784473Z test_normalize_operator_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5785196Z test_normalize_operator_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5785915Z test_normalize_operator_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5786603Z test_normalize_operator_exhaustive_searchsorted_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5787224Z test_normalize_operator_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5787840Z test_normalize_operator_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5788434Z test_normalize_operator_exhaustive_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5788998Z test_normalize_operator_exhaustive_select_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T03:49:04.5789573Z test_normalize_operator_exhaustive_sgn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5790142Z test_normalize_operator_exhaustive_short_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5790849Z test_normalize_operator_exhaustive_sigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5791575Z test_normalize_operator_exhaustive_sign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5792279Z test_normalize_operator_exhaustive_signal_windows_cosine_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5792898Z test_normalize_operator_exhaustive_signal_windows_exponential_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5793520Z test_normalize_operator_exhaustive_signal_windows_gaussian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5794139Z test_normalize_operator_exhaustive_signal_windows_kaiser_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5794713Z test_normalize_operator_exhaustive_signbit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5795284Z test_normalize_operator_exhaustive_sin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:49:04.5795844Z test_normalize_operator_exhaustive_sinc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5796411Z test_normalize_operator_exhaustive_sinh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5796973Z test_normalize_operator_exhaustive_slice_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5797674Z test_normalize_operator_exhaustive_slice_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5798481Z test_normalize_operator_exhaustive_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5799185Z test_normalize_operator_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5799755Z test_normalize_operator_exhaustive_sort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5800344Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5800943Z test_normalize_operator_exhaustive_special_airy_ai_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5801543Z test_normalize_operator_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5802213Z test_normalize_operator_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5802833Z test_normalize_operator_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5803428Z test_normalize_operator_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5804194Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5805067Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5805758Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T03:49:04.5806503Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T03:49:04.5807173Z test_normalize_operator_exhaustive_special_entr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5807770Z test_normalize_operator_exhaustive_special_erfcx_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5808384Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5809019Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5809633Z test_normalize_operator_exhaustive_special_i0e_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5810375Z test_normalize_operator_exhaustive_special_i1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5811176Z test_normalize_operator_exhaustive_special_i1e_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5811818Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5812503Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T03:49:04.5813173Z test_normalize_operator_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5813788Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5815240Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5815859Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5816650Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5817388Z test_normalize_operator_exhaustive_special_ndtr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5818239Z test_normalize_operator_exhaustive_special_ndtri_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5818896Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5819538Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5820183Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5820893Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T03:49:04.5821664Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T03:49:04.5822420Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T03:49:04.5823339Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T03:49:04.5824134Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5824899Z test_normalize_operator_exhaustive_special_xlog1py_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5825513Z test_normalize_operator_exhaustive_special_zeta_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5826097Z test_normalize_operator_exhaustive_split_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5826685Z test_normalize_operator_exhaustive_split_list_args_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T03:49:04.5827265Z test_normalize_operator_exhaustive_split_with_sizes_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5827849Z test_normalize_operator_exhaustive_sqrt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5828418Z test_normalize_operator_exhaustive_square_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5828993Z test_normalize_operator_exhaustive_squeeze_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5829570Z test_normalize_operator_exhaustive_stack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5830401Z test_normalize_operator_exhaustive_std_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5831081Z test_normalize_operator_exhaustive_std_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5831776Z test_normalize_operator_exhaustive_stft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5832321Z test_normalize_operator_exhaustive_sub_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5832881Z test_normalize_operator_exhaustive_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5833526Z test_normalize_operator_exhaustive_sum_to_size_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T03:49:04.5834115Z test_normalize_operator_exhaustive_svd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5834690Z test_normalize_operator_exhaustive_svd_lowrank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5835265Z test_normalize_operator_exhaustive_symeig_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5835825Z test_normalize_operator_exhaustive_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5836536Z test_normalize_operator_exhaustive_take_along_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5837146Z test_normalize_operator_exhaustive_take_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5837905Z test_normalize_operator_exhaustive_tan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5838476Z test_normalize_operator_exhaustive_tanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5839053Z test_normalize_operator_exhaustive_tensor_split_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5839636Z test_normalize_operator_exhaustive_tensordot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5840212Z test_normalize_operator_exhaustive_tile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5840769Z test_normalize_operator_exhaustive_to_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:49:04.5841337Z test_normalize_operator_exhaustive_to_sparse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:49:04.5841911Z test_normalize_operator_exhaustive_topk_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5842463Z test_normalize_operator_exhaustive_trace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5843174Z test_normalize_operator_exhaustive_transpose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5843863Z test_normalize_operator_exhaustive_trapezoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5844541Z test_normalize_operator_exhaustive_trapz_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5845137Z test_normalize_operator_exhaustive_triangular_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5845718Z test_normalize_operator_exhaustive_tril_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:49:04.5846392Z test_normalize_operator_exhaustive_triu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5846967Z test_normalize_operator_exhaustive_true_divide_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5847523Z test_normalize_operator_exhaustive_trunc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5848096Z test_normalize_operator_exhaustive_unbind_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T03:49:04.5848742Z test_normalize_operator_exhaustive_unflatten_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5849494Z test_normalize_operator_exhaustive_unfold_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5850082Z test_normalize_operator_exhaustive_unfold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5850869Z test_normalize_operator_exhaustive_uniform_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5851466Z test_normalize_operator_exhaustive_unique_consecutive_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5852055Z test_normalize_operator_exhaustive_unique_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5852633Z test_normalize_operator_exhaustive_unsqueeze_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5853193Z test_normalize_operator_exhaustive_var_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5853766Z test_normalize_operator_exhaustive_var_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5854336Z test_normalize_operator_exhaustive_vdot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5854911Z test_normalize_operator_exhaustive_view_as_complex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5855495Z test_normalize_operator_exhaustive_view_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5856225Z test_normalize_operator_exhaustive_view_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5856908Z test_normalize_operator_exhaustive_view_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5857598Z test_normalize_operator_exhaustive_vsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5858153Z test_normalize_operator_exhaustive_vstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:49:04.5858724Z test_normalize_operator_exhaustive_where_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:49:04.5859294Z test_normalize_operator_exhaustive_xlogy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:49:04.5859855Z test_normalize_operator_exhaustive_zero__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T03:49:04.5860424Z test_normalize_operator_exhaustive_zeros_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T03:49:04.5860998Z test_normalize_operator_exhaustive_zeros_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:49:04.5861628Z test_normalize_quantized_eb_cuda (__main__.TestNormalizeOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:49:04.5861887Z 2022-11-23T03:49:04.5862086Z ---------------------------------------------------------------------- 2022-11-23T03:49:04.5862555Z Ran 657 tests in 9.688s 2022-11-23T03:49:04.5862703Z 2022-11-23T03:49:04.5862799Z OK (skipped=622) 2022-11-23T03:49:04.5862940Z 2022-11-23T03:49:04.5863135Z Generating XML reports... 2022-11-23T03:49:04.5863733Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestFXExperimental-20221123034853.xml 2022-11-23T03:49:04.5864409Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestNormalizeOperatorsCUDA-20221123034853.xml 2022-11-23T03:49:04.5864766Z 2022-11-23T03:49:04.5865202Z ##[endgroup] 2022-11-23T03:49:04.5865739Z FINISHED PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_e70woirg) 2022-11-23T03:49:04.5866110Z 2022-11-23T03:49:09.0424939Z Running test_optim ... [2022-11-23 03:49:09.041671] 2022-11-23T03:49:09.0432361Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:49:09.042975] 2022-11-23T03:49:09.0434965Z Ignoring disabled issues: [] 2022-11-23T03:52:46.5982225Z 2022-11-23T03:52:46.5983209Z Expand the folded group to see the log file of test_optim 2022-11-23T03:52:46.5984495Z ##[group]PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_lx3t5vpz) 2022-11-23T03:52:46.5988442Z 2022-11-23T03:52:46.5988879Z Running tests... 2022-11-23T03:52:46.5989613Z ---------------------------------------------------------------------- 2022-11-23T03:52:46.5990490Z Test results will be stored in test-reports\python-unittest\test_optim 2022-11-23T03:52:46.5993038Z test_adadelta (__main__.TestDifferentiableOptimizer) ... ok (2.660s) 2022-11-23T03:52:46.5994163Z test_adagrad (__main__.TestDifferentiableOptimizer) ... ok (0.012s) 2022-11-23T03:52:46.5994961Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.028s) 2022-11-23T03:52:46.5995703Z test_adamax (__main__.TestDifferentiableOptimizer) ... ok (0.019s) 2022-11-23T03:52:46.5998816Z test_adamw (__main__.TestDifferentiableOptimizer) ... ok (0.023s) 2022-11-23T03:52:46.5999571Z test_asgd (__main__.TestDifferentiableOptimizer) ... ok (0.006s) 2022-11-23T03:52:46.6000343Z test_nadam (__main__.TestDifferentiableOptimizer) ... ok (0.034s) 2022-11-23T03:52:46.6001248Z test_radam (__main__.TestDifferentiableOptimizer) ... ok (0.017s) 2022-11-23T03:52:46.6002011Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.025s) 2022-11-23T03:52:46.6002735Z test_rprop (__main__.TestDifferentiableOptimizer) ... ok (0.020s) 2022-11-23T03:52:46.6005710Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.000s) 2022-11-23T03:52:46.6006661Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.020s) 2022-11-23T03:52:46.6007537Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.018s) 2022-11-23T03:52:46.6008449Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.015s) 2022-11-23T03:52:46.6009208Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.118s) 2022-11-23T03:52:46.6012252Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T03:52:46.6013172Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6015181Z test_chained_lr1 (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6020174Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6020723Z ok (0.005s) 2022-11-23T03:52:46.6021341Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6021987Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6022749Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6023393Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6025737Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6026323Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T03:52:46.6026754Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-11-23T03:52:46.6027139Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.017s) 2022-11-23T03:52:46.6027524Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.016s) 2022-11-23T03:52:46.6027914Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T03:52:46.6028299Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.016s) 2022-11-23T03:52:46.6028677Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T03:52:46.6029814Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6032689Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6033025Z ok (0.000s) 2022-11-23T03:52:46.6033357Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6033779Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.012s) 2022-11-23T03:52:46.6034210Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6034622Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6035029Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6035461Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6035890Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6036297Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6036699Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6038849Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6039264Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6039678Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6040082Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6040468Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6040859Z test_constantlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6041263Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.013s) 2022-11-23T03:52:46.6041843Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6042955Z test_cos_anneal_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6045803Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6046138Z ok (0.003s) 2022-11-23T03:52:46.6047075Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T03:52:46.6047514Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6047907Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6048350Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T03:52:46.6048795Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T03:52:46.6049198Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6049627Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6050041Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6052247Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6052675Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6053089Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-11-23T03:52:46.6053531Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.011s) 2022-11-23T03:52:46.6053952Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6054360Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6054774Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6055227Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6055635Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6056043Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6058849Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6059528Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6060126Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6060838Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6061283Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6061669Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6062056Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6063235Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:151: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-11-23T03:52:46.6066367Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T03:52:46.6066662Z ok (0.005s) 2022-11-23T03:52:46.6066962Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6068047Z test_lambda_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6069252Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6069588Z ok (0.002s) 2022-11-23T03:52:46.6069902Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6072038Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6072482Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T03:52:46.6073625Z test_linearlr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6074694Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6075028Z ok (0.003s) 2022-11-23T03:52:46.6075351Z test_linearlr_start_factor_limits1 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T03:52:46.6075744Z test_linearlr_start_factor_limits2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T03:52:46.6076131Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6078428Z test_multi_step_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6079526Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6079860Z ok (0.004s) 2022-11-23T03:52:46.6080167Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6080559Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6081650Z test_multiplicative_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6084458Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6084792Z ok (0.004s) 2022-11-23T03:52:46.6085215Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6085628Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6086081Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.008s) 2022-11-23T03:52:46.6086512Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.185s) 2022-11-23T03:52:46.6086910Z test_no_cyclic_references_in_step (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6087306Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T03:52:46.6087690Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T03:52:46.6088156Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.009s) 2022-11-23T03:52:46.6088660Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6090890Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6091371Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6091797Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6092203Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.010s) 2022-11-23T03:52:46.6092629Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T03:52:46.6093036Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6093471Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6094600Z test_poly_lr (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6097416Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6097751Z ok (0.006s) 2022-11-23T03:52:46.6098099Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6098521Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6098895Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.012s) 2022-11-23T03:52:46.6099277Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6099666Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6100042Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6100430Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6100806Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6101166Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T03:52:46.6101566Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6104423Z test_sequentiallr1 (__main__.TestLRScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6105645Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6106750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:151: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-11-23T03:52:46.6107808Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T03:52:46.6108098Z ok (0.002s) 2022-11-23T03:52:46.6110131Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6110637Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6111023Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.006s) 2022-11-23T03:52:46.6111368Z test_step_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6111761Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T03:52:46.6112174Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.011s) 2022-11-23T03:52:46.6112547Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.004s) 2022-11-23T03:52:46.6112960Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T03:52:46.6113364Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T03:52:46.6113752Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.007s) 2022-11-23T03:52:46.6114153Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T03:52:46.6115233Z test_adadelta (__main__.TestOptim) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6116295Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6116626Z ok (10.950s) 2022-11-23T03:52:46.6116913Z test_adadelta_complex (__main__.TestOptim) ... ok (0.010s) 2022-11-23T03:52:46.6117253Z test_adagrad (__main__.TestOptim) ... ok (13.236s) 2022-11-23T03:52:46.6117573Z test_adagrad_complex (__main__.TestOptim) ... ok (0.006s) 2022-11-23T03:52:46.6117924Z test_adagrad_sparse (__main__.TestOptim) ... ok (22.226s) 2022-11-23T03:52:46.6118247Z test_adam (__main__.TestOptim) ... ok (31.671s) 2022-11-23T03:52:46.6118559Z test_adamax (__main__.TestOptim) ... ok (8.450s) 2022-11-23T03:52:46.6118868Z test_adamw (__main__.TestOptim) ... ok (9.767s) 2022-11-23T03:52:46.6119173Z test_asgd (__main__.TestOptim) ... ok (13.488s) 2022-11-23T03:52:46.6119509Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.000s) 2022-11-23T03:52:46.6121639Z test_empty_grad (__main__.TestOptim) ... ok (0.021s) 2022-11-23T03:52:46.6122047Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... ok (0.011s) 2022-11-23T03:52:46.6122428Z test_fused_optimizers (__main__.TestOptim) ... ok (0.102s) 2022-11-23T03:52:46.6122780Z test_invalid_param_type (__main__.TestOptim) ... ok (0.002s) 2022-11-23T03:52:46.6123106Z test_lbfgs (__main__.TestOptim) ... ok (1.445s) 2022-11-23T03:52:46.6123420Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.004s) 2022-11-23T03:52:46.6123784Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.593s) 2022-11-23T03:52:46.6124858Z test_nadam (__main__.TestOptim) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T03:52:46.6126044Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T03:52:46.6126370Z ok (4.938s) 2022-11-23T03:52:46.6126661Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.003s) 2022-11-23T03:52:46.6126997Z test_radam (__main__.TestOptim) ... ok (5.485s) 2022-11-23T03:52:46.6127386Z test_rmsprop (__main__.TestOptim) ... ok (25.033s) 2022-11-23T03:52:46.6127707Z test_rprop (__main__.TestOptim) ... ok (11.236s) 2022-11-23T03:52:46.6128023Z test_sgd (__main__.TestOptim) ... ok (25.448s) 2022-11-23T03:52:46.6128342Z test_sgd_complex (__main__.TestOptim) ... ok (0.026s) 2022-11-23T03:52:46.6128673Z test_sgd_sparse (__main__.TestOptim) ... ok (18.286s) 2022-11-23T03:52:46.6129000Z test_sparse_adam (__main__.TestOptim) ... ok (4.850s) 2022-11-23T03:52:46.6129346Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.126s) 2022-11-23T03:52:46.6129747Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.017s) 2022-11-23T03:52:46.6130156Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.010s) 2022-11-23T03:52:46.6130562Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.010s) 2022-11-23T03:52:46.6130949Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.010s) 2022-11-23T03:52:46.6131339Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.020s) 2022-11-23T03:52:46.6131704Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (1.356s) 2022-11-23T03:52:46.6132040Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.096s) 2022-11-23T03:52:46.6132237Z 2022-11-23T03:52:46.6132429Z ---------------------------------------------------------------------- 2022-11-23T03:52:46.6132744Z Ran 161 tests in 212.687s 2022-11-23T03:52:46.6132893Z 2022-11-23T03:52:46.6132969Z OK 2022-11-23T03:52:46.6133084Z 2022-11-23T03:52:46.6133194Z Generating XML reports... 2022-11-23T03:52:46.6133673Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestDifferentiableOptimizer-20221123034912.xml 2022-11-23T03:52:46.6134277Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestLRScheduler-20221123034912.xml 2022-11-23T03:52:46.6134828Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestOptim-20221123034912.xml 2022-11-23T03:52:46.6135374Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestSWAUtils-20221123034912.xml 2022-11-23T03:52:46.6135673Z 2022-11-23T03:52:46.6136105Z ##[endgroup] 2022-11-23T03:52:46.6138290Z FINISHED PRINTING LOG FILE of test_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_optim_lx3t5vpz) 2022-11-23T03:52:46.6138630Z 2022-11-23T03:52:51.2381357Z Running test_dynamic_shapes ... [2022-11-23 03:52:51.237245] 2022-11-23T03:52:51.2388219Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:52:51.238655] 2022-11-23T03:52:51.2390854Z Ignoring disabled issues: [] 2022-11-23T03:52:58.1820842Z 2022-11-23T03:52:58.1821614Z Expand the folded group to see the log file of test_dynamic_shapes 2022-11-23T03:52:58.1822598Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_b1pi6kli) 2022-11-23T03:52:58.1823251Z 2022-11-23T03:52:58.1823466Z Running tests... 2022-11-23T03:52:58.1824076Z ---------------------------------------------------------------------- 2022-11-23T03:52:58.1825147Z Test results will be stored in test-reports\python-unittest\test_dynamic_shapes 2022-11-23T03:52:58.1825588Z test_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.002s) 2022-11-23T03:52:58.1825971Z test_aten_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1826347Z test_binary (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1826713Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (2.623s) 2022-11-23T03:52:58.1827089Z test_guard_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1827457Z test_int_conversion (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1827847Z test_int_to_float (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1828369Z test_meta_symint (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1828771Z test_numel (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1829178Z test_print_readable_with_symints (__main__.TestPySymInt) ... skip: no sympy (0.002s) 2022-11-23T03:52:58.1829601Z test_reverse_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1829977Z test_roundtrip (__main__.TestPySymInt) ... skip: no sympy (0.003s) 2022-11-23T03:52:58.1830372Z test_size_expressions (__main__.TestPySymInt) ... skip: no sympy (0.002s) 2022-11-23T03:52:58.1830756Z test_stride (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1831127Z test_sym_floor (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1831493Z test_sym_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T03:52:58.1831861Z test_sym_sqrt (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T03:52:58.1832222Z test_symint_args (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T03:52:58.1832608Z test_symint_as_scalar (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T03:52:58.1833006Z test_symint_vargs (__main__.TestPySymInt) ... skip: no sympy (0.003s) 2022-11-23T03:52:58.1833513Z test_method_fn_add_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.000s) 2022-11-23T03:52:58.1834112Z test_method_fn_add_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.007s) 2022-11-23T03:52:58.1834658Z test_method_fn_add_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1835159Z test_method_fn_add_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1835699Z test_method_fn_ceil_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.002s) 2022-11-23T03:52:58.1836304Z test_method_fn_ceil_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.002s) 2022-11-23T03:52:58.1836894Z test_method_fn_ceil_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is unary and already tested (0.002s) 2022-11-23T03:52:58.1837438Z test_method_fn_ceil_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T03:52:58.1837988Z test_method_fn_eq_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.002s) 2022-11-23T03:52:58.1838574Z test_method_fn_eq_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.002s) 2022-11-23T03:52:58.1839104Z test_method_fn_eq_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T03:52:58.1839599Z test_method_fn_eq_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1840158Z test_method_fn_floor_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.002s) 2022-11-23T03:52:58.1840854Z test_method_fn_floor_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.002s) 2022-11-23T03:52:58.1841446Z test_method_fn_floor_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is unary and already tested (0.002s) 2022-11-23T03:52:58.1841991Z test_method_fn_floor_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T03:52:58.1842561Z test_method_fn_floordiv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.002s) 2022-11-23T03:52:58.1843250Z test_method_fn_floordiv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.000s) 2022-11-23T03:52:58.1843873Z test_method_fn_floordiv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1844392Z test_method_fn_floordiv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T03:52:58.1844942Z test_method_fn_ge_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.000s) 2022-11-23T03:52:58.1845524Z test_method_fn_ge_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.000s) 2022-11-23T03:52:58.1846055Z test_method_fn_ge_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T03:52:58.1846534Z test_method_fn_ge_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.010s) 2022-11-23T03:52:58.1847084Z test_method_fn_gt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.000s) 2022-11-23T03:52:58.1847670Z test_method_fn_gt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.000s) 2022-11-23T03:52:58.1848202Z test_method_fn_gt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T03:52:58.1848693Z test_method_fn_gt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.011s) 2022-11-23T03:52:58.1849235Z test_method_fn_le_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.002s) 2022-11-23T03:52:58.1849808Z test_method_fn_le_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.002s) 2022-11-23T03:52:58.1850341Z test_method_fn_le_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1850812Z test_method_fn_le_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1851362Z test_method_fn_lt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.002s) 2022-11-23T03:52:58.1851944Z test_method_fn_lt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.002s) 2022-11-23T03:52:58.1852473Z test_method_fn_lt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1852965Z test_method_fn_lt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T03:52:58.1853506Z test_method_fn_max_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.002s) 2022-11-23T03:52:58.1854094Z test_method_fn_max_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.002s) 2022-11-23T03:52:58.1854631Z test_method_fn_max_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1855216Z test_method_fn_max_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1855758Z test_method_fn_min_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.002s) 2022-11-23T03:52:58.1856330Z test_method_fn_min_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.002s) 2022-11-23T03:52:58.1856867Z test_method_fn_min_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1857363Z test_method_fn_min_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1857980Z test_method_fn_mod_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.002s) 2022-11-23T03:52:58.1858586Z test_method_fn_mod_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.002s) 2022-11-23T03:52:58.1859128Z test_method_fn_mod_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1859606Z test_method_fn_mod_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T03:52:58.1860147Z test_method_fn_mul_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.003s) 2022-11-23T03:52:58.1860987Z test_method_fn_mul_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.000s) 2022-11-23T03:52:58.1862826Z test_method_fn_mul_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T03:52:58.1863881Z test_method_fn_mul_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T03:52:58.1864938Z test_method_fn_neg_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.000s) 2022-11-23T03:52:58.1866115Z test_method_fn_neg_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.000s) 2022-11-23T03:52:58.1867192Z test_method_fn_neg_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is unary and already tested (0.000s) 2022-11-23T03:52:58.1868222Z test_method_fn_neg_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.011s) 2022-11-23T03:52:58.1869229Z test_method_fn_pow_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.002s) 2022-11-23T03:52:58.1870362Z test_method_fn_pow_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.002s) 2022-11-23T03:52:58.1871482Z test_method_fn_pow_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1872473Z test_method_fn_pow_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1876008Z test_method_fn_sub_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.002s) 2022-11-23T03:52:58.1876892Z test_method_fn_sub_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.002s) 2022-11-23T03:52:58.1877442Z test_method_fn_sub_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1877949Z test_method_fn_sub_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1878505Z test_method_fn_sym_float_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.002s) 2022-11-23T03:52:58.1879383Z test_method_fn_sym_float_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.002s) 2022-11-23T03:52:58.1879997Z test_method_fn_sym_float_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is unary and already tested (0.002s) 2022-11-23T03:52:58.1880560Z test_method_fn_sym_float_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T03:52:58.1881124Z test_method_fn_sym_sqrt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.002s) 2022-11-23T03:52:58.1881839Z test_method_fn_sym_sqrt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.002s) 2022-11-23T03:52:58.1882472Z test_method_fn_sym_sqrt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is unary and already tested (0.002s) 2022-11-23T03:52:58.1883033Z test_method_fn_sym_sqrt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T03:52:58.1883586Z test_method_fn_truediv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.002s) 2022-11-23T03:52:58.1884204Z test_method_fn_truediv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.002s) 2022-11-23T03:52:58.1884765Z test_method_fn_truediv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T03:52:58.1885279Z test_method_fn_truediv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T03:52:58.1885750Z 2022-11-23T03:52:58.1885960Z ---------------------------------------------------------------------- 2022-11-23T03:52:58.1886429Z Ran 96 tests in 2.844s 2022-11-23T03:52:58.1886593Z 2022-11-23T03:52:58.1886811Z OK (skipped=62) 2022-11-23T03:52:58.1886959Z 2022-11-23T03:52:58.1887076Z Generating XML reports... 2022-11-23T03:52:58.1887509Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestPySymInt-20221123035254.xml 2022-11-23T03:52:58.1888148Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestSymNumberMagicMethods-20221123035254.xml 2022-11-23T03:52:58.1888498Z 2022-11-23T03:52:58.1888897Z ##[endgroup] 2022-11-23T03:52:58.1889361Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_b1pi6kli) 2022-11-23T03:52:58.1889704Z 2022-11-23T03:53:02.6201574Z Running profiler/test_profiler_tree ... [2022-11-23 03:53:02.619551] 2022-11-23T03:53:02.6209712Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:53:02.620246] 2022-11-23T03:53:02.6212397Z Ignoring disabled issues: [] 2022-11-23T03:53:09.4173819Z 2022-11-23T03:53:09.4174557Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-11-23T03:53:09.4175581Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_tg216suk) 2022-11-23T03:53:09.4177044Z 2022-11-23T03:53:09.4177262Z Running tests... 2022-11-23T03:53:09.4177992Z ---------------------------------------------------------------------- 2022-11-23T03:53:09.4178796Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler_tree 2022-11-23T03:53:09.4179756Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4180613Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4181847Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4182743Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4184100Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4185375Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4186375Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4187108Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4187848Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4188303Z ok (2.609s) 2022-11-23T03:53:09.4188728Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-11-23T03:53:09.4189343Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.003s) 2022-11-23T03:53:09.4189959Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-11-23T03:53:09.4190752Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4191729Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4192701Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4193446Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4194172Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4194907Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4195631Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4196348Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4197065Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4197576Z ok (0.021s) 2022-11-23T03:53:09.4198436Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4199521Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4200256Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4200987Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4201791Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4202554Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4203276Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4203996Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4204882Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4205510Z ok (0.017s) 2022-11-23T03:53:09.4206223Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4207087Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4207830Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4208561Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4209292Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4210018Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4210744Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4211611Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4212584Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4213040Z ok (0.020s) 2022-11-23T03:53:09.4213642Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4215248Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4215989Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4216716Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4217626Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4218717Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4219486Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4220205Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4220938Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4221397Z ok (0.020s) 2022-11-23T03:53:09.4222020Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4222859Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4223593Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4224653Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4225488Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4226223Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4226954Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T03:53:09.4227673Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T03:53:09.4228402Z STAGE:2022-11-23 03:53:08 420:4232 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T03:53:09.4228858Z ok (0.013s) 2022-11-23T03:53:09.4229655Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83836 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T03:53:09.4230581Z 2022-11-23T03:53:09.4230920Z ---------------------------------------------------------------------- 2022-11-23T03:53:09.4231227Z Ran 10 tests in 2.719s 2022-11-23T03:53:09.4231376Z 2022-11-23T03:53:09.4231579Z OK (skipped=4) 2022-11-23T03:53:09.4231725Z 2022-11-23T03:53:09.4231838Z Generating XML reports... 2022-11-23T03:53:09.4232312Z Generated XML report: test-reports\python-unittest\profiler.test_profiler_tree\TEST-TestProfilerTree-20221123035305.xml 2022-11-23T03:53:09.4232652Z 2022-11-23T03:53:09.4232980Z ##[endgroup] 2022-11-23T03:53:09.4233465Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_tg216suk) 2022-11-23T03:53:09.4233834Z 2022-11-23T03:53:13.8851330Z Running test_numba_integration ... [2022-11-23 03:53:13.875031] 2022-11-23T03:53:13.8860157Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:53:13.885763] 2022-11-23T03:53:13.8862656Z Ignoring disabled issues: [] 2022-11-23T03:53:20.9457942Z 2022-11-23T03:53:20.9458695Z Expand the folded group to see the log file of test_numba_integration 2022-11-23T03:53:20.9460112Z ##[group]PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_6km_vzkm) 2022-11-23T03:53:20.9460749Z 2022-11-23T03:53:20.9460922Z Running tests... 2022-11-23T03:53:20.9461496Z ---------------------------------------------------------------------- 2022-11-23T03:53:20.9462337Z Test results will be stored in test-reports\python-unittest\test_numba_integration 2022-11-23T03:53:20.9463110Z test_active_device (__main__.TestNumbaIntegration) 2022-11-23T03:53:20.9463924Z 'as_cuda_array' tensor device must match active numba context. ... skip: No multigpu (0.002s) 2022-11-23T03:53:20.9464674Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-11-23T03:53:20.9465443Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... ok (2.269s) 2022-11-23T03:53:20.9466160Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-11-23T03:53:20.9466894Z Numba properly detects array interface for tensor.Tensor variants. ... ok (0.003s) 2022-11-23T03:53:20.9467719Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T03:53:20.9468458Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... ok (0.009s) 2022-11-23T03:53:20.9469160Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-11-23T03:53:20.9470130Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-11-23T03:53:20.9471096Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-11-23T03:53:20.9472150Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-11-23T03:53:20.9473299Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-11-23T03:53:20.9474224Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... ok (0.010s) 2022-11-23T03:53:20.9475109Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-11-23T03:53:20.9476292Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-11-23T03:53:20.9477075Z 2022-11-23T03:53:20.9477434Z ---------------------------------------------------------------------- 2022-11-23T03:53:20.9478048Z Ran 8 tests in 2.297s 2022-11-23T03:53:20.9478333Z 2022-11-23T03:53:20.9478505Z OK (skipped=4) 2022-11-23T03:53:20.9478765Z 2022-11-23T03:53:20.9479321Z Generating XML reports... 2022-11-23T03:53:20.9480248Z Generated XML report: test-reports\python-unittest\test_numba_integration\TEST-TestNumbaIntegration-20221123035317.xml 2022-11-23T03:53:20.9480896Z 2022-11-23T03:53:20.9481439Z ##[endgroup] 2022-11-23T03:53:20.9482264Z FINISHED PRINTING LOG FILE of test_numba_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_numba_integration_6km_vzkm) 2022-11-23T03:53:20.9482919Z 2022-11-23T03:53:25.4022328Z Running test_type_promotion ... [2022-11-23 03:53:25.397469] 2022-11-23T03:53:25.4029998Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:53:25.397469] 2022-11-23T03:53:25.4032655Z Ignoring disabled issues: [] 2022-11-23T03:53:47.5140002Z 2022-11-23T03:53:47.5140806Z Expand the folded group to see the log file of test_type_promotion 2022-11-23T03:53:47.5149250Z ##[group]PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_o10ayexk) 2022-11-23T03:53:47.5149921Z 2022-11-23T03:53:47.5150089Z Running tests... 2022-11-23T03:53:47.5150646Z ---------------------------------------------------------------------- 2022-11-23T03:53:47.5151759Z Test results will be stored in test-reports\python-unittest\test_type_promotion 2022-11-23T03:53:47.5152790Z test_add_wrapped_cuda (__main__.TestTypePromotionCUDA) ... ok (1.879s) 2022-11-23T03:53:47.5154193Z test_alpha_mismatch_cuda (__main__.TestTypePromotionCUDA) ... ok (0.964s) 2022-11-23T03:53:47.5154932Z test_alternate_result_cuda (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5155666Z test_bfloat16_cuda (__main__.TestTypePromotionCUDA) ... ok (0.322s) 2022-11-23T03:53:47.5156621Z test_booleans_cuda (__main__.TestTypePromotionCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_type_promotion.py:434: UserWarning: This overload of add is deprecated: 2022-11-23T03:53:47.5157199Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-11-23T03:53:47.5157561Z Consider using one of the following signatures instead: 2022-11-23T03:53:47.5159920Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\python_arg_parser.cpp:1488.) 2022-11-23T03:53:47.5160493Z self.assertEqual(torch.add(torch.tensor(True, device=device), 2022-11-23T03:53:47.5160846Z ok (0.008s) 2022-11-23T03:53:47.5161353Z test_can_cast_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-11-23T03:53:47.5162076Z test_cat_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (0.133s) 2022-11-23T03:53:47.5162687Z test_cat_out_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (0.660s) 2022-11-23T03:53:47.5163163Z test_clamp_type_promotion_cuda_bool_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5163639Z test_clamp_type_promotion_cuda_bool_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-11-23T03:53:47.5164111Z test_clamp_type_promotion_cuda_bool_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T03:53:47.5165905Z test_clamp_type_promotion_cuda_bool_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T03:53:47.5166952Z test_clamp_type_promotion_cuda_bool_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T03:53:47.5167445Z test_clamp_type_promotion_cuda_bool_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T03:53:47.5167932Z test_clamp_type_promotion_cuda_bool_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T03:53:47.5168416Z test_clamp_type_promotion_cuda_bool_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-11-23T03:53:47.5168898Z test_clamp_type_promotion_cuda_bool_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-11-23T03:53:47.5169371Z test_clamp_type_promotion_cuda_bool_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5170096Z test_clamp_type_promotion_cuda_bool_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.017s) 2022-11-23T03:53:47.5170578Z test_clamp_type_promotion_cuda_bool_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T03:53:47.5171049Z test_clamp_type_promotion_cuda_bool_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-11-23T03:53:47.5173317Z test_clamp_type_promotion_cuda_bool_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5173800Z test_clamp_type_promotion_cuda_bool_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5174278Z test_clamp_type_promotion_cuda_bool_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5174855Z test_clamp_type_promotion_cuda_float32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.024s) 2022-11-23T03:53:47.5175373Z test_clamp_type_promotion_cuda_float32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5175853Z test_clamp_type_promotion_cuda_float32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5176327Z test_clamp_type_promotion_cuda_float32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5176803Z test_clamp_type_promotion_cuda_float32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5177287Z test_clamp_type_promotion_cuda_float32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-11-23T03:53:47.5179584Z test_clamp_type_promotion_cuda_float32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-11-23T03:53:47.5180086Z test_clamp_type_promotion_cuda_float32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T03:53:47.5180563Z test_clamp_type_promotion_cuda_float32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-11-23T03:53:47.5181052Z test_clamp_type_promotion_cuda_float32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.024s) 2022-11-23T03:53:47.5181534Z test_clamp_type_promotion_cuda_float32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5182015Z test_clamp_type_promotion_cuda_float32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T03:53:47.5182489Z test_clamp_type_promotion_cuda_float32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T03:53:47.5182967Z test_clamp_type_promotion_cuda_float32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5183435Z test_clamp_type_promotion_cuda_float32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5183918Z test_clamp_type_promotion_cuda_float32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.017s) 2022-11-23T03:53:47.5186174Z test_clamp_type_promotion_cuda_float64_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T03:53:47.5186660Z test_clamp_type_promotion_cuda_float64_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5187139Z test_clamp_type_promotion_cuda_float64_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5187620Z test_clamp_type_promotion_cuda_float64_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T03:53:47.5188131Z test_clamp_type_promotion_cuda_float64_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T03:53:47.5188603Z test_clamp_type_promotion_cuda_float64_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-11-23T03:53:47.5189093Z test_clamp_type_promotion_cuda_float64_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5189574Z test_clamp_type_promotion_cuda_float64_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5190189Z test_clamp_type_promotion_cuda_float64_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-11-23T03:53:47.5192463Z test_clamp_type_promotion_cuda_float64_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5192981Z test_clamp_type_promotion_cuda_float64_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5193464Z test_clamp_type_promotion_cuda_float64_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T03:53:47.5193929Z test_clamp_type_promotion_cuda_float64_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-11-23T03:53:47.5194413Z test_clamp_type_promotion_cuda_float64_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-11-23T03:53:47.5194988Z test_clamp_type_promotion_cuda_float64_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5195489Z test_clamp_type_promotion_cuda_float64_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.019s) 2022-11-23T03:53:47.5195965Z test_clamp_type_promotion_cuda_int32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T03:53:47.5196437Z test_clamp_type_promotion_cuda_int32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T03:53:47.5196913Z test_clamp_type_promotion_cuda_int32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T03:53:47.5199205Z test_clamp_type_promotion_cuda_int32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5199684Z test_clamp_type_promotion_cuda_int32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T03:53:47.5200166Z test_clamp_type_promotion_cuda_int32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T03:53:47.5200651Z test_clamp_type_promotion_cuda_int32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T03:53:47.5201127Z test_clamp_type_promotion_cuda_int32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T03:53:47.5201605Z test_clamp_type_promotion_cuda_int32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-11-23T03:53:47.5202077Z test_clamp_type_promotion_cuda_int32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5202536Z test_clamp_type_promotion_cuda_int32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5203015Z test_clamp_type_promotion_cuda_int32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5203485Z test_clamp_type_promotion_cuda_int32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5205735Z test_clamp_type_promotion_cuda_int32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5206214Z test_clamp_type_promotion_cuda_int32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.019s) 2022-11-23T03:53:47.5206676Z test_clamp_type_promotion_cuda_int32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T03:53:47.5207149Z test_comparison_ops_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.992s) 2022-11-23T03:53:47.5208029Z test_complex_assertraises_cuda (__main__.TestTypePromotionCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_type_promotion.py:647: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:53:47.5208800Z v = torch.tensor([2], dtype=dt2, device=device) 2022-11-23T03:53:47.5209044Z ok (0.143s) 2022-11-23T03:53:47.5209354Z test_complex_half_cuda (__main__.TestTypePromotionCUDA) ... ok (1.350s) 2022-11-23T03:53:47.5209777Z test_complex_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (1.773s) 2022-11-23T03:53:47.5212033Z test_complex_scalar_mult_tensor_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5212644Z test_computation_ignores_out_cuda (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5213082Z test_create_bool_tensors_cuda (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5213492Z test_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T03:53:47.5213923Z test_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T03:53:47.5214341Z test_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5214757Z test_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T03:53:47.5215175Z test_div_promotion_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5215593Z test_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5218583Z test_div_promotion_inplace_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5219118Z test_div_promotion_inplace_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5219574Z test_div_promotion_inplace_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5220018Z test_div_promotion_inplace_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-11-23T03:53:47.5220466Z test_div_promotion_inplace_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5220911Z test_div_promotion_inplace_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5221354Z test_div_promotion_inplace_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T03:53:47.5221788Z test_div_promotion_inplace_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T03:53:47.5222230Z test_div_promotion_out_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5222666Z test_div_promotion_out_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5223107Z test_div_promotion_out_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5225364Z test_div_promotion_out_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5225795Z test_div_promotion_out_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5226227Z test_div_promotion_out_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5226639Z test_div_promotion_out_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5227070Z test_div_promotion_out_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5227496Z test_float_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5227910Z test_from_issue_cuda (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5228306Z test_half_cuda (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5228696Z test_indexing_cuda (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5229080Z test_indexing_fail_cuda (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5229480Z test_inplace_cuda (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5231696Z test_int_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5232122Z test_int_to_float_cuda (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5232557Z test_integer_addcdiv_deprecated_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T03:53:47.5233028Z test_integer_addcdiv_deprecated_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5233479Z test_integer_addcdiv_deprecated_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5233951Z test_integer_addcdiv_deprecated_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T03:53:47.5234572Z test_integer_addcdiv_deprecated_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T03:53:47.5235022Z test_lt_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T03:53:47.5235448Z test_many_promotions_cuda (__main__.TestTypePromotionCUDA) ... ok (1.805s) 2022-11-23T03:53:47.5235869Z test_mixed_type_backward_cuda (__main__.TestTypePromotionCUDA) ... ok (0.050s) 2022-11-23T03:53:47.5238093Z test_non_promoting_ops_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5238605Z test_numpy_array_binary_ufunc_promotion_cuda_bool_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5239168Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5239831Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5240411Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5240951Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:53:47.5241489Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5242026Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:53:47.5242555Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5244872Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5245410Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:53:47.5245951Z test_numpy_array_binary_ufunc_promotion_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5246497Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5247061Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5247640Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5248207Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5248769Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5251066Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5251659Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5252220Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5252771Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5253324Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5253879Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5254556Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5255119Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5255687Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:53:47.5258058Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5258624Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5259281Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:53:47.5259849Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5260406Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:53:47.5260953Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5261498Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5262049Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:53:47.5264374Z test_numpy_array_binary_ufunc_promotion_cuda_float16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5264931Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5265493Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5266050Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5266596Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5267144Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5267685Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5268227Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5270514Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5271073Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5271607Z test_numpy_array_binary_ufunc_promotion_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:53:47.5272143Z test_numpy_array_binary_ufunc_promotion_cuda_float32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5272688Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5273246Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5273797Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5274474Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5275018Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5277351Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5277893Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5278522Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5279086Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5279624Z test_numpy_array_binary_ufunc_promotion_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5280156Z test_numpy_array_binary_ufunc_promotion_cuda_float64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5280701Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5281263Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:53:47.5283577Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5284164Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:53:47.5284719Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5285264Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5285801Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:53:47.5286341Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5286881Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5287421Z test_numpy_array_binary_ufunc_promotion_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:53:47.5287993Z test_numpy_array_binary_ufunc_promotion_cuda_int16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5290295Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5290879Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T03:53:47.5291424Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5291959Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5292496Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5293033Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5293699Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5294224Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5294741Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5297083Z test_numpy_array_binary_ufunc_promotion_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5297625Z test_numpy_array_binary_ufunc_promotion_cuda_int32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5298272Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5298851Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:53:47.5299402Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5299937Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:53:47.5300470Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5300990Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5303351Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T03:53:47.5303898Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5304436Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T03:53:47.5304963Z test_numpy_array_binary_ufunc_promotion_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5305493Z test_numpy_array_binary_ufunc_promotion_cuda_int64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5306041Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5306591Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5307128Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5307670Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5310050Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:53:47.5310590Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5311117Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5311643Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T03:53:47.5312179Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5312702Z test_numpy_array_binary_ufunc_promotion_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5313359Z test_numpy_array_binary_ufunc_promotion_cuda_int8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T03:53:47.5313890Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5316217Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5316801Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5317339Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5317969Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5318534Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5319060Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5319585Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5320098Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5320625Z test_numpy_array_binary_ufunc_promotion_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5323321Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5324277Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5325240Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5326182Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:53:47.5327041Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T03:53:47.5329431Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T03:53:47.5330219Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5330761Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5331286Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5331821Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5332353Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T03:53:47.5332817Z test_promote_self_cuda (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T03:53:47.5333230Z test_promote_types_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-11-23T03:53:47.5333648Z test_result_type_cuda_bfloat16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5335843Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T03:53:47.5336277Z test_result_type_cuda_bfloat16_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5336842Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T03:53:47.5337252Z test_result_type_cuda_bfloat16_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5337661Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T03:53:47.5338065Z test_result_type_cuda_bfloat16_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5338443Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5338849Z test_result_type_cuda_bfloat16_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5339245Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T03:53:47.5339636Z test_result_type_cuda_bfloat16_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5340112Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5342308Z test_result_type_cuda_bfloat16_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5342722Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5343126Z test_result_type_cuda_bfloat16_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5343522Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5343915Z test_result_type_cuda_bfloat16_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5344311Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T03:53:47.5344710Z test_result_type_cuda_bfloat16_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5345090Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5345485Z test_result_type_cuda_bfloat16_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5345887Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5346281Z test_result_type_cuda_bfloat16_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5346679Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5348373Z test_result_type_cuda_bool_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5348757Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T03:53:47.5349690Z test_result_type_cuda_bool_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5350087Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5350489Z test_result_type_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5350892Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5351291Z test_result_type_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5351699Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T03:53:47.5352078Z test_result_type_cuda_bool_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5352478Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5352867Z test_result_type_cuda_bool_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5353254Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5353636Z test_result_type_cuda_bool_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5354018Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5356136Z test_result_type_cuda_bool_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5356527Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T03:53:47.5356920Z test_result_type_cuda_bool_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5357311Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5357700Z test_result_type_cuda_bool_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5358213Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T03:53:47.5358584Z test_result_type_cuda_bool_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5358971Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5359359Z test_result_type_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5359742Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5360151Z test_result_type_cuda_complex128_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5361797Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T03:53:47.5362715Z test_result_type_cuda_complex128_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5363222Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T03:53:47.5363658Z test_result_type_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5364074Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T03:53:47.5364484Z test_result_type_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5364893Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T03:53:47.5365277Z test_result_type_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5365675Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5366071Z test_result_type_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5366463Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T03:53:47.5366859Z test_result_type_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5369035Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.015s) 2022-11-23T03:53:47.5369441Z test_result_type_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5369825Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5370216Z test_result_type_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5370609Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5371012Z test_result_type_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5371409Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5371805Z test_result_type_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5372186Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5372587Z test_result_type_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5372984Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5373387Z test_result_type_cuda_complex64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5375540Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.020s) 2022-11-23T03:53:47.5375939Z test_result_type_cuda_complex64_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5376323Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5376734Z test_result_type_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5377141Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5377545Z test_result_type_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5377947Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T03:53:47.5378350Z test_result_type_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5378733Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5379256Z test_result_type_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5379659Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.022s) 2022-11-23T03:53:47.5381305Z test_result_type_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5382240Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5382641Z test_result_type_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5383025Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5383427Z test_result_type_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5383930Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5384350Z test_result_type_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5384753Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5385149Z test_result_type_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5385546Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5385930Z test_result_type_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5386325Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5388574Z test_result_type_cuda_float16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5388991Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5389431Z test_result_type_cuda_float16_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5390098Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5390797Z test_result_type_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5391483Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T03:53:47.5392159Z test_result_type_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5392821Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T03:53:47.5395446Z test_result_type_cuda_float16_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5395855Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5396238Z test_result_type_cuda_float16_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5396634Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5397029Z test_result_type_cuda_float16_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5397429Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T03:53:47.5397826Z test_result_type_cuda_float16_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5398225Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5398600Z test_result_type_cuda_float16_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5398990Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5399379Z test_result_type_cuda_float16_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5399767Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5401915Z test_result_type_cuda_float16_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5402315Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T03:53:47.5402691Z test_result_type_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5403093Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5403495Z test_result_type_cuda_float32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5404155Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.015s) 2022-11-23T03:53:47.5404627Z test_result_type_cuda_float32_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5405174Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5405610Z test_result_type_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5406086Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5408410Z test_result_type_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5408922Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.019s) 2022-11-23T03:53:47.5409413Z test_result_type_cuda_float32_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5410006Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.017s) 2022-11-23T03:53:47.5410463Z test_result_type_cuda_float32_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5410935Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T03:53:47.5411431Z test_result_type_cuda_float32_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5411902Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T03:53:47.5431685Z test_result_type_cuda_float32_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5432477Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5435499Z test_result_type_cuda_float32_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5436226Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5436939Z test_result_type_cuda_float32_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5437528Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5437939Z test_result_type_cuda_float32_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5438336Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5438730Z test_result_type_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5439123Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5439525Z test_result_type_cuda_float64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5441761Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5442170Z test_result_type_cuda_float64_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5442565Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T03:53:47.5442970Z test_result_type_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5443366Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T03:53:47.5443765Z test_result_type_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5444144Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5444536Z test_result_type_cuda_float64_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5444936Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5445335Z test_result_type_cuda_float64_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5445733Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T03:53:47.5446131Z test_result_type_cuda_float64_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5448343Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T03:53:47.5448752Z test_result_type_cuda_float64_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5449146Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T03:53:47.5449750Z test_result_type_cuda_float64_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5450143Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5450536Z test_result_type_cuda_float64_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5450929Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5451307Z test_result_type_cuda_float64_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5451702Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.015s) 2022-11-23T03:53:47.5452100Z test_result_type_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5452494Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T03:53:47.5454746Z test_result_type_cuda_int16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5455201Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.015s) 2022-11-23T03:53:47.5455585Z test_result_type_cuda_int16_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5455972Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5456371Z test_result_type_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5456771Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5457176Z test_result_type_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5457574Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5457949Z test_result_type_cuda_int16_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5458341Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5458734Z test_result_type_cuda_int16_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5459124Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5460838Z test_result_type_cuda_int16_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5461235Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5462162Z test_result_type_cuda_int16_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5462557Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T03:53:47.5462948Z test_result_type_cuda_int16_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5463338Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5463729Z test_result_type_cuda_int16_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5464117Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5464492Z test_result_type_cuda_int16_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5464884Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T03:53:47.5465282Z test_result_type_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5465673Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5466068Z test_result_type_cuda_int32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5466463Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5468576Z test_result_type_cuda_int32_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5468974Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5469376Z test_result_type_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5469775Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5470181Z test_result_type_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5470728Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.015s) 2022-11-23T03:53:47.5472598Z test_result_type_cuda_int32_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5475412Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5475842Z test_result_type_cuda_int32_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5476239Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5476638Z test_result_type_cuda_int32_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5477034Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5477431Z test_result_type_cuda_int32_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5477809Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T03:53:47.5478338Z test_result_type_cuda_int32_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5478760Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T03:53:47.5479200Z test_result_type_cuda_int32_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5479591Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5481768Z test_result_type_cuda_int32_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5482186Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5482581Z test_result_type_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5482976Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5483372Z test_result_type_cuda_int64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5483763Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5484159Z test_result_type_cuda_int64_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5484535Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5484942Z test_result_type_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5485340Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5485739Z test_result_type_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5486140Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.020s) 2022-11-23T03:53:47.5487762Z test_result_type_cuda_int64_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5488711Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5489105Z test_result_type_cuda_int64_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5489496Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5489895Z test_result_type_cuda_int64_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5490295Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5490684Z test_result_type_cuda_int64_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5491055Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5491443Z test_result_type_cuda_int64_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5491833Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5492220Z test_result_type_cuda_int64_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5492608Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5494220Z test_result_type_cuda_int64_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5495136Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5495533Z test_result_type_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5496064Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5496458Z test_result_type_cuda_int8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5496851Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5497240Z test_result_type_cuda_int8_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5497613Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5498015Z test_result_type_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5498415Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5498812Z test_result_type_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5499289Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5501768Z test_result_type_cuda_int8_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5502453Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T03:53:47.5503113Z test_result_type_cuda_int8_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5503771Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T03:53:47.5504417Z test_result_type_cuda_int8_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5505076Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T03:53:47.5505705Z test_result_type_cuda_int8_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5506106Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T03:53:47.5508259Z test_result_type_cuda_int8_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5508656Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5509045Z test_result_type_cuda_int8_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5509437Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5509822Z test_result_type_cuda_int8_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5510210Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5510584Z test_result_type_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5510975Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5511371Z test_result_type_cuda_uint8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5511769Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5512154Z test_result_type_cuda_uint8_bool (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5512545Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5512931Z test_result_type_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5513337Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5513736Z test_result_type_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5514137Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.019s) 2022-11-23T03:53:47.5514531Z test_result_type_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5514923Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5515297Z test_result_type_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5515689Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T03:53:47.5516077Z test_result_type_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5516471Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T03:53:47.5516863Z test_result_type_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5517417Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5519537Z test_result_type_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5519961Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T03:53:47.5520353Z test_result_type_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5520740Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T03:53:47.5521127Z test_result_type_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5521517Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5521891Z test_result_type_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T03:53:47.5522388Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T03:53:47.5522837Z test_result_type_tensor_vs_scalar_cuda (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-11-23T03:53:47.5523271Z test_sparse_add_cuda (__main__.TestTypePromotionCUDA) ... ok (1.028s) 2022-11-23T03:53:47.5523669Z test_sparse_div_cuda (__main__.TestTypePromotionCUDA) ... ok (0.067s) 2022-11-23T03:53:47.5524094Z test_sparse_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5524542Z test_sparse_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5524978Z test_sparse_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5525427Z test_sparse_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T03:53:47.5525868Z test_sparse_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5526291Z test_sparse_mul_cuda (__main__.TestTypePromotionCUDA) ... ok (1.030s) 2022-11-23T03:53:47.5526694Z test_sparse_sub_cuda (__main__.TestTypePromotionCUDA) ... ok (1.075s) 2022-11-23T03:53:47.5527100Z test_transpose_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5527532Z test_unary_op_out_casting_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.272s) 2022-11-23T03:53:47.5528027Z test_unary_op_out_casting_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5528512Z test_unary_op_out_casting_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5528995Z test_unary_op_out_casting_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5529467Z test_unary_op_out_casting_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5529943Z test_unary_op_out_casting_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T03:53:47.5530428Z test_unary_op_out_casting_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.246s) 2022-11-23T03:53:47.5530894Z test_unary_op_out_casting_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5531368Z test_unary_op_out_casting_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5531832Z test_unary_op_out_casting_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5532304Z test_unary_op_out_casting_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5532779Z test_unary_op_out_casting_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5533250Z test_unary_op_out_casting_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5533711Z test_unary_op_out_casting_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-11-23T03:53:47.5534155Z test_unary_op_out_casting_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5536617Z test_unary_op_out_casting_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5537099Z test_unary_op_out_casting_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T03:53:47.5537563Z test_unary_op_out_casting_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T03:53:47.5538024Z test_unary_op_out_casting_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T03:53:47.5538482Z test_unary_op_out_casting_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5538944Z test_unary_op_out_casting_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5539390Z test_unary_op_out_casting_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T03:53:47.5539955Z test_unary_op_out_casting_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5540437Z test_unary_op_out_casting_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T03:53:47.5540886Z test_unary_op_out_casting_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5541307Z test_unsigned_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T03:53:47.5541533Z 2022-11-23T03:53:47.5541733Z ---------------------------------------------------------------------- 2022-11-23T03:53:47.5542051Z Ran 422 tests in 17.000s 2022-11-23T03:53:47.5542185Z 2022-11-23T03:53:47.5542280Z OK (skipped=121) 2022-11-23T03:53:47.5542423Z 2022-11-23T03:53:47.5542536Z Generating XML reports... 2022-11-23T03:53:47.5543010Z Generated XML report: test-reports\python-unittest\test_type_promotion\TEST-TestTypePromotionCUDA-20221123035329.xml 2022-11-23T03:53:47.5543353Z 2022-11-23T03:53:47.5543758Z ##[endgroup] 2022-11-23T03:53:47.5544215Z FINISHED PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion_o10ayexk) 2022-11-23T03:53:47.5544561Z 2022-11-23T03:53:52.0075136Z Running test_transformers ... [2022-11-23 03:53:52.001926] 2022-11-23T03:53:52.0083140Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:53:52.007684] 2022-11-23T03:53:52.0086301Z Ignoring disabled issues: [] 2022-11-23T03:54:16.9727785Z 2022-11-23T03:54:16.9728551Z Expand the folded group to see the log file of test_transformers 2022-11-23T03:54:16.9730067Z ##[group]PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_zdpqy6ms) 2022-11-23T03:54:16.9732997Z 2022-11-23T03:54:16.9733201Z Running tests... 2022-11-23T03:54:16.9733577Z ---------------------------------------------------------------------- 2022-11-23T03:54:16.9736862Z Test results will be stored in test-reports\python-unittest\test_transformers 2022-11-23T03:54:16.9737758Z test_bias_is_none (__main__.TestTransformers) ... ok (1.843s) 2022-11-23T03:54:16.9738558Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.014s) 2022-11-23T03:54:16.9739417Z test_fused_sdp_choice_type_dense (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T03:54:16.9740241Z test_fused_sdp_choice_type_nested (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9740966Z test_mask_check_fastpath (__main__.TestTransformers) 2022-11-23T03:54:16.9742585Z Test that fastpath is executed independently of the masks that are passed. ... C:\actions-runner\_work\pytorch\pytorch\test\test_transformers.py:916: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T03:54:16.9744768Z nested_tensor_return_value = torch.nested.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-11-23T03:54:16.9745770Z ok (0.024s) 2022-11-23T03:54:16.9746516Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9747579Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.922s) 2022-11-23T03:54:16.9748601Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T03:54:16.9749652Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.005s) 2022-11-23T03:54:16.9750713Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9751939Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T03:54:16.9753031Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.992s) 2022-11-23T03:54:16.9754113Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T03:54:16.9755202Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T03:54:16.9756277Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.009s) 2022-11-23T03:54:16.9757348Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T03:54:16.9758001Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T03:54:16.9758561Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T03:54:16.9759100Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T03:54:16.9759642Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T03:54:16.9760174Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T03:54:16.9760705Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9761237Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T03:54:16.9761781Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T03:54:16.9762324Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T03:54:16.9762885Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9763434Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T03:54:16.9763983Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T03:54:16.9764537Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T03:54:16.9765083Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.036s) 2022-11-23T03:54:16.9765779Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.054s) 2022-11-23T03:54:16.9766317Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.029s) 2022-11-23T03:54:16.9766847Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.053s) 2022-11-23T03:54:16.9767358Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.026s) 2022-11-23T03:54:16.9767891Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.053s) 2022-11-23T03:54:16.9769083Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T03:54:16.9769687Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9770218Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T03:54:16.9770744Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9771270Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T03:54:16.9771795Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T03:54:16.9772320Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T03:54:16.9772880Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T03:54:16.9773432Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9773981Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T03:54:16.9774531Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T03:54:16.9775081Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.010s) 2022-11-23T03:54:16.9775625Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T03:54:16.9776158Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.004s) 2022-11-23T03:54:16.9776694Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-11-23T03:54:16.9777205Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9777732Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-11-23T03:54:16.9778265Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.012s) 2022-11-23T03:54:16.9778818Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9779372Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T03:54:16.9780049Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9780595Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T03:54:16.9781144Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9781694Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9782294Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.023s) 2022-11-23T03:54:16.9782855Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.045s) 2022-11-23T03:54:16.9783397Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.034s) 2022-11-23T03:54:16.9783932Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.058s) 2022-11-23T03:54:16.9784460Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.024s) 2022-11-23T03:54:16.9784987Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.059s) 2022-11-23T03:54:16.9785611Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_dense_fused_kernel_flash (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.006s) 2022-11-23T03:54:16.9786334Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_dense_fused_kernel_mem_efficient (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.006s) 2022-11-23T03:54:16.9787049Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_nested_fused_kernel_flash (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.006s) 2022-11-23T03:54:16.9787748Z test_scaled_dot_product_attention_fused_kernels_packed_accuracy_type_nested_fused_kernel_mem_efficient (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.006s) 2022-11-23T03:54:16.9788457Z test_scaled_dot_product_attention_fused_kernels_packed_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T03:54:16.9789144Z test_scaled_dot_product_attention_fused_kernels_packed_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T03:54:16.9789825Z test_scaled_dot_product_attention_fused_kernels_packed_type_nested_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T03:54:16.9790507Z test_scaled_dot_product_attention_fused_kernels_packed_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T03:54:16.9791174Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T03:54:16.9791830Z test_scaled_dot_product_attention_fused_kernels_type_dense_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T03:54:16.9792546Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.003s) 2022-11-23T03:54:16.9793305Z test_scaled_dot_product_attention_fused_kernels_type_nested_is_contiguous_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T03:54:16.9793938Z test_sdp_fused_grad_against_math_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.006s) 2022-11-23T03:54:16.9794543Z test_sdp_fused_grad_against_math_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T03:54:16.9795120Z test_sdp_math_gradcheck_contiguous_inputs_False (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.000s) 2022-11-23T03:54:16.9795700Z test_sdp_math_gradcheck_contiguous_inputs_True (__main__.TestTransformers) ... skip: Flash Attention was not built for this system (0.010s) 2022-11-23T03:54:16.9796256Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... ok (0.117s) 2022-11-23T03:54:16.9796771Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.002s) 2022-11-23T03:54:16.9797371Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T03:54:16.9797988Z test_train_with_pad_and_catch_error_device_cuda (__main__.TestTransformers) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:54:16.9798596Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.078s) 2022-11-23T03:54:16.9799365Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... ok (0.087s) 2022-11-23T03:54:16.9800004Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.056s) 2022-11-23T03:54:16.9800972Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.102s) 2022-11-23T03:54:16.9801770Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.087s) 2022-11-23T03:54:16.9802367Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... ok (0.107s) 2022-11-23T03:54:16.9802957Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.071s) 2022-11-23T03:54:16.9803541Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.100s) 2022-11-23T03:54:16.9804125Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.055s) 2022-11-23T03:54:16.9805290Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py:278: UserWarning: nested_from_padded CUDA kernels only support fp32/fp16; falling back to slower generic kernel (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cpp:54.) 2022-11-23T03:54:16.9806547Z output = torch._nested_tensor_from_mask(output, src_key_padding_mask.logical_not(), mask_check=False) 2022-11-23T03:54:16.9807010Z ok (0.057s) 2022-11-23T03:54:16.9807577Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.075s) 2022-11-23T03:54:16.9808160Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.083s) 2022-11-23T03:54:16.9808877Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.059s) 2022-11-23T03:54:16.9809468Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... ok (0.082s) 2022-11-23T03:54:16.9810052Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.051s) 2022-11-23T03:54:16.9810628Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.105s) 2022-11-23T03:54:16.9811243Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T03:54:16.9812248Z Test TransformerEncoder fastpath output matches slowpath output ... C:\actions-runner\_work\pytorch\pytorch\test\test_transformers.py:215: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:54:16.9813259Z torch.tensor(pair[0], device=device, dtype=torch.get_default_dtype()), # float input 2022-11-23T03:54:16.9813720Z ok (1.082s) 2022-11-23T03:54:16.9814265Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T03:54:16.9814810Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.757s) 2022-11-23T03:54:16.9815359Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T03:54:16.9815900Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.055s) 2022-11-23T03:54:16.9816450Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T03:54:16.9816983Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.786s) 2022-11-23T03:54:16.9817525Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T03:54:16.9818050Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.288s) 2022-11-23T03:54:16.9819025Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T03:54:16.9819824Z Test TransformerEncoder fastpath output matches slowpath output ... ok (2.044s) 2022-11-23T03:54:16.9820638Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T03:54:16.9821180Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.050s) 2022-11-23T03:54:16.9821730Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T03:54:16.9822258Z Test TransformerEncoder fastpath output matches slowpath output ... ok (1.767s) 2022-11-23T03:54:16.9822803Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T03:54:16.9823321Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.052s) 2022-11-23T03:54:16.9823874Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T03:54:16.9824411Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.200s) 2022-11-23T03:54:16.9824963Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T03:54:16.9825800Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.050s) 2022-11-23T03:54:16.9826355Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T03:54:16.9827147Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.181s) 2022-11-23T03:54:16.9827697Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_12 (__main__.TestTransformers) 2022-11-23T03:54:16.9828213Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.046s) 2022-11-23T03:54:16.9828846Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_False_d_model_256 (__main__.TestTransformers) 2022-11-23T03:54:16.9829403Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.095s) 2022-11-23T03:54:16.9829953Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_12 (__main__.TestTransformers) 2022-11-23T03:54:16.9830482Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.052s) 2022-11-23T03:54:16.9831027Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_True_d_model_256 (__main__.TestTransformers) 2022-11-23T03:54:16.9831554Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.088s) 2022-11-23T03:54:16.9832160Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T03:54:16.9832773Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.017s) 2022-11-23T03:54:16.9833572Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-11-23T03:54:16.9834137Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.015s) 2022-11-23T03:54:16.9834688Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T03:54:16.9835234Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.015s) 2022-11-23T03:54:16.9835784Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-11-23T03:54:16.9836331Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.015s) 2022-11-23T03:54:16.9836884Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T03:54:16.9837417Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-11-23T03:54:16.9837965Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-11-23T03:54:16.9838514Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.022s) 2022-11-23T03:54:16.9839200Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-11-23T03:54:16.9839976Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.016s) 2022-11-23T03:54:16.9840535Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-11-23T03:54:16.9841081Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.015s) 2022-11-23T03:54:16.9841690Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.009s) 2022-11-23T03:54:16.9842179Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.007s) 2022-11-23T03:54:16.9842675Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.006s) 2022-11-23T03:54:16.9843178Z test_transformerencoderlayer_src_mask_device_cuda_nhead_1 (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T03:54:16.9843680Z test_transformerencoderlayer_src_mask_device_cuda_nhead_4 (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T03:54:16.9844177Z test_transformerencoderlayer_src_mask_device_cuda_nhead_8 (__main__.TestTransformers) ... ok (0.008s) 2022-11-23T03:54:16.9844450Z 2022-11-23T03:54:16.9844716Z ---------------------------------------------------------------------- 2022-11-23T03:54:16.9845199Z Ran 131 tests in 18.828s 2022-11-23T03:54:16.9845348Z 2022-11-23T03:54:16.9845444Z OK (skipped=20) 2022-11-23T03:54:16.9845582Z 2022-11-23T03:54:16.9845693Z Generating XML reports... 2022-11-23T03:54:16.9846415Z Generated XML report: test-reports\python-unittest\test_transformers\TEST-TestTransformers-20221123035357.xml 2022-11-23T03:54:16.9846742Z 2022-11-23T03:54:16.9847150Z ##[endgroup] 2022-11-23T03:54:16.9847604Z FINISHED PRINTING LOG FILE of test_transformers (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_transformers_zdpqy6ms) 2022-11-23T03:54:16.9847946Z 2022-11-23T03:54:21.4258311Z Running test_ao_sparsity ... [2022-11-23 03:54:21.423463] 2022-11-23T03:54:21.4267358Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:54:21.423463] 2022-11-23T03:54:21.4268409Z Ignoring disabled issues: [] 2022-11-23T03:54:41.6186600Z 2022-11-23T03:54:41.6187617Z Expand the folded group to see the log file of test_ao_sparsity 2022-11-23T03:54:41.6189568Z ##[group]PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_qo1g90rj) 2022-11-23T03:54:41.6190347Z 2022-11-23T03:54:41.6190635Z Running tests... 2022-11-23T03:54:41.6193947Z ---------------------------------------------------------------------- 2022-11-23T03:54:41.6194864Z Test results will be stored in test-reports\python-unittest\test_ao_sparsity 2022-11-23T03:54:41.6195824Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-11-23T03:54:41.6197102Z Simulates the workflow of the activation sparsifier, starting from object creation ... 2022-11-23 03:54:25,606 - numba.cuda.cudadrv.driver - INFO - init 2022-11-23T03:54:41.6197822Z ok (2.740s) 2022-11-23T03:54:41.6198461Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-11-23T03:54:41.6199240Z Checks if the warning is thrown if the scheduler step is called ... ok (0.005s) 2022-11-23T03:54:41.6200055Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.011s) 2022-11-23T03:54:41.6200919Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.007s) 2022-11-23T03:54:41.6201834Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.021s) 2022-11-23T03:54:41.6203504Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-11-23T03:54:41.6204934Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-11-23T03:54:41.6205507Z ok (0.043s) 2022-11-23T03:54:41.6206139Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.033s) 2022-11-23T03:54:41.6207368Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.040s) 2022-11-23T03:54:41.6208177Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.000s) 2022-11-23T03:54:41.6209019Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (2.028s) 2022-11-23T03:54:41.6209920Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-11-23T03:54:41.6210698Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.051s) 2022-11-23T03:54:41.6211471Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.014s) 2022-11-23T03:54:41.6212203Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.026s) 2022-11-23T03:54:41.6212946Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.016s) 2022-11-23T03:54:41.6213897Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T03:54:41.6214747Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-11-23T03:54:41.6215683Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T03:54:41.6216702Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T03:54:41.6217552Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-11-23T03:54:41.6218413Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-11-23T03:54:41.6219236Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.008s) 2022-11-23T03:54:41.6220026Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-11-23T03:54:41.6221621Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T03:54:41.6222978Z warnings.warn( 2022-11-23T03:54:41.6223350Z ok (0.621s) 2022-11-23T03:54:41.6223957Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.668s) 2022-11-23T03:54:41.6224830Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.650s) 2022-11-23T03:54:41.6225706Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.021s) 2022-11-23T03:54:41.6226592Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.616s) 2022-11-23T03:54:41.6227454Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.622s) 2022-11-23T03:54:41.6228409Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.036s) 2022-11-23T03:54:41.6229413Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.010s) 2022-11-23T03:54:41.6230934Z test_step (ao.sparsity.test_scheduler.TestCubicScheduler) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\base_scheduler.py:125: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-11-23T03:54:41.6232366Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-11-23T03:54:41.6232919Z ok (0.006s) 2022-11-23T03:54:41.6233534Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.144s) 2022-11-23T03:54:41.6234439Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-11-23T03:54:41.6235462Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.011s) 2022-11-23T03:54:41.6236353Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.006s) 2022-11-23T03:54:41.6237393Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T03:54:41.6238206Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.685s) 2022-11-23T03:54:41.6239033Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T03:54:41.6239877Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.645s) 2022-11-23T03:54:41.6240799Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T03:54:41.6241781Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.661s) 2022-11-23T03:54:41.6242734Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T03:54:41.6243585Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.072s) 2022-11-23T03:54:41.6244411Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-11-23T03:54:41.6245256Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.681s) 2022-11-23T03:54:41.6246132Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-11-23T03:54:41.6247130Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.005s) 2022-11-23T03:54:41.6248206Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-11-23T03:54:41.6249127Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (1.015s) 2022-11-23T03:54:41.6250015Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.539s) 2022-11-23T03:54:41.6250911Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.512s) 2022-11-23T03:54:41.6251807Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.451s) 2022-11-23T03:54:41.6252690Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.479s) 2022-11-23T03:54:41.6253636Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T03:54:41.6254573Z The expectation is post_training_sparse_quantize function ... ok (0.023s) 2022-11-23T03:54:41.6255346Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-11-23T03:54:41.6256093Z The expectation is post_training_sparse_quantize function ... ok (0.010s) 2022-11-23T03:54:41.6257061Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-11-23 03:54:39,147 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T03:54:41.6258020Z 2022-11-23 03:54:39,155 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-11-23T03:54:41.6258547Z ok (0.011s) 2022-11-23T03:54:41.6259751Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T03:54:41.6260969Z warnings.warn( 2022-11-23T03:54:41.6261336Z ok (0.129s) 2022-11-23T03:54:41.6261963Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.255s) 2022-11-23T03:54:41.6262793Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.003s) 2022-11-23T03:54:41.6263564Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.003s) 2022-11-23T03:54:41.6264292Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-11-23T03:54:41.6264996Z Checks if the warning is thrown if the scheduler step is called ... ok (0.011s) 2022-11-23T03:54:41.6265774Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.004s) 2022-11-23T03:54:41.6266891Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T03:54:41.6267621Z Tests that fqn_to_module operates as inverse ... ok (0.009s) 2022-11-23T03:54:41.6268363Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T03:54:41.6269112Z Tests that fqn_to_module returns None when it tries to ... ok (0.003s) 2022-11-23T03:54:41.6269890Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T03:54:41.6270708Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.017s) 2022-11-23T03:54:41.6271516Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T03:54:41.6272728Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.015s) 2022-11-23T03:54:41.6273639Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T03:54:41.6274511Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.007s) 2022-11-23T03:54:41.6275319Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T03:54:41.6276113Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.004s) 2022-11-23T03:54:41.6276915Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T03:54:41.6277665Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.006s) 2022-11-23T03:54:41.6278522Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-11-23T03:54:41.6279495Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.000s) 2022-11-23T03:54:41.6280336Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.012s) 2022-11-23T03:54:41.6281217Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-11-23T03:54:41.6282100Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-11-23T03:54:41.6282979Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.064s) 2022-11-23T03:54:41.6283835Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.562s) 2022-11-23T03:54:41.6284790Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.039s) 2022-11-23T03:54:41.6285317Z 2022-11-23T03:54:41.6285700Z ---------------------------------------------------------------------- 2022-11-23T03:54:41.6286231Z Ran 72 tests in 15.438s 2022-11-23T03:54:41.6286486Z 2022-11-23T03:54:41.6286618Z OK 2022-11-23T03:54:41.6286817Z 2022-11-23T03:54:41.6287009Z Generating XML reports... 2022-11-23T03:54:41.6287953Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221123035424.xml 2022-11-23T03:54:41.6289332Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221123035424.xml 2022-11-23T03:54:41.6290729Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221123035424.xml 2022-11-23T03:54:41.6292144Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_pruner.TestBasePruner-20221123035424.xml 2022-11-23T03:54:41.6293354Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221123035424.xml 2022-11-23T03:54:41.6294646Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestComposability-20221123035424.xml 2022-11-23T03:54:41.6295950Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221123035424.xml 2022-11-23T03:54:41.6297455Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221123035424.xml 2022-11-23T03:54:41.6298933Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestFxComposability-20221123035424.xml 2022-11-23T03:54:41.6300266Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221123035424.xml 2022-11-23T03:54:41.6301639Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221123035424.xml 2022-11-23T03:54:41.6303090Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221123035424.xml 2022-11-23T03:54:41.6304631Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221123035424.xml 2022-11-23T03:54:41.6305964Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221123035424.xml 2022-11-23T03:54:41.6307200Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestScheduler-20221123035424.xml 2022-11-23T03:54:41.6308434Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221123035424.xml 2022-11-23T03:54:41.6309733Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221123035424.xml 2022-11-23T03:54:41.6310494Z 2022-11-23T03:54:41.6311202Z ##[endgroup] 2022-11-23T03:54:41.6311966Z FINISHED PRINTING LOG FILE of test_ao_sparsity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ao_sparsity_qo1g90rj) 2022-11-23T03:54:41.6312536Z 2022-11-23T03:54:46.0867394Z Running test_jiterator ... [2022-11-23 03:54:46.085914] 2022-11-23T03:54:46.0874957Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:54:46.087228] 2022-11-23T03:54:46.0877371Z Ignoring disabled issues: [] 2022-11-23T03:55:25.6228745Z 2022-11-23T03:55:25.6229791Z Expand the folded group to see the log file of test_jiterator 2022-11-23T03:55:25.6231347Z ##[group]PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_jgx72swv) 2022-11-23T03:55:25.6235348Z 2022-11-23T03:55:25.6235834Z Running tests... 2022-11-23T03:55:25.6236473Z ---------------------------------------------------------------------- 2022-11-23T03:55:25.6237203Z Test results will be stored in test-reports\python-unittest\test_jiterator 2022-11-23T03:55:25.6238089Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (2.246s) 2022-11-23T03:55:25.6239331Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.956s) 2022-11-23T03:55:25.6240332Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.562s) 2022-11-23T03:55:25.6241286Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.418s) 2022-11-23T03:55:25.6242235Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T03:55:25.6243185Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.440s) 2022-11-23T03:55:25.6244474Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.625s) 2022-11-23T03:55:25.6245396Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6246307Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6247201Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6248131Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T03:55:25.6249250Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6250272Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.617s) 2022-11-23T03:55:25.6251243Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6252198Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6253143Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6254087Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6255029Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6255965Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6256878Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6257812Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6258747Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6259688Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6260651Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.007s) 2022-11-23T03:55:25.6261616Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.469s) 2022-11-23T03:55:25.6262563Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6263517Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6264576Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6265717Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6267753Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6268706Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T03:55:25.6269643Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6270578Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6271660Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T03:55:25.6272633Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6273580Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6274514Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.237s) 2022-11-23T03:55:25.6275442Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T03:55:25.6276412Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6277349Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.446s) 2022-11-23T03:55:25.6278289Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.011s) 2022-11-23T03:55:25.6279219Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6280152Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6281090Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6282034Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6282994Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6283964Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6284922Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6285858Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.256s) 2022-11-23T03:55:25.6286795Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T03:55:25.6287731Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6288670Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6289766Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6290692Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6291629Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6292573Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6293653Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T03:55:25.6294631Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T03:55:25.6295588Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T03:55:25.6296538Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6297475Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.222s) 2022-11-23T03:55:25.6298420Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.011s) 2022-11-23T03:55:25.6299351Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6300285Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6301222Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6302405Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6303478Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6304472Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6305407Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6306336Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6307256Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6308183Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6309182Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.241s) 2022-11-23T03:55:25.6310110Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.438s) 2022-11-23T03:55:25.6311181Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.424s) 2022-11-23T03:55:25.6312085Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.431s) 2022-11-23T03:55:25.6312970Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6313875Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6314820Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6315875Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6316840Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6317760Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6318865Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6319866Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6320789Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.253s) 2022-11-23T03:55:25.6321683Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6322596Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T03:55:25.6323502Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6324412Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6325346Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6326289Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T03:55:25.6327226Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6328142Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6329053Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6329940Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6330854Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6331757Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.263s) 2022-11-23T03:55:25.6332854Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T03:55:25.6333774Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6334710Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6335656Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6336719Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.014s) 2022-11-23T03:55:25.6337689Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6338631Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6339532Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6340456Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6341374Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6342279Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6343191Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.262s) 2022-11-23T03:55:25.6344113Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6345041Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6345987Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6346945Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6347878Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6348808Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6349748Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6350668Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T03:55:25.6351590Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6352508Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6353425Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6354503Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.263s) 2022-11-23T03:55:25.6355457Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.600s) 2022-11-23T03:55:25.6356472Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (1.551s) 2022-11-23T03:55:25.6357463Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (1.620s) 2022-11-23T03:55:25.6358553Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (1.316s) 2022-11-23T03:55:25.6359543Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6360503Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (1.277s) 2022-11-23T03:55:25.6361445Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (1.187s) 2022-11-23T03:55:25.6362394Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.013s) 2022-11-23T03:55:25.6363338Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6364295Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6365260Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6366203Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6367185Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.892s) 2022-11-23T03:55:25.6368169Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6369151Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6370127Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6371093Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6372044Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6372994Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6373938Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6374882Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6375969Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6376934Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6377906Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.008s) 2022-11-23T03:55:25.6378886Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.926s) 2022-11-23T03:55:25.6380782Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6381833Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6382796Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6383740Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6384682Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6385628Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6386564Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6387524Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6388495Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6389473Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6390454Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6391424Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.606s) 2022-11-23T03:55:25.6392378Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6393355Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6394310Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (1.005s) 2022-11-23T03:55:25.6395266Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6396193Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6397148Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6398092Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6399238Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6400215Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6401193Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6402251Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6403329Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.583s) 2022-11-23T03:55:25.6404325Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.013s) 2022-11-23T03:55:25.6405272Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6406212Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6407158Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6408117Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6409066Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6410039Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6411005Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6411972Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6412945Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6413902Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6414841Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.588s) 2022-11-23T03:55:25.6415790Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6416726Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6417655Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6418600Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.008s) 2022-11-23T03:55:25.6419538Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6420886Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6421910Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T03:55:25.6422490Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6423024Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6423683Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6424261Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6424803Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.589s) 2022-11-23T03:55:25.6425345Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (1.238s) 2022-11-23T03:55:25.6425875Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (1.271s) 2022-11-23T03:55:25.6426408Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (1.003s) 2022-11-23T03:55:25.6426951Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T03:55:25.6427502Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6428061Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6428603Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T03:55:25.6429154Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6429705Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6430249Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6430795Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6431331Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.592s) 2022-11-23T03:55:25.6431864Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6432391Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T03:55:25.6432936Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6433575Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6434129Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6434689Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T03:55:25.6435246Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6435794Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6436414Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6436981Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6437519Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6438051Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.596s) 2022-11-23T03:55:25.6438584Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6439108Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6439658Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T03:55:25.6440220Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6440778Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6441326Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6441873Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6442420Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6442968Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6443498Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6444018Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6444557Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.612s) 2022-11-23T03:55:25.6445097Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6445648Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6446309Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6446864Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6447414Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6447959Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6448575Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T03:55:25.6449144Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6449671Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6450206Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6450745Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6451289Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.613s) 2022-11-23T03:55:25.6451785Z test_bool_extra_args_is_train_False_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.252s) 2022-11-23T03:55:25.6452247Z test_bool_extra_args_is_train_True_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6452734Z test_extra_args_alpha_-1_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.278s) 2022-11-23T03:55:25.6453222Z test_extra_args_alpha_-1_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.245s) 2022-11-23T03:55:25.6453686Z test_extra_args_alpha_-1_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.245s) 2022-11-23T03:55:25.6454169Z test_extra_args_alpha_-1_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.256s) 2022-11-23T03:55:25.6454645Z test_extra_args_alpha_-1_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T03:55:25.6455117Z test_extra_args_alpha_-1_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6455584Z test_extra_args_alpha_-1_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6456045Z test_extra_args_alpha_-1_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6456524Z test_extra_args_alpha_-1_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6456993Z test_extra_args_alpha_-1_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6457474Z test_extra_args_alpha_-1_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6457955Z test_extra_args_alpha_-1_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6458433Z test_extra_args_alpha_2_0_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.291s) 2022-11-23T03:55:25.6458907Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.239s) 2022-11-23T03:55:25.6459388Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.239s) 2022-11-23T03:55:25.6459962Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.236s) 2022-11-23T03:55:25.6460411Z test_extra_args_alpha_2_0_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.253s) 2022-11-23T03:55:25.6460881Z test_extra_args_alpha_2_0_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.253s) 2022-11-23T03:55:25.6461344Z test_extra_args_alpha_2_0_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.233s) 2022-11-23T03:55:25.6461801Z test_extra_args_alpha_2_0_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.260s) 2022-11-23T03:55:25.6462270Z test_extra_args_alpha_2_0_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6462744Z test_extra_args_alpha_2_0_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6463300Z test_extra_args_alpha_2_0_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T03:55:25.6463782Z test_extra_args_alpha_2_0_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6464263Z test_extra_args_alpha_None_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6464749Z test_extra_args_alpha_None_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6465229Z test_extra_args_alpha_None_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T03:55:25.6465702Z test_extra_args_alpha_None_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6466189Z test_extra_args_alpha_None_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T03:55:25.6466672Z test_extra_args_alpha_None_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.011s) 2022-11-23T03:55:25.6467129Z test_extra_args_alpha_None_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6467604Z test_extra_args_alpha_None_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T03:55:25.6468091Z test_extra_args_alpha_None_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6468573Z test_extra_args_alpha_None_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6469051Z test_extra_args_alpha_None_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6469525Z test_extra_args_alpha_None_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T03:55:25.6470072Z test_invalid_function_name_code_string_template T my _kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T03:55:25.6470678Z test_invalid_function_name_code_string_template Tmy_kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.001s) 2022-11-23T03:55:25.6471182Z test_multiple_functors_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.253s) 2022-11-23T03:55:25.6471642Z test_various_num_inputs_num_inputs_1_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.247s) 2022-11-23T03:55:25.6472143Z test_various_num_inputs_num_inputs_5_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.260s) 2022-11-23T03:55:25.6472587Z test_various_num_inputs_num_inputs_8_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.250s) 2022-11-23T03:55:25.6473053Z test_various_num_outputs_num_outputs_1_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.226s) 2022-11-23T03:55:25.6473517Z test_various_num_outputs_num_outputs_4_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.257s) 2022-11-23T03:55:25.6473979Z test_various_num_outputs_num_outputs_8_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.271s) 2022-11-23T03:55:25.6474236Z 2022-11-23T03:55:25.6474416Z ---------------------------------------------------------------------- 2022-11-23T03:55:25.6474848Z Ran 289 tests in 34.563s 2022-11-23T03:55:25.6474997Z 2022-11-23T03:55:25.6475077Z OK 2022-11-23T03:55:25.6475195Z 2022-11-23T03:55:25.6475307Z Generating XML reports... 2022-11-23T03:55:25.6475783Z Generated XML report: test-reports\python-unittest\test_jiterator\TEST-TestPythonJiteratorCUDA-20221123035450.xml 2022-11-23T03:55:25.6476121Z 2022-11-23T03:55:25.6476534Z ##[endgroup] 2022-11-23T03:55:25.6476959Z FINISHED PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_jgx72swv) 2022-11-23T03:55:25.6477290Z 2022-11-23T03:55:30.1367411Z Running test_import_stats ... [2022-11-23 03:55:30.136140] 2022-11-23T03:55:30.1376042Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:55:30.137418] 2022-11-23T03:55:30.1378756Z Ignoring disabled issues: [] 2022-11-23T03:55:43.2669782Z 2022-11-23T03:55:43.2670610Z Expand the folded group to see the log file of test_import_stats 2022-11-23T03:55:43.2672772Z ##[group]PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_n8eq385z) 2022-11-23T03:55:43.2673519Z 2022-11-23T03:55:43.2673646Z Running tests... 2022-11-23T03:55:43.2674205Z ---------------------------------------------------------------------- 2022-11-23T03:55:43.2676513Z Test results will be stored in test-reports\python-unittest\test_import_stats 2022-11-23T03:55:43.2677494Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (6.023s) 2022-11-23T03:55:43.2678428Z test_time_import_torch (__main__.TestImportTime) ... ok (3.011s) 2022-11-23T03:55:43.2678852Z 2022-11-23T03:55:43.2679219Z ---------------------------------------------------------------------- 2022-11-23T03:55:43.2680096Z Ran 2 tests in 9.031s 2022-11-23T03:55:43.2680390Z 2022-11-23T03:55:43.2682412Z OK 2022-11-23T03:55:43.2682693Z 2022-11-23T03:55:43.2682912Z Generating XML reports... 2022-11-23T03:55:43.2683392Z Generated XML report: test-reports\python-unittest\test_import_stats\TEST-TestImportTime-20221123035533.xml 2022-11-23T03:55:43.2683714Z 2022-11-23T03:55:43.2684111Z ##[endgroup] 2022-11-23T03:55:43.2684569Z FINISHED PRINTING LOG FILE of test_import_stats (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_import_stats_n8eq385z) 2022-11-23T03:55:43.2684908Z 2022-11-23T03:55:47.7082223Z Running test_xnnpack_integration ... [2022-11-23 03:55:47.707430] 2022-11-23T03:55:47.7089724Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:55:47.708786] 2022-11-23T03:55:47.7092483Z Ignoring disabled issues: [] 2022-11-23T03:56:05.2901536Z 2022-11-23T03:56:05.2902577Z Expand the folded group to see the log file of test_xnnpack_integration 2022-11-23T03:56:05.2904249Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_73ag_3ql) 2022-11-23T03:56:05.2904967Z 2022-11-23T03:56:05.2905171Z Running tests... 2022-11-23T03:56:05.2905846Z ---------------------------------------------------------------------- 2022-11-23T03:56:05.2906950Z Test results will be stored in test-reports\python-unittest\test_xnnpack_integration 2022-11-23T03:56:05.2908165Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:56:05.2909389Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T03:56:05.2910307Z test_conv2d (__main__.TestXNNPACKOps) ... ok (3.266s) 2022-11-23T03:56:05.2911121Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (2.209s) 2022-11-23T03:56:05.2912191Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.003s) 2022-11-23T03:56:05.2913640Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.175s) 2022-11-23T03:56:05.2914405Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.208s) 2022-11-23T03:56:05.2915190Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (1.377s) 2022-11-23T03:56:05.2916188Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.009s) 2022-11-23T03:56:05.2917105Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (2.433s) 2022-11-23T03:56:05.2917833Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (3.679s) 2022-11-23T03:56:05.2918928Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.004s) 2022-11-23T03:56:05.2919849Z 2022-11-23T03:56:05.2920358Z ---------------------------------------------------------------------- 2022-11-23T03:56:05.2920991Z Ran 12 tests in 13.360s 2022-11-23T03:56:05.2921275Z 2022-11-23T03:56:05.2921458Z OK (skipped=5) 2022-11-23T03:56:05.2921718Z 2022-11-23T03:56:05.2921936Z Generating XML reports... 2022-11-23T03:56:05.2922789Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKOps-20221123035551.xml 2022-11-23T03:56:05.2924024Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKRewritePass-20221123035551.xml 2022-11-23T03:56:05.2925286Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKSerDes-20221123035551.xml 2022-11-23T03:56:05.2926811Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKConv1dTransformPass-20221123035551.xml 2022-11-23T03:56:05.2927663Z 2022-11-23T03:56:05.2928236Z ##[endgroup] 2022-11-23T03:56:05.2929141Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_xnnpack_integration_73ag_3ql) 2022-11-23T03:56:05.2929840Z 2022-11-23T03:56:09.9143849Z Running test_tensorexpr_pybind ... [2022-11-23 03:56:09.913883] 2022-11-23T03:56:09.9153399Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:56:09.914539] 2022-11-23T03:56:09.9154912Z Ignoring disabled issues: [] 2022-11-23T03:56:16.6512708Z 2022-11-23T03:56:16.6513355Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-11-23T03:56:16.6514964Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_95lr545r) 2022-11-23T03:56:16.6515348Z 2022-11-23T03:56:16.6515482Z Running tests... 2022-11-23T03:56:16.6515850Z ---------------------------------------------------------------------- 2022-11-23T03:56:16.6516313Z Test results will be stored in test-reports\python-unittest\test_tensorexpr_pybind 2022-11-23T03:56:16.6516771Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (2.566s) 2022-11-23T03:56:16.6517199Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T03:56:16.6517637Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-11-23T03:56:16.6518037Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-11-23T03:56:16.6518449Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.004s) 2022-11-23T03:56:16.6518864Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.006s) 2022-11-23T03:56:16.6519281Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-11-23T03:56:16.6519719Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.003s) 2022-11-23T03:56:16.6520243Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.003s) 2022-11-23T03:56:16.6521064Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T03:56:16.6521582Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T03:56:16.6522300Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-11-23T03:56:16.6522817Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-11-23T03:56:16.6523575Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T03:56:16.6524216Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.003s) 2022-11-23T03:56:16.6524886Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-11-23T03:56:16.6525367Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-11-23T03:56:16.6525595Z 2022-11-23T03:56:16.6525795Z ---------------------------------------------------------------------- 2022-11-23T03:56:16.6526125Z Ran 17 tests in 2.609s 2022-11-23T03:56:16.6526282Z 2022-11-23T03:56:16.6526384Z OK (skipped=10) 2022-11-23T03:56:16.6526532Z 2022-11-23T03:56:16.6526647Z Generating XML reports... 2022-11-23T03:56:16.6527113Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestExprHandlePyBind-20221123035613.xml 2022-11-23T03:56:16.6527762Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestTensorExprPyBind-20221123035613.xml 2022-11-23T03:56:16.6528099Z 2022-11-23T03:56:16.6528404Z ##[endgroup] 2022-11-23T03:56:16.6528871Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_pybind_95lr545r) 2022-11-23T03:56:16.6529225Z 2022-11-23T03:56:21.0189937Z Running test_nestedtensor ... [2022-11-23 03:56:21.018533] 2022-11-23T03:56:21.0200028Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:56:21.019188] 2022-11-23T03:56:21.0201542Z Ignoring disabled issues: [] 2022-11-23T03:56:32.4320724Z 2022-11-23T03:56:32.4321417Z Expand the folded group to see the log file of test_nestedtensor 2022-11-23T03:56:32.4322378Z ##[group]PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_2kxg6koe) 2022-11-23T03:56:32.4324794Z 2022-11-23T03:56:32.4325130Z Running tests... 2022-11-23T03:56:32.4328220Z ---------------------------------------------------------------------- 2022-11-23T03:56:32.4329101Z Test results will be stored in test-reports\python-unittest\test_nestedtensor 2022-11-23T03:56:32.4331088Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nestedtensor.py:113: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T03:56:32.4332992Z nested_tensor = torch.nested.nested_tensor(data, dtype=torch.int64) 2022-11-23T03:56:32.4333548Z ok (1.850s) 2022-11-23T03:56:32.4334212Z test_2d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4335055Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4335931Z test_2d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4336984Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4338039Z test_2d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4339733Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4340884Z test_2d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4341805Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4342678Z test_3d_nested_tensor_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4343970Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4345081Z test_3d_nested_tensor_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4346211Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4347281Z test_3d_nested_tensor_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T03:56:32.4348346Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4349221Z test_3d_nested_tensor_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4350165Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4351261Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4352473Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.004s) 2022-11-23T03:56:32.4353373Z test_3d_nested_tensor_float_batch_size_2_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T03:56:32.4354227Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T03:56:32.4355067Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_3_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T03:56:32.4355888Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_10 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T03:56:32.4356582Z test_3d_nested_tensor_float_batch_size_4_max_seq_len_5_vocab_size_20 (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T03:56:32.4357008Z test_copy_ (__main__.TestNestedTensor) ... ok (0.951s) 2022-11-23T03:56:32.4357698Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4358440Z test_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T03:56:32.4359207Z test_fill_ (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T03:56:32.4359780Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.005s) 2022-11-23T03:56:32.4360177Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T03:56:32.4360568Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4360948Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-11-23T03:56:32.4361330Z test_numel (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T03:56:32.4361685Z test_ones_like (__main__.TestNestedTensor) ... ok (0.010s) 2022-11-23T03:56:32.4362056Z test_repr_string (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T03:56:32.4362419Z test_size (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T03:56:32.4362774Z test_size_dim (__main__.TestNestedTensor) ... ok (0.017s) 2022-11-23T03:56:32.4363111Z test_stride (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4363463Z test_to (__main__.TestNestedTensor) ... ok (0.022s) 2022-11-23T03:56:32.4363859Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T03:56:32.4364473Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4365399Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.001s) 2022-11-23T03:56:32.4366112Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.002s) 2022-11-23T03:56:32.4366695Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.003s) 2022-11-23T03:56:32.4367061Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.000s) 2022-11-23T03:56:32.4367527Z test_as_nested_tensor_propagates_gradients_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4368041Z test_backward_for_add_op_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.010s) 2022-11-23T03:56:32.4368520Z test_dropout_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4368994Z test_indexing_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.014s) 2022-11-23T03:56:32.4369563Z test_nested_tensor_bmm_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.964s) 2022-11-23T03:56:32.4370659Z test_nested_tensor_bmm_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: nested_from_padded CUDA kernels only support fp32/fp16; falling back to slower generic kernel (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cpp:54.) 2022-11-23T03:56:32.4372355Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:56:32.4373067Z ok (0.161s) 2022-11-23T03:56:32.4373668Z test_nested_tensor_from_list_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.009s) 2022-11-23T03:56:32.4374186Z test_nested_tensor_from_mask_and_to_padded_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4374699Z test_nested_tensor_from_padded_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.011s) 2022-11-23T03:56:32.4375207Z test_nested_tensor_from_padded_fused_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.008s) 2022-11-23T03:56:32.4375692Z test_nested_tensor_generates_leaf_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4376198Z test_nested_tensor_linear_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4376687Z test_nested_tensor_linear_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.027s) 2022-11-23T03:56:32.4377181Z test_nested_tensor_matmul_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.009s) 2022-11-23T03:56:32.4377683Z test_nested_tensor_matmul_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.305s) 2022-11-23T03:56:32.4378407Z test_nested_tensor_reshape_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4380290Z test_nested_tensor_reshape_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T03:56:32.4381143Z warnings.warn( 2022-11-23T03:56:32.4381805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T03:56:32.4382437Z warnings.warn( 2022-11-23T03:56:32.4382669Z ok (0.074s) 2022-11-23T03:56:32.4383033Z test_nested_tensor_softmax_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.015s) 2022-11-23T03:56:32.4383539Z test_nested_tensor_squeeze_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4384057Z test_nested_tensor_squeeze_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.093s) 2022-11-23T03:56:32.4385777Z test_nested_tensor_to_padded_tensor_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4386738Z test_nested_tensor_transpose_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4387681Z test_nested_tensor_transpose_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.056s) 2022-11-23T03:56:32.4388207Z test_nested_tensor_unsqueeze_backward_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4388727Z test_nested_tensor_unsqueeze_gradcheck_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.088s) 2022-11-23T03:56:32.4389234Z test_set_requires_grad_from_list_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4389858Z test_set_requires_grad_from_mask_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4390457Z test_to_buffer_series_ops_grad_with_broadcast_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.013s) 2022-11-23T03:56:32.4390947Z test_unbind_flow_through_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.011s) 2022-11-23T03:56:32.4391434Z test_values_grad_with_broadcast_cuda (__main__.TestNestedTensorAutogradCUDA) ... ok (0.010s) 2022-11-23T03:56:32.4391920Z test_activations_gelu__cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.079s) 2022-11-23T03:56:32.4392877Z test_activations_gelu_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4393780Z test_activations_neg_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:56:32.4394628Z test_activations_relu__cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:56:32.4395096Z test_activations_relu_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4395583Z test_activations_tanh__cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4396068Z test_activations_tanh_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:56:32.4396616Z test_bmm_cpu_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:56:32.4397145Z test_bmm_cpu_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T03:56:32.4397637Z test_bmm_cuda_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T03:56:32.4398108Z test_bmm_cuda_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T03:56:32.4398547Z test_bmm_cuda_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T03:56:32.4399132Z test_bmm_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4400214Z test_bmm_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4401218Z test_clone_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T03:56:32.4401752Z test_clone_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:56:32.4402227Z test_contiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4402710Z test_contiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T03:56:32.4403161Z test_detach_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4403622Z test_detach_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4404095Z test_detach_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4404562Z test_device_checks_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4405040Z test_dropout_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:56:32.4406115Z test_dropout_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T03:56:32.4406585Z test_dropout_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:56:32.4407106Z test_dropout_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4407597Z test_embedding_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:56:32.4408068Z test_empty_like_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:56:32.4408545Z test_empty_like_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4409076Z test_empty_like_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4409682Z test_layer_norm_breaking_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4410191Z test_layer_norm_breaking_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4410690Z test_layer_norm_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.112s) 2022-11-23T03:56:32.4411531Z test_layer_norm_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.111s) 2022-11-23T03:56:32.4412522Z test_linear_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:56:32.4413405Z test_linear_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:56:32.4413910Z test_linear_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4414424Z test_linear_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4414898Z test_matmul_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.031s) 2022-11-23T03:56:32.4415364Z test_matmul_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.035s) 2022-11-23T03:56:32.4415860Z test_matmul_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4416378Z test_matmul_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4416884Z test_matmul_with_bmm_path_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:56:32.4417385Z test_matmul_with_bmm_path_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:56:32.4417887Z test_nested_tensor_add_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4418360Z test_nested_tensor_add_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:56:32.4418875Z test_nested_tensor_add_in_place_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4419401Z test_nested_tensor_add_in_place_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4419918Z test_nested_tensor_chunk_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:56:32.4420416Z test_nested_tensor_chunk_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:56:32.4420909Z test_nested_tensor_chunk_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4421458Z test_nested_tensor_dense_elementwise_embedding_dim_128_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.031s) 2022-11-23T03:56:32.4422017Z test_nested_tensor_dense_elementwise_embedding_dim_128_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:56:32.4422584Z test_nested_tensor_dense_elementwise_embedding_dim_256_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.041s) 2022-11-23T03:56:32.4423159Z test_nested_tensor_dense_elementwise_embedding_dim_256_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.040s) 2022-11-23T03:56:32.4424269Z test_nested_tensor_dense_elementwise_embedding_dim_384_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T03:56:32.4424889Z test_nested_tensor_dense_elementwise_embedding_dim_384_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T03:56:32.4425469Z test_nested_tensor_dense_elementwise_embedding_dim_8_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.035s) 2022-11-23T03:56:32.4426058Z test_nested_tensor_dense_elementwise_embedding_dim_8_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T03:56:32.4426595Z test_nested_tensor_div_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:56:32.4427089Z test_nested_tensor_div_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:56:32.4427697Z test_nested_tensor_indexing_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T03:56:32.4428680Z test_nested_tensor_indexing_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T03:56:32.4429704Z test_nested_tensor_indexing_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:56:32.4430637Z test_nested_tensor_indexing_noncontiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4431209Z test_nested_tensor_indexing_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4431768Z test_nested_tensor_indexing_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4432292Z test_nested_tensor_mul_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4432783Z test_nested_tensor_mul_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:56:32.4433277Z test_nested_tensor_mul_in_place_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:56:32.4433808Z test_nested_tensor_mul_in_place_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:56:32.4434348Z test_nested_tensor_sum_dim_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T03:56:32.4434865Z test_reshape_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:56:32.4435341Z test_reshape_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4435808Z test_reshape_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4436311Z test_scaled_dot_product_attention_input_dim_3_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T03:56:32.4436833Z test_scaled_dot_product_attention_input_dim_4_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T03:56:32.4437344Z test_softmax_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T03:56:32.4437821Z test_softmax_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:56:32.4438318Z test_softmax_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4438835Z test_softmax_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4439342Z test_squeeze_unsqueeze_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:56:32.4439838Z test_squeeze_unsqueeze_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:56:32.4440308Z test_squeeze_unsqueeze_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:56:32.4440812Z test_to_padded_tensor_dim2_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4441320Z test_to_padded_tensor_dim2_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4442371Z test_to_padded_tensor_dim2_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4442876Z test_to_padded_tensor_dim3_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4443378Z test_to_padded_tensor_dim3_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4443875Z test_to_padded_tensor_dim3_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4444349Z test_to_padded_tensor_dim4_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4444858Z test_to_padded_tensor_dim4_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4445464Z test_to_padded_tensor_dim4_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4446013Z test_to_padded_tensor_noncontiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4446560Z test_to_padded_tensor_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:56:32.4447098Z test_to_padded_tensor_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4447624Z test_to_padded_tensor_output_size_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4448122Z test_to_padded_tensor_output_size_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:56:32.4448640Z test_to_padded_tensor_simple_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:56:32.4449166Z test_to_padded_tensor_simple_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4449708Z test_to_then_from_padded_tensor_no_transform0213_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4450240Z test_transpose_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4450720Z test_transpose_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4451192Z test_transpose_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:56:32.4451701Z test_transpose_inference_mode_interaction_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:56:32.4452267Z test_transpose_inference_mode_interaction_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:56:32.4452832Z test_transpose_inference_mode_interaction_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:56:32.4453372Z test_unbind_noncontiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4453888Z test_unbind_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4454402Z test_unbind_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4454884Z test_view_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:56:32.4455320Z test_view_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T03:56:32.4455779Z test_view_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:56:32.4456292Z test_view_inference_mode_interaction_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4456841Z test_view_inference_mode_interaction_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4457391Z test_view_inference_mode_interaction_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:56:32.4457679Z 2022-11-23T03:56:32.4457883Z ---------------------------------------------------------------------- 2022-11-23T03:56:32.4458699Z Ran 191 tests in 6.297s 2022-11-23T03:56:32.4458860Z 2022-11-23T03:56:32.4458936Z OK (skipped=3) 2022-11-23T03:56:32.4459080Z 2022-11-23T03:56:32.4459200Z Generating XML reports... 2022-11-23T03:56:32.4459670Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensor-20221123035625.xml 2022-11-23T03:56:32.4460823Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorAutogradCUDA-20221123035625.xml 2022-11-23T03:56:32.4462334Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorDeviceTypeCUDA-20221123035625.xml 2022-11-23T03:56:32.4462942Z 2022-11-23T03:56:32.4463387Z ##[endgroup] 2022-11-23T03:56:32.4463996Z FINISHED PRINTING LOG FILE of test_nestedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nestedtensor_2kxg6koe) 2022-11-23T03:56:32.4464369Z 2022-11-23T03:56:36.8061033Z Running nn/test_module_hooks ... [2022-11-23 03:56:36.805324] 2022-11-23T03:56:36.8068776Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_module_hooks.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:56:36.806655] 2022-11-23T03:56:36.8071624Z Ignoring disabled issues: [] 2022-11-23T03:56:43.4543070Z 2022-11-23T03:56:43.4544228Z Expand the folded group to see the log file of nn/test_module_hooks 2022-11-23T03:56:43.4545863Z ##[group]PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_2etdauc_) 2022-11-23T03:56:43.4546535Z 2022-11-23T03:56:43.4546733Z Running tests... 2022-11-23T03:56:43.4547366Z ---------------------------------------------------------------------- 2022-11-23T03:56:43.4548205Z Test results will be stored in test-reports\python-unittest\nn.test_module_hooks 2022-11-23T03:56:43.4548944Z test_forward_hooks (__main__.TestModuleHooks) ... ok (2.569s) 2022-11-23T03:56:43.4549644Z test_forward_pre_hooks (__main__.TestModuleHooks) ... ok (0.015s) 2022-11-23T03:56:43.4550336Z test_full_backward_hooks (__main__.TestModuleHooks) ... ok (0.011s) 2022-11-23T03:56:43.4551027Z test_full_backward_pre_hooks (__main__.TestModuleHooks) ... ok (0.009s) 2022-11-23T03:56:43.4551703Z test_mixed_hooks (__main__.TestModuleHooks) ... ok (0.010s) 2022-11-23T03:56:43.4552027Z 2022-11-23T03:56:43.4552375Z ---------------------------------------------------------------------- 2022-11-23T03:56:43.4552951Z Ran 5 tests in 2.625s 2022-11-23T03:56:43.4553208Z 2022-11-23T03:56:43.4553356Z OK 2022-11-23T03:56:43.4553575Z 2022-11-23T03:56:43.4553806Z Generating XML reports... 2022-11-23T03:56:43.4554683Z Generated XML report: test-reports\python-unittest\nn.test_module_hooks\TEST-TestModuleHooks-20221123035640.xml 2022-11-23T03:56:43.4555277Z 2022-11-23T03:56:43.4555829Z ##[endgroup] 2022-11-23T03:56:43.4556677Z FINISHED PRINTING LOG FILE of nn/test_module_hooks (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_module_hooks_2etdauc_) 2022-11-23T03:56:43.4557309Z 2022-11-23T03:56:47.9897285Z Running test_set_default_mobile_cpu_allocator ... [2022-11-23 03:56:47.989211] 2022-11-23T03:56:47.9905728Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:56:47.989889] 2022-11-23T03:56:47.9908719Z Ignoring disabled issues: [] 2022-11-23T03:56:55.6390291Z 2022-11-23T03:56:55.6391261Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-11-23T03:56:55.6392629Z ##[group]PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_set_default_mobile_cpu_allocator__ewtidi4) 2022-11-23T03:56:55.6393090Z 2022-11-23T03:56:55.6393293Z Running tests... 2022-11-23T03:56:55.6393710Z ---------------------------------------------------------------------- 2022-11-23T03:56:55.6395837Z Test results will be stored in test-reports\python-unittest\test_set_default_mobile_cpu_allocator 2022-11-23T03:56:55.6396806Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (3.518s) 2022-11-23T03:56:55.6397594Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-11-23T03:56:55.6398041Z 2022-11-23T03:56:55.6398286Z ---------------------------------------------------------------------- 2022-11-23T03:56:55.6398642Z Ran 2 tests in 3.515s 2022-11-23T03:56:55.6398800Z 2022-11-23T03:56:55.6398885Z OK 2022-11-23T03:56:55.6399014Z 2022-11-23T03:56:55.6399135Z Generating XML reports... 2022-11-23T03:56:55.6399670Z Generated XML report: test-reports\python-unittest\test_set_default_mobile_cpu_allocator\TEST-TestSetDefaultMobileCPUAllocator-20221123035651.xml 2022-11-23T03:56:55.6400088Z 2022-11-23T03:56:55.6401025Z ##[endgroup] 2022-11-23T03:56:55.6401985Z FINISHED PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_set_default_mobile_cpu_allocator__ewtidi4) 2022-11-23T03:56:55.6402796Z 2022-11-23T03:57:00.0956593Z Running test_expanded_weights ... [2022-11-23 03:57:00.092253] 2022-11-23T03:57:00.0964196Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:57:00.092253] 2022-11-23T03:57:00.0966662Z Ignoring disabled issues: [] 2022-11-23T03:57:21.2397922Z 2022-11-23T03:57:21.2398733Z Expand the folded group to see the log file of test_expanded_weights 2022-11-23T03:57:21.2400300Z ##[group]PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_utjoju4g) 2022-11-23T03:57:21.2403822Z 2022-11-23T03:57:21.2404157Z Running tests... 2022-11-23T03:57:21.2404552Z ---------------------------------------------------------------------- 2022-11-23T03:57:21.2405023Z Test results will be stored in test-reports\python-unittest\test_expanded_weights 2022-11-23T03:57:21.2407631Z test_cnn_model_mean_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (9.235s) 2022-11-23T03:57:21.2408487Z test_cnn_model_sum_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.113s) 2022-11-23T03:57:21.2409468Z test_embedding_model_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.030s) 2022-11-23T03:57:21.2410337Z test_expanded_weight_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.003s) 2022-11-23T03:57:21.2410916Z test_expanded_weight_forward_nn_functional_conv1d_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2022-11-23T03:57:21.2411525Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.331s) 2022-11-23T03:57:21.2412594Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex32 (__main__.TestExpandedWeightFunctionalCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:57:21.2413554Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T03:57:21.2413831Z ok (0.533s) 2022-11-23T03:57:21.2414260Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.028s) 2022-11-23T03:57:21.2414862Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T03:57:21.2415456Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T03:57:21.2416049Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T03:57:21.2418164Z test_expanded_weight_forward_nn_functional_conv2d_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T03:57:21.2419099Z return self.op(*args, **kwargs) 2022-11-23T03:57:21.2419356Z ok (0.039s) 2022-11-23T03:57:21.2419766Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.067s) 2022-11-23T03:57:21.2420379Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.071s) 2022-11-23T03:57:21.2421143Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.059s) 2022-11-23T03:57:21.2435371Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.043s) 2022-11-23T03:57:21.2436556Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.026s) 2022-11-23T03:57:21.2437693Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.041s) 2022-11-23T03:57:21.2438970Z test_expanded_weight_forward_nn_functional_embedding_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.015s) 2022-11-23T03:57:21.2440421Z test_expanded_weight_forward_nn_functional_embedding_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.006s) 2022-11-23T03:57:21.2441853Z test_expanded_weight_forward_nn_functional_embedding_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.019s) 2022-11-23T03:57:21.2443332Z test_expanded_weight_forward_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.019s) 2022-11-23T03:57:21.2444677Z test_expanded_weight_forward_nn_functional_group_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.032s) 2022-11-23T03:57:21.2445912Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.032s) 2022-11-23T03:57:21.2447121Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.033s) 2022-11-23T03:57:21.2448327Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.038s) 2022-11-23T03:57:21.2449544Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.023s) 2022-11-23T03:57:21.2450782Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.024s) 2022-11-23T03:57:21.2452033Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.148s) 2022-11-23T03:57:21.2453258Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.022s) 2022-11-23T03:57:21.2454426Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.000s) 2022-11-23T03:57:21.2455635Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2022-11-23T03:57:21.2456822Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-11-23T03:57:21.2458285Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2022-11-23T03:57:21.2459461Z test_expanded_weight_forward_nn_functional_linear_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2022-11-23T03:57:21.2460660Z test_expanded_weight_forward_nn_functional_linear_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2022-11-23T03:57:21.2461874Z test_expanded_weight_forward_nn_functional_linear_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T03:57:21.2463109Z test_expanded_weight_forward_nn_functional_linear_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T03:57:21.2464427Z test_expanded_weight_forward_nn_functional_linear_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2022-11-23T03:57:21.2465644Z test_expanded_weight_forward_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2022-11-23T03:57:21.2466869Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.017s) 2022-11-23T03:57:21.2468115Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.063s) 2022-11-23T03:57:21.2469373Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-11-23T03:57:21.2470673Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.056s) 2022-11-23T03:57:21.2471981Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.038s) 2022-11-23T03:57:21.2473285Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T03:57:21.2474544Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.036s) 2022-11-23T03:57:21.2475750Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.020s) 2022-11-23T03:57:21.2476993Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.060s) 2022-11-23T03:57:21.2478260Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.005s) 2022-11-23T03:57:21.2479531Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.059s) 2022-11-23T03:57:21.2480798Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.042s) 2022-11-23T03:57:21.2482402Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-11-23T03:57:21.2483777Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.039s) 2022-11-23T03:57:21.2485057Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T03:57:21.2486360Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.042s) 2022-11-23T03:57:21.2487651Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.005s) 2022-11-23T03:57:21.2489168Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.044s) 2022-11-23T03:57:21.2490503Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.036s) 2022-11-23T03:57:21.2491851Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2022-11-23T03:57:21.2493177Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.029s) 2022-11-23T03:57:21.2494311Z test_group_norm_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.880s) 2022-11-23T03:57:21.2495461Z test_group_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.059s) 2022-11-23T03:57:21.2496509Z test_group_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.053s) 2022-11-23T03:57:21.2497515Z test_group_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.060s) 2022-11-23T03:57:21.2498574Z test_instance_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.054s) 2022-11-23T03:57:21.2499681Z test_instance_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.053s) 2022-11-23T03:57:21.2500767Z test_instance_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.062s) 2022-11-23T03:57:21.2501843Z test_layer_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.047s) 2022-11-23T03:57:21.2502907Z test_layer_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.046s) 2022-11-23T03:57:21.2503921Z test_layer_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.047s) 2022-11-23T03:57:21.2505002Z test_unsupported_expand_weights_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.012s) 2022-11-23T03:57:21.2506206Z test_unsupported_expand_weights_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.009s) 2022-11-23T03:57:21.2507432Z test_unsupported_expand_weights_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.000s) 2022-11-23T03:57:21.2508668Z test_unsupported_expand_weights_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.014s) 2022-11-23T03:57:21.2509644Z test_unsupported_expand_weights_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-11-23T03:57:21.2510706Z test_unsupported_expand_weights_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.004s) 2022-11-23T03:57:21.2511727Z test_unsupported_expand_weights_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-11-23T03:57:21.2512673Z test_forward_helper_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.006s) 2022-11-23T03:57:21.2513608Z test_forward_helper_failure_args_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.005s) 2022-11-23T03:57:21.2514561Z test_set_grad_sample_if_exists_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2022-11-23T03:57:21.2515468Z test_set_grad_sample_if_exists_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.001s) 2022-11-23T03:57:21.2516380Z test_sum_over_all_but_batch_and_last_n_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.004s) 2022-11-23T03:57:21.2517300Z test_unpack_expanded_weight_or_tensor_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2022-11-23T03:57:21.2518276Z test_unpack_expanded_weight_or_tensor_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.002s) 2022-11-23T03:57:21.2519494Z test_unpack_expanded_weight_or_tensor_with_custom_function_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.000s) 2022-11-23T03:57:21.2520349Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T03:57:21.2521029Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2521834Z test_Conv1d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T03:57:21.2522691Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.027s) 2022-11-23T03:57:21.2523467Z test_Conv1d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-11-23T03:57:21.2524208Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2525050Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2525767Z test_Conv1d_pad1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T03:57:21.2543203Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2544148Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2544928Z test_Conv1d_pad1size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2545736Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2546505Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2547229Z test_Conv1d_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2547994Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2548709Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T03:57:21.2549449Z test_Conv1d_pad2size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2550259Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-11-23T03:57:21.2551013Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2551794Z test_Conv1d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2552635Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2553445Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2554287Z test_Conv1d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2555116Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2555870Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T03:57:21.2556581Z test_Conv1d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2557318Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2558271Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2022-11-23T03:57:21.2559414Z 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.003s) 2022-11-23T03:57:21.2560548Z 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.002s) 2022-11-23T03:57:21.2561513Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2562300Z test_Conv1d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2563363Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2564122Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2564834Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2565639Z test_Conv2d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.017s) 2022-11-23T03:57:21.2566517Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2567259Z test_Conv2d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T03:57:21.2567973Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2568841Z test_Conv2d_dilated_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2569671Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2570444Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2571158Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T03:57:21.2571864Z test_Conv2d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2572602Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2573336Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2574071Z test_Conv2d_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T03:57:21.2574843Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T03:57:21.2575686Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2576575Z test_Conv2d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T03:57:21.2577440Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2578295Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2579167Z test_Conv2d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T03:57:21.2580036Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2580815Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2581604Z test_Conv2d_strided_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2582404Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2583462Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.003s) 2022-11-23T03:57:21.2584626Z 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.000s) 2022-11-23T03:57:21.2585824Z 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.000s) 2022-11-23T03:57:21.2586729Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2587500Z test_Conv2d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2588320Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.014s) 2022-11-23T03:57:21.2589056Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T03:57:21.2589753Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2590673Z test_Conv3d_1x1x1_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2591447Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2592235Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2593059Z test_Conv3d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T03:57:21.2593992Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T03:57:21.2594853Z test_Conv3d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2595558Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T03:57:21.2596434Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2597262Z test_Conv3d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T03:57:21.2598147Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T03:57:21.2599040Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2599873Z test_Conv3d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2600745Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2601508Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2602259Z test_Conv3d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2603041Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2603825Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2604619Z test_Conv3d_stride_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2605448Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2606412Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T03:57:21.2607476Z 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.010s) 2022-11-23T03:57:21.2608583Z 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.000s) 2022-11-23T03:57:21.2609517Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2610452Z test_Conv3d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-11-23T03:57:21.2611300Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2612079Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2612815Z test_Embedding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2613626Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2614444Z test_Embedding_discontiguous_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2615246Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T03:57:21.2616064Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2616824Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2617551Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2618498Z test_GroupNorm_1d_affine_GN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2619313Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2620135Z test_GroupNorm_1d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2620966Z test_GroupNorm_1d_affine_large_batch_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.081s) 2022-11-23T03:57:21.2621801Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T03:57:21.2622613Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2623408Z test_GroupNorm_1d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2624388Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2625254Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2626036Z test_GroupNorm_1d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2626889Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2627680Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2628536Z test_GroupNorm_2d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2629347Z test_GroupNorm_2d_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2630254Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2631023Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-11-23T03:57:21.2631778Z test_GroupNorm_2d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2632606Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2633391Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2634210Z test_GroupNorm_2d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2635056Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2635932Z test_GroupNorm_2d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2636781Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2637619Z test_LayerNorm_1d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2638516Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2639558Z 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.000s) 2022-11-23T03:57:21.2640711Z 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.000s) 2022-11-23T03:57:21.2641938Z 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.000s) 2022-11-23T03:57:21.2642969Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T03:57:21.2643841Z test_LayerNorm_1d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2644760Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T03:57:21.2645787Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2646625Z test_LayerNorm_3d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2647522Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2648399Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.096s) 2022-11-23T03:57:21.2649201Z test_LayerNorm_3d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T03:57:21.2650099Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.056s) 2022-11-23T03:57:21.2651106Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T03:57:21.2651973Z test_LayerNorm_3d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2652826Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T03:57:21.2653601Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T03:57:21.2654283Z test_Linear_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T03:57:21.2654995Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T03:57:21.2655858Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.002s) 2022-11-23T03:57:21.2656874Z test_Linear_no_batch_dim_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.000s) 2022-11-23T03:57:21.2657965Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.003s) 2022-11-23T03:57:21.2658810Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2659545Z test_Linear_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2660293Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T03:57:21.2661089Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T03:57:21.2661977Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T03:57:21.2662779Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T03:57:21.2663184Z 2022-11-23T03:57:21.2663515Z ---------------------------------------------------------------------- 2022-11-23T03:57:21.2664029Z Ran 236 tests in 14.406s 2022-11-23T03:57:21.2664284Z 2022-11-23T03:57:21.2664455Z OK (skipped=19) 2022-11-23T03:57:21.2664693Z 2022-11-23T03:57:21.2664895Z Generating XML reports... 2022-11-23T03:57:21.2665756Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightFunctionalCUDA-20221123035705.xml 2022-11-23T03:57:21.2667032Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightHelperFunctionCUDA-20221123035705.xml 2022-11-23T03:57:21.2668235Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightModule-20221123035705.xml 2022-11-23T03:57:21.2668842Z 2022-11-23T03:57:21.2669458Z ##[endgroup] 2022-11-23T03:57:21.2670210Z FINISHED PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_utjoju4g) 2022-11-23T03:57:21.2670780Z 2022-11-23T03:57:25.7428599Z Running test_namedtensor ... [2022-11-23 03:57:25.742420] 2022-11-23T03:57:25.7438194Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:57:25.743068] 2022-11-23T03:57:25.7439327Z Ignoring disabled issues: [] 2022-11-23T03:57:36.3989700Z 2022-11-23T03:57:36.3990685Z Expand the folded group to see the log file of test_namedtensor 2022-11-23T03:57:36.3991961Z ##[group]PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_am67jtuo) 2022-11-23T03:57:36.3992380Z 2022-11-23T03:57:36.3992867Z Running tests... 2022-11-23T03:57:36.3993496Z ---------------------------------------------------------------------- 2022-11-23T03:57:36.3994286Z Test results will be stored in test-reports\python-unittest\test_namedtensor 2022-11-23T03:57:36.3997003Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (1.884s) 2022-11-23T03:57:36.4000016Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T03:57:36.4000792Z test_addmm (__main__.TestNamedTensor) ... ok (0.923s) 2022-11-23T03:57:36.4001475Z test_addmv (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T03:57:36.4002164Z test_align_as (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T03:57:36.4002757Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-11-23T03:57:36.4003262Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.003s) 2022-11-23T03:57:36.4003952Z test_align_to (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T03:57:36.4004624Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T03:57:36.4005486Z test_any_all (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T03:57:36.4006160Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T03:57:36.4006868Z test_as_strided_cuda (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T03:57:36.4007603Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T03:57:36.4008340Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T03:57:36.4009058Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T03:57:36.4009734Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4010515Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.031s) 2022-11-23T03:57:36.4011169Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.073s) 2022-11-23T03:57:36.4012032Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.012s) 2022-11-23T03:57:36.4012686Z test_bmm (__main__.TestNamedTensor) ... ok (0.013s) 2022-11-23T03:57:36.4013277Z test_cat (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T03:57:36.4013885Z test_cdist (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4014631Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.021s) 2022-11-23T03:57:36.4015345Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4016047Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T03:57:36.4016678Z test_detach (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4017498Z test_diagonal (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4018174Z test_dot (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4019035Z test_equal (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4019716Z test_expand (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T03:57:36.4020362Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T03:57:36.4021060Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.027s) 2022-11-23T03:57:36.4021741Z test_flatten (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T03:57:36.4022389Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4023085Z test_has_names (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4024019Z test_index_fill (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T03:57:36.4025634Z test_info_smoke (__main__.TestNamedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T03:57:36.4027093Z warnings.warn(message, UserWarning) 2022-11-23T03:57:36.4027594Z ok (0.005s) 2022-11-23T03:57:36.4028130Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4028521Z test_logical_not (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4028875Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T03:57:36.4029253Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.013s) 2022-11-23T03:57:36.4029753Z test_masked_select (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T03:57:36.4030135Z test_matmul (__main__.TestNamedTensor) ... ok (0.025s) 2022-11-23T03:57:36.4030495Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.008s) 2022-11-23T03:57:36.4030901Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T03:57:36.4031454Z test_mm (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4031793Z test_mv (__main__.TestNamedTensor) ... ok (0.014s) 2022-11-23T03:57:36.4032300Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.117s) 2022-11-23T03:57:36.4032866Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T03:57:36.4033296Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T03:57:36.4033717Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T03:57:36.4034095Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T03:57:36.4034495Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T03:57:36.4034908Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T03:57:36.4035321Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T03:57:36.4035758Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T03:57:36.4036141Z test_pow_special (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4036515Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T03:57:36.4036876Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.133s) 2022-11-23T03:57:36.4037250Z test_refine_names (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T03:57:36.4037613Z test_rename (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T03:57:36.4038131Z test_rename_ (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4038512Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.012s) 2022-11-23T03:57:36.4039032Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T03:57:36.4039544Z test_repr (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T03:57:36.4039902Z test_resize (__main__.TestNamedTensor) ... ok (0.088s) 2022-11-23T03:57:36.4040259Z test_select (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4040615Z test_select_cuda (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T03:57:36.4041004Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4041376Z test_size (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4041748Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4042144Z test_squeeze (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T03:57:36.4042503Z test_stride (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4042884Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4043715Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:57:36.4044892Z tensor = torch.tensor(x) 2022-11-23T03:57:36.4045672Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:57:36.4046485Z tensor = torch.tensor(x, names=None) 2022-11-23T03:57:36.4047278Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:57:36.4047969Z tensor = torch.tensor(x, names=('N', 'C')) 2022-11-23T03:57:36.4048247Z ok (0.000s) 2022-11-23T03:57:36.4048565Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T03:57:36.4049383Z test_tensor_from_tensor (__main__.TestNamedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T03:57:36.4050110Z tensor = torch.tensor(x, names=names) 2022-11-23T03:57:36.4050379Z ok (0.001s) 2022-11-23T03:57:36.4050682Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T03:57:36.4051098Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T03:57:36.4051654Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T03:57:36.4052057Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (2.089s) 2022-11-23T03:57:36.4052590Z test_unflatten (__main__.TestNamedTensor) ... ok (0.016s) 2022-11-23T03:57:36.4053147Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4053589Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4054103Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4054603Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T03:57:36.4054863Z 2022-11-23T03:57:36.4055061Z ---------------------------------------------------------------------- 2022-11-23T03:57:36.4055393Z Ran 86 tests in 5.734s 2022-11-23T03:57:36.4055550Z 2022-11-23T03:57:36.4055650Z OK (skipped=2) 2022-11-23T03:57:36.4055798Z 2022-11-23T03:57:36.4055899Z Generating XML reports... 2022-11-23T03:57:36.4056370Z Generated XML report: test-reports\python-unittest\test_namedtensor\TEST-TestNamedTensor-20221123035729.xml 2022-11-23T03:57:36.4056705Z 2022-11-23T03:57:36.4057134Z ##[endgroup] 2022-11-23T03:57:36.4057616Z FINISHED PRINTING LOG FILE of test_namedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtensor_am67jtuo) 2022-11-23T03:57:36.4057979Z 2022-11-23T03:57:40.8767366Z Running test_serialization ... [2022-11-23 03:57:40.876405] 2022-11-23T03:57:40.8774878Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:57:40.877133] 2022-11-23T03:57:40.8778975Z Ignoring disabled issues: [] 2022-11-23T04:00:01.6504821Z 2022-11-23T04:00:01.6505651Z Expand the folded group to see the log file of test_serialization 2022-11-23T04:00:01.6506735Z ##[group]PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_ofijjvv7) 2022-11-23T04:00:01.6507548Z 2022-11-23T04:00:01.6508438Z Running tests... 2022-11-23T04:00:01.6509164Z ---------------------------------------------------------------------- 2022-11-23T04:00:01.6509872Z test_serialization_new_format_old_format_compat_cuda (__main__.TestBothSerializationCUDA) ... Test results will be stored in test-reports\python-unittest\test_serialization 2022-11-23T04:00:01.6510428Z skip: NamedTemporaryFile on windows (0.001s) 2022-11-23T04:00:01.6510969Z test_serialization_new_format_old_format_compat_safe_cuda (__main__.TestBothSerializationCUDA) ... skip: NamedTemporaryFile on windows (0.001s) 2022-11-23T04:00:01.6511520Z test_load_error_msg (__main__.TestOldSerialization) ... ok (1.843s) 2022-11-23T04:00:01.6512038Z test_load_nonexistent_device (__main__.TestOldSerialization) ... skip: Testing torch.load on CPU-only machine (0.003s) 2022-11-23T04:00:01.6512701Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.112s) 2022-11-23T04:00:01.6513193Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T04:00:01.6514257Z test_save_different_dtype_error (__main__.TestOldSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T04:00:01.6515307Z warnings.warn(message, UserWarning) 2022-11-23T04:00:01.6515592Z ok (0.012s) 2022-11-23T04:00:01.6516137Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.552s) 2022-11-23T04:00:01.6516610Z test_serialization (__main__.TestOldSerialization) ... ok (0.042s) 2022-11-23T04:00:01.6517041Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.053s) 2022-11-23T04:00:01.6517545Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.027s) 2022-11-23T04:00:01.6518026Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.020s) 2022-11-23T04:00:01.6518508Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.019s) 2022-11-23T04:00:01.6519035Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-11-23T04:00:01.6519632Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-11-23T04:00:01.6520165Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T04:00:01.6521301Z test_serialization_filelike (__main__.TestOldSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T04:00:01.6522197Z warnings.warn(message, UserWarning) 2022-11-23T04:00:01.6522488Z ok (0.009s) 2022-11-23T04:00:01.6522870Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.010s) 2022-11-23T04:00:01.6523420Z test_serialization_filelike_exceptions (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6523921Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6524410Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.457s) 2022-11-23T04:00:01.6524872Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6525341Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.084s) 2022-11-23T04:00:01.6525800Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.108s) 2022-11-23T04:00:01.6526269Z test_serialization_offset (__main__.TestOldSerialization) ... ok (97.172s) 2022-11-23T04:00:01.6526768Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (10.181s) 2022-11-23T04:00:01.6527577Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (10.323s) 2022-11-23T04:00:01.6528332Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.023s) 2022-11-23T04:00:01.6528764Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.038s) 2022-11-23T04:00:01.6529216Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.014s) 2022-11-23T04:00:01.6530196Z test_serialization_sparse (__main__.TestOldSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T04:00:01.6530992Z warnings.warn(message, UserWarning) 2022-11-23T04:00:01.6531282Z ok (0.043s) 2022-11-23T04:00:01.6532281Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_serialization.py:339: 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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T04:00:01.6533213Z x = x.to_sparse_csr() 2022-11-23T04:00:01.6533627Z ok (0.006s) 2022-11-23T04:00:01.6533972Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.970s) 2022-11-23T04:00:01.6534683Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.043s) 2022-11-23T04:00:01.6535175Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T04:00:01.6535649Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.012s) 2022-11-23T04:00:01.6536100Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.000s) 2022-11-23T04:00:01.6536518Z test_load_error_msg (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T04:00:01.6537016Z test_load_nonexistent_device (__main__.TestSerialization) ... skip: Testing torch.load on CPU-only machine (0.000s) 2022-11-23T04:00:01.6537499Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.023s) 2022-11-23T04:00:01.6537940Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T04:00:01.6538400Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6538886Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6539387Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.021s) 2022-11-23T04:00:01.6540502Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T04:00:01.6541711Z warnings.warn(message, UserWarning) 2022-11-23T04:00:01.6541976Z ok (0.024s) 2022-11-23T04:00:01.6542333Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.006s) 2022-11-23T04:00:01.6542816Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.620s) 2022-11-23T04:00:01.6543256Z test_serialization (__main__.TestSerialization) ... ok (0.049s) 2022-11-23T04:00:01.6543683Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (11.578s) 2022-11-23T04:00:01.6544151Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.028s) 2022-11-23T04:00:01.6544603Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.030s) 2022-11-23T04:00:01.6545273Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-11-23T04:00:01.6545857Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-11-23T04:00:01.6546443Z test_serialization_efficient_zerotensor_weights_only_False (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6547186Z test_serialization_efficient_zerotensor_weights_only_True (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T04:00:01.6548158Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T04:00:01.6548713Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.017s) 2022-11-23T04:00:01.6549311Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6549900Z test_serialization_filelike_exceptions (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6550464Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T04:00:01.6550997Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.701s) 2022-11-23T04:00:01.6551522Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6552052Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.093s) 2022-11-23T04:00:01.6552561Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.031s) 2022-11-23T04:00:01.6553072Z test_serialization_math_bits_weights_only_False (__main__.TestSerialization) ... ok (0.006s) 2022-11-23T04:00:01.6553692Z test_serialization_math_bits_weights_only_True (__main__.TestSerialization) ... ok (0.005s) 2022-11-23T04:00:01.6554308Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.022s) 2022-11-23T04:00:01.6554907Z test_serialization_python_attr (__main__.TestSerialization) ... ok (0.005s) 2022-11-23T04:00:01.6555339Z test_serialization_safe (__main__.TestSerialization) ... ok (0.048s) 2022-11-23T04:00:01.6555770Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6556626Z test_serialization_sparse (__main__.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T04:00:01.6557384Z warnings.warn(message, UserWarning) 2022-11-23T04:00:01.6557667Z ok (0.039s) 2022-11-23T04:00:01.6557999Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.006s) 2022-11-23T04:00:01.6558461Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T04:00:01.6558911Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.053s) 2022-11-23T04:00:01.6559349Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T04:00:01.6560354Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py:794: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-11-23T04:00:01.6561471Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-11-23T04:00:01.6561816Z ok (0.037s) 2022-11-23T04:00:01.6562158Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.022s) 2022-11-23T04:00:01.6562597Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.043s) 2022-11-23T04:00:01.6563071Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.052s) 2022-11-23T04:00:01.6563635Z test_serialize_device (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T04:00:01.6564047Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-11-23T04:00:01.6564360Z ok (0.002s) 2022-11-23T04:00:01.6564733Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T04:00:01.6565233Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T04:00:01.6565697Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6566165Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-11-23T04:00:01.6566679Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T04:00:01.6567271Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-11-23T04:00:01.6567567Z 2022-11-23T04:00:01.6567775Z ---------------------------------------------------------------------- 2022-11-23T04:00:01.6568111Z Ran 87 tests in 135.812s 2022-11-23T04:00:01.6568268Z 2022-11-23T04:00:01.6568369Z OK (skipped=8) 2022-11-23T04:00:01.6568512Z 2022-11-23T04:00:01.6568608Z Generating XML reports... 2022-11-23T04:00:01.6569115Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestOldSerialization-20221123035744.xml 2022-11-23T04:00:01.6569783Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSerialization-20221123035744.xml 2022-11-23T04:00:01.6570444Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSubclassSerialization-20221123035744.xml 2022-11-23T04:00:01.6571145Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestBothSerializationCUDA-20221123035744.xml 2022-11-23T04:00:01.6571663Z 2022-11-23T04:00:01.6572036Z ##[endgroup] 2022-11-23T04:00:01.6572699Z FINISHED PRINTING LOG FILE of test_serialization (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_serialization_ofijjvv7) 2022-11-23T04:00:01.6573063Z 2022-11-23T04:00:06.3037220Z Running test_scatter_gather_ops ... [2022-11-23 04:00:06.303489] 2022-11-23T04:00:06.3045486Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:00:06.304146] 2022-11-23T04:00:06.3049267Z Ignoring disabled issues: [] 2022-11-23T04:00:21.1805589Z 2022-11-23T04:00:21.1806781Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-11-23T04:00:21.1808447Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_ekh2weg6) 2022-11-23T04:00:21.1809167Z 2022-11-23T04:00:21.1809385Z Running tests... 2022-11-23T04:00:21.1810043Z ---------------------------------------------------------------------- 2022-11-23T04:00:21.1811521Z Test results will be stored in test-reports\python-unittest\test_scatter_gather_ops 2022-11-23T04:00:21.1812454Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (1.841s) 2022-11-23T04:00:21.1814192Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.000s) 2022-11-23T04:00:21.1815328Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.000s) 2022-11-23T04:00:21.1816295Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.010s) 2022-11-23T04:00:21.1817187Z test_gather_bool_cuda_bool (__main__.TestScatterGatherCUDA) ... ok (0.000s) 2022-11-23T04:00:21.1817981Z test_gather_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.041s) 2022-11-23T04:00:21.1818703Z test_gather_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.038s) 2022-11-23T04:00:21.1819819Z test_scatter__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.070s) 2022-11-23T04:00:21.1820611Z test_scatter__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.068s) 2022-11-23T04:00:21.1821371Z test_scatter__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.068s) 2022-11-23T04:00:21.1822171Z test_scatter__reductions_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.831s) 2022-11-23T04:00:21.1823029Z test_scatter__reductions_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.848s) 2022-11-23T04:00:21.1823858Z test_scatter__scalar_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.066s) 2022-11-23T04:00:21.1824895Z test_scatter__scalar_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.066s) 2022-11-23T04:00:21.1826886Z test_scatter__scalar_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.065s) 2022-11-23T04:00:21.1827768Z test_scatter_add__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.073s) 2022-11-23T04:00:21.1828557Z test_scatter_add__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.069s) 2022-11-23T04:00:21.1829323Z test_scatter_add__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.076s) 2022-11-23T04:00:21.1830082Z test_scatter_add_mult_index_base_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.007s) 2022-11-23T04:00:21.1831018Z test_scatter_reduce_amax_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T04:00:21.1831897Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-11-23T04:00:21.1832239Z ok (0.151s) 2022-11-23T04:00:21.1832594Z test_scatter_reduce_amax_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.152s) 2022-11-23T04:00:21.1833041Z test_scatter_reduce_amax_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.145s) 2022-11-23T04:00:21.1833503Z test_scatter_reduce_amax_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.139s) 2022-11-23T04:00:21.1833964Z test_scatter_reduce_amax_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.121s) 2022-11-23T04:00:21.1834421Z test_scatter_reduce_amax_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.135s) 2022-11-23T04:00:21.1834871Z test_scatter_reduce_amax_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.126s) 2022-11-23T04:00:21.1835324Z test_scatter_reduce_amax_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.129s) 2022-11-23T04:00:21.1835753Z test_scatter_reduce_amax_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.126s) 2022-11-23T04:00:21.1836217Z test_scatter_reduce_amin_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.129s) 2022-11-23T04:00:21.1836681Z test_scatter_reduce_amin_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.130s) 2022-11-23T04:00:21.1837148Z test_scatter_reduce_amin_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.119s) 2022-11-23T04:00:21.1837603Z test_scatter_reduce_amin_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.139s) 2022-11-23T04:00:21.1838062Z test_scatter_reduce_amin_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.148s) 2022-11-23T04:00:21.1838512Z test_scatter_reduce_amin_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.126s) 2022-11-23T04:00:21.1838937Z test_scatter_reduce_amin_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.123s) 2022-11-23T04:00:21.1839388Z test_scatter_reduce_amin_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.139s) 2022-11-23T04:00:21.1839838Z test_scatter_reduce_amin_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.125s) 2022-11-23T04:00:21.1840290Z test_scatter_reduce_mean_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.122s) 2022-11-23T04:00:21.1840753Z test_scatter_reduce_mean_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.114s) 2022-11-23T04:00:21.1841370Z test_scatter_reduce_mean_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.109s) 2022-11-23T04:00:21.1841802Z test_scatter_reduce_mean_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.128s) 2022-11-23T04:00:21.1842260Z test_scatter_reduce_mean_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.111s) 2022-11-23T04:00:21.1842704Z test_scatter_reduce_mean_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.110s) 2022-11-23T04:00:21.1843144Z test_scatter_reduce_mean_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.122s) 2022-11-23T04:00:21.1843596Z test_scatter_reduce_mean_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.115s) 2022-11-23T04:00:21.1844048Z test_scatter_reduce_mean_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.110s) 2022-11-23T04:00:21.1844598Z test_scatter_reduce_prod_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.111s) 2022-11-23T04:00:21.1845063Z test_scatter_reduce_prod_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.123s) 2022-11-23T04:00:21.1845522Z test_scatter_reduce_prod_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.126s) 2022-11-23T04:00:21.1845976Z test_scatter_reduce_prod_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.104s) 2022-11-23T04:00:21.1846430Z test_scatter_reduce_prod_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.122s) 2022-11-23T04:00:21.1846883Z test_scatter_reduce_prod_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.112s) 2022-11-23T04:00:21.1847322Z test_scatter_reduce_prod_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.110s) 2022-11-23T04:00:21.1847768Z test_scatter_reduce_prod_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.127s) 2022-11-23T04:00:21.1848202Z test_scatter_reduce_prod_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.119s) 2022-11-23T04:00:21.1848661Z test_scatter_reduce_sum_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.118s) 2022-11-23T04:00:21.1849134Z test_scatter_reduce_sum_cuda_complex128 (__main__.TestScatterGatherCUDA) ... ok (0.110s) 2022-11-23T04:00:21.1849593Z test_scatter_reduce_sum_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.117s) 2022-11-23T04:00:21.1850056Z test_scatter_reduce_sum_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.120s) 2022-11-23T04:00:21.1850507Z test_scatter_reduce_sum_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.112s) 2022-11-23T04:00:21.1850935Z test_scatter_reduce_sum_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.109s) 2022-11-23T04:00:21.1851388Z test_scatter_reduce_sum_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.112s) 2022-11-23T04:00:21.1851835Z test_scatter_reduce_sum_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.105s) 2022-11-23T04:00:21.1852276Z test_scatter_reduce_sum_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.123s) 2022-11-23T04:00:21.1852715Z test_scatter_reduce_sum_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.104s) 2022-11-23T04:00:21.1853166Z test_scatter_reduce_sum_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.123s) 2022-11-23T04:00:21.1853411Z 2022-11-23T04:00:21.1853614Z ---------------------------------------------------------------------- 2022-11-23T04:00:21.1853929Z Ran 66 tests in 10.000s 2022-11-23T04:00:21.1854087Z 2022-11-23T04:00:21.1854171Z OK 2022-11-23T04:00:21.1854294Z 2022-11-23T04:00:21.1854419Z Generating XML reports... 2022-11-23T04:00:21.1854918Z Generated XML report: test-reports\python-unittest\test_scatter_gather_ops\TEST-TestScatterGatherCUDA-20221123040010.xml 2022-11-23T04:00:21.1855271Z 2022-11-23T04:00:21.1855662Z ##[endgroup] 2022-11-23T04:00:21.1856154Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_ekh2weg6) 2022-11-23T04:00:21.1856510Z 2022-11-23T04:00:25.6922641Z Running test_complex ... [2022-11-23 04:00:25.689335] 2022-11-23T04:00:25.6930853Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:00:25.692536] 2022-11-23T04:00:25.6933525Z Ignoring disabled issues: [] 2022-11-23T04:00:32.4554087Z 2022-11-23T04:00:32.4555202Z Expand the folded group to see the log file of test_complex 2022-11-23T04:00:32.4556713Z ##[group]PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_vd0qaydx) 2022-11-23T04:00:32.4557303Z 2022-11-23T04:00:32.4557485Z Running tests... 2022-11-23T04:00:32.4557843Z ---------------------------------------------------------------------- 2022-11-23T04:00:32.4558278Z Test results will be stored in test-reports\python-unittest\test_complex 2022-11-23T04:00:32.4559014Z test_dtype_inference_cuda_float32 (__main__.TestComplexTensorCUDA) ... ok (1.887s) 2022-11-23T04:00:32.4559492Z test_dtype_inference_cuda_float64 (__main__.TestComplexTensorCUDA) ... ok (0.001s) 2022-11-23T04:00:32.4559952Z test_to_list_cuda_complex128 (__main__.TestComplexTensorCUDA) ... ok (0.001s) 2022-11-23T04:00:32.4560389Z test_to_list_cuda_complex64 (__main__.TestComplexTensorCUDA) ... ok (0.001s) 2022-11-23T04:00:32.4560629Z 2022-11-23T04:00:32.4560826Z ---------------------------------------------------------------------- 2022-11-23T04:00:32.4561152Z Ran 4 tests in 1.891s 2022-11-23T04:00:32.4561307Z 2022-11-23T04:00:32.4561390Z OK 2022-11-23T04:00:32.4561513Z 2022-11-23T04:00:32.4561608Z Generating XML reports... 2022-11-23T04:00:32.4562085Z Generated XML report: test-reports\python-unittest\test_complex\TEST-TestComplexTensorCUDA-20221123040029.xml 2022-11-23T04:00:32.4562425Z 2022-11-23T04:00:32.4562733Z ##[endgroup] 2022-11-23T04:00:32.4563184Z FINISHED PRINTING LOG FILE of test_complex (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_complex_vd0qaydx) 2022-11-23T04:00:32.4563511Z 2022-11-23T04:00:36.8849436Z Running backends/xeon/test_launch ... [2022-11-23 04:00:36.884470] 2022-11-23T04:00:36.8858983Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:00:36.885122] 2022-11-23T04:00:36.8860651Z Ignoring disabled issues: [] 2022-11-23T04:00:40.6732000Z 2022-11-23T04:00:40.6733110Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-11-23T04:00:40.6734586Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_6btphc6z) 2022-11-23T04:00:40.6735410Z 2022-11-23T04:00:40.6735609Z Running tests... 2022-11-23T04:00:40.6736356Z ---------------------------------------------------------------------- 2022-11-23T04:00:40.6737078Z test_cpu_info (__main__.TestTorchrun) ... Test results will be stored in test-reports\python-unittest\backends.xeon.test_launch 2022-11-23T04:00:40.6737525Z skip: Only works on linux (0.003s) 2022-11-23T04:00:40.6738129Z test_multi_threads (__main__.TestTorchrun) ... skip: Only works on linux (0.001s) 2022-11-23T04:00:40.6738378Z 2022-11-23T04:00:40.6738580Z ---------------------------------------------------------------------- 2022-11-23T04:00:40.6738908Z Ran 2 tests in 0.000s 2022-11-23T04:00:40.6739061Z 2022-11-23T04:00:40.6739158Z OK (skipped=2) 2022-11-23T04:00:40.6739302Z 2022-11-23T04:00:40.6739420Z Generating XML reports... 2022-11-23T04:00:40.6739874Z Generated XML report: test-reports\python-unittest\backends.xeon.test_launch\TEST-TestTorchrun-20221123040040.xml 2022-11-23T04:00:40.6740209Z 2022-11-23T04:00:40.6740525Z ##[endgroup] 2022-11-23T04:00:40.6741015Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\backends-xeon-test_launch_6btphc6z) 2022-11-23T04:00:40.6741584Z 2022-11-23T04:00:45.1071720Z Running test_license ... [2022-11-23 04:00:45.098288] 2022-11-23T04:00:45.1079361Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:00:45.098288] 2022-11-23T04:00:45.1082314Z Ignoring disabled issues: [] 2022-11-23T04:00:48.8428922Z 2022-11-23T04:00:48.8430071Z Expand the folded group to see the log file of test_license 2022-11-23T04:00:48.8431167Z ##[group]PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_2vhomqxo) 2022-11-23T04:00:48.8431516Z 2022-11-23T04:00:48.8431621Z Running tests... 2022-11-23T04:00:48.8431969Z ---------------------------------------------------------------------- 2022-11-23T04:00:48.8432404Z Test results will be stored in test-reports\python-unittest\test_license 2022-11-23T04:00:48.8432789Z test_distinfo_license (__main__.TestLicense) 2022-11-23T04:00:48.8433493Z If run when pytorch is installed via a wheel, the license will be in ... skip: no installation in site-package to test (0.001s) 2022-11-23T04:00:48.8434073Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-11-23T04:00:48.8434491Z 2022-11-23T04:00:48.8434816Z ---------------------------------------------------------------------- 2022-11-23T04:00:48.8435365Z Ran 2 tests in 0.000s 2022-11-23T04:00:48.8435625Z 2022-11-23T04:00:48.8435782Z OK (skipped=2) 2022-11-23T04:00:48.8436036Z 2022-11-23T04:00:48.8436249Z Generating XML reports... 2022-11-23T04:00:48.8437054Z Generated XML report: test-reports\python-unittest\test_license\TEST-TestLicense-20221123040048.xml 2022-11-23T04:00:48.8437385Z 2022-11-23T04:00:48.8437692Z ##[endgroup] 2022-11-23T04:00:48.8438321Z FINISHED PRINTING LOG FILE of test_license (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_license_2vhomqxo) 2022-11-23T04:00:48.8438658Z 2022-11-23T04:00:49.3717239Z Running test_ops_gradients ... [2022-11-23 04:00:49.370906] 2022-11-23T04:00:53.4163434Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=1', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:00:53.415533] 2022-11-23T04:00:53.4164368Z Ignoring disabled issues: [] 2022-11-23T04:25:38.2554191Z 2022-11-23T04:25:38.2555212Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T04:25:38.2556807Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_i1h01_qj) 2022-11-23T04:25:38.2733124Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-25fd37cfd9e8388f.xml 2022-11-23T04:25:38.2734039Z ============================= test session starts ============================= 2022-11-23T04:25:38.2734923Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T04:25:38.2736468Z cachedir: .pytest_cache 2022-11-23T04:25:38.2756404Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T04:25:38.2757471Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T04:25:38.2758448Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T04:25:38.2759302Z collecting ... collected 4835 items / 20 deselected / 4815 selected 2022-11-23T04:25:38.3890266Z Running 4815 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_like_cuda_float64 2022-11-23T04:25:38.4980287Z 2022-11-23T04:25:38.4981073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_H_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4982365Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_H_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4983602Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4984848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4986053Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4987331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4988575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___radd___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4989800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___radd___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4991068Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rdiv___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4992320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rdiv___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4993569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmatmul___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4995230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmatmul___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4996493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmod___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4997719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmul___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.4998983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmul___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5000342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 0%] 2022-11-23T04:25:38.5001440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rpow___cuda_float64 SKIPPED (Skipped!) [ 0%] 2022-11-23T04:25:38.5002611Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rsub___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5003864Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rsub___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5005125Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad__softmax_backward_data_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5006379Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_abs_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5007601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_abs_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5008800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acos_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5010018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acos_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5011313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acosh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5012587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acosh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5013827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5015093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5016348Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addbmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5017602Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addbmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5018850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcdiv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5020082Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcdiv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5021383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcmul_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5022626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcmul_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5024068Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5025319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5026574Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_decomposed_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5027873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_decomposed_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5029311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5030572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5031789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5033031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5034287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T04:25:38.5035554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T04:25:38.5036846Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T04:25:38.5038182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T04:25:38.5039426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_amax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5040646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_amin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T04:25:38.5041897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5043180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_angle_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5044534Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_angle_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5045918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5047307Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5048583Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5049855Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5051142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5052600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5054222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5055542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5056767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 1%] 2022-11-23T04:25:38.5057897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 1%] 2022-11-23T04:25:38.5059481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_scatter_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5060932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5062204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asin_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5063438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5064667Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asinh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5066028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asinh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5067474Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5068717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5069945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5071177Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atanh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5072503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atanh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5073936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_1d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5075213Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5076468Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_2d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5077752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5079116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_3d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5080631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5081879Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_baddbmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5083127Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_baddbmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5084582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bernoulli_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5085963Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bfloat16_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5087442Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bfloat16_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5088714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_block_diag_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5090157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_block_diag_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5091439Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5092843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5094311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5095603Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5096915Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_tensors_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5098257Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_tensors_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5099676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_to_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5102082Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_to_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T04:25:38.5103737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5105343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5107144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:25:38.5108895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cartesian_prod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5110549Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cartesian_prod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5112260Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 2%] 2022-11-23T04:25:38.5114307Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 2%] 2022-11-23T04:25:38.5115795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdist_cuda_float64 PASSED [ 2%] 2022-11-23T04:25:38.5117204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdouble_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5119061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdouble_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5120856Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ceil_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5122409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cfloat_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5124001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cfloat_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5125705Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chalf_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5127519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chalf_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5129145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T04:25:38.5130783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T04:25:38.5132372Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5134109Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5135802Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_inverse_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5137429Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_inverse_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5139054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5140880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5142519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chunk_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5144113Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chunk_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5145654Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5147331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_max_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5149006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_min_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5150603Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clone_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5152147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clone_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5153812Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_column_stack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5155553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_column_stack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5158384Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5160062Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5161719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_complex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5163385Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5165089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5166728Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5168552Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5170246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_constant_pad_nd_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5171831Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_constant_pad_nd_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5173407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5175047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5176778Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_copysign_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5178376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_corrcoef_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5179964Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_corrcoef_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5181606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cos_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5183333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cos_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5184869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cosh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5186409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cosh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T04:25:38.5188115Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T04:25:38.5189926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T04:25:38.5191545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cov_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5193038Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cov_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5194149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cross_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5195637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cross_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5196840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cummax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5197962Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cummin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5199113Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumprod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5200410Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumprod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5201652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumsum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5202980Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumsum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5204185Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumulative_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5205416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumulative_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5206594Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_deg2rad_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5207731Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5208974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5210286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5211443Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5212605Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagflat_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5213735Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagflat_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5215003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_copy_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5216247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_copy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5217499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5218668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5219836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5221016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diff_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5222238Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diff_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5223747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_digamma_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5224865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dist_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5225989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dist_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5227170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_floor_rounding_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5228547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_no_rounding_mode_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5230021Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_no_rounding_mode_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5231328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_trunc_rounding_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5232531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5233700Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5234873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5236153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5237473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dsplit_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5238657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dsplit_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5239839Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dstack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5241026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dstack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5242299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5243550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T04:25:38.5244811Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T04:25:38.5246022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T04:25:38.5247255Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T04:25:38.5248467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T04:25:38.5249772Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T04:25:38.5251285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T04:25:38.5252496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T04:25:38.5253779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T04:25:38.5254952Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erf_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5256320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erfc_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5257660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erfinv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5258831Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5259973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5261088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5262273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_as_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5263577Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_as_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5264893Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5266084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5267240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expm1_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5268424Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T04:25:38.5269685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T04:25:38.5270975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5272222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5273426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5274643Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5275889Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5277249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5278624Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5280088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5281317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5282575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5283848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5285332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5286582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfftn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5287815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5289047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5290272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5291709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5293001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5294219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5295418Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5296634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftshift_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5297952Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftshift_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5299302Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5300519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5301719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5302927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5304218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5305578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5306760Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5307945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfftn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5309318Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T04:25:38.5310580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5311981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5313265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5315204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fill_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5316457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fill_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5317721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flatten_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5319096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flatten_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5320249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flip_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5321412Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flip_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5322588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5323761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5325035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flipud_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5326375Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flipud_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5327568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5328787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5329920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_power_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5331144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_power_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5332304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_floor_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5333531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5334657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5335698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5336775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5338114Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_frac_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5339328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_frexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5340425Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5341541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5342748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5343923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5345170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gather_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5346393Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gather_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5347524Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5348657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5349808Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5350953Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gradient_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5352216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gradient_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5353433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_grid_sampler_2d_cuda_float64 PASSED [ 5%] 2022-11-23T04:25:38.5354478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5355638Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_half_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5356757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_half_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5357874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5359126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5360433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hsplit_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5361580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hsplit_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5362723Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hstack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5363854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hstack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5365277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hypot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5366507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_i0_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:38.5367748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T04:25:38.5368937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5370238Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_imag_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5371435Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_add_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5372756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_add_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5374075Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_copy_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5375274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_copy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5376438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_fill_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5377596Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_fill_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5378828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_put_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5380234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_put_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5381525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_reduce_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5382819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_select_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5384114Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_select_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5385460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_inner_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5386794Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_inner_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5388150Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5389423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5390722Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5392041Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5393506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5395085Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5396375Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5397666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5399028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5400642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5401983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5403263Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5404569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5405979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5407466Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5408704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_istft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5410011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5411473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5412968Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5414563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5415986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5417329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5418733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5420160Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5421612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5423044Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5424269Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kron_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5425442Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kron_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5426625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kthvalue_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5427809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ldexp_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5429137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ldexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5430304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:25:38.5431532Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lerp_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5432853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lerp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T04:25:38.5433973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lgamma_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5435086Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cond_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5436210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cond_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5437386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cross_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5438576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cross_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5439751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5440899Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5442007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_singular_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5443189Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_singular_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5444328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eig_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5445485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eig_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5446634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5447755Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5449151Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvals_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5450642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvals_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5451855Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvalsh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5453010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvalsh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5454200Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_householder_product_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5455550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_householder_product_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5456786Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5457942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5459099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_ex_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5460247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_ex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5461449Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:25:38.5462719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:25:38.5463959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:25:38.5465228Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:25:38.5466437Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:25:38.5467643Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:25:38.5468761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 7%] 2022-11-23T04:25:38.5469779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 7%] 2022-11-23T04:25:38.5470917Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5472150Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5473354Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5474501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5475698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5477051Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5478227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5479404Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5492025Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5495334Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5496798Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_norm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5498162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5499489Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_power_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5500810Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_power_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T04:25:38.5502122Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:25:38.5503414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:25:38.5506690Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:25:38.5507464Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T04:25:38.5508163Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_multi_dot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5508826Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_multi_dot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5509489Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5510224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5510918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5511627Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5512308Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5512971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5513854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5514545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5515250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 8%] 2022-11-23T04:25:38.5515962Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 8%] 2022-11-23T04:25:38.5516732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5517407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5518064Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_slogdet_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5518726Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_slogdet_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5519381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5520031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5520675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_ex_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5521333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_ex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5522007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_triangular_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5522689Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_triangular_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5523353Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svd_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5524002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svd_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5524656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svdvals_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5525323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svdvals_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5525988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorinv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5526657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorinv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5527310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorsolve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5527989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorsolve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5528762Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vander_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5529414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vander_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5530068Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vecdot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5530721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vecdot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5531459Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vector_norm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5532153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vector_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5532830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T04:25:38.5533478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T04:25:38.5534132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5534763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5535388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log1p_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5536024Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5536652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5537274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5537900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5538537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5539201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T04:25:38.5539868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5540526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logaddexp2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5541176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5541824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logcumsumexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5542474Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logdet_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5543112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logdet_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5543874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5544545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5545221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5545878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5546930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5548130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5548935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5549757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5550420Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logit_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5551082Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5551749Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5552415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5553069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5553704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5554352Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5554997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5555626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5556261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5556903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5557549Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_unpack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5558193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_unpack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5558831Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mH_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5559593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mH_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5560201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mT_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5560829Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mT_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5561458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_amax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5562181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_amin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5562859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5563535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:25:38.5564210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumprod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5564870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumprod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5565529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumsum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5566170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumsum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5566829Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_fill_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5567482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_fill_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5568136Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5568797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5569460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5570111Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_mean_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5570766Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5571413Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_median_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5572060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T04:25:38.5572705Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_normalize_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5573372Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_normalize_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5574844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_prod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5575495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_prod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5576149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_scatter_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5576812Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5577470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_select_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5578221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_select_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5578910Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5579566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5580197Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_std_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5580843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_std_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5581487Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_sum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5582130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_sum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5582778Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_var_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5583419Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_var_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5584110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matmul_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5584750Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matmul_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5585394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matrix_exp_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5586033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matrix_exp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5586679Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_binary_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5587356Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_pool2d_with_indices_backward_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5588035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5588707Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5589365Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_maximum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5590112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mean_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5590748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5591376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_median_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5592038Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5592777Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5593494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5594189Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5594856Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_binary_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5595512Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5596184Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5596840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_minimum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5597476Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5598103Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5598706Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mode_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5599343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_movedim_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5599984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_movedim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5600617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_msort_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5601255Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mul_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5601878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mul_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5602534Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T04:25:38.5603188Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5603813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5604468Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:38.5605224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5605884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5606531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nan_to_num_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5607165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanmean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5607875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanmedian_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5608548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanquantile_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5609183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nansum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5609834Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5610577Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5611226Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5611868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5612520Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5613188Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_dropout_backward_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5613857Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5614519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5615171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5615815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_neg_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5616441Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_neg_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5617090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5617741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5618424Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5619120Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5619903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5620566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5621227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5621880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5622612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5623306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5623963Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T04:25:38.5624648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5625370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5626076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5626775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5627463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5628146Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5628825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5629508Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_alpha_dropout_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5630201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5630873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5631552Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5632208Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5632905Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5633597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_bilinear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5634386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5635105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5635803Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_celu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5636539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv1d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5637226Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T04:25:38.5637901Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv2d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5638554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5639237Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5639919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5640626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5641326Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5642028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5642725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5643433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5644139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5644834Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5645509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_ctc_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5646185Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5646838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5647519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5648297Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_elu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5649191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_embedding_bag_cuda_float64 PASSED [ 12%] 2022-11-23T04:25:38.5650499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_embedding_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5651750Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5653297Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5654132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5654874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5655760Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5656849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5657543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_gelu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5658208Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_glu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5658828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_grid_sample_cuda_float64 PASSED [ 12%] 2022-11-23T04:25:38.5659454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_group_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5660142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardshrink_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5660769Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cuda_float64 PASSED [ 12%] 2022-11-23T04:25:38.5661400Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardswish_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5662233Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardtanh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5663152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5664121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_huber_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5664797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_instance_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5665498Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_area_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5666207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5667076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5667784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5668493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5669421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5670164Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_kl_div_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5671155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5671841Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5672509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5673170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_leaky_relu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5673854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_linear_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5674537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_linear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T04:25:38.5675221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_local_response_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5675916Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_logsigmoid_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5676737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5677439Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5678401Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5679073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5679774Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5680446Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5681140Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5681829Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5682637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5683331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5684169Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_mish_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5685212Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_mse_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5685870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 13%] 2022-11-23T04:25:38.5686469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 13%] 2022-11-23T04:25:38.5687134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5687819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5688497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_normalize_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5689185Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_normalize_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5689883Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5690731Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5691439Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5692407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5693110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5693797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5694498Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5695197Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5695886Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5696598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5697225Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pdist_cuda_float64 PASSED [ 13%] 2022-11-23T04:25:38.5698143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5699090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5699796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5700496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5701271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5701986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_prelu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5702656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_relu6_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5703301Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_relu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5703962Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_rrelu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5704782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_selu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5705451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_silu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5706424Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5707117Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5707801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5708485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5709190Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5709880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softplus_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5710587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softshrink_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T04:25:38.5711277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5712126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5713107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5713924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5714606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_threshold_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5715304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5716009Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5716809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5717581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5718284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_unfold_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5719101Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_unfold_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5720013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5720762Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5721452Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T04:25:38.5722115Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T04:25:38.5722764Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5723394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5724029Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_fro_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5724670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_fro_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5725316Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_inf_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5726120Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_inf_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5726907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_nuc_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5727684Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_nuc_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5728308Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 14%] 2022-11-23T04:25:38.5728912Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 14%] 2022-11-23T04:25:38.5729670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T04:25:38.5730325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T04:25:38.5730993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T04:25:38.5731651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T04:25:38.5732357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ormqr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5733178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ormqr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5734080Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_outer_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5734741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_outer_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5735381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pca_lowrank_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5736034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_permute_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5736683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_permute_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5737325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pinverse_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5737970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pinverse_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5738607Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polar_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5739246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5740059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 14%] 2022-11-23T04:25:38.5740772Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 14%] 2022-11-23T04:25:38.5741522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 14%] 2022-11-23T04:25:38.5742103Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 14%] 2022-11-23T04:25:38.5742725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_positive_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5743372Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_positive_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5744016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pow_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5744630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pow_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T04:25:38.5745388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5746021Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5746809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_put_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5747447Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_put_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5748369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_qr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5749092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_qr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5749751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_quantile_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5750390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rad2deg_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5751042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5751697Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5752363Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5753030Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5753871Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5754537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5755545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5756212Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5756863Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5757512Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5758129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_real_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5758763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_real_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5759404Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reciprocal_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5760060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reciprocal_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5760865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_remainder_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5761637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_renorm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5762586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_renorm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5763226Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5763869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5764608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_interleave_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5765284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_interleave_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5765949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_as_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5766597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_as_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5767248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5768053Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5768715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5769679Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5770344Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5771007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:25:38.5771661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_conj_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5772303Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_conj_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5772954Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5773604Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5774249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5775061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5775706Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rot90_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5776633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rot90_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5777374Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5778022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_0_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:38.5778615Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 15%] 2022-11-23T04:25:38.5779187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 16%] 2022-11-23T04:25:38.5779795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsqrt_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5780504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsqrt_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5781165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsub_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5781987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsub_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5782655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5783628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5784309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_add_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5784949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_add_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5785608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5786248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5786904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5787571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5788243Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5789045Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_prod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5789724Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_sum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5790676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5791294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_segment_reduce_lengths_cuda_float64 PASSED [ 16%] 2022-11-23T04:25:38.5791841Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_segment_reduce_offsets_cuda_float64 PASSED [ 16%] 2022-11-23T04:25:38.5792451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5793096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5793850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5794503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sgn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5795130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sgn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5795960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5796716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5797670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sigmoid_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5798294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sigmoid_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5798932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sign_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5799594Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5800306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5801017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5801727Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5802400Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T04:25:38.5803199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sin_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5803999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5804954Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinc_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5805576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinc_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5806202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5806826Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5807458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5808086Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5808720Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5809493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5810408Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5811231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5811997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sort_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5812748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T04:25:38.5813447Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5814130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5814813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5815491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5816174Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5817004Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5817728Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5818771Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5819504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T04:25:38.5820223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T04:25:38.5820901Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_entr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5821561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_erfcx_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5822248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5822971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5823767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i0e_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5824454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i1_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5826169Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i1e_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5826857Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5827590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T04:25:38.5828270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_log_ndtr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5829068Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5829800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5830483Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5831360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5832300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_ndtr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5833001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_ndtri_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5833693Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5834423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5835142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5835885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T04:25:38.5836640Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T04:25:38.5837387Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T04:25:38.5838290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-11-23T04:25:38.5839181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5840001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_xlog1py_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5840676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T04:25:38.5841455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5842108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5842765Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_list_args_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5843422Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_list_args_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5844165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_with_sizes_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5845020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_with_sizes_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5845684Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sqrt_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5846620Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sqrt_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5847266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_square_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5847902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_square_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5848542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_squeeze_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5849191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_squeeze_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T04:25:38.5849830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5850466Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5851097Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5851869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5852531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_mean_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5853328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5854098Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5854748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5855377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sub_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5856003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sub_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5856641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5857393Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5858011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_to_size_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5858656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_to_size_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5859289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5860165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5861172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_lowrank_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5861856Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_symeig_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5862504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_symeig_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5863133Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5863803Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5864429Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_along_dim_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5865086Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_along_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5865739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5866368Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5867195Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tan_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5867960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tan_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5868736Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tanh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5869370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tanh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5870015Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensor_split_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5870651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensor_split_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5871299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensordot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5871948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensordot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5872596Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5873349Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5874137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5874766Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5875686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T04:25:38.5876436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5877075Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_topk_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5877717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trace_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5878354Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trace_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5878990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5879642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5880296Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5881143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5881811Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapz_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5882793Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapz_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T04:25:38.5883717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triangular_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5884506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triangular_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5885167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tril_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5885806Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tril_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5886435Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triu_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5887055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5887691Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_true_divide_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5888532Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_true_divide_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5889327Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trunc_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5890249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unbind_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5890870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unbind_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5891519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unflatten_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5892170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unflatten_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5892914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5893587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5894236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5894879Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5895695Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:25:38.5896487Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:25:38.5897310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:25:38.5897967Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:25:38.5898631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsqueeze_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5899277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsqueeze_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5899914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5900537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5901178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_mean_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5901821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5902626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vdot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5903395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vdot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5904175Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_complex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5904833Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5905470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5906230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_real_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5906878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_copy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5907517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5908142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5909567Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vsplit_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5910473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vsplit_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5911385Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5912035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5912675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_where_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5913306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_where_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5913935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_xlogy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5914572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zero__cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5915204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zero__cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T04:25:38.5915846Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:25:38.5916647Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:25:38.5917327Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:25:38.5918340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T04:25:38.5918922Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_H_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5919399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_H_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5919873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_T_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5920341Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_T_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5920824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___getitem___cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5921324Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___getitem___cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5921795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___radd___cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5922276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___radd___cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5922923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rdiv___cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5923581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rdiv___cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5924083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmatmul___cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5924874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmatmul___cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5925414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmod___cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5925884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmul___cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5926370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmul___cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5926979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 20%] 2022-11-23T04:25:38.5927538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rpow___cuda_float64 SKIPPED (Skipped!) [ 20%] 2022-11-23T04:25:38.5928039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rsub___cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5928522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rsub___cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5929026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad__softmax_backward_data_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5929515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_abs_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5929992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_abs_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5930661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acos_cuda_complex128 SKIPPED (Skipped!) [ 20%] 2022-11-23T04:25:38.5931173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acos_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5932032Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acosh_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5932527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acosh_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5932993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_add_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5933475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_add_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5933956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addbmm_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5934443Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addbmm_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5934935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcdiv_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5935426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcdiv_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5935923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcmul_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5936405Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcmul_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5936892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5937513Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5938029Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_decomposed_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5938885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_decomposed_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5939411Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmv_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5939899Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmv_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5940362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addr_cuda_complex128 PASSED [ 20%] 2022-11-23T04:25:38.5940972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addr_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5941539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_all_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T04:25:38.5942175Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_all_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T04:25:38.5942812Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_allclose_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T04:25:38.5943464Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_allclose_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T04:25:38.5944095Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amax_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5944769Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amin_cuda_float64 PASSED [ 20%] 2022-11-23T04:25:38.5945451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_aminmax_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5946258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_angle_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5946745Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_angle_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5947309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_any_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5947937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_any_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5948562Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_arange_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5949202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argmax_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5949880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argmin_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5950497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argsort_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5951140Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argwhere_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5951936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argwhere_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5952872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 21%] 2022-11-23T04:25:38.5953462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 21%] 2022-11-23T04:25:38.5953720Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_scatter_cuda_complex128 XFAIL [ 21%] 2022-11-23T04:25:38.5953970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_scatter_cuda_float64 XFAIL [ 21%] 2022-11-23T04:25:38.5954206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asin_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5954436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asin_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5954673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asinh_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5954908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asinh_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5955138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan2_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5955498Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5955724Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5955961Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atanh_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5956174Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atanh_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5956418Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_1d_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5956657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_1d_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5956975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_2d_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5957235Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_2d_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5957481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_3d_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5957719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_3d_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5957954Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_baddbmm_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5958188Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_baddbmm_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5958592Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bernoulli_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5958830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bfloat16_cuda_complex128 XFAIL [ 21%] 2022-11-23T04:25:38.5959064Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bfloat16_cuda_float64 XFAIL [ 21%] 2022-11-23T04:25:38.5959313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_block_diag_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5959804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_block_diag_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5960357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bmm_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5960734Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bmm_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5961062Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bool_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5961380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bool_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5961645Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_tensors_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5961907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_tensors_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5962158Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_to_cuda_complex128 PASSED [ 21%] 2022-11-23T04:25:38.5962406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_to_cuda_float64 PASSED [ 21%] 2022-11-23T04:25:38.5962709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bucketize_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5963028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_byte_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5963340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_byte_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T04:25:38.5963593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cartesian_prod_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5963844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cartesian_prod_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5964221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cat_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5964447Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cat_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5964675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdist_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5964914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdouble_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5965147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdouble_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5965461Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ceil_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5965770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cfloat_cuda_complex128 XFAIL [ 22%] 2022-11-23T04:25:38.5966086Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cfloat_cuda_float64 XFAIL [ 22%] 2022-11-23T04:25:38.5966340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chalf_cuda_complex128 XFAIL [ 22%] 2022-11-23T04:25:38.5966666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chalf_cuda_float64 XFAIL [ 22%] 2022-11-23T04:25:38.5967170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_char_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T04:25:38.5967495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_char_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T04:25:38.5967738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5967973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5968234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_inverse_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5968484Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_inverse_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5968743Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_solve_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5968987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_solve_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5969205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chunk_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5969434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chunk_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5969664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5969900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_max_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5970137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_min_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5970371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clone_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5970606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clone_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5970855Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5971095Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5971344Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_combinations_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5971588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_combinations_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5971822Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_complex_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5972057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5972287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5972843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_physical_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5973092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_physical_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5973348Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_constant_pad_nd_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5973673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_constant_pad_nd_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5974106Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5974370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5974675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_copysign_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5974940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_corrcoef_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5975179Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_corrcoef_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5975415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cos_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5975645Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cos_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5975877Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cosh_cuda_complex128 PASSED [ 22%] 2022-11-23T04:25:38.5976106Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cosh_cuda_float64 PASSED [ 22%] 2022-11-23T04:25:38.5976436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T04:25:38.5976769Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_count_nonzero_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T04:25:38.5977002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cov_cuda_complex128 XFAIL [ 23%] 2022-11-23T04:25:38.5977234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cov_cuda_float64 XFAIL [ 23%] 2022-11-23T04:25:38.5977469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cross_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5977698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cross_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5977928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cummax_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5978163Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cummin_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5978406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumprod_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5978641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumprod_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5978881Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5979115Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5979385Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumulative_trapezoid_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5979817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumulative_trapezoid_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5980057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_deg2rad_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5980272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5980503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5980896Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_embed_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5981265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_embed_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5981616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagflat_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5981850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagflat_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5982105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_copy_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5982345Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_copy_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5982588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5982824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5983143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_scatter_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5983395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5983625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5983857Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_digamma_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5984084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dist_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5984305Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dist_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5984562Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_floor_rounding_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5984824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_no_rounding_mode_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5985083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_no_rounding_mode_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5985337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_trunc_rounding_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5985555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dot_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5985783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dot_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5986020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_double_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5986251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_double_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5986641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dsplit_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5986882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dsplit_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5987118Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dstack_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5987350Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dstack_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5987732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_einsum_cuda_complex128 PASSED [ 23%] 2022-11-23T04:25:38.5988112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_einsum_cuda_float64 PASSED [ 23%] 2022-11-23T04:25:38.5988440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T04:25:38.5988759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T04:25:38.5989081Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T04:25:38.5989404Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T04:25:38.5989717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eq_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T04:25:38.5990130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eq_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T04:25:38.5990445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_equal_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T04:25:38.5990759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_equal_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T04:25:38.5990987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erf_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5991217Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erfc_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5991517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erfinv_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5991769Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp2_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5992002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5992227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5992471Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_as_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5992690Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_as_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5992921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5993151Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5993469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expm1_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5993852Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eye_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T04:25:38.5994173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eye_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T04:25:38.5994416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft2_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5994789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft2_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5995039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5995270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5995511Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftn_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5995899Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftn_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5996166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5996406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5996639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft2_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5996871Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft2_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5997107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5997335Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5997580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5997817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5998165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft2_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5998377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft2_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5998616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5998848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5999090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftn_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5999323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftn_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.5999570Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftshift_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.5999883Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftshift_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.6000145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfft2_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.6000379Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfft_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.6000608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfftn_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.6000850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft2_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.6001216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft2_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.6001499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.6001734Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.6001983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfftn_cuda_complex128 PASSED [ 24%] 2022-11-23T04:25:38.6002222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfftn_cuda_float64 PASSED [ 24%] 2022-11-23T04:25:38.6002853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfft2_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6003102Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfft_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6003338Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfftn_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6003571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fill_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6003799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fill_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6004022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flatten_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6004261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flatten_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6004490Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flip_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6004718Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flip_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6004953Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fliplr_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6005186Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fliplr_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6005420Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flipud_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6005650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flipud_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6005883Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_cuda_complex128 XFAIL [ 25%] 2022-11-23T04:25:38.6006112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_cuda_float64 XFAIL [ 25%] 2022-11-23T04:25:38.6006359Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_power_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6006719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_power_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6006948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_floor_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6007273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_floor_divide_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6007499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmax_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6007725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmin_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6007946Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmod_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6008392Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_frac_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6008657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_frexp_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6008984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6009301Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6010027Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6010403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6010644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gather_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6010880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gather_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6011189Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ge_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6011505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_geqrf_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6011814Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_geqrf_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6012057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gradient_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6012294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gradient_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6012542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_grid_sampler_2d_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6012850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gt_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6013082Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_half_cuda_complex128 XFAIL [ 25%] 2022-11-23T04:25:38.6013311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_half_cuda_float64 XFAIL [ 25%] 2022-11-23T04:25:38.6013630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_heaviside_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6013941Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_histc_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6014182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6014413Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6014655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hstack_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:38.6015006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hstack_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6015236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hypot_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6015650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_i0_cuda_float64 PASSED [ 25%] 2022-11-23T04:25:38.6015974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_igamma_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T04:25:38.6016290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_igammac_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6016600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_imag_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6017227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6017501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6017732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_copy_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6017969Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_copy_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6018211Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_fill_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6018449Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_fill_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6018693Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_put_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6018927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_put_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6019169Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_reduce_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6019417Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_select_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6019660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_select_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6019895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_inner_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6020125Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_inner_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6020436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_int_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6020745Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_int_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6021067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isclose_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6021383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isclose_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6021709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isfinite_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6022024Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isfinite_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6022331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isin_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6022864Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isinf_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6023188Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isinf_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6024588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6024902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6025210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isneginf_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6025527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isposinf_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6025845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isreal_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6026260Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isreal_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6026528Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_istft_cuda_complex128 XFAIL [ 26%] 2022-11-23T04:25:38.6026874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6027214Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6027567Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6027920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6028236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6028568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6028921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6029264Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6029768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6030108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6030351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kron_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6030586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kron_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6031223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kthvalue_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6031481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6031713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6032017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_le_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T04:25:38.6032257Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lerp_cuda_complex128 PASSED [ 26%] 2022-11-23T04:25:38.6032486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lerp_cuda_float64 PASSED [ 26%] 2022-11-23T04:25:38.6032916Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lgamma_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6033163Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cond_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6033406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cond_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6033655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cross_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6033896Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cross_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6034138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6034452Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6034738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6034997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6035244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eig_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6035481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eig_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6035708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigh_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6035947Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigh_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6036198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvals_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6036445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvals_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6036853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvalsh_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6037107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvalsh_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6037379Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_householder_product_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6037788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_householder_product_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6038251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6038500Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6038750Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_ex_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6038991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_ex_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6039378Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T04:25:38.6039704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T04:25:38.6040043Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T04:25:38.6040376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T04:25:38.6040708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T04:25:38.6041032Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T04:25:38.6041418Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 27%] 2022-11-23T04:25:38.6041678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T04:25:38.6041949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6042215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6042458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6042770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6043045Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6043299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6043723Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6043988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6044237Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_solve_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6044483Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_solve_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6044953Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_norm_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6045349Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_norm_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6045617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_power_cuda_complex128 PASSED [ 27%] 2022-11-23T04:25:38.6045870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_power_cuda_float64 PASSED [ 27%] 2022-11-23T04:25:38.6046206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T04:25:38.6046533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T04:25:38.6046879Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T04:25:38.6047227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T04:25:38.6047486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_multi_dot_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6047733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_multi_dot_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6047978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6048217Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6048492Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_subgradients_at_zero_cuda_complex128 XFAIL [ 28%] 2022-11-23T04:25:38.6048762Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_subgradients_at_zero_cuda_float64 XFAIL [ 28%] 2022-11-23T04:25:38.6049008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6049246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6049628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_hermitian_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6049889Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_hermitian_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6050235Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 28%] 2022-11-23T04:25:38.6050579Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 28%] 2022-11-23T04:25:38.6050823Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_qr_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6051134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_qr_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6051415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_slogdet_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6051643Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_slogdet_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6051892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6052175Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6052427Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6052672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6052942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_triangular_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6053203Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_triangular_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6053449Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svd_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6053687Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svd_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6053938Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svdvals_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6054182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svdvals_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6054436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6054684Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6054948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorsolve_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6055201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorsolve_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6055459Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vander_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6055848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vander_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6056096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vecdot_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6056340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vecdot_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6056597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vector_norm_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6057170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vector_norm_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6057525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T04:25:38.6057944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T04:25:38.6058178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log10_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6058407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log10_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6058637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log1p_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6058870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log2_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6059095Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log2_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6059398Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6059646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6059890Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_cuda_float64 PASSED [ 28%] 2022-11-23T04:25:38.6060154Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_with_dtype_cuda_complex128 PASSED [ 28%] 2022-11-23T04:25:38.6060412Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_with_dtype_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6060655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logaddexp2_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6060891Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logaddexp_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6061137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logcumsumexp_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6061378Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logdet_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6061610Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logdet_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6061942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_and_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6062266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_and_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6062635Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_not_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6062955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_not_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6063283Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_or_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6063601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_or_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6063929Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_xor_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6064249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_xor_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6064481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logit_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6064800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6065103Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6065345Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logsumexp_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6065761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_long_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6066068Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_long_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6066371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lt_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6066603Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6066832Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6067555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_solve_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6067858Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_solve_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6068111Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_unpack_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6068345Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_unpack_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6068576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mH_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6068806Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mH_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6069030Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mT_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6069254Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mT_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6069496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amax_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6069733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amin_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6070063Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_argmax_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6070390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_argmin_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T04:25:38.6070645Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6070892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6071144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6071390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6071643Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_fill_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6071874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_fill_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6072128Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_log_softmax_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6072381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logaddexp_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6072815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logsumexp_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6073079Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_mean_cuda_complex128 PASSED [ 29%] 2022-11-23T04:25:38.6073317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_mean_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6073564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_median_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6074014Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_norm_cuda_float64 PASSED [ 29%] 2022-11-23T04:25:38.6074576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_normalize_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6074824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_normalize_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6075070Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_prod_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6075309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_prod_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6075561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_scatter_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6075805Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_scatter_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6076139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_select_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6076403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_select_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6076652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_softmax_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6076895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_softmin_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6077137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6077378Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6077614Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_sum_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6077832Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_sum_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6078078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_var_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6078315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_var_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6078557Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matmul_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6078788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matmul_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6079024Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matrix_exp_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6079259Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matrix_exp_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6079486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_binary_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6079756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6080014Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_reduction_no_dim_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6080272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_reduction_with_dim_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6080509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_maximum_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6080748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mean_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6080974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mean_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6081206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_median_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6081472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6081730Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_list_of_tensors_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6081999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6082261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_variadic_tensors_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6082601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_binary_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6082853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_reduction_no_dim_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6083109Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_reduction_with_dim_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6083324Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_minimum_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6083555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mm_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6083781Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mm_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6084081Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mode_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6084340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_movedim_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6084576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_movedim_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6084804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_msort_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6085037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mul_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6085265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mul_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6085588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_multinomial_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T04:25:38.6085816Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mv_cuda_complex128 PASSED [ 30%] 2022-11-23T04:25:38.6086049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mv_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6086306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:38.6086565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6086824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6087059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nan_to_num_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6087292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmean_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6087533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmedian_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6087776Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanquantile_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6088008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nansum_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6088336Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6088648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_copy_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6088892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_cuda_complex128 PASSED [ 31%] 2022-11-23T04:25:38.6089124Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6089373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_batch_norm_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6089634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_dropout_backward_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6089883Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_layer_norm_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6090193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ne_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6090600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ne_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6090832Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_neg_cuda_complex128 PASSED [ 31%] 2022-11-23T04:25:38.6091060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_neg_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6091384Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6091764Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6092116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6092443Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6092766Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_full_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6093084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_full_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6093406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_ones_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6093720Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_ones_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6094048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_zeros_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6094367Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_zeros_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6094685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nextafter_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T04:25:38.6094981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6095256Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6095535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6095799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6096069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6096333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6096597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6096862Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6097122Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool1d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6097384Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool2d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6097628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool3d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6097993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_batch_norm_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6098271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6098534Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_bilinear_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6098810Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6099098Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6099426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_celu_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6099708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_complex128 PASSED [ 31%] 2022-11-23T04:25:38.6099969Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_float64 PASSED [ 31%] 2022-11-23T04:25:38.6100223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_complex128 PASSED [ 32%] 2022-11-23T04:25:38.6128732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6129279Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 32%] 2022-11-23T04:25:38.6129751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6130240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 32%] 2022-11-23T04:25:38.6130699Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6130990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 32%] 2022-11-23T04:25:38.6131252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6131518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6131780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cosine_similarity_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6132035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cross_entropy_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6132280Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_ctc_loss_cuda_float64 XFAIL [ 32%] 2022-11-23T04:25:38.6132529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout2d_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6132783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout3d_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6133027Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6133266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_elu_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6133517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_embedding_bag_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6133768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_embedding_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6134049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6134342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 32%] 2022-11-23T04:25:38.6134840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6135105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_fractional_max_pool2d_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6135372Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_fractional_max_pool3d_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6135634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6135869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gelu_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6136197Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_glu_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6136470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_grid_sample_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6136721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_group_norm_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6136969Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardshrink_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6137219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardsigmoid_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6137467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardswish_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6137715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardtanh_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6137979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6138229Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_huber_loss_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6138485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_instance_norm_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6138744Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_area_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6139005Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6139274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6139535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_linear_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6139796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6140069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6140317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_kl_div_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6140565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_l1_loss_cuda_complex128 PASSED [ 32%] 2022-11-23T04:25:38.6140807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_l1_loss_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6141047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_layer_norm_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6141290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_leaky_relu_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6141536Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_linear_cuda_complex128 PASSED [ 32%] 2022-11-23T04:25:38.6141783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_linear_cuda_float64 PASSED [ 32%] 2022-11-23T04:25:38.6142045Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_local_response_norm_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6142396Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_logsigmoid_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6142657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6142903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool1d_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6143145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool2d_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6143382Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool3d_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6143720Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T04:25:38.6144001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6144275Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T04:25:38.6144530Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6144799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T04:25:38.6145056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6145295Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_mish_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6145545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_mse_loss_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6145799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6146066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6146339Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6146584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_nll_loss_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6146837Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_normalize_cuda_complex128 PASSED [ 33%] 2022-11-23T04:25:38.6147084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_normalize_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6147344Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_circular_cuda_complex128 PASSED [ 33%] 2022-11-23T04:25:38.6147592Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_circular_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6147851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_constant_cuda_complex128 PASSED [ 33%] 2022-11-23T04:25:38.6148099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_constant_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6148356Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_reflect_cuda_complex128 PASSED [ 33%] 2022-11-23T04:25:38.6148604Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_reflect_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6148860Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_replicate_cuda_complex128 PASSED [ 33%] 2022-11-23T04:25:38.6149115Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_replicate_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6149381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 33%] 2022-11-23T04:25:38.6149739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pairwise_distance_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6149980Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pdist_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6150232Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 33%] 2022-11-23T04:25:38.6150480Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6150741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 33%] 2022-11-23T04:25:38.6151069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6151343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6151586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_prelu_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6151826Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu6_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6152063Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6152303Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_rrelu_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6152542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_selu_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6152780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_silu_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6153034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6153292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6153536Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6153801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 33%] 2022-11-23T04:25:38.6154063Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6154310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softplus_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6154559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softshrink_cuda_float64 PASSED [ 33%] 2022-11-23T04:25:38.6154812Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softsign_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6155058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softsign_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6155310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_tanhshrink_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6155556Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_tanhshrink_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6155800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_threshold_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6156064Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6156324Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6156616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6156897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6157244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_unfold_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6157486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_unfold_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6157746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6158002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_upsample_nearest_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6158308Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T04:25:38.6158683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T04:25:38.6158932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6159147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6159378Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_fro_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6159598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_fro_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6159825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_inf_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6160046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_inf_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6160268Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_nuc_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6160487Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_nuc_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6160755Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 34%] 2022-11-23T04:25:38.6161036Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 34%] 2022-11-23T04:25:38.6161340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T04:25:38.6161639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T04:25:38.6162162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T04:25:38.6162486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T04:25:38.6162716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6162935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6163352Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6164991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6165569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pca_lowrank_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6166055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6166527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6167019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pinverse_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6167481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pinverse_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6168172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polar_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6168683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6169220Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T04:25:38.6169757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T04:25:38.6170278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T04:25:38.6170968Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T04:25:38.6171541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_positive_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6172012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_positive_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6172458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pow_cuda_complex128 PASSED [ 34%] 2022-11-23T04:25:38.6172895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pow_cuda_float64 PASSED [ 34%] 2022-11-23T04:25:38.6173354Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_prod_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6173772Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_prod_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6174202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_put_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6174646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_put_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6175100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_qr_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6175543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_qr_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6175994Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_quantile_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6176444Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rad2deg_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6177062Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rand_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6177685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rand_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6178294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6178916Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6179545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6180146Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6180764Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6181325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6181790Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ravel_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6182241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ravel_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6182884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_real_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6183302Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_real_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6183756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reciprocal_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6184205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reciprocal_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6184658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_remainder_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6185110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6185571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6186180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6186633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6187137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_interleave_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6187616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_interleave_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6188096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_as_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6188563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_as_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6189028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6189482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6190105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize__cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6190722Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize__cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6191338Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize_as__cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6191947Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize_as__cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T04:25:38.6192434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_conj_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6192903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_conj_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6193380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_neg_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6193859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_neg_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6194324Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6194768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6195218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rot90_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:38.6195658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rot90_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6196096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6196584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_0_cuda_float64 PASSED [ 35%] 2022-11-23T04:25:38.6197132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T04:25:38.6197665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 36%] 2022-11-23T04:25:38.6199298Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsqrt_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6199765Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsqrt_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6200228Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsub_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6200687Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsub_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6201329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6202136Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6202654Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_add_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6203149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_add_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6203623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6204086Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6204586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_amax_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6205063Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_amin_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6205553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_mean_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6206063Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_prod_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6206559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_sum_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6207226Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_searchsorted_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6207728Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_segment_reduce_lengths_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6208251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_segment_reduce_offsets_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6208704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6209157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6209634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_scatter_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6210189Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sgn_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6210646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sgn_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6211241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_short_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6211843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_short_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6212307Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sigmoid_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6212762Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sigmoid_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6213205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sign_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6213865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6214730Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6215390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6216046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6216669Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signbit_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T04:25:38.6217134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sin_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6217742Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sin_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6218231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6218672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6219118Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinh_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6219543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinh_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6219999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6220449Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6220929Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_scatter_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6221381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6221868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_with_dtype_cuda_complex128 PASSED [ 36%] 2022-11-23T04:25:38.6222357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_with_dtype_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6222803Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sort_cuda_float64 PASSED [ 36%] 2022-11-23T04:25:38.6223348Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 36%] 2022-11-23T04:25:38.6223883Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 37%] 2022-11-23T04:25:38.6224482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6225145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6225781Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6226415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6227064Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6227755Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6228446Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6229138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T04:25:38.6230034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T04:25:38.6230521Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_entr_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6231000Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_erfcx_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6231747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6232579Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6233083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i0e_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6233594Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6234056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1e_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6234773Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6235441Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T04:25:38.6235934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_log_ndtr_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6236608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6237286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6237940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6238593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6239073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_ndtr_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6239566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_ndtri_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6240122Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6240811Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6241492Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6242207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T04:25:38.6242915Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T04:25:38.6243632Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T04:25:38.6244519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T04:25:38.6245183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6245695Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_xlog1py_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6246295Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_zeta_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T04:25:38.6246930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_cuda_complex128 PASSED [ 37%] 2022-11-23T04:25:38.6247425Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6247917Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_complex128 PASSED [ 37%] 2022-11-23T04:25:38.6248399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6248876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_with_sizes_cuda_complex128 PASSED [ 37%] 2022-11-23T04:25:38.6249353Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_with_sizes_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6249796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sqrt_cuda_complex128 PASSED [ 37%] 2022-11-23T04:25:38.6250239Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sqrt_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6250718Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_square_cuda_complex128 PASSED [ 37%] 2022-11-23T04:25:38.6251176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_square_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6251658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_complex128 PASSED [ 37%] 2022-11-23T04:25:38.6252116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_float64 PASSED [ 37%] 2022-11-23T04:25:38.6252575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stack_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6253031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stack_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6253478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6253928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6254395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6254870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6255334Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stft_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6255775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stft_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6256222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sub_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6256626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sub_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6257059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6257502Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6257968Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_to_size_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6258424Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_to_size_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6258870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6259494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6259961Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_lowrank_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6260423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_symeig_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6260890Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_symeig_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6261326Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6261741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6262420Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_along_dim_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6262915Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_along_dim_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6263387Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6263836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6264294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tan_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6267591Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tan_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6268088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tanh_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6268531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tanh_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6269024Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensor_split_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6269515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensor_split_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6270011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensordot_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6270455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensordot_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6270919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tile_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6271367Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tile_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6271813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6272258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6272912Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_sparse_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T04:25:38.6273392Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_sparse_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6273846Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_topk_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6274304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trace_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6274756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trace_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6275237Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_transpose_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6275708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_transpose_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6276186Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapezoid_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6276658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapezoid_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6277126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_complex128 PASSED [ 38%] 2022-11-23T04:25:38.6277784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_float64 PASSED [ 38%] 2022-11-23T04:25:38.6278286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triangular_solve_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6278776Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triangular_solve_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6279227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tril_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6279669Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tril_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6280126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triu_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6280553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triu_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6282055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6282597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6283060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trunc_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6283518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6283980Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6284444Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unflatten_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6284902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unflatten_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6285381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_copy_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6285873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_copy_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6286332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6286794Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6287425Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_uniform_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T04:25:38.6288029Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_uniform_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T04:25:38.6288675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T04:25:38.6289296Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unique_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T04:25:38.6289792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsqueeze_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6290274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsqueeze_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6290734Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6291178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6291652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_mean_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6292106Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_mean_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6292569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vdot_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6293007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vdot_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6293620Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_complex_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6294292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6294748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6295192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_real_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6295648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_copy_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6296167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6296613Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6297061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vsplit_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6297660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vsplit_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6298134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vstack_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6298599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vstack_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6299058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_where_cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6299522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_where_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6299934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_xlogy_cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6300383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zero__cuda_complex128 PASSED [ 39%] 2022-11-23T04:25:38.6300829Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zero__cuda_float64 PASSED [ 39%] 2022-11-23T04:25:38.6301437Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T04:25:38.6302063Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T04:25:38.6302701Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T04:25:38.6303323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 40%] 2022-11-23T04:25:38.6303867Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_H_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6304300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_H_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6304764Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_T_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6305221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_T_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6305723Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___getitem___cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6306208Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___getitem___cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6306688Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___radd___cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6307156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___radd___cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6307654Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rdiv___cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6308115Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rdiv___cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6308606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmatmul___cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6309093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmatmul___cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6309773Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmod___cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6310331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmul___cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6310809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmul___cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6311331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 40%] 2022-11-23T04:25:38.6311844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rpow___cuda_float64 SKIPPED (Skipped!) [ 40%] 2022-11-23T04:25:38.6312331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rsub___cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6312971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rsub___cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6313519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad__softmax_backward_data_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6313998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6314460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6314914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acos_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6315383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acos_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6315867Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acosh_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6316329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acosh_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6316806Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_add_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6317269Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_add_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6317763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addbmm_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6318235Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addbmm_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6318716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcdiv_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6319194Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcdiv_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6319678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcmul_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6320155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcmul_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6320654Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6321114Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6321654Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_decomposed_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6322146Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_decomposed_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6322618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6323080Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6323564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addr_cuda_complex128 PASSED [ 40%] 2022-11-23T04:25:38.6324017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addr_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6324656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T04:25:38.6325276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T04:25:38.6326109Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T04:25:38.6326694Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T04:25:38.6327147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_amax_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6327608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_amin_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:38.6328385Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6328889Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_angle_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6329373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_angle_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6330001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6330620Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6331255Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6331904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6332530Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6333165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6333793Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6334407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6334960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 41%] 2022-11-23T04:25:38.6335514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 41%] 2022-11-23T04:25:38.6336026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_scatter_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6336531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_scatter_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6336993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6337445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6337918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asinh_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6338397Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asinh_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6338831Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan2_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6339309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6339771Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6340471Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6340940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6341418Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_1d_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6341911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_1d_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6342409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_2d_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6342882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_2d_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6343548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6344054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6344544Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_baddbmm_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6345020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_baddbmm_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6345495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bernoulli_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6345971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bfloat16_cuda_complex128 XFAIL [ 41%] 2022-11-23T04:25:38.6346436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bfloat16_cuda_float64 XFAIL [ 41%] 2022-11-23T04:25:38.6346943Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_block_diag_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6347431Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_block_diag_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6347897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bmm_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6348371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bmm_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6348999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6349649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6350164Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_tensors_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6350681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_tensors_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6351198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_to_cuda_complex128 PASSED [ 41%] 2022-11-23T04:25:38.6351667Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_to_cuda_float64 PASSED [ 41%] 2022-11-23T04:25:38.6352306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6352945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6353573Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T04:25:38.6354073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cartesian_prod_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6354572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cartesian_prod_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6355289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 42%] 2022-11-23T04:25:38.6356182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 42%] 2022-11-23T04:25:38.6356843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdist_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 42%] 2022-11-23T04:25:38.6357346Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdouble_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6357824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdouble_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6358292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ceil_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6358939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cfloat_cuda_complex128 XFAIL [ 42%] 2022-11-23T04:25:38.6359456Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cfloat_cuda_float64 XFAIL [ 42%] 2022-11-23T04:25:38.6359960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_complex128 XFAIL [ 42%] 2022-11-23T04:25:38.6360405Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_float64 XFAIL [ 42%] 2022-11-23T04:25:38.6361067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T04:25:38.6361665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T04:25:38.6362149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6362635Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6363143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_inverse_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6363651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_inverse_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6364164Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_solve_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6364685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_solve_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6365161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chunk_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6365616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chunk_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6366082Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6366572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_max_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6369266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_min_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6370527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clone_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6371026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clone_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6371543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_column_stack_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6372036Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_column_stack_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6372540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_combinations_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6373030Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_combinations_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6373493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_complex_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6374169Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6374641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6375122Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_physical_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6375599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_physical_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6376094Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_constant_pad_nd_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6376568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_constant_pad_nd_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6377066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_contiguous_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6377751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_contiguous_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6378254Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_copysign_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6378730Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6379211Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6379664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cos_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6380129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cos_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6380604Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cosh_cuda_complex128 PASSED [ 42%] 2022-11-23T04:25:38.6381045Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cosh_cuda_float64 PASSED [ 42%] 2022-11-23T04:25:38.6381711Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T04:25:38.6382355Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T04:25:38.6382827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cov_cuda_complex128 XFAIL [ 43%] 2022-11-23T04:25:38.6383279Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cov_cuda_float64 XFAIL [ 43%] 2022-11-23T04:25:38.6383756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cross_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6384219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cross_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6384678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cummax_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6385148Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cummin_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6385805Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumprod_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 43%] 2022-11-23T04:25:38.6386288Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumprod_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6386778Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumsum_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6387248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumsum_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6387778Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumulative_trapezoid_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6388303Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumulative_trapezoid_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6388782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_deg2rad_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6389281Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6389959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6390449Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_embed_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6390940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_embed_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6391437Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6391920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6392440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_copy_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6393092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_copy_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6393588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6394079Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6394585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_scatter_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6395060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diff_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6395526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diff_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6396003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_digamma_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6396485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dist_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6396950Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dist_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6397456Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_floor_rounding_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6397991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_no_rounding_mode_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6398509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_no_rounding_mode_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6399042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_trunc_rounding_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6399531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dot_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6399982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dot_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6400463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_double_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6400923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_double_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6401398Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6401859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6402337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dstack_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6402796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dstack_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6403270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_einsum_cuda_complex128 PASSED [ 43%] 2022-11-23T04:25:38.6403722Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_einsum_cuda_float64 PASSED [ 43%] 2022-11-23T04:25:38.6404366Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T04:25:38.6404975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T04:25:38.6405821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T04:25:38.6406463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T04:25:38.6407095Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T04:25:38.6407716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T04:25:38.6408510Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T04:25:38.6409152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T04:25:38.6409626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erf_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6410110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erfc_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6410655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erfinv_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6411118Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp2_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6411582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6412031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6412506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6412992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6413484Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6413931Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6414381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expm1_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6414983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T04:25:38.6415584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T04:25:38.6416084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft2_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6416581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft2_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6417041Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6417510Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6417973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftn_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6418422Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftn_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6418925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftshift_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6419430Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftshift_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6419923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft2_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6420604Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft2_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6421090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6421564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6422049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfftn_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6422525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfftn_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6423013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft2_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6423642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft2_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6424148Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6424631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6425113Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftn_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6425586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftn_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6426091Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftshift_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6426583Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftshift_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6427059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfft2_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6427571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfft_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6428037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfftn_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6428529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft2_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6428993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft2_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6429483Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6429961Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6430453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfftn_cuda_complex128 PASSED [ 44%] 2022-11-23T04:25:38.6430925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfftn_cuda_float64 PASSED [ 44%] 2022-11-23T04:25:38.6431415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfft2_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6431890Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfft_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6432461Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfftn_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6432942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fill_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6433401Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fill_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6433882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flatten_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6434357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flatten_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6434847Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flip_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6435317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flip_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6435793Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fliplr_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6436470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fliplr_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6436969Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flipud_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6437466Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flipud_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6437937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_cuda_complex128 XFAIL [ 45%] 2022-11-23T04:25:38.6438388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_cuda_float64 XFAIL [ 45%] 2022-11-23T04:25:38.6438885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_power_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6439511Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_power_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6440008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6440655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6441116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmax_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6441580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmin_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6442039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmod_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6442496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_frac_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6442959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_frexp_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6443587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6444221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6444864Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6445501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6445986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gather_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6446464Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gather_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6447069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6447715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6448353Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6448854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gradient_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6449334Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gradient_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6449985Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_grid_sampler_2d_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-11-23T04:25:38.6450594Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6452245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_half_cuda_complex128 XFAIL [ 45%] 2022-11-23T04:25:38.6452708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_half_cuda_float64 XFAIL [ 45%] 2022-11-23T04:25:38.6453328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6453965Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6454472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hsplit_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6454921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hsplit_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6455595Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hstack_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:38.6456056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hstack_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6456541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hypot_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6457005Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_i0_cuda_float64 PASSED [ 45%] 2022-11-23T04:25:38.6457641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T04:25:38.6458283Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6458766Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_imag_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6459258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_add_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6459744Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_add_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6460251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_copy_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6460731Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_copy_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6461215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_fill_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6461690Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_fill_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6462173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_put_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6462654Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_put_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6463145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_reduce_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6463642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_select_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6464124Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_select_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6464597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6465064Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6465689Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6466301Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6466955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6467786Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6468440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6469072Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6469699Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6473997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6474686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6475343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6475990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6476647Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6477267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6477898Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6478516Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6479020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_istft_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6479694Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6480376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6481073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6481765Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6482444Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6483104Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6483805Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6484502Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6485177Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6486034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6486539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kron_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6487006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kron_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6487489Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kthvalue_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6487956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ldexp_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6488401Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ldexp_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6489149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T04:25:38.6489663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lerp_cuda_complex128 PASSED [ 46%] 2022-11-23T04:25:38.6490121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lerp_cuda_float64 PASSED [ 46%] 2022-11-23T04:25:38.6490574Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lgamma_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6491046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cond_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6491515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cond_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6492006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cross_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6492501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cross_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6493011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6493475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6494126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_singular_cuda_complex128 SKIPPED (Skipped, see https://github.com//issues/84192) [ 47%] 2022-11-23T04:25:38.6494767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_singular_cuda_float64 SKIPPED (Skipped, see https://github.com//issues/84192) [ 47%] 2022-11-23T04:25:38.6495275Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eig_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6495759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eig_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6496272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigh_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6496767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigh_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6497287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvals_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6497784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvals_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6498298Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvalsh_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6498801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvalsh_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6499342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_householder_product_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6499872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_householder_product_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6500373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6501056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6501550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_ex_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6502047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_ex_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6502713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:25:38.6503367Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:25:38.6504227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:25:38.6504905Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:25:38.6505568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:25:38.6506220Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:25:38.6506758Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 47%] 2022-11-23T04:25:38.6507285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 47%] 2022-11-23T04:25:38.6507838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6508375Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6508867Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6509345Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6509827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6510397Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6510931Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_ex_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6511445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_ex_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6511959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6512461Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6512970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_norm_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6513479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_norm_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6514019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_power_cuda_complex128 PASSED [ 47%] 2022-11-23T04:25:38.6514547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_power_cuda_float64 PASSED [ 47%] 2022-11-23T04:25:38.6515204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:25:38.6515873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:25:38.6516751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:25:38.6517429Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:25:38.6517924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_multi_dot_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6518420Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_multi_dot_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6519085Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_cuda_complex128 XFAIL [ 48%] 2022-11-23T04:25:38.6519591Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_cuda_float64 XFAIL [ 48%] 2022-11-23T04:25:38.6520147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 XFAIL [ 48%] 2022-11-23T04:25:38.6520699Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 XFAIL [ 48%] 2022-11-23T04:25:38.6521204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6521697Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6522226Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_hermitian_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6522755Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_hermitian_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6523317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_singular_cuda_complex128 SKIPPED (Skipped!) [ 48%] 2022-11-23T04:25:38.6523989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 48%] 2022-11-23T04:25:38.6524504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_qr_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6524971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_qr_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6525485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_slogdet_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6525985Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_slogdet_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6526469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6526944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6527423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_ex_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6527908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_ex_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6528440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_triangular_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6528931Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_triangular_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6529388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svd_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6529826Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svd_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6530293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svdvals_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6530763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svdvals_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6531472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorinv_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6531972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorinv_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6532475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorsolve_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6532963Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorsolve_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6533462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vander_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6533925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vander_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6535479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vecdot_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6536038Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vecdot_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6536558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vector_norm_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6537056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vector_norm_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6537679Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:25:38.6538315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:25:38.6538800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log10_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6539252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log10_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6539728Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log1p_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6540203Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log2_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6540675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log2_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6541148Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6541606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6542095Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_cuda_float64 PASSED [ 48%] 2022-11-23T04:25:38.6542632Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_complex128 PASSED [ 48%] 2022-11-23T04:25:38.6543144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6543659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logaddexp2_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6544131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logaddexp_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6544617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logcumsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6545096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logdet_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6545571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logdet_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6546226Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6546889Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6547738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6548380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6549028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6549661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6550479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6551135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6551629Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logit_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6552273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6552908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6553377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6554010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6554617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6555225Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6555691Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6556137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6556628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6557086Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6557588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_unpack_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6558078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_unpack_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6558542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mH_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6558979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mH_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6559431Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mT_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6559875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mT_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6560365Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_amax_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6560844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_amin_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6561502Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6562156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:25:38.6562878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumprod_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6563376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumprod_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6563874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumsum_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6564384Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumsum_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6564877Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_fill_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6565499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_fill_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6566031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_log_softmax_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6566524Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logaddexp_cuda_float64 SKIPPED (Skipped!) [ 49%] 2022-11-23T04:25:38.6567020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6567519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_mean_cuda_complex128 PASSED [ 49%] 2022-11-23T04:25:38.6568010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_mean_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6568473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_median_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6568929Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_norm_cuda_float64 PASSED [ 49%] 2022-11-23T04:25:38.6569419Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_normalize_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6569912Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_normalize_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6570396Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_prod_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6570889Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_prod_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6571381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_scatter_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6571857Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_scatter_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6572358Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_select_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6577854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_select_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6578440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_softmax_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6578968Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_softmin_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6579478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_std_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6579979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_std_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6580468Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_sum_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6580945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_sum_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6581440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_var_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6581937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_var_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6621244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matmul_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6621797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matmul_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6622068Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matrix_exp_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6622316Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matrix_exp_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6622554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_binary_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6622836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6623094Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_reduction_no_dim_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6623450Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_reduction_with_dim_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6623727Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_maximum_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6623971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6624207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6624442Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_median_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6624720Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6624984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_list_of_tensors_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6625264Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6625540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_variadic_tensors_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6625787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_binary_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6626049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_reduction_no_dim_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6626312Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_reduction_with_dim_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6626552Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_minimum_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6626787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mm_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6627019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mm_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6627244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mode_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6627493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_movedim_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6627738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_movedim_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6627972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_msort_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6628210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mul_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6628440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mul_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6628775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-11-23T04:25:38.6629011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mv_cuda_complex128 PASSED [ 50%] 2022-11-23T04:25:38.6629244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mv_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6629609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:38.6629872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6630131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6630373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nan_to_num_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6630610Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmean_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6632742Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmedian_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6633211Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanquantile_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6633475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nansum_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6633914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6634252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6634591Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_cuda_complex128 PASSED [ 51%] 2022-11-23T04:25:38.6634996Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6635445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_batch_norm_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6635999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_dropout_backward_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6636402Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_layer_norm_cuda_float64 XFAIL [ 51%] 2022-11-23T04:25:38.6636909Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6639602Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6640240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_neg_cuda_complex128 PASSED [ 51%] 2022-11-23T04:25:38.6640588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_neg_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6640934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6641272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6641624Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6641959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6642289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6642622Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6643081Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6643402Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6643949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6644270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6644919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T04:25:38.6645460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6646128Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6646451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6646739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6647016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6647290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6647563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6647838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6648105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool1d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6648373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool2d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6648637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool3d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6648893Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_batch_norm_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6649179Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6649445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_bilinear_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6649896Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6650210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6650477Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_celu_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6650732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_complex128 PASSED [ 51%] 2022-11-23T04:25:38.6650990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_float64 PASSED [ 51%] 2022-11-23T04:25:38.6651247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv2d_cuda_complex128 PASSED [ 52%] 2022-11-23T04:25:38.6651656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv2d_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6651951Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 52%] 2022-11-23T04:25:38.6652232Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6652780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 52%] 2022-11-23T04:25:38.6653223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6653512Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 52%] 2022-11-23T04:25:38.6653920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6654336Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6654711Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cosine_similarity_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6655001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cross_entropy_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6655262Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_ctc_loss_cuda_float64 XFAIL [ 52%] 2022-11-23T04:25:38.6655527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout2d_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6655791Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout3d_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6656044Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6656299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_elu_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6656665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_embedding_bag_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T04:25:38.6656929Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_embedding_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6657233Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6657540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 52%] 2022-11-23T04:25:38.6657844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6658127Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6658533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6658849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6659113Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_gelu_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6659369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_glu_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6659857Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_grid_sample_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T04:25:38.6660276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_group_norm_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6660554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardshrink_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6660918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardsigmoid_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T04:25:38.6661302Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardswish_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6661565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardtanh_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6661846Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6662107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_huber_loss_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6662380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_instance_norm_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6662658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_area_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6663008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6663314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6663592Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_linear_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6663873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6664155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6664414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_kl_div_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6664677Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_l1_loss_cuda_complex128 PASSED [ 52%] 2022-11-23T04:25:38.6664939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_l1_loss_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6665208Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_layer_norm_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6665645Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_leaky_relu_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6665922Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_linear_cuda_complex128 PASSED [ 52%] 2022-11-23T04:25:38.6666176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_linear_cuda_float64 PASSED [ 52%] 2022-11-23T04:25:38.6666453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_local_response_norm_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6667091Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_logsigmoid_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6667410Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6667789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool1d_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6668216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool2d_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6668678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool3d_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6668983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T04:25:38.6669262Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6669551Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T04:25:38.6669828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6670261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T04:25:38.6670531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6670788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_mish_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6671221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_mse_loss_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6671592Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multi_margin_loss_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T04:25:38.6672055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T04:25:38.6672530Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6672804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_nll_loss_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6673076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_normalize_cuda_complex128 PASSED [ 53%] 2022-11-23T04:25:38.6673338Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_normalize_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6673759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_circular_cuda_complex128 PASSED [ 53%] 2022-11-23T04:25:38.6674293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_circular_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6674582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_constant_cuda_complex128 PASSED [ 53%] 2022-11-23T04:25:38.6674987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_constant_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6675273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_reflect_cuda_complex128 PASSED [ 53%] 2022-11-23T04:25:38.6675662Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_reflect_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6675944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_replicate_cuda_complex128 PASSED [ 53%] 2022-11-23T04:25:38.6676213Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_replicate_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6676500Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 53%] 2022-11-23T04:25:38.6676780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pairwise_distance_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6677135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pdist_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T04:25:38.6677412Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 53%] 2022-11-23T04:25:38.6677677Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6678096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 53%] 2022-11-23T04:25:38.6678373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6678651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6679037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_prelu_cuda_float64 XFAIL [ 53%] 2022-11-23T04:25:38.6679294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu6_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6679712Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6679976Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_rrelu_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6680223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_selu_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6680479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_silu_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6681256Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6681571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6681836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6682119Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 53%] 2022-11-23T04:25:38.6682539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6682819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softplus_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6683083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softshrink_cuda_float64 PASSED [ 53%] 2022-11-23T04:25:38.6683354Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softsign_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6683618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softsign_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6683895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_tanhshrink_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6684161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_tanhshrink_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6684428Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_threshold_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6684709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6685096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6685409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6685712Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6685982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_unfold_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6686242Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_unfold_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6686648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6686932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_upsample_nearest_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6687261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T04:25:38.6687932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T04:25:38.6688332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6688569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6688818Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_fro_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6689059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_fro_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6689307Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_inf_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6689544Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_inf_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6689867Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_nuc_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6690124Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_nuc_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6690410Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 54%] 2022-11-23T04:25:38.6690708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 54%] 2022-11-23T04:25:38.6691031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T04:25:38.6691347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T04:25:38.6691675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T04:25:38.6691997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T04:25:38.6692331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ormqr_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 54%] 2022-11-23T04:25:38.6692569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ormqr_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6692910Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_outer_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6693192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_outer_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6693601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pca_lowrank_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6693858Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6694100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6694490Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pinverse_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6694938Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pinverse_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6695189Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polar_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6695454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6695740Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T04:25:38.6696025Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T04:25:38.6696313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T04:25:38.6697432Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T04:25:38.6697685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_positive_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6697926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_positive_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6698166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pow_cuda_complex128 PASSED [ 54%] 2022-11-23T04:25:38.6698401Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pow_cuda_float64 PASSED [ 54%] 2022-11-23T04:25:38.6698644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_prod_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6698980Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_prod_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6699243Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_put_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6699479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_put_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6699715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6699944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6700369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_quantile_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6700619Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rad2deg_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6700952Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6701485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6702065Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6702428Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6702751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6703070Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6703403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6703724Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6703955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ravel_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6704198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ravel_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6704441Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_real_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6704811Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_real_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6705081Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reciprocal_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6705331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reciprocal_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6705579Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_remainder_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6705821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_renorm_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6706182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_renorm_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6706430Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6706667Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6707034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_interleave_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6707351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_interleave_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6707602Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_as_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6707931Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_as_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6708411Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6708809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6709256Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6709580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6709910Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6710287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T04:25:38.6710546Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_conj_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6710798Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_conj_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6711052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6711282Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6711627Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_roll_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6711885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_roll_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6712124Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rot90_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:38.6712360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rot90_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6712595Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6712854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_0_cuda_float64 PASSED [ 55%] 2022-11-23T04:25:38.6713127Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T04:25:38.6713404Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 56%] 2022-11-23T04:25:38.6713646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsqrt_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6714020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsqrt_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6714284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsub_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6714516Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsub_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6714971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6715596Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6715869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6716341Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6716763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6717105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6717388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_amax_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6717654Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_amin_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6717905Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_mean_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6718159Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_prod_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6718403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_sum_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6718737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6719266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_segment_reduce_lengths_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 56%] 2022-11-23T04:25:38.6719636Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_segment_reduce_offsets_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 56%] 2022-11-23T04:25:38.6719887Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6720125Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6720377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_scatter_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6720609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sgn_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6720838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sgn_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6721165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6721485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6721737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sigmoid_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6722140Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sigmoid_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6722385Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sign_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6722725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6723353Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6723836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6724287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6724610Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T04:25:38.6724850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6725088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6725329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinc_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6725639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinc_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6725942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinh_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6738141Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinh_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6738904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6739368Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6739819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_scatter_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6741600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6742267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_with_dtype_cuda_complex128 PASSED [ 56%] 2022-11-23T04:25:38.6742815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_with_dtype_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6743302Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sort_cuda_float64 PASSED [ 56%] 2022-11-23T04:25:38.6744035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 56%] 2022-11-23T04:25:38.6744721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T04:25:38.6745485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6746148Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6746910Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6747554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6748225Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6748915Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6749610Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6750317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T04:25:38.6751191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T04:25:38.6752137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_entr_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6752656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_erfcx_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6753341Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6754029Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6754660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i0e_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6755156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i1_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6755639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i1e_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6756427Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6757140Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T04:25:38.6757730Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_log_ndtr_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6758521Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6759306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6759991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6760761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6761274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_ndtr_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6761768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_ndtri_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6762347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6763044Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6763740Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6764542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T04:25:38.6765277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T04:25:38.6766220Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T04:25:38.6767143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T04:25:38.6767825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6768345Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_xlog1py_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6768990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:25:38.6769481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_complex128 PASSED [ 57%] 2022-11-23T04:25:38.6770893Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6771599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_list_args_cuda_complex128 PASSED [ 57%] 2022-11-23T04:25:38.6772224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_list_args_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6772854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_complex128 PASSED [ 57%] 2022-11-23T04:25:38.6773364Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6773839Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sqrt_cuda_complex128 PASSED [ 57%] 2022-11-23T04:25:38.6774294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sqrt_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6774771Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_complex128 PASSED [ 57%] 2022-11-23T04:25:38.6775242Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6775741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_cuda_complex128 PASSED [ 57%] 2022-11-23T04:25:38.6776219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_cuda_float64 PASSED [ 57%] 2022-11-23T04:25:38.6776714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stack_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6777173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stack_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6777641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6778191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6778676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6779330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6779818Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stft_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6780283Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stft_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6780745Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sub_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6781201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sub_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6781644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6782089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6782577Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6783069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6783548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6784200Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6784776Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_lowrank_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6785258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_symeig_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6785840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_symeig_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6786407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6786856Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6787496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_along_dim_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6788002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_along_dim_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6788487Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6788947Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6789426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6789881Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6790346Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tanh_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6790798Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tanh_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6791298Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensor_split_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6791882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensor_split_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6792377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensordot_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6793015Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensordot_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6793494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tile_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6793952Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tile_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6794423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6794876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6795525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T04:25:38.6796016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6796475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_topk_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6796948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trace_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6797410Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trace_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6797904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_transpose_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6798479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_transpose_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6798991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapezoid_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6799675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapezoid_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6800329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapz_cuda_complex128 PASSED [ 58%] 2022-11-23T04:25:38.6800796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapz_cuda_float64 PASSED [ 58%] 2022-11-23T04:25:38.6801306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triangular_solve_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6801806Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triangular_solve_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6802275Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tril_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6802733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tril_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6803317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triu_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6803807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triu_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6804319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_true_divide_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6804822Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_true_divide_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6805290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trunc_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6805769Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unbind_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6806240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unbind_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6806738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unflatten_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6807245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unflatten_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6807741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_copy_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6808237Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_copy_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6808717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6809185Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6809825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T04:25:38.6810661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T04:25:38.6811417Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T04:25:38.6812056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T04:25:38.6812558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsqueeze_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6813040Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsqueeze_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6813513Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6813986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6814472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6814946Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6815412Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vdot_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6816010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vdot_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6816501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_complex_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6816980Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6817431Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6817920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_real_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6818391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_copy_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6819019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6819499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6819985Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vsplit_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6820442Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vsplit_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6820911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vstack_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6821377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vstack_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6821859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_where_cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6822324Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_where_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6822831Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_xlogy_cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6823305Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zero__cuda_complex128 PASSED [ 59%] 2022-11-23T04:25:38.6823788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zero__cuda_float64 PASSED [ 59%] 2022-11-23T04:25:38.6824440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T04:25:38.6825046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T04:25:38.6825695Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T04:25:38.6826440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T04:25:38.6827019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_H_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6827708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_H_cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6828380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_T_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6828903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_T_cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6829473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___getitem___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6830039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___getitem___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6830608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___radd___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6831168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___radd___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6831897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rdiv___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6832455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rdiv___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6833025Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmatmul___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6833581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmatmul___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6834261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmod___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6834842Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmul___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6835403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmul___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6835924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 60%] 2022-11-23T04:25:38.6836434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rpow___cuda_float64 SKIPPED (Skipped!) [ 60%] 2022-11-23T04:25:38.6836989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rsub___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6837521Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rsub___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6838119Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__softmax_backward_data_cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6838737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_abs_cuda_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 60%] 2022-11-23T04:25:38.6839210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_abs_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6839723Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acos_cuda_complex128 SKIPPED (Skipped!) [ 60%] 2022-11-23T04:25:38.6840191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acos_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6840672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acosh_cuda_complex128 PASSED [ 60%] 2022-11-23T04:25:38.6841144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acosh_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6841627Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_add_cuda_complex128 PASSED [ 60%] 2022-11-23T04:25:38.6842087Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_add_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6842585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addbmm_cuda_complex128 PASSED [ 60%] 2022-11-23T04:25:38.6843051Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addbmm_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6843517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcdiv_cuda_complex128 PASSED [ 60%] 2022-11-23T04:25:38.6843991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcdiv_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6844488Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcmul_cuda_complex128 PASSED [ 60%] 2022-11-23T04:25:38.6844972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcmul_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6845459Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_complex128 PASSED [ 60%] 2022-11-23T04:25:38.6845919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6846578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_decomposed_cuda_complex128 PASSED [ 60%] 2022-11-23T04:25:38.6847084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_decomposed_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6847564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_complex128 PASSED [ 60%] 2022-11-23T04:25:38.6848031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6848507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addr_cuda_complex128 PASSED [ 60%] 2022-11-23T04:25:38.6848968Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addr_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:38.6849707Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T04:25:38.6850343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T04:25:38.6850992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T04:25:38.6851625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T04:25:38.6852175Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_amax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6852725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_amin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T04:25:38.6853364Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6853931Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_angle_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6854473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_angle_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6855099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6855721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6856349Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6856978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6857609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6858240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6859037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6859891Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6860428Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 61%] 2022-11-23T04:25:38.6860998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 61%] 2022-11-23T04:25:38.6861758Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_scatter_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6862342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_scatter_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6862823Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asin_cuda_complex128 PASSED [ 61%] 2022-11-23T04:25:38.6863291Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asin_cuda_float64 PASSED [ 61%] 2022-11-23T04:25:38.6863780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asinh_cuda_complex128 PASSED [ 61%] 2022-11-23T04:25:38.6864250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asinh_cuda_float64 PASSED [ 61%] 2022-11-23T04:25:38.6864862Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan2_cuda_float64 PASSED [ 61%] 2022-11-23T04:25:38.6865357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan_cuda_complex128 PASSED [ 61%] 2022-11-23T04:25:38.6865834Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan_cuda_float64 PASSED [ 61%] 2022-11-23T04:25:38.6866310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atanh_cuda_complex128 PASSED [ 61%] 2022-11-23T04:25:38.6866775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atanh_cuda_float64 PASSED [ 61%] 2022-11-23T04:25:38.6867347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_1d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6867917Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6868507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_2d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6869072Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6869654Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_3d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6870213Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6870709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_baddbmm_cuda_complex128 PASSED [ 61%] 2022-11-23T04:25:38.6871190Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_baddbmm_cuda_float64 PASSED [ 61%] 2022-11-23T04:25:38.6871780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bernoulli_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6872347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bfloat16_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6872908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bfloat16_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6873479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_block_diag_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6874042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_block_diag_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6874602Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6875142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6875776Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6876404Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6877175Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_tensors_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6877769Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_tensors_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6878351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_to_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6878946Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_to_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T04:25:38.6879737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6880389Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6881032Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:25:38.6881623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cartesian_prod_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6882207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cartesian_prod_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6882921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 62%] 2022-11-23T04:25:38.6883638Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 62%] 2022-11-23T04:25:38.6884201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdist_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6884772Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdouble_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6885323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdouble_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6885783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ceil_cuda_float64 PASSED [ 62%] 2022-11-23T04:25:38.6886347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cfloat_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6886907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cfloat_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6887497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chalf_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6888042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chalf_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6888671Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T04:25:38.6889289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T04:25:38.6889869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6890443Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6891032Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_inverse_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6891781Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_inverse_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6892369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6892947Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6893505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chunk_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6894058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chunk_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6894658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_cuda_float64 PASSED [ 62%] 2022-11-23T04:25:38.6895168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_max_cuda_float64 PASSED [ 62%] 2022-11-23T04:25:38.6895618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_min_cuda_float64 PASSED [ 62%] 2022-11-23T04:25:38.6896177Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6896724Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6897297Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_column_stack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6897868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_column_stack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6898451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_combinations_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6899022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_combinations_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6899578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_complex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6900133Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6900681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6901195Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_physical_cuda_complex128 PASSED [ 62%] 2022-11-23T04:25:38.6901704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_physical_cuda_float64 PASSED [ 62%] 2022-11-23T04:25:38.6902286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_constant_pad_nd_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6902866Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_constant_pad_nd_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6903446Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_contiguous_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6904015Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_contiguous_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6904500Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_copysign_cuda_float64 PASSED [ 62%] 2022-11-23T04:25:38.6905071Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_corrcoef_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6905659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_corrcoef_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T04:25:38.6906307Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cos_cuda_complex128 PASSED [ 62%] 2022-11-23T04:25:38.6906844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cos_cuda_float64 PASSED [ 62%] 2022-11-23T04:25:38.6907323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cosh_cuda_complex128 PASSED [ 62%] 2022-11-23T04:25:38.6907793Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cosh_cuda_float64 PASSED [ 62%] 2022-11-23T04:25:38.6908436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T04:25:38.6909073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T04:25:38.6909766Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cov_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6910408Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cov_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6910978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cross_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6911523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cross_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6912047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cummax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6912602Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cummin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6913129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumprod_cuda_complex128 PASSED [ 63%] 2022-11-23T04:25:38.6913617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumprod_cuda_float64 PASSED [ 63%] 2022-11-23T04:25:38.6914108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_complex128 PASSED [ 63%] 2022-11-23T04:25:38.6914586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_float64 PASSED [ 63%] 2022-11-23T04:25:38.6915200Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumulative_trapezoid_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6915919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumulative_trapezoid_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6916515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_deg2rad_cuda_float64 PASSED [ 63%] 2022-11-23T04:25:38.6917192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6917744Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6918319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_embed_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6918954Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_embed_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6919550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagflat_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6920110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagflat_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6920698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_copy_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6921271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_copy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6922018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6922586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6923175Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_scatter_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6923795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diff_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6924345Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diff_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6924977Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_digamma_cuda_float64 PASSED [ 63%] 2022-11-23T04:25:38.6925559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dist_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6926126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dist_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6926634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_floor_rounding_cuda_float64 PASSED [ 63%] 2022-11-23T04:25:38.6927160Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_no_rounding_mode_cuda_complex128 PASSED [ 63%] 2022-11-23T04:25:38.6927683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_no_rounding_mode_cuda_float64 PASSED [ 63%] 2022-11-23T04:25:38.6928171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_trunc_rounding_cuda_float64 PASSED [ 63%] 2022-11-23T04:25:38.6928729Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6929273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6929841Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_double_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6930388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_double_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6930956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dsplit_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6931513Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dsplit_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6932079Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dstack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6932645Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dstack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6933206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_einsum_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6933751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_einsum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T04:25:38.6934381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T04:25:38.6935015Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T04:25:38.6935663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T04:25:38.6936307Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T04:25:38.6937947Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T04:25:38.6938570Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T04:25:38.6939201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T04:25:38.6939819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T04:25:38.6940438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erf_cuda_float64 PASSED [ 64%] 2022-11-23T04:25:38.6940928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erfc_cuda_float64 PASSED [ 64%] 2022-11-23T04:25:38.6941416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erfinv_cuda_float64 PASSED [ 64%] 2022-11-23T04:25:38.6941878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp2_cuda_float64 PASSED [ 64%] 2022-11-23T04:25:38.6942352Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp_cuda_complex128 PASSED [ 64%] 2022-11-23T04:25:38.6942818Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp_cuda_float64 PASSED [ 64%] 2022-11-23T04:25:38.6943388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_as_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6943948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_as_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6944518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6945084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6945539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expm1_cuda_float64 PASSED [ 64%] 2022-11-23T04:25:38.6946163Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T04:25:38.6946783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T04:25:38.6947344Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft2_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6947896Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6948463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6949027Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6949599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftn_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6950161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6950743Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftshift_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6951314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftshift_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6951885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft2_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6952586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6953152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6953707Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6954293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfftn_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6954834Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6955543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft2_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6956118Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6956701Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6957258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6957827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftn_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6958379Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6958966Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftshift_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6959537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftshift_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6960102Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6960665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6961231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6961804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft2_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6962368Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6962956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6963518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6964090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfftn_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6964623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T04:25:38.6965172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6965739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6966306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6966793Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fill_cuda_complex128 PASSED [ 65%] 2022-11-23T04:25:38.6967429Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fill_cuda_float64 PASSED [ 65%] 2022-11-23T04:25:38.6967986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flatten_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6968525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flatten_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6969083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flip_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6969630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flip_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6970328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fliplr_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6970906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fliplr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6971460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flipud_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6972016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flipud_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6972563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6973108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6973622Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_power_cuda_complex128 PASSED [ 65%] 2022-11-23T04:25:38.6974116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_power_cuda_float64 PASSED [ 65%] 2022-11-23T04:25:38.6974599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_floor_cuda_float64 PASSED [ 65%] 2022-11-23T04:25:38.6975250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6975800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6976340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6976809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmod_cuda_float64 PASSED [ 65%] 2022-11-23T04:25:38.6977288Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_frac_cuda_float64 PASSED [ 65%] 2022-11-23T04:25:38.6977844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_frexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6978487Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6979114Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6979758Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6980421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6980976Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gather_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6981532Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gather_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6982301Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6982935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6983576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6984145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gradient_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6984852Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gradient_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6985448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_grid_sampler_2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6986067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6986626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_half_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6987180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_half_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6987808Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6988442Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6989012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hsplit_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6989579Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hsplit_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6990142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hstack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6990717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hstack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:38.6991186Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hypot_cuda_float64 PASSED [ 65%] 2022-11-23T04:25:38.6991694Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_i0_cuda_float64 PASSED [ 65%] 2022-11-23T04:25:38.6992329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:25:38.6992960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.6993531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_imag_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T04:25:38.6994033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_add_cuda_complex128 PASSED [ 66%] 2022-11-23T04:25:38.6994510Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_add_cuda_float64 PASSED [ 66%] 2022-11-23T04:25:38.6995006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_copy_cuda_complex128 PASSED [ 66%] 2022-11-23T04:25:38.6995489Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_copy_cuda_float64 PASSED [ 66%] 2022-11-23T04:25:38.6995986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_fill_cuda_complex128 PASSED [ 66%] 2022-11-23T04:25:38.6996471Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_fill_cuda_float64 PASSED [ 66%] 2022-11-23T04:25:38.6997126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_complex128 PASSED [ 66%] 2022-11-23T04:25:38.6997581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_float64 PASSED [ 66%] 2022-11-23T04:25:38.6998071Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_reduce_cuda_float64 PASSED [ 66%] 2022-11-23T04:25:38.6998650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_select_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T04:25:38.6999216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_select_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T04:25:38.6999904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_inner_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T04:25:38.7000464Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_inner_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T04:25:38.7001103Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7001732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7002362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7002988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7003631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7004284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7004899Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7005529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7006148Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7006784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7007413Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7008046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7008670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7009305Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7009930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7010573Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_istft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T04:25:38.7011271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7012110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7012800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7013488Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7014863Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7015559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7016261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7016950Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7017766Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7018546Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7019003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kron_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T04:25:38.7019414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kron_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T04:25:38.7019740Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kthvalue_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T04:25:38.7019991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ldexp_cuda_complex128 PASSED [ 66%] 2022-11-23T04:25:38.7020233Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ldexp_cuda_float64 PASSED [ 66%] 2022-11-23T04:25:38.7020547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:25:38.7020796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lerp_cuda_complex128 PASSED [ 66%] 2022-11-23T04:25:38.7021032Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lerp_cuda_float64 PASSED [ 66%] 2022-11-23T04:25:38.7021278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lgamma_cuda_float64 PASSED [ 67%] 2022-11-23T04:25:38.7021560Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cond_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7021850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cond_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7022145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cross_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7022436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cross_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7022729Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7023012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7023478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_singular_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7023780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_singular_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7024068Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eig_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7024348Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eig_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7024714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigh_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7025020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigh_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7025317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvals_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7025607Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvals_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7025907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvalsh_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7026197Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvalsh_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7026514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_householder_product_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7026821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_householder_product_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7027114Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7027394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7027693Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_ex_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7027974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_ex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7028314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T04:25:38.7028649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T04:25:38.7028990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T04:25:38.7029325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T04:25:38.7029661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T04:25:38.7029988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T04:25:38.7030260Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 67%] 2022-11-23T04:25:38.7030621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 67%] 2022-11-23T04:25:38.7030932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_grad_oriented_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7031238Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_grad_oriented_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7031527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7031808Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7032178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7032495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7032798Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_ex_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7033076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_ex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7033370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7033662Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7033963Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_norm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7034259Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7034559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_power_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7034854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_power_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T04:25:38.7035192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T04:25:38.7035526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T04:25:38.7035879Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T04:25:38.7036230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:25:38.7036526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_multi_dot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7036820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_multi_dot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7037112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7037403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7037725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7038139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7038434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7038719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7039026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_hermitian_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7039394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_hermitian_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7039757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T04:25:38.7040104Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T04:25:38.7040397Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_qr_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7040680Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_qr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7040975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_slogdet_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7041269Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_slogdet_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7041563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7041851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7042145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7042434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7042741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_triangular_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7043046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_triangular_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7043342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svd_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7043628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svd_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7043923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svdvals_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7044213Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svdvals_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7044509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorinv_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7044805Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorinv_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7045110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorsolve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7045486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorsolve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7045780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7046066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7046354Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vecdot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7046702Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vecdot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7047024Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vector_norm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7047325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vector_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7047652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:25:38.7047975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:25:38.7048218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log10_cuda_complex128 PASSED [ 68%] 2022-11-23T04:25:38.7048453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log10_cuda_float64 PASSED [ 68%] 2022-11-23T04:25:38.7048695Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log1p_cuda_float64 PASSED [ 68%] 2022-11-23T04:25:38.7048941Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log2_cuda_complex128 PASSED [ 68%] 2022-11-23T04:25:38.7049176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log2_cuda_float64 PASSED [ 68%] 2022-11-23T04:25:38.7049416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_cuda_complex128 PASSED [ 68%] 2022-11-23T04:25:38.7049649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_cuda_float64 PASSED [ 68%] 2022-11-23T04:25:38.7049938Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7050246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_with_dtype_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T04:25:38.7050549Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_with_dtype_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7050845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logaddexp2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7051133Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logaddexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7051427Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logcumsumexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7051710Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logdet_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7051989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logdet_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7052326Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7052650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7053077Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7053391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7053720Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7054043Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7054435Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7054777Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7055017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logit_cuda_float64 PASSED [ 69%] 2022-11-23T04:25:38.7055326Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7055646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7055936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logsumexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7056256Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7056576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7056885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7057162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7057438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7057724Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7058012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7058305Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_unpack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7058587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_unpack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7058865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mH_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7059135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mH_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7059410Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mT_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7059678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mT_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7059961Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_amax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7060342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_amin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7060670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7060998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:25:38.7061296Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumprod_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7061659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumprod_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7061975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7062268Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7062523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_fill_cuda_complex128 PASSED [ 69%] 2022-11-23T04:25:38.7062770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_fill_cuda_float64 PASSED [ 69%] 2022-11-23T04:25:38.7063067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_log_softmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7063367Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logaddexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7063659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logsumexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7063954Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_mean_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7064239Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_mean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7064524Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_median_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7064811Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T04:25:38.7065095Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_normalize_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7065391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_normalize_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7065688Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_prod_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7065974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_prod_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7066233Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_scatter_cuda_complex128 PASSED [ 70%] 2022-11-23T04:25:38.7066488Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_scatter_cuda_float64 PASSED [ 70%] 2022-11-23T04:25:38.7066781Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_select_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7067074Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_select_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7067362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_softmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7067748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_softmin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7068038Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_std_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7068324Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_std_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7068611Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_sum_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7068889Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_sum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7069237Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_var_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7069542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_var_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7069824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matmul_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7070105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matmul_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7070394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7070673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7070956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_binary_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7071280Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_pool2d_with_indices_backward_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7071581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_reduction_no_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7071886Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_reduction_with_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7072166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_maximum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7072448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mean_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7072729Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7073008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_median_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7073320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_list_of_tensors_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7073625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_list_of_tensors_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7073944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_variadic_tensors_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7074252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_variadic_tensors_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7074538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_binary_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7074820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_reduction_no_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7075212Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_reduction_with_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7075563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_minimum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7075840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7076113Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7076454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mode_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7076759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_movedim_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7077041Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_movedim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7077315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_msort_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7077559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_complex128 PASSED [ 70%] 2022-11-23T04:25:38.7077790Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_float64 PASSED [ 70%] 2022-11-23T04:25:38.7078119Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T04:25:38.7078395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mv_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7078666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mv_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:38.7078933Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 70%] 2022-11-23T04:25:38.7079194Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 71%] 2022-11-23T04:25:38.7079455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 71%] 2022-11-23T04:25:38.7079700Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nan_to_num_cuda_float64 PASSED [ 71%] 2022-11-23T04:25:38.7079978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanmean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7080266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanmedian_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7080556Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanquantile_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7080838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nansum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7081168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7081493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7081779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7082065Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7082358Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_batch_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7082757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_dropout_backward_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7083052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_layer_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7083366Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7083680Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7083976Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_neg_cuda_complex128 PASSED [ 71%] 2022-11-23T04:25:38.7084230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_neg_cuda_float64 PASSED [ 71%] 2022-11-23T04:25:38.7084560Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7084880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7085216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7085546Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7085873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7086199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7086527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7086840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7087166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7087488Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7087815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T04:25:38.7088149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional__scaled_dot_product_attention_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7088466Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7088782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7089089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7089409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7089727Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7090125Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7090400Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 71%] 2022-11-23T04:25:38.7090703Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7091006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7091372Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7091692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_batch_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7092014Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7092316Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_bilinear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7092633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_binary_cross_entropy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7092964Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7093229Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_celu_cuda_float64 PASSED [ 71%] 2022-11-23T04:25:38.7093538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv1d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7093837Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T04:25:38.7094136Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv2d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7094433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7094751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7095066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7095389Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose2d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7095703Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7096020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7096336Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7096655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cosine_embedding_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7096969Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cosine_similarity_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7098445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cross_entropy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7098747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_ctc_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7099002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout2d_cuda_float64 PASSED [ 72%] 2022-11-23T04:25:38.7099274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout3d_cuda_float64 PASSED [ 72%] 2022-11-23T04:25:38.7099541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout_cuda_float64 PASSED [ 72%] 2022-11-23T04:25:38.7099906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_elu_cuda_float64 PASSED [ 72%] 2022-11-23T04:25:38.7100252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_bag_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7100556Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7100857Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 72%] 2022-11-23T04:25:38.7101161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 72%] 2022-11-23T04:25:38.7101465Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 72%] 2022-11-23T04:25:38.7101787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_fractional_max_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7102111Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_fractional_max_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7102421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_gaussian_nll_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7102714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_gelu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7103008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_glu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7103318Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_grid_sample_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7103623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_group_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7103931Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardshrink_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7104204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardsigmoid_cuda_float64 PASSED [ 72%] 2022-11-23T04:25:38.7104506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardswish_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7104810Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardtanh_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7105129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hinge_embedding_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7105432Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_huber_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7105839Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_instance_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7106156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_area_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7106475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_bicubic_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7106799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_bilinear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7107183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_linear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7107518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_nearest_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7107845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_trilinear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7108147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_kl_div_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7108453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7108751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7109052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_layer_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7109322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_leaky_relu_cuda_float64 PASSED [ 72%] 2022-11-23T04:25:38.7109627Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_linear_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7109925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_linear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T04:25:38.7110322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_local_response_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7110633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_logsigmoid_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7110930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_margin_ranking_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7111246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7111551Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7111855Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7112161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7112476Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool1d_grad_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7112782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7113197Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_grad_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7113498Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7113805Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_grad_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7114067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mish_cuda_float64 PASSED [ 73%] 2022-11-23T04:25:38.7114365Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mse_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7114741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multi_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7115090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multilabel_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7115417Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7115718Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_nll_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7116027Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_normalize_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7116332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_normalize_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7116647Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_circular_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7116958Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_circular_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7117269Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_constant_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7117569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_constant_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7117878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_reflect_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7118187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_reflect_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7118505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7118817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7119138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pairwise_distance_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7119453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pairwise_distance_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7119753Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pdist_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7120362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_shuffle_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7120791Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_shuffle_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7121232Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_unshuffle_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7121868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_unshuffle_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7122378Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_poisson_nll_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7123011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_prelu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7123564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_relu6_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7123994Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_relu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7124267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_rrelu_cuda_float64 PASSED [ 73%] 2022-11-23T04:25:38.7124531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_selu_cuda_float64 PASSED [ 73%] 2022-11-23T04:25:38.7124795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_silu_cuda_float64 PASSED [ 73%] 2022-11-23T04:25:38.7125088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_smooth_l1_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7125478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_soft_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7126026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7126617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7127058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7127376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softplus_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7127864Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softshrink_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T04:25:38.7128191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softsign_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7128494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softsign_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7129077Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_tanhshrink_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7129396Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_tanhshrink_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7129667Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_threshold_cuda_float64 PASSED [ 74%] 2022-11-23T04:25:38.7129990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_loss_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7130310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7130802Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7131139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7131448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7131752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7132139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_upsample_bilinear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7132473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_upsample_nearest_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7132804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T04:25:38.7133121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T04:25:38.7133404Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7133679Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7133970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_fro_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7134253Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_fro_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7134543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_inf_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7134822Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_inf_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7135111Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_nuc_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7135392Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_nuc_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7135854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 74%] 2022-11-23T04:25:38.7136380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 74%] 2022-11-23T04:25:38.7136937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T04:25:38.7137262Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T04:25:38.7137589Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T04:25:38.7137907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T04:25:38.7138224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ormqr_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7138589Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ormqr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7139099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_outer_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7139370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_outer_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7139934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pca_lowrank_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7140243Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7140714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7141878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pinverse_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7142455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pinverse_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7142760Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polar_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7143030Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 74%] 2022-11-23T04:25:38.7143310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T04:25:38.7143591Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T04:25:38.7143876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T04:25:38.7144149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T04:25:38.7144445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_positive_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7144847Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_positive_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T04:25:38.7145159Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pow_cuda_complex128 PASSED [ 74%] 2022-11-23T04:25:38.7145578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pow_cuda_float64 PASSED [ 74%] 2022-11-23T04:25:38.7146055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_prod_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7146535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_prod_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7146960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_put_cuda_complex128 PASSED [ 75%] 2022-11-23T04:25:38.7147340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_put_cuda_float64 PASSED [ 75%] 2022-11-23T04:25:38.7147768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_qr_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7148210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_qr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7148506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_quantile_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7148749Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rad2deg_cuda_float64 PASSED [ 75%] 2022-11-23T04:25:38.7149084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7149413Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7149900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7150230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7150549Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7150867Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7151276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7151606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7151892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7152170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7152453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_real_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7152728Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_real_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7152987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reciprocal_cuda_complex128 PASSED [ 75%] 2022-11-23T04:25:38.7153241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reciprocal_cuda_float64 PASSED [ 75%] 2022-11-23T04:25:38.7153486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_remainder_cuda_float64 PASSED [ 75%] 2022-11-23T04:25:38.7153723Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_renorm_cuda_complex128 PASSED [ 75%] 2022-11-23T04:25:38.7153959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_renorm_cuda_float64 PASSED [ 75%] 2022-11-23T04:25:38.7154251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7154536Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7154845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_interleave_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7155141Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_interleave_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7155435Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_as_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7155721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_as_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7156000Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7156281Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7156612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7156930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7157360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7157685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:25:38.7157981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_conj_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7158270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_conj_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7158633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_neg_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7158934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_neg_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7159221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_roll_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7159500Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_roll_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7159784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rot90_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7160060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rot90_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:38.7160299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_cuda_float64 PASSED [ 75%] 2022-11-23T04:25:38.7160543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_0_cuda_float64 PASSED [ 75%] 2022-11-23T04:25:38.7160818Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 75%] 2022-11-23T04:25:38.7161091Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 76%] 2022-11-23T04:25:38.7161332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsqrt_cuda_complex128 PASSED [ 76%] 2022-11-23T04:25:38.7161569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsqrt_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7161916Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsub_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7162395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsub_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7162999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7163615Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7164090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_add_cuda_complex128 PASSED [ 76%] 2022-11-23T04:25:38.7164522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_add_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7164942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_cuda_complex128 PASSED [ 76%] 2022-11-23T04:25:38.7165357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7165815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amax_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7166306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amin_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7166976Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_mean_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7167421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_prod_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7167863Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_sum_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7168441Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7168961Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_segment_reduce_lengths_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7169599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_segment_reduce_offsets_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7170134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7170643Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7171163Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_scatter_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7171587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sgn_cuda_complex128 PASSED [ 76%] 2022-11-23T04:25:38.7172002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sgn_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7172578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7173136Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7173584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sigmoid_cuda_complex128 PASSED [ 76%] 2022-11-23T04:25:38.7174010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sigmoid_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7174451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sign_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7175055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7175686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7176304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7176907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7177489Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:25:38.7177920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_complex128 PASSED [ 76%] 2022-11-23T04:25:38.7178332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7178760Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinc_cuda_complex128 PASSED [ 76%] 2022-11-23T04:25:38.7179176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinc_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7179607Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinh_cuda_complex128 PASSED [ 76%] 2022-11-23T04:25:38.7180022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinh_cuda_float64 PASSED [ 76%] 2022-11-23T04:25:38.7180691Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7181187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7181705Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_scatter_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7182206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7182744Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_with_dtype_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7183342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_with_dtype_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7183655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sort_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7183964Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T04:25:38.7184264Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sparse_sampled_addmm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7184595Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7184931Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7185253Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7185591Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7185912Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7186267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7186621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7186986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T04:25:38.7187352Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T04:25:38.7187644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_entr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7187935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_erfcx_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7188283Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7188637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7189013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i0e_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7189296Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i1_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7189580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i1e_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7189932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7190359Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T04:25:38.7190672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_log_ndtr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7191022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7191366Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7191708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7192042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7192338Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_ndtr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7192630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_ndtri_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7192958Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_polygamma_special_polygamma_n_0_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7193315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7193672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7194042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T04:25:38.7194415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T04:25:38.7194781Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T04:25:38.7195142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T04:25:38.7195491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7195788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_xlog1py_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7196209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:25:38.7196497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7196777Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7197078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_list_args_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7197371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_list_args_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7197732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_with_sizes_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7198046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_with_sizes_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T04:25:38.7198289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sqrt_cuda_complex128 PASSED [ 77%] 2022-11-23T04:25:38.7198528Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sqrt_cuda_float64 PASSED [ 77%] 2022-11-23T04:25:38.7198776Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_square_cuda_complex128 PASSED [ 77%] 2022-11-23T04:25:38.7199016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_square_cuda_float64 PASSED [ 77%] 2022-11-23T04:25:38.7199266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_squeeze_cuda_complex128 PASSED [ 77%] 2022-11-23T04:25:38.7199509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_squeeze_cuda_float64 PASSED [ 77%] 2022-11-23T04:25:38.7199796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7200077Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7200359Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7200634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7200921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_mean_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7201199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_mean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7201470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7201746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7201992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sub_cuda_complex128 PASSED [ 78%] 2022-11-23T04:25:38.7202226Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sub_cuda_float64 PASSED [ 78%] 2022-11-23T04:25:38.7202634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7203039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7203426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7203726Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7204309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7204869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7205430Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_lowrank_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7205959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_symeig_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7206498Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_symeig_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7206972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_t_cuda_complex128 PASSED [ 78%] 2022-11-23T04:25:38.7207561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_t_cuda_float64 PASSED [ 78%] 2022-11-23T04:25:38.7208158Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_along_dim_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7208721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_along_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7209257Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7209813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7210275Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tan_cuda_complex128 PASSED [ 78%] 2022-11-23T04:25:38.7210782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tan_cuda_float64 PASSED [ 78%] 2022-11-23T04:25:38.7211265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tanh_cuda_complex128 PASSED [ 78%] 2022-11-23T04:25:38.7211744Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tanh_cuda_float64 PASSED [ 78%] 2022-11-23T04:25:38.7212317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensor_split_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7212854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensor_split_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7213380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensordot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7213914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensordot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7214412Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tile_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7214973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tile_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7215525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7216011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7216628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T04:25:38.7217135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_sparse_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7217686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_topk_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7218233Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trace_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7219004Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trace_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7219494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_transpose_cuda_complex128 PASSED [ 78%] 2022-11-23T04:25:38.7219943Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_transpose_cuda_float64 PASSED [ 78%] 2022-11-23T04:25:38.7220482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapezoid_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7221012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapezoid_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7221675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapz_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7222229Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapz_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T04:25:38.7222792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triangular_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7223330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triangular_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7223764Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tril_cuda_complex128 PASSED [ 79%] 2022-11-23T04:25:38.7224187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tril_cuda_float64 PASSED [ 79%] 2022-11-23T04:25:38.7224752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triu_cuda_complex128 PASSED [ 79%] 2022-11-23T04:25:38.7225205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triu_cuda_float64 PASSED [ 79%] 2022-11-23T04:25:38.7225751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_true_divide_cuda_complex128 PASSED [ 79%] 2022-11-23T04:25:38.7226222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_true_divide_cuda_float64 PASSED [ 79%] 2022-11-23T04:25:38.7226750Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trunc_cuda_float64 PASSED [ 79%] 2022-11-23T04:25:38.7227275Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unbind_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7227779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unbind_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7228309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unflatten_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7228813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unflatten_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7229348Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_copy_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7229878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_copy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7230391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7230891Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7231486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T04:25:38.7232082Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T04:25:38.7232716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T04:25:38.7233467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T04:25:38.7233924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_complex128 PASSED [ 79%] 2022-11-23T04:25:38.7234368Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_float64 PASSED [ 79%] 2022-11-23T04:25:38.7234882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7235382Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7236022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_mean_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7236565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_mean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7237089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vdot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7237585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vdot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7238108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_complex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7238619Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7239126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7239652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_real_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7240178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_copy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7240682Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7241177Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7241690Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7242199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7242734Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vstack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7243252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vstack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7243763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_where_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7244265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_where_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T04:25:38.7244691Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_xlogy_cuda_float64 PASSED [ 79%] 2022-11-23T04:25:38.7245111Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zero__cuda_complex128 PASSED [ 79%] 2022-11-23T04:25:38.7245540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zero__cuda_float64 PASSED [ 79%] 2022-11-23T04:25:38.7246132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T04:25:38.7246877Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T04:25:38.7247488Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T04:25:38.7248088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T04:25:38.7248703Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_H_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7249412Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_H_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7250047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_T_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7250658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_T_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7251285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___getitem___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7251900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___getitem___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7252505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___radd___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7253112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___radd___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7253739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rdiv___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7254343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rdiv___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7254967Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmatmul___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7255568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmatmul___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7256167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmod___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7256785Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7257402Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7257904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 80%] 2022-11-23T04:25:38.7258390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rpow___cuda_float64 SKIPPED (Skipped!) [ 80%] 2022-11-23T04:25:38.7259003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7259611Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7261289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad__softmax_backward_data_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7261898Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 80%] 2022-11-23T04:25:38.7262346Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7262801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acos_cuda_complex128 PASSED [ 80%] 2022-11-23T04:25:38.7263241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acos_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7263984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acosh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7264634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acosh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7265099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_add_cuda_complex128 PASSED [ 80%] 2022-11-23T04:25:38.7265543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_add_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7266007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_complex128 PASSED [ 80%] 2022-11-23T04:25:38.7266459Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7266922Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcdiv_cuda_complex128 PASSED [ 80%] 2022-11-23T04:25:38.7267383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcdiv_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7267837Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_complex128 PASSED [ 80%] 2022-11-23T04:25:38.7268300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7268758Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_cuda_complex128 PASSED [ 80%] 2022-11-23T04:25:38.7269212Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7269712Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_decomposed_cuda_complex128 PASSED [ 80%] 2022-11-23T04:25:38.7270192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_decomposed_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7270654Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmv_cuda_complex128 PASSED [ 80%] 2022-11-23T04:25:38.7271106Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmv_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7271580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addr_cuda_complex128 PASSED [ 80%] 2022-11-23T04:25:38.7272035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addr_cuda_float64 PASSED [ 80%] 2022-11-23T04:25:38.7272636Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T04:25:38.7273235Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T04:25:38.7273849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T04:25:38.7274477Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T04:25:38.7275090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_amax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7275851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_amin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:25:38.7276454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7277079Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7277692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7278425Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7279067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7279767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7280382Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7280998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7281616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7282245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7282866Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7283399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 81%] 2022-11-23T04:25:38.7283924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 81%] 2022-11-23T04:25:38.7284588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_scatter_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7285234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7285709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asin_cuda_complex128 PASSED [ 81%] 2022-11-23T04:25:38.7286158Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asin_cuda_float64 PASSED [ 81%] 2022-11-23T04:25:38.7286768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asinh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7287385Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asinh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7287816Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan2_cuda_float64 PASSED [ 81%] 2022-11-23T04:25:38.7288281Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan_cuda_complex128 PASSED [ 81%] 2022-11-23T04:25:38.7288737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan_cuda_float64 PASSED [ 81%] 2022-11-23T04:25:38.7289523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atanh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7290138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atanh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7290778Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7291408Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7292164Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7292818Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7293464Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_3d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7294090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7294565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_baddbmm_cuda_complex128 PASSED [ 81%] 2022-11-23T04:25:38.7295033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_baddbmm_cuda_float64 PASSED [ 81%] 2022-11-23T04:25:38.7295663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bernoulli_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7296297Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bfloat16_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7296925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bfloat16_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7297564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7298187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7298809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bmm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7299416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bmm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7300038Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7300639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7301286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7301925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7302576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_to_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7303362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_to_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:25:38.7303977Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7304589Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7305187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:25:38.7305959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cartesian_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7306631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cartesian_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7307337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 82%] 2022-11-23T04:25:38.7308021Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 82%] 2022-11-23T04:25:38.7308642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7309280Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdouble_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7309908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdouble_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7310421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ceil_cuda_float64 PASSED [ 82%] 2022-11-23T04:25:38.7311066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cfloat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7311688Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cfloat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7312315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7312941Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7313561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T04:25:38.7314158Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T04:25:38.7314780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7315408Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7316066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_inverse_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7316716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_inverse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7317529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7318176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7318801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chunk_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7319434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chunk_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7320003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_cuda_float64 PASSED [ 82%] 2022-11-23T04:25:38.7320510Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_max_cuda_float64 PASSED [ 82%] 2022-11-23T04:25:38.7320973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_min_cuda_float64 PASSED [ 82%] 2022-11-23T04:25:38.7321576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clone_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7322201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clone_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7322849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_column_stack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7323496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_column_stack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7324159Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_combinations_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7324792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_combinations_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7325407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_complex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7326008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7326558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7327130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_physical_cuda_complex128 PASSED [ 82%] 2022-11-23T04:25:38.7327650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_physical_cuda_float64 PASSED [ 82%] 2022-11-23T04:25:38.7328397Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_constant_pad_nd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7329107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_constant_pad_nd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7329662Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_contiguous_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7330198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_contiguous_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7330773Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_copysign_cuda_float64 PASSED [ 82%] 2022-11-23T04:25:38.7331321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_corrcoef_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7331872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_corrcoef_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:25:38.7332289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cos_cuda_complex128 PASSED [ 82%] 2022-11-23T04:25:38.7332698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cos_cuda_float64 PASSED [ 82%] 2022-11-23T04:25:38.7333105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cosh_cuda_complex128 PASSED [ 82%] 2022-11-23T04:25:38.7334666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cosh_cuda_float64 PASSED [ 82%] 2022-11-23T04:25:38.7335367Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T04:25:38.7335959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T04:25:38.7336563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cov_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7337144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cov_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7337775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cross_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7338388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cross_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7339007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cummax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7339633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cummin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7340260Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumprod_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 83%] 2022-11-23T04:25:38.7340721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumprod_cuda_float64 PASSED [ 83%] 2022-11-23T04:25:38.7341202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumsum_cuda_complex128 PASSED [ 83%] 2022-11-23T04:25:38.7341667Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumsum_cuda_float64 PASSED [ 83%] 2022-11-23T04:25:38.7342351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumulative_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7343016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumulative_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7343461Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_deg2rad_cuda_float64 PASSED [ 83%] 2022-11-23T04:25:38.7344084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7344698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7345338Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_embed_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7346133Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_embed_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7346763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagflat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7347392Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagflat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7348139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_copy_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7348817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7349448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7350052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7350666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7351251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diff_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7351838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diff_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7352285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_digamma_cuda_float64 PASSED [ 83%] 2022-11-23T04:25:38.7352875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dist_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7353503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7354022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_floor_rounding_cuda_float64 PASSED [ 83%] 2022-11-23T04:25:38.7354547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_no_rounding_mode_cuda_complex128 PASSED [ 83%] 2022-11-23T04:25:38.7355062Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_no_rounding_mode_cuda_float64 PASSED [ 83%] 2022-11-23T04:25:38.7355568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_trunc_rounding_cuda_float64 PASSED [ 83%] 2022-11-23T04:25:38.7356210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7356833Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7357407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_double_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7357991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_double_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7358635Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7359441Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7360090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7360698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7361298Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_einsum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7361999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_einsum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:25:38.7362610Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T04:25:38.7363240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T04:25:38.7363859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T04:25:38.7364455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T04:25:38.7365047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T04:25:38.7365641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T04:25:38.7366249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T04:25:38.7366825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T04:25:38.7367230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erf_cuda_float64 PASSED [ 84%] 2022-11-23T04:25:38.7367651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfc_cuda_float64 PASSED [ 84%] 2022-11-23T04:25:38.7368155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfinv_cuda_float64 PASSED [ 84%] 2022-11-23T04:25:38.7368664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp2_cuda_float64 PASSED [ 84%] 2022-11-23T04:25:38.7369088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp_cuda_complex128 PASSED [ 84%] 2022-11-23T04:25:38.7369558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp_cuda_float64 PASSED [ 84%] 2022-11-23T04:25:38.7370051Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7370404Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7370747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7371088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7371339Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expm1_cuda_float64 PASSED [ 84%] 2022-11-23T04:25:38.7371828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T04:25:38.7372153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T04:25:38.7372496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7372828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7373238Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7373586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7373923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7374246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7374593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftshift_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7374934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftshift_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7375266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7375601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7375940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7376267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7376603Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7376935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7377278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7377611Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7377944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7378272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7378607Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7378936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7379373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7379708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7380037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7380437Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7380787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7381123Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7381446Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7381784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7382114Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7382455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7382784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:25:38.7383114Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7383444Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7383773Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7384028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_complex128 PASSED [ 85%] 2022-11-23T04:25:38.7384272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_float64 PASSED [ 85%] 2022-11-23T04:25:38.7384614Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flatten_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7384944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flatten_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7385275Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flip_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7385604Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flip_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7385941Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fliplr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7386272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fliplr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7386689Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flipud_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7387012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flipud_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7387344Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7387670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7388001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_power_cuda_complex128 PASSED [ 85%] 2022-11-23T04:25:38.7388286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_power_cuda_float64 PASSED [ 85%] 2022-11-23T04:25:38.7388533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_floor_cuda_float64 PASSED [ 85%] 2022-11-23T04:25:38.7388865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7389195Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7389524Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7389775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmod_cuda_float64 PASSED [ 85%] 2022-11-23T04:25:38.7390013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_frac_cuda_float64 PASSED [ 85%] 2022-11-23T04:25:38.7390347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_frexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7390674Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7390994Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7391329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7391658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7391997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gather_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7392323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gather_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7392642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7392971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7393301Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7393641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gradient_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7394061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gradient_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7394407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_grid_sampler_2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7394727Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7395062Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_half_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7395453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_half_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7395801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7396127Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7396463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7396792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7397131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7397453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:38.7397705Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hypot_cuda_float64 PASSED [ 85%] 2022-11-23T04:25:38.7397944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_i0_cuda_float64 PASSED [ 85%] 2022-11-23T04:25:38.7398272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T04:25:38.7398603Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7398941Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_imag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7399202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_add_cuda_complex128 PASSED [ 86%] 2022-11-23T04:25:38.7399457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_add_cuda_float64 PASSED [ 86%] 2022-11-23T04:25:38.7399703Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_copy_cuda_complex128 PASSED [ 86%] 2022-11-23T04:25:38.7399960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_copy_cuda_float64 PASSED [ 86%] 2022-11-23T04:25:38.7400218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_fill_cuda_complex128 PASSED [ 86%] 2022-11-23T04:25:38.7400472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_fill_cuda_float64 PASSED [ 86%] 2022-11-23T04:25:38.7400730Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_put_cuda_complex128 PASSED [ 86%] 2022-11-23T04:25:38.7400985Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_put_cuda_float64 PASSED [ 86%] 2022-11-23T04:25:38.7401338Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_reduce_cuda_float64 PASSED [ 86%] 2022-11-23T04:25:38.7401689Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7402031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7402367Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_inner_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7402697Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_inner_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7403092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7403437Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7403771Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7404099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7404431Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7404763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7405090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7405413Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7405734Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7406060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7406378Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7406701Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7407025Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7407357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7407683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7408016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_istft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7408373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7408818Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7409193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7409554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7409900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7410311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7410762Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7411123Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7411467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7411807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7412144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kron_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7412475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kron_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7412806Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kthvalue_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7413137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ldexp_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7413467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ldexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T04:25:38.7413787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T04:25:38.7414039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lerp_cuda_complex128 PASSED [ 86%] 2022-11-23T04:25:38.7414289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lerp_cuda_float64 PASSED [ 86%] 2022-11-23T04:25:38.7414539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lgamma_cuda_float64 PASSED [ 87%] 2022-11-23T04:25:38.7414865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7415199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7415539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cross_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7415872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cross_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7416309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7416640Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7416993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_singular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7417336Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_singular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7417743Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7418105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7418448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7418783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7419131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvals_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7419527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvals_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7419876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvalsh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7420215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvalsh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7420586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_householder_product_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7420945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_householder_product_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7421290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7421629Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7421977Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7422313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7422655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T04:25:38.7422996Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T04:25:38.7423341Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T04:25:38.7423763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T04:25:38.7424102Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T04:25:38.7424433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T04:25:38.7424713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 87%] 2022-11-23T04:25:38.7425057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 87%] 2022-11-23T04:25:38.7425445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7425802Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7426142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7426473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7426825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7427171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7427519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7427859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7428206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7428545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7428901Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7429457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7429824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_power_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7430518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_power_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T04:25:38.7430895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T04:25:38.7431375Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T04:25:38.7432554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T04:25:38.7432907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T04:25:38.7433252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_multi_dot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7433693Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_multi_dot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7434056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7434396Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7434771Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7435140Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7435533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7435870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7436228Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_hermitian_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7436752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_hermitian_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7437119Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 88%] 2022-11-23T04:25:38.7437692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 88%] 2022-11-23T04:25:38.7438061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_qr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7438399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_qr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7438746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_slogdet_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7439083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_slogdet_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7439428Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7439761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7440211Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7440550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7440908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_triangular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7441259Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_triangular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7441669Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7442022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7442371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svdvals_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7442709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svdvals_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7443248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorinv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7443598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorinv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7444178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorsolve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7444548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorsolve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7444895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vander_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7445231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vander_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7445572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vecdot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7445921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vecdot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7446271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vector_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7446613Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vector_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7446951Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T04:25:38.7447286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T04:25:38.7447540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log10_cuda_complex128 PASSED [ 88%] 2022-11-23T04:25:38.7447896Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log10_cuda_float64 PASSED [ 88%] 2022-11-23T04:25:38.7448139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log1p_cuda_float64 PASSED [ 88%] 2022-11-23T04:25:38.7448388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log2_cuda_complex128 PASSED [ 88%] 2022-11-23T04:25:38.7448628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log2_cuda_float64 PASSED [ 88%] 2022-11-23T04:25:38.7448874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_cuda_complex128 PASSED [ 88%] 2022-11-23T04:25:38.7449109Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_cuda_float64 PASSED [ 88%] 2022-11-23T04:25:38.7449692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7450089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:25:38.7450584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7451028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logaddexp2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7451368Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7451713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logcumsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7452048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7452377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7452713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7453040Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7453384Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7453712Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7454054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7454383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7454723Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7455055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7455305Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logit_cuda_float64 PASSED [ 89%] 2022-11-23T04:25:38.7455741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7456216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7456563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7457018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7457536Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7457882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7458215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7458538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7458873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7459202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7459547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_unpack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7459885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_unpack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7460214Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mH_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7460521Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mH_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7460849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mT_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7461176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mT_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7461515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_amax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7461844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_amin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7462179Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7462706Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T04:25:38.7463078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumprod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7463420Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumprod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7464168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7464521Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7464785Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_fill_cuda_complex128 PASSED [ 89%] 2022-11-23T04:25:38.7465040Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_fill_cuda_float64 PASSED [ 89%] 2022-11-23T04:25:38.7465472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7465835Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7466172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7466516Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7466861Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7467208Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_median_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7467705Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:25:38.7468135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_normalize_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7468524Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_normalize_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7468905Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7469418Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7469718Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_scatter_cuda_complex128 PASSED [ 90%] 2022-11-23T04:25:38.7470250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_scatter_cuda_float64 PASSED [ 90%] 2022-11-23T04:25:38.7470769Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7471162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7471538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7471906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_softmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7472285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_std_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7472783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_std_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7473162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_sum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7473553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_sum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7473929Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_var_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7474811Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_var_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7475271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matmul_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7475651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matmul_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7476206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matrix_exp_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7476707Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matrix_exp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7477205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_binary_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7477649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_pool2d_with_indices_backward_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7478044Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7478433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7478802Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_maximum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7479180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7479546Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7479921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_median_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7480316Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7480724Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7481132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7481525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7482040Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_binary_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7482613Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7483008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7484256Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_minimum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7485456Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7486471Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7487278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mode_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7487812Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_movedim_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7488203Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_movedim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7488585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_msort_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7488886Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mul_cuda_complex128 PASSED [ 90%] 2022-11-23T04:25:38.7489171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mul_cuda_float64 PASSED [ 90%] 2022-11-23T04:25:38.7489542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T04:25:38.7489939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7490303Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:38.7490623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 90%] 2022-11-23T04:25:38.7490925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 91%] 2022-11-23T04:25:38.7491287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 91%] 2022-11-23T04:25:38.7491584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nan_to_num_cuda_float64 PASSED [ 91%] 2022-11-23T04:25:38.7491909Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanmean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7492627Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanmedian_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7493387Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanquantile_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7494109Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nansum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7494846Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7495235Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7495614Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7495987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7496478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7496911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_dropout_backward_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7497292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7497678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7498037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7498334Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_neg_cuda_complex128 PASSED [ 91%] 2022-11-23T04:25:38.7498616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_neg_cuda_float64 PASSED [ 91%] 2022-11-23T04:25:38.7498998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7499718Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7500473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7501223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7501756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7502137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7502514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7502879Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7503251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7503619Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7503989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T04:25:38.7504548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7504982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7505388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7505877Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7506659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7507528Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7508358Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7508723Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 91%] 2022-11-23T04:25:38.7509121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7509538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7509935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7510360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7510773Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7511165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_bilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7511571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7511998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7512310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_celu_cuda_float64 PASSED [ 91%] 2022-11-23T04:25:38.7512725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7513369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:25:38.7514145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7515143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7515628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7516033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7516544Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7516980Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7517406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7517804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7518213Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7518618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cosine_similarity_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7519016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7519406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_ctc_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7519722Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout2d_cuda_float64 PASSED [ 92%] 2022-11-23T04:25:38.7520325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout3d_cuda_float64 PASSED [ 92%] 2022-11-23T04:25:38.7520966Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout_cuda_float64 PASSED [ 92%] 2022-11-23T04:25:38.7521637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_elu_cuda_float64 PASSED [ 92%] 2022-11-23T04:25:38.7522323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_embedding_bag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7522732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_embedding_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7523082Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 92%] 2022-11-23T04:25:38.7523435Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 92%] 2022-11-23T04:25:38.7523736Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 92%] 2022-11-23T04:25:38.7524147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7524679Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7525116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7525502Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_gelu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7525966Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_glu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7526387Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_grid_sample_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7526891Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_group_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7527714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7528351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardsigmoid_cuda_float64 XFAIL [ 92%] 2022-11-23T04:25:38.7529161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardswish_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7529606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardtanh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7530026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7530416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_huber_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7530812Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_instance_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7531215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_area_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7531625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7532034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7532439Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_linear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7532866Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_nearest_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7533281Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7533737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_kl_div_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7534735Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_l1_loss_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7535542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7536198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7536528Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_leaky_relu_cuda_float64 PASSED [ 92%] 2022-11-23T04:25:38.7537018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_linear_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7537466Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_linear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:25:38.7537874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_local_response_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7538260Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_logsigmoid_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7538666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7539048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7539442Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7539834Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7540224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7540726Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7541559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7542306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7542715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7543423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7543822Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mish_cuda_float64 PASSED [ 93%] 2022-11-23T04:25:38.7544217Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mse_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7544744Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multi_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7545182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7545600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7546063Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7546486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_normalize_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7546886Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_normalize_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7547287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_circular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7547681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_circular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7548084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_constant_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7548918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_constant_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7549735Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7550555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7550988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7551392Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7551799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7552204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7561630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pdist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7562225Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7563048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7563803Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7564691Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7565061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7565413Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_prelu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7565866Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_relu6_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7566240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_relu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7566514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_rrelu_cuda_float64 PASSED [ 93%] 2022-11-23T04:25:38.7566786Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_selu_cuda_float64 PASSED [ 93%] 2022-11-23T04:25:38.7567055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_silu_cuda_float64 PASSED [ 93%] 2022-11-23T04:25:38.7567416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7567776Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7568133Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7568504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7568869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7569606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softplus_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7570341Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:25:38.7571075Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softsign_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7571630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softsign_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7571999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_tanhshrink_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7572353Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_tanhshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7572640Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_threshold_cuda_float64 PASSED [ 94%] 2022-11-23T04:25:38.7573139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7573507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7573897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7574286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7574717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_unfold_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7575089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_unfold_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7575460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_upsample_bilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7575828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_upsample_nearest_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7576434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T04:25:38.7577107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T04:25:38.7577725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7578432Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7578782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_fro_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7579117Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_fro_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7579455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_inf_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7579784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_inf_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7580126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_nuc_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7580453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_nuc_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7580749Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 94%] 2022-11-23T04:25:38.7581056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 94%] 2022-11-23T04:25:38.7581391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T04:25:38.7581822Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T04:25:38.7582161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T04:25:38.7582491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T04:25:38.7582831Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ormqr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7583589Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ormqr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7584292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_outer_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7584948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_outer_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7585500Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pca_lowrank_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7585845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7586184Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7586531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pinverse_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7586869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pinverse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7587204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polar_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7587483Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 94%] 2022-11-23T04:25:38.7587775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T04:25:38.7588069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T04:25:38.7588360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T04:25:38.7588648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T04:25:38.7588986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_positive_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7589318Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_positive_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7589649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pow_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7590070Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pow_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:25:38.7590800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7592478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7592747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_put_cuda_complex128 PASSED [ 95%] 2022-11-23T04:25:38.7592996Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_put_cuda_float64 PASSED [ 95%] 2022-11-23T04:25:38.7593332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_qr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7593769Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_qr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7594134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_quantile_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7594393Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rad2deg_cuda_float64 PASSED [ 95%] 2022-11-23T04:25:38.7594728Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7595060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7595388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7595721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7596056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7596381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7596714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7597369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7598055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ravel_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7598615Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ravel_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7599309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_real_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7599652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_real_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7599923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reciprocal_cuda_complex128 PASSED [ 95%] 2022-11-23T04:25:38.7600183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reciprocal_cuda_float64 PASSED [ 95%] 2022-11-23T04:25:38.7600423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_remainder_cuda_float64 PASSED [ 95%] 2022-11-23T04:25:38.7600684Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_renorm_cuda_complex128 PASSED [ 95%] 2022-11-23T04:25:38.7601059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_renorm_cuda_float64 PASSED [ 95%] 2022-11-23T04:25:38.7601401Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7601737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7602095Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_interleave_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7602523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_interleave_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7602882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7603222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7603561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7604013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7604742Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7605414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7606121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7606525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T04:25:38.7606871Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_conj_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7607205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_conj_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7607547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_neg_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7607880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_neg_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7608218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_roll_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7608545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_roll_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7608875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rot90_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7609199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rot90_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:38.7609449Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_cuda_float64 PASSED [ 95%] 2022-11-23T04:25:38.7609835Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_0_cuda_float64 PASSED [ 95%] 2022-11-23T04:25:38.7610116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 95%] 2022-11-23T04:25:38.7610448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 96%] 2022-11-23T04:25:38.7610706Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsqrt_cuda_complex128 PASSED [ 96%] 2022-11-23T04:25:38.7611190Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsqrt_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7611983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsub_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7612576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsub_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7613292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7613639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7613903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_add_cuda_complex128 PASSED [ 96%] 2022-11-23T04:25:38.7614163Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_add_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7614421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_cuda_complex128 PASSED [ 96%] 2022-11-23T04:25:38.7614673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7614944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_amax_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7615196Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_amin_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7615465Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_mean_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7615726Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_prod_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7615993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_sum_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7616335Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7616693Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_segment_reduce_lengths_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7617055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_segment_reduce_offsets_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7617394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7617724Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7618439Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7618957Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sgn_cuda_complex128 PASSED [ 96%] 2022-11-23T04:25:38.7619393Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sgn_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7620230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7620568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7620827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sigmoid_cuda_complex128 PASSED [ 96%] 2022-11-23T04:25:38.7621077Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sigmoid_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7621321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sign_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7621759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7622145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7622491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7622838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7623165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T04:25:38.7623423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sin_cuda_complex128 PASSED [ 96%] 2022-11-23T04:25:38.7623667Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sin_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7623920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinc_cuda_complex128 PASSED [ 96%] 2022-11-23T04:25:38.7624167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinc_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7624417Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinh_cuda_complex128 PASSED [ 96%] 2022-11-23T04:25:38.7624656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinh_cuda_float64 PASSED [ 96%] 2022-11-23T04:25:38.7625348Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7626027Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7626626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7627224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7627584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7627930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7628264Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sort_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7628623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:25:38.7629090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7629433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7629774Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7630099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7630513Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7630868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7631235Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7631585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7632345Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T04:25:38.7633086Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T04:25:38.7633762Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_entr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7634314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_erfcx_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7634770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7635168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7635511Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i0e_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7635848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i1_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7636187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i1e_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7636550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7636922Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T04:25:38.7637272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_log_ndtr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7637746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7638101Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7638454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7639035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7640595Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_ndtr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7641249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_ndtri_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7641639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7642007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7642371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7642753Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T04:25:38.7643123Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T04:25:38.7643480Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T04:25:38.7643858Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T04:25:38.7644215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7644561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_xlog1py_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7644897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T04:25:38.7645231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7645565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7646278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_list_args_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7646975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_list_args_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7647919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7648347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:25:38.7648605Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sqrt_cuda_complex128 PASSED [ 97%] 2022-11-23T04:25:38.7648850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sqrt_cuda_float64 PASSED [ 97%] 2022-11-23T04:25:38.7649107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_square_cuda_complex128 PASSED [ 97%] 2022-11-23T04:25:38.7649447Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_square_cuda_float64 PASSED [ 97%] 2022-11-23T04:25:38.7649728Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_squeeze_cuda_complex128 PASSED [ 97%] 2022-11-23T04:25:38.7649979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_squeeze_cuda_float64 PASSED [ 97%] 2022-11-23T04:25:38.7650317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7650650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7650986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7651318Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7651660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7651991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7652325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7652723Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7653286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sub_cuda_complex128 PASSED [ 98%] 2022-11-23T04:25:38.7653777Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sub_cuda_float64 PASSED [ 98%] 2022-11-23T04:25:38.7654370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7655086Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7655440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_to_size_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7655775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_to_size_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7656114Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7656426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7656880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_lowrank_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7657221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_symeig_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7657553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_symeig_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7657801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_t_cuda_complex128 PASSED [ 98%] 2022-11-23T04:25:38.7658117Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_t_cuda_float64 PASSED [ 98%] 2022-11-23T04:25:38.7658484Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_along_dim_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7658833Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_along_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7659166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7659495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7659985Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_complex128 PASSED [ 98%] 2022-11-23T04:25:38.7660485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_float64 PASSED [ 98%] 2022-11-23T04:25:38.7660981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tanh_cuda_complex128 PASSED [ 98%] 2022-11-23T04:25:38.7661349Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tanh_cuda_float64 PASSED [ 98%] 2022-11-23T04:25:38.7661699Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensor_split_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7662285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensor_split_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7662785Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensordot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7663135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensordot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7663472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7663806Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7664138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7664460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7664797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T04:25:38.7665134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_sparse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7665585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_topk_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7665919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trace_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7666252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trace_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7666517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_transpose_cuda_complex128 PASSED [ 98%] 2022-11-23T04:25:38.7666774Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_transpose_cuda_float64 PASSED [ 98%] 2022-11-23T04:25:38.7667239Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7668003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7668701Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapz_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7669383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapz_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:25:38.7669806Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triangular_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7670161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triangular_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7670418Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tril_cuda_complex128 PASSED [ 99%] 2022-11-23T04:25:38.7670666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tril_cuda_float64 PASSED [ 99%] 2022-11-23T04:25:38.7670914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_complex128 PASSED [ 99%] 2022-11-23T04:25:38.7671157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_float64 PASSED [ 99%] 2022-11-23T04:25:38.7671403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_true_divide_cuda_complex128 PASSED [ 99%] 2022-11-23T04:25:38.7671660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_true_divide_cuda_float64 PASSED [ 99%] 2022-11-23T04:25:38.7671909Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trunc_cuda_float64 PASSED [ 99%] 2022-11-23T04:25:38.7672247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7672583Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7672926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unflatten_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7673259Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unflatten_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7673602Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_copy_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7673940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7674793Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7675456Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7676109Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T04:25:38.7676633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T04:25:38.7677078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T04:25:38.7677421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T04:25:38.7677690Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_cuda_complex128 PASSED [ 99%] 2022-11-23T04:25:38.7677946Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_cuda_float64 PASSED [ 99%] 2022-11-23T04:25:38.7678276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7678601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7678943Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7679273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7679607Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vdot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7679932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vdot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7680273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_complex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7680607Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7680940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7681624Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_real_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7682306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7682929Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7683522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7683871Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7684317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7684648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7684977Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7685310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_where_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7685710Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_where_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T04:25:38.7685979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_xlogy_cuda_float64 PASSED [ 99%] 2022-11-23T04:25:38.7686236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zero__cuda_complex128 PASSED [ 99%] 2022-11-23T04:25:38.7686478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zero__cuda_float64 PASSED [ 99%] 2022-11-23T04:25:38.7686809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T04:25:38.7687134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T04:25:38.7687470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T04:25:38.7687805Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T04:25:38.7687823Z 2022-11-23T04:25:38.7688020Z ============================== warnings summary =============================== 2022-11-23T04:25:38.7688480Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T04:25:38.7689203Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T04:25:38.7689496Z self._mark_plugins_for_rewrite(hook) 2022-11-23T04:25:38.7689512Z 2022-11-23T04:25:38.7689944Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T04:25:38.7690560Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-25fd37cfd9e8388f.xml - 2022-11-23T04:25:38.7690773Z = 1838 passed, 2939 skipped, 20 deselected, 38 xfailed, 1 warning in 1476.47s (0:24:36) = 2022-11-23T04:25:38.7691007Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T04:25:38.7691021Z 2022-11-23T04:25:38.7691451Z ##[endgroup] 2022-11-23T04:25:38.7691779Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_i1h01_qj) 2022-11-23T04:25:38.7691787Z 2022-11-23T04:25:38.9918835Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:25:38.982959] 2022-11-23T04:25:38.9921932Z Ignoring disabled issues: [] 2022-11-23T04:25:38.9922449Z Found test time stats from artifacts 2022-11-23T04:25:38.9922769Z Prioritized test from test file changes. 2022-11-23T04:25:38.9923078Z reordering tests for PR: 2022-11-23T04:25:38.9923310Z prioritized: [] 2022-11-23T04:25:38.9925623Z the rest: ['test_ops_gradients', 'test_tensor_creation_ops', 'test_tensorexpr', 'test_cpp_extensions_open_device_registration', 'test_fx', 'test_cpp_extensions_aot_ninja', 'test_linalg', 'test_dispatch', 'distributions/test_distributions', 'test_cuda_nvml_based_avail', 'test_cuda_primary_ctx', 'dynamo/test_dynamic_shapes', 'dynamo/test_functions', 'dynamo/test_minifier', 'dynamo/test_modules', 'dynamo/test_optimizations', 'dynamo/test_recompile_ux', 'dynamo/test_skip_non_tensor', 'dynamo/test_unspec', 'inductor/test_perf', 'inductor/test_torchinductor_opinfo', 'lazy/test_extract_compiled_graph', 'test_deploy', 'doctests', 'test_meta', 'test_quantization', 'test_jit_fuser_te', 'test_unary_ufuncs', 'test_dataloader', 'test_mkldnn_fusion', 'test_binary_ufuncs', 'test_sparse', 'test_utils', 'test_view_ops', 'test_sort_and_select', 'test_schema_check', 'test_shape_ops', 'lazy/test_step_closures', 'nn/test_packed_sequence', 'test_fx_experimental', 'test_optim', 'test_dynamic_shapes', 'profiler/test_profiler_tree', 'test_numba_integration', 'test_type_promotion', 'test_transformers', 'test_ao_sparsity', 'test_jiterator', 'test_import_stats', 'test_xnnpack_integration', 'test_tensorexpr_pybind', 'test_nestedtensor', 'nn/test_module_hooks', 'test_set_default_mobile_cpu_allocator', 'test_expanded_weights', 'test_namedtensor', 'test_serialization', 'test_scatter_gather_ops', 'test_complex', 'backends/xeon/test_launch', 'test_license'] 2022-11-23T04:25:38.9927807Z 2022-11-23T04:25:38.9928251Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-11-23T04:25:38.9929128Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-11-23T04:25:56.8053879Z 2022-11-23T04:25:56.8055127Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T04:25:56.8056736Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_6ouwojty) 2022-11-23T04:25:56.8058277Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-8d7e25e41074add1.xml 2022-11-23T04:25:56.8059216Z ============================= test session starts ============================= 2022-11-23T04:25:56.8060003Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T04:25:56.8060808Z cachedir: .pytest_cache 2022-11-23T04:25:56.8061821Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T04:25:56.8062844Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T04:25:56.8063808Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T04:25:56.8064654Z collecting ... collected 4835 items / 4815 deselected / 20 selected 2022-11-23T04:25:56.8069619Z Running 20 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_ex_cuda_float64 2022-11-23T04:25:56.8073442Z 2022-11-23T04:25:56.8074049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T04:25:56.8074874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T04:25:56.8075704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T04:25:56.8076406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T04:25:56.8077010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_cuda_complex128 PASSED [ 25%] 2022-11-23T04:25:56.8077539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_cuda_float64 PASSED [ 30%] 2022-11-23T04:25:56.8078069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_ex_cuda_complex128 PASSED [ 35%] 2022-11-23T04:25:56.8078578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_ex_cuda_float64 PASSED [ 40%] 2022-11-23T04:25:56.8079111Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_complex128 PASSED [ 45%] 2022-11-23T04:25:56.8079640Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_float64 PASSED [ 50%] 2022-11-23T04:25:56.8080173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_ex_cuda_complex128 PASSED [ 55%] 2022-11-23T04:25:56.8080869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_ex_cuda_float64 PASSED [ 60%] 2022-11-23T04:25:56.8081612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T04:25:56.8082418Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T04:25:56.8083353Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T04:25:56.8083970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-11-23T04:25:56.8084636Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:25:56.8085554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:25:56.8086277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:25:56.8087346Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-11-23T04:25:56.8087717Z 2022-11-23T04:25:56.8087874Z ============================== warnings summary =============================== 2022-11-23T04:25:56.8088572Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T04:25:56.8089212Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T04:25:56.8089719Z self._mark_plugins_for_rewrite(hook) 2022-11-23T04:25:56.8089898Z 2022-11-23T04:25:56.8090221Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T04:25:56.8090875Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-8d7e25e41074add1.xml - 2022-11-23T04:25:56.8091438Z ========= 8 passed, 12 skipped, 4815 deselected, 1 warning in 10.74s ========== 2022-11-23T04:25:56.8091879Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T04:25:56.8092139Z 2022-11-23T04:25:56.8092478Z ##[endgroup] 2022-11-23T04:25:56.8092939Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_6ouwojty) 2022-11-23T04:25:56.8093280Z 2022-11-23T04:25:56.8093445Z Running test_tensor_creation_ops ... [2022-11-23 04:25:56.806827] 2022-11-23T04:25:56.8094175Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:25:56.808164] 2022-11-23T04:28:01.3028129Z 2022-11-23T04:28:01.3028972Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-11-23T04:28:01.3032724Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_45v1o5wv) 2022-11-23T04:28:01.3038205Z 2022-11-23T04:28:01.3038466Z Running tests... 2022-11-23T04:28:01.3039223Z ---------------------------------------------------------------------- 2022-11-23T04:28:01.3040012Z Test results will be stored in test-reports\python-unittest\test_tensor_creation_ops 2022-11-23T04:28:01.3041035Z test_alias_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (1.931s) 2022-11-23T04:28:01.3041860Z test_alias_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:28:01.3042713Z test_alias_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:28:01.3043578Z test_alias_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:28:01.3044087Z test_alias_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3044537Z test_alias_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3045002Z test_alias_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3045458Z test_alias_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3046041Z test_alias_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3046703Z test_alias_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3047525Z test_alias_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3047991Z test_alias_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3048667Z test_alias_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.310s) 2022-11-23T04:28:01.3049101Z test_alias_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-11-23T04:28:01.3049525Z test_alias_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2022-11-23T04:28:01.3049939Z test_alias_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.009s) 2022-11-23T04:28:01.3050415Z test_alias_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2022-11-23T04:28:01.3050829Z test_alias_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3051227Z test_alias_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-11-23T04:28:01.3051731Z test_alias_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3052154Z test_alias_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3052570Z test_alias_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3053193Z test_alias_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:28:01.3053789Z test_alias_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:28:01.3054509Z test_alias_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:28:01.3055081Z test_alias_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:28:01.3055546Z test_alias_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:28:01.3056011Z test_alias_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3056469Z test_alias_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3056922Z test_alias_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3057367Z test_alias_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3057817Z test_alias_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3058247Z test_alias_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3058671Z test_alias_from_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-11-23T04:28:01.3059087Z test_alias_from_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-11-23T04:28:01.3059648Z test_alias_from_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-11-23T04:28:01.3060093Z test_alias_from_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.009s) 2022-11-23T04:28:01.3060859Z test_alias_from_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-11-23T04:28:01.3061363Z test_alias_from_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2022-11-23T04:28:01.3061749Z test_alias_from_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-11-23T04:28:01.3062149Z test_alias_from_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-11-23T04:28:01.3062545Z test_alias_from_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3062940Z test_alias_from_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3063346Z test_alias_from_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2022-11-23T04:28:01.3063934Z test_alias_from_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3064359Z test_astensor_consistency_cuda (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:28:01.3064825Z test_copy_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3065500Z test_copy_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3066027Z test_copy_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3066814Z test_copy_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3067668Z test_copy_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3068369Z test_copy_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3068808Z test_copy_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3069372Z test_copy_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3069836Z test_copy_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3070295Z test_copy_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3070741Z test_copy_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3071173Z test_copy_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-11-23T04:28:01.3072040Z test_copy_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:3675: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T04:28:01.3072787Z result = torch.asarray(cvt(original), **kwargs) 2022-11-23T04:28:01.3073041Z ok (0.025s) 2022-11-23T04:28:01.3073554Z test_copy_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.020s) 2022-11-23T04:28:01.3073993Z test_copy_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3074751Z test_copy_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.024s) 2022-11-23T04:28:01.3075170Z test_copy_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.020s) 2022-11-23T04:28:01.3075580Z test_copy_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-11-23T04:28:01.3075965Z test_copy_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.019s) 2022-11-23T04:28:01.3076373Z test_copy_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.019s) 2022-11-23T04:28:01.3076776Z test_copy_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-11-23T04:28:01.3077178Z test_copy_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.018s) 2022-11-23T04:28:01.3077662Z test_copy_from_dlpack_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3078217Z test_copy_from_dlpack_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3078764Z test_copy_from_dlpack_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3079281Z test_copy_from_dlpack_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3079815Z test_copy_from_dlpack_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3080557Z test_copy_from_dlpack_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3081412Z test_copy_from_dlpack_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3081944Z test_copy_from_dlpack_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3083347Z test_copy_from_dlpack_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3083861Z test_copy_from_dlpack_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3084384Z test_copy_from_dlpack_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3084848Z test_copy_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3085311Z test_copy_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3085881Z test_copy_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3086370Z test_copy_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3087011Z test_copy_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3087634Z test_copy_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3088305Z test_copy_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3088731Z test_copy_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3089176Z test_copy_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3089617Z test_copy_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3090071Z test_copy_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3090571Z test_copy_from_tensor_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3091119Z test_copy_from_tensor_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3091655Z test_copy_from_tensor_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3092190Z test_copy_from_tensor_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3092757Z test_copy_from_tensor_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3093420Z test_copy_from_tensor_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T04:28:01.3093967Z test_copy_from_tensor_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-11-23T04:28:01.3094842Z test_copy_from_tensor_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T04:28:01.3095360Z test_copy_from_tensor_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.003s) 2022-11-23T04:28:01.3095872Z test_copy_from_tensor_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T04:28:01.3096390Z test_copy_from_tensor_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T04:28:01.3096817Z test_copy_list_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3097208Z test_copy_list_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3097605Z test_copy_list_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3098005Z test_copy_list_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3098531Z test_copy_list_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3098922Z test_copy_list_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-11-23T04:28:01.3099308Z test_copy_list_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-11-23T04:28:01.3099674Z test_copy_list_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3100251Z test_copy_list_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3100628Z test_copy_list_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3101354Z test_copy_list_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3101741Z test_copy_list_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3102235Z test_copy_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3102755Z test_copy_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-11-23T04:28:01.3103461Z test_copy_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3104180Z test_copy_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.026s) 2022-11-23T04:28:01.3104921Z test_copy_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.020s) 2022-11-23T04:28:01.3105648Z test_copy_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.019s) 2022-11-23T04:28:01.3106329Z test_copy_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.009s) 2022-11-23T04:28:01.3107151Z test_copy_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.022s) 2022-11-23T04:28:01.3108009Z test_copy_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.017s) 2022-11-23T04:28:01.3108853Z test_copy_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3109586Z test_copy_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3110319Z test_copy_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.020s) 2022-11-23T04:28:01.3111142Z test_retain_autograd_history_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3111679Z test_retain_autograd_history_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3112116Z test_unsupported_alias_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.039s) 2022-11-23T04:28:01.3112606Z test_unsupported_alias_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-11-23T04:28:01.3113412Z test_empty_like_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:28:01.3114271Z test_full_like_inference_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3114721Z test_ones_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3115885Z test_ones_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.003s) 2022-11-23T04:28:01.3116738Z test_zeros_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3117629Z test_zeros_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T04:28:01.3118534Z test_normal_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.028s) 2022-11-23T04:28:01.3119341Z test_normal_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.025s) 2022-11-23T04:28:01.3120171Z test_normal_std_error_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.983s) 2022-11-23T04:28:01.3121248Z test_rand_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3123009Z test_rand_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:3323: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T04:28:01.3124746Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-11-23T04:28:01.3125233Z ok (0.000s) 2022-11-23T04:28:01.3125833Z test_rand_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3126629Z test_rand_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3127619Z test_rand_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3128633Z test_randint_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:28:01.3129696Z test_randint_inference_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:28:01.3130573Z test_randn_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3131624Z test_randn_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3132526Z test_randn_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3133360Z test_randn_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3134304Z test_randn_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3135237Z test_randn_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3136089Z test_randn_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3136941Z test_random_neg_values_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3137781Z test_randperm_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.053s) 2022-11-23T04:28:01.3138640Z test_randperm_device_compatibility_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.057s) 2022-11-23T04:28:01.3139591Z test_uniform_from_to_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3140508Z test_uniform_from_to_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.009s) 2022-11-23T04:28:01.3141559Z test_uniform_from_to_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.018s) 2022-11-23T04:28:01.3142682Z test_uniform_from_to_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.021s) 2022-11-23T04:28:01.3143559Z test_arange_bfloat16_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3144346Z test_arange_cuda (__main__.TestTensorCreationCUDA) ... ok (0.042s) 2022-11-23T04:28:01.3145170Z test_arange_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3145748Z test_arange_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3146210Z test_arange_device_vs_cpu_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T04:28:01.3146817Z test_arange_device_vs_cpu_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T04:28:01.3147774Z test_arange_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:28:01.3148564Z test_as_strided_neg_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3149507Z test_as_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:28:01.3150244Z test_block_diag_cuda (__main__.TestTensorCreationCUDA) ... ok (0.060s) 2022-11-23T04:28:01.3151278Z test_block_diag_scipy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.079s) 2022-11-23T04:28:01.3152026Z test_cartesian_prod_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3152851Z test_cat2_cuda_float16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:28:01.3153420Z test_cat2_cuda_float64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:28:01.3153878Z test_cat2_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:28:01.3154651Z test_cat_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3155588Z test_cat_big_cuda (__main__.TestTensorCreationCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:28:01.3156721Z test_cat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3157141Z test_cat_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3157538Z test_cat_empty_legacy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3157969Z test_cat_in_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-11-23T04:28:01.3158499Z test_cat_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3159452Z test_cat_out_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3160269Z test_cat_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-11-23T04:28:01.3161082Z test_cat_out_memory_format_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3162041Z test_cat_preserve_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3163150Z test_cat_stack_cross_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3163928Z test_combinations_cuda (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3165044Z test_complex_type_conversions_cuda (__main__.TestTensorCreationCUDA) ... skip: real and imag not implemented for complex (0.000s) 2022-11-23T04:28:01.3166146Z test_constructor_device_legacy_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T04:28:01.3167121Z test_constructor_dtypes_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:28:01.3168980Z test_ctor_with_numpy_array_cuda (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1443: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. 2022-11-23T04:28:01.3170864Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T04:28:01.3171508Z np.float, 2022-11-23T04:28:01.3172654Z C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1450: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. 2022-11-23T04:28:01.3174066Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T04:28:01.3174702Z np.bool, 2022-11-23T04:28:01.3175043Z ok (0.016s) 2022-11-23T04:28:01.3175708Z test_device_rounding_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3176538Z test_device_rounding_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3177268Z test_device_rounding_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3178146Z test_diag_embed_cuda_float32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:28:01.3178889Z test_diagflat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3179589Z test_dsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2022-11-23T04:28:01.3180309Z test_dsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T04:28:01.3181010Z test_dsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3181947Z test_dstack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-11-23T04:28:01.3182644Z test_dstack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.032s) 2022-11-23T04:28:01.3183451Z test_dstack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-11-23T04:28:01.3184293Z test_dstack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.034s) 2022-11-23T04:28:01.3184992Z test_dstack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-11-23T04:28:01.3186305Z test_dstack_cuda_int16 (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:818: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T04:28:01.3187758Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-11-23T04:28:01.3188361Z ok (0.015s) 2022-11-23T04:28:01.3188870Z test_dstack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T04:28:01.3189640Z test_dstack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3190384Z test_dstack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3191161Z test_dstack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2022-11-23T04:28:01.3191850Z test_empty_full_cuda (__main__.TestTensorCreationCUDA) ... ok (0.103s) 2022-11-23T04:28:01.3192549Z test_empty_overflow_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3193954Z test_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: 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. 2022-11-23T04:28:01.3195164Z warnings.warn(message, UserWarning) 2022-11-23T04:28:01.3195588Z ok (0.004s) 2022-11-23T04:28:01.3196211Z test_empty_tensor_props_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3196899Z test_eye_cuda (__main__.TestTensorCreationCUDA) ... ok (0.131s) 2022-11-23T04:28:01.3197747Z test_fill_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.548s) 2022-11-23T04:28:01.3198536Z test_float_to_int_conversion_finite_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3199320Z test_float_to_int_conversion_finite_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3200121Z test_float_to_int_conversion_finite_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3200935Z test_float_to_int_conversion_finite_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3201750Z test_float_to_int_conversion_finite_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3202561Z test_float_to_int_conversion_finite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3203537Z test_float_to_int_conversion_nonfinite_cuda_bool (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3204641Z test_float_to_int_conversion_nonfinite_cuda_int16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3205563Z test_float_to_int_conversion_nonfinite_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3206462Z test_float_to_int_conversion_nonfinite_cuda_int64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3207379Z test_float_to_int_conversion_nonfinite_cuda_int8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3208294Z test_float_to_int_conversion_nonfinite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3209305Z test_full_inference_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3210241Z test_full_inference_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3211320Z test_full_inference_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3212133Z test_full_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3212867Z test_hsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.021s) 2022-11-23T04:28:01.3213660Z test_hsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2022-11-23T04:28:01.3214457Z test_hsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3216489Z test_hstack_column_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2022-11-23T04:28:01.3217535Z test_hstack_column_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.045s) 2022-11-23T04:28:01.3218329Z test_hstack_column_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.035s) 2022-11-23T04:28:01.3219077Z test_hstack_column_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.035s) 2022-11-23T04:28:01.3219848Z test_hstack_column_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-11-23T04:28:01.3220609Z test_hstack_column_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2022-11-23T04:28:01.3221420Z test_hstack_column_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3222200Z test_hstack_column_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-11-23T04:28:01.3223067Z test_hstack_column_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.023s) 2022-11-23T04:28:01.3223903Z test_hstack_column_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T04:28:01.3224740Z test_kaiser_window_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (1.316s) 2022-11-23T04:28:01.3225493Z test_kaiser_window_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.842s) 2022-11-23T04:28:01.3226242Z test_kaiser_window_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.828s) 2022-11-23T04:28:01.3226979Z test_kaiser_window_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.906s) 2022-11-23T04:28:01.3227707Z test_kaiser_window_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.025s) 2022-11-23T04:28:01.3228445Z test_large_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3229170Z test_large_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3230116Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cuda (__main__.TestTensorCreationCUDA) ... ok (0.199s) 2022-11-23T04:28:01.3231150Z test_linlogspace_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3231908Z test_linspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3232644Z test_linspace_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (17.310s) 2022-11-23T04:28:01.3233382Z test_linspace_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (17.101s) 2022-11-23T04:28:01.3234100Z test_linspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (17.579s) 2022-11-23T04:28:01.3234791Z test_linspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (17.068s) 2022-11-23T04:28:01.3235491Z test_linspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2022-11-23T04:28:01.3236272Z test_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (17.565s) 2022-11-23T04:28:01.3237105Z test_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (16.782s) 2022-11-23T04:28:01.3237810Z test_linspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3238783Z test_linspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3239482Z test_linspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3240243Z test_linspace_device_vs_cpu_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3241046Z test_linspace_device_vs_cpu_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3241842Z test_linspace_device_vs_cpu_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3242721Z test_linspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3243660Z test_linspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3244639Z test_linspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3245412Z test_linspace_special_steps_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3246216Z test_linspace_special_steps_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3247027Z test_linspace_special_steps_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3247812Z test_linspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3248701Z test_linspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3249612Z test_linspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3250424Z test_linspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.465s) 2022-11-23T04:28:01.3251210Z test_linspace_vs_numpy_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.426s) 2022-11-23T04:28:01.3251988Z test_linspace_vs_numpy_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.509s) 2022-11-23T04:28:01.3252760Z test_linspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.272s) 2022-11-23T04:28:01.3253520Z test_linspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.239s) 2022-11-23T04:28:01.3254266Z test_logspace_base2_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3255087Z test_logspace_base2_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3255963Z test_logspace_base2_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3256699Z test_logspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.018s) 2022-11-23T04:28:01.3257422Z test_logspace_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T04:28:01.3258183Z test_logspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2022-11-23T04:28:01.3258895Z test_logspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-11-23T04:28:01.3260233Z test_logspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:2960: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T04:28:01.3261632Z self.assertEqual(torch.tensor([2. ** (i / 8.) for i in range(49)], device=device, dtype=dtype), 2022-11-23T04:28:01.3262307Z ok (0.020s) 2022-11-23T04:28:01.3262827Z test_logspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T04:28:01.3263548Z test_logspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3264251Z test_logspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3264969Z test_logspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T04:28:01.3265697Z test_logspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3266649Z test_logspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3267511Z test_logspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3268369Z test_logspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3269269Z test_logspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3270058Z test_logspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3270846Z test_logspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3271640Z test_logspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.477s) 2022-11-23T04:28:01.3272548Z test_logspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.524s) 2022-11-23T04:28:01.3273399Z test_logspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.468s) 2022-11-23T04:28:01.3275215Z test_meshgrid_default_indexing_cuda (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:3433.) 2022-11-23T04:28:01.3276673Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-11-23T04:28:01.3277188Z ok (0.006s) 2022-11-23T04:28:01.3277741Z test_meshgrid_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3278476Z test_meshgrid_ij_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2022-11-23T04:28:01.3279262Z test_meshgrid_ij_indexing_is_default_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3280111Z test_meshgrid_inconsistent_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3280995Z test_meshgrid_inconsistent_dtype_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3281855Z test_meshgrid_non_1d_tensor_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3282636Z test_meshgrid_unsupported_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3283400Z test_meshgrid_vs_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-11-23T04:28:01.3284154Z test_meshgrid_warns_if_no_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3284918Z test_meshgrid_xy_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-11-23T04:28:01.3285644Z test_new_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3286529Z test_new_methods_requires_grad_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:28:01.3287443Z test_new_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:28:01.3288341Z test_offset_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:28:01.3289141Z test_ones_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3289820Z test_random_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3290502Z test_random_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3291201Z test_random_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3291903Z test_random_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3292589Z test_random_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3293271Z test_random_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3294203Z test_random_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3294979Z test_random_default_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3295826Z test_random_default_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3296573Z test_random_default_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3297317Z test_random_default_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3298047Z test_random_default_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3298775Z test_random_default_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3299501Z test_random_default_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3300336Z test_random_default_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3301189Z test_random_default_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3301992Z test_random_from_to_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.048s) 2022-11-23T04:28:01.3302819Z test_random_from_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.053s) 2022-11-23T04:28:01.3303552Z test_random_from_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2022-11-23T04:28:01.3304286Z test_random_from_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-11-23T04:28:01.3304999Z test_random_from_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.035s) 2022-11-23T04:28:01.3305721Z test_random_from_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.038s) 2022-11-23T04:28:01.3306451Z test_random_from_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2022-11-23T04:28:01.3307179Z test_random_from_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2022-11-23T04:28:01.3307989Z test_random_from_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.050s) 2022-11-23T04:28:01.3308768Z test_random_from_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.036s) 2022-11-23T04:28:01.3309579Z test_random_full_range_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3310315Z test_random_full_range_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3311127Z test_random_full_range_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3311871Z test_random_full_range_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3312613Z test_random_full_range_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3313353Z test_random_full_range_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3314085Z test_random_full_range_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3314885Z test_random_full_range_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3315636Z test_random_full_range_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3317687Z test_random_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations struct 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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:106.) 2022-11-23T04:28:01.3319280Z t.random_(to_) 2022-11-23T04:28:01.3319628Z ok (0.007s) 2022-11-23T04:28:01.3321390Z test_random_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations struct 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 C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:106.) 2022-11-23T04:28:01.3323276Z t.random_(to_) 2022-11-23T04:28:01.3323682Z ok (0.006s) 2022-11-23T04:28:01.3325459Z test_random_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:106.) 2022-11-23T04:28:01.3327037Z t.random_(to_) 2022-11-23T04:28:01.3327402Z ok (0.003s) 2022-11-23T04:28:01.3329060Z test_random_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:106.) 2022-11-23T04:28:01.3330841Z t.random_(to_) 2022-11-23T04:28:01.3331217Z ok (0.006s) 2022-11-23T04:28:01.3331767Z test_random_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3332494Z test_random_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.022s) 2022-11-23T04:28:01.3333189Z test_random_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3333904Z test_random_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3334610Z test_random_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-11-23T04:28:01.3335303Z test_range_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-11-23T04:28:01.3336199Z test_range_factories_64bit_indexing_cuda (__main__.TestTensorCreationCUDA) ... skip: Insufficient cuda:0 memory (0.104s) 2022-11-23T04:28:01.3337039Z test_range_warning_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3337920Z test_repeat_interleave_cuda (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-11-23T04:28:01.3338632Z test_roll_cuda (__main__.TestTensorCreationCUDA) ... ok (0.019s) 2022-11-23T04:28:01.3339425Z test_signal_window_functions_window_bartlett_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3340302Z test_signal_window_functions_window_bartlett_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3341187Z test_signal_window_functions_window_bartlett_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-11-23T04:28:01.3342060Z test_signal_window_functions_window_bartlett_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3342928Z test_signal_window_functions_window_bartlett_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3343861Z test_signal_window_functions_window_blackman_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.022s) 2022-11-23T04:28:01.3344872Z test_signal_window_functions_window_blackman_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3345754Z test_signal_window_functions_window_blackman_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3346626Z test_signal_window_functions_window_blackman_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.019s) 2022-11-23T04:28:01.3347653Z test_signal_window_functions_window_blackman_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3348507Z test_signal_window_functions_window_hamming_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2022-11-23T04:28:01.3349367Z test_signal_window_functions_window_hamming_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3350206Z test_signal_window_functions_window_hamming_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3351153Z test_signal_window_functions_window_hamming_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3352182Z test_signal_window_functions_window_hamming_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3353162Z test_signal_window_functions_window_hann_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3354022Z test_signal_window_functions_window_hann_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T04:28:01.3354865Z test_signal_window_functions_window_hann_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2022-11-23T04:28:01.3355703Z test_signal_window_functions_window_hann_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3356534Z test_signal_window_functions_window_hann_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3357412Z test_simple_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:28:01.3358210Z test_stack_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:28:01.3359127Z test_stack_out_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:28:01.3359931Z test_strided_mismatched_stride_shape_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-11-23T04:28:01.3360728Z test_tensor_ctor_device_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3361468Z test_tensor_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3362177Z test_tensor_factories_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.149s) 2022-11-23T04:28:01.3362984Z test_tensor_factory_copy_var_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:28:01.3363811Z test_tensor_factory_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T04:28:01.3364662Z test_tensor_factory_gpu_type_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3365446Z test_tensor_factory_gpu_type_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3366420Z test_tensor_factory_type_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T04:28:01.3367254Z test_tensor_from_non_writable_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3368046Z test_tensor_from_sequence_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:28:01.3368831Z test_torch_complex_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3369578Z test_torch_complex_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3370319Z test_torch_complex_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3371110Z test_torch_complex_floating_dtype_error_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3372042Z test_torch_complex_floating_dtype_error_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3372987Z test_torch_complex_floating_dtype_error_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3373882Z test_torch_complex_floating_dtype_error_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3374898Z test_torch_complex_floating_dtype_error_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3375725Z test_torch_complex_floating_dtype_error_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3376550Z test_torch_complex_floating_dtype_error_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3377394Z test_torch_complex_floating_dtype_error_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3378231Z test_torch_complex_out_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3379156Z test_torch_complex_out_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3380168Z test_torch_complex_same_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3381116Z test_torch_complex_same_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3381912Z test_torch_polar_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3382651Z test_torch_polar_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3383396Z test_unpack_double_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3384153Z test_unpack_double_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T04:28:01.3384859Z test_vander_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3385549Z test_vander_types_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3386388Z test_vander_types_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T04:28:01.3387221Z test_vander_types_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3388062Z test_vander_types_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-11-23T04:28:01.3388819Z test_vander_types_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3390196Z test_vander_types_cuda_int16 (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\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. 2022-11-23T04:28:01.3391412Z pt_x = torch.tensor(x, device=device, dtype=dtype) 2022-11-23T04:28:01.3391878Z ok (0.010s) 2022-11-23T04:28:01.3392428Z test_vander_types_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2022-11-23T04:28:01.3393240Z test_vander_types_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3394049Z test_vander_types_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3394846Z test_vander_types_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3395586Z test_vsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3396280Z test_vsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T04:28:01.3396980Z test_vsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T04:28:01.3397715Z test_vstack_row_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.044s) 2022-11-23T04:28:01.3398485Z test_vstack_row_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.051s) 2022-11-23T04:28:01.3399245Z test_vstack_row_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.043s) 2022-11-23T04:28:01.3400087Z test_vstack_row_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.055s) 2022-11-23T04:28:01.3400848Z test_vstack_row_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-11-23T04:28:01.3402365Z test_vstack_row_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:818: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T04:28:01.3403884Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-11-23T04:28:01.3404460Z ok (0.029s) 2022-11-23T04:28:01.3405014Z test_vstack_row_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.021s) 2022-11-23T04:28:01.3405751Z test_vstack_row_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-11-23T04:28:01.3406485Z test_vstack_row_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.041s) 2022-11-23T04:28:01.3407435Z test_vstack_row_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.040s) 2022-11-23T04:28:01.3408206Z test_zeros_cuda (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-11-23T04:28:01.3409053Z test_zeros_dtype_layout_device_match_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3409891Z test_zeros_dtype_layout_device_match_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T04:28:01.3410730Z test_zeros_dtype_layout_device_match_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T04:28:01.3411548Z test_zeros_dtype_layout_device_match_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T04:28:01.3412354Z test_zeros_dtype_layout_device_match_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3413169Z test_zeros_dtype_layout_device_match_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3414051Z test_zeros_dtype_layout_device_match_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T04:28:01.3414871Z test_zeros_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T04:28:01.3415349Z 2022-11-23T04:28:01.3415674Z ---------------------------------------------------------------------- 2022-11-23T04:28:01.3416213Z Ran 454 tests in 119.063s 2022-11-23T04:28:01.3416466Z 2022-11-23T04:28:01.3416630Z OK (skipped=100) 2022-11-23T04:28:01.3416870Z 2022-11-23T04:28:01.3417057Z Generating XML reports... 2022-11-23T04:28:01.3417820Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestAsArrayCUDA-20221123042601.xml 2022-11-23T04:28:01.3418940Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestLikeTensorCreationCUDA-20221123042601.xml 2022-11-23T04:28:01.3420139Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestRandomTensorCreationCUDA-20221123042601.xml 2022-11-23T04:28:01.3421440Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestTensorCreationCUDA-20221123042601.xml 2022-11-23T04:28:01.3422178Z 2022-11-23T04:28:01.3422776Z ##[endgroup] 2022-11-23T04:28:01.3423563Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_45v1o5wv) 2022-11-23T04:28:01.3424166Z 2022-11-23T04:28:01.3424419Z Running test_tensorexpr ... [2022-11-23 04:28:01.305271] 2022-11-23T04:28:01.3425274Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:28:01.306069] 2022-11-23T04:29:57.4862431Z 2022-11-23T04:29:57.4863520Z Expand the folded group to see the log file of test_tensorexpr 2022-11-23T04:29:57.4865129Z ##[group]PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_35c9e5p7) 2022-11-23T04:29:57.4865789Z 2022-11-23T04:29:57.4865986Z Running tests... 2022-11-23T04:29:57.4867100Z ---------------------------------------------------------------------- 2022-11-23T04:29:57.4867968Z Test results will be stored in test-reports\python-unittest\test_tensorexpr 2022-11-23T04:29:57.4869171Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (2.744s) 2022-11-23T04:29:57.4870986Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-11-23T04:29:57.4872008Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.095s) 2022-11-23T04:29:57.4873801Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.015s) 2022-11-23T04:29:57.4874865Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (1.838s) 2022-11-23T04:29:57.4875738Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.080s) 2022-11-23T04:29:57.4876703Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.018s) 2022-11-23T04:29:57.4877537Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (4.156s) 2022-11-23T04:29:57.4878698Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (1.253s) 2022-11-23T04:29:57.4879561Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.120s) 2022-11-23T04:29:57.4880333Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (1.315s) 2022-11-23T04:29:57.4881044Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.024s) 2022-11-23T04:29:57.4881720Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (3.281s) 2022-11-23T04:29:57.4882396Z test_cat (__main__.TestTensorExprFuser) ... ok (49.146s) 2022-11-23T04:29:57.4883089Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.889s) 2022-11-23T04:29:57.4883776Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.646s) 2022-11-23T04:29:57.4884765Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.002s) 2022-11-23T04:29:57.4886068Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.658s) 2022-11-23T04:29:57.4886970Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.258s) 2022-11-23T04:29:57.4887779Z test_char (__main__.TestTensorExprFuser) ... ok (0.018s) 2022-11-23T04:29:57.4888986Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.154s) 2022-11-23T04:29:57.4889805Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.330s) 2022-11-23T04:29:57.4890462Z test_constant (__main__.TestTensorExprFuser) ... ok (0.025s) 2022-11-23T04:29:57.4891030Z test_double (__main__.TestTensorExprFuser) ... ok (0.018s) 2022-11-23T04:29:57.4891419Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.271s) 2022-11-23T04:29:57.4891886Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.003s) 2022-11-23T04:29:57.4892314Z test_easy (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-11-23T04:29:57.4892652Z test_eq (__main__.TestTensorExprFuser) ... ok (0.024s) 2022-11-23T04:29:57.4893014Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.502s) 2022-11-23T04:29:57.4893389Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.316s) 2022-11-23T04:29:57.4893746Z test_ge (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-11-23T04:29:57.4894096Z test_gt (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-11-23T04:29:57.4894457Z test_guard_fails (__main__.TestTensorExprFuser) ... ok (0.222s) 2022-11-23T04:29:57.4894907Z test_half_bn_relu (__main__.TestTensorExprFuser) ... graph(%a : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0), 2022-11-23T04:29:57.4895475Z %b : Half(16, strides=[1], requires_grad=0, device=cuda:0), 2022-11-23T04:29:57.4895866Z %c : Half(16, strides=[1], requires_grad=0, device=cuda:0)): 2022-11-23T04:29:57.4896200Z %3 : NoneType = prim::Constant() 2022-11-23T04:29:57.4896583Z %4 : NoneType = prim::Constant() 2022-11-23T04:29:57.4897184Z %5 : bool = prim::Constant[value=0]() # C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2452:0 2022-11-23T04:29:57.4897929Z %6 : float = prim::Constant[value=0.10000000000000001]() # C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2452:0 2022-11-23T04:29:57.4899075Z %7 : float = prim::Constant[value=1.0000000000000001e-05]() # C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2452:0 2022-11-23T04:29:57.4899945Z %8 : bool = prim::Constant[value=1]() # C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2452:0 2022-11-23T04:29:57.4900814Z %y : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0) = aten::batch_norm(%a, %3, %4, %b, %c, %5, %6, %7, %8) # C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2452:0 2022-11-23T04:29:57.4901720Z %10 : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0) = aten::relu(%y) # C:\actions-runner\_work\pytorch\pytorch\test\test_tensorexpr.py:1303:0 2022-11-23T04:29:57.4902250Z return (%10) 2022-11-23T04:29:57.4902379Z 2022-11-23T04:29:57.4902579Z ok (0.236s) 2022-11-23T04:29:57.4903485Z test_half_gelu (__main__.TestTensorExprFuser) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_trace.py:881: TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function. Detailed error: 2022-11-23T04:29:57.4904331Z Tensor-likes are not close! 2022-11-23T04:29:57.4904500Z 2022-11-23T04:29:57.4904760Z Mismatched elements: 407 / 1024 (39.7%) 2022-11-23T04:29:57.4905214Z Greatest absolute difference: 0.001953125 at index (159,) (up to 1e-05 allowed) 2022-11-23T04:29:57.4905741Z Greatest relative difference: 0.001402524544179523 at index (170,) (up to 1e-05 allowed) 2022-11-23T04:29:57.4906173Z _check_trace( 2022-11-23T04:29:57.4906382Z ok (0.503s) 2022-11-23T04:29:57.4906801Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-11-23T04:29:57.4907288Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.027s) 2022-11-23T04:29:57.4907763Z test_le (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-11-23T04:29:57.4908214Z test_loop (__main__.TestTensorExprFuser) ... ok (0.210s) 2022-11-23T04:29:57.4908690Z test_lt (__main__.TestTensorExprFuser) ... ok (0.465s) 2022-11-23T04:29:57.4909128Z test_mask (__main__.TestTensorExprFuser) ... ok (0.220s) 2022-11-23T04:29:57.4909589Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-11-23T04:29:57.4910087Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.017s) 2022-11-23T04:29:57.4910616Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.014s) 2022-11-23T04:29:57.4911142Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-11-23T04:29:57.4911698Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.054s) 2022-11-23T04:29:57.4912204Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.296s) 2022-11-23T04:29:57.4912730Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.048s) 2022-11-23T04:29:57.4913249Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.521s) 2022-11-23T04:29:57.4913783Z test_nans (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-11-23T04:29:57.4914238Z test_ne (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-11-23T04:29:57.4914732Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-11-23T04:29:57.4915221Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (16.775s) 2022-11-23T04:29:57.4915735Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.857s) 2022-11-23T04:29:57.4916207Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.241s) 2022-11-23T04:29:57.4916676Z test_relu (__main__.TestTensorExprFuser) ... ok (0.329s) 2022-11-23T04:29:57.4917145Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.159s) 2022-11-23T04:29:57.4917632Z test_reps (__main__.TestTensorExprFuser) ... ok (0.598s) 2022-11-23T04:29:57.4918091Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.025s) 2022-11-23T04:29:57.4918586Z test_short (__main__.TestTensorExprFuser) ... ok (0.018s) 2022-11-23T04:29:57.4919190Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-11-23T04:29:57.4919671Z test_slice (__main__.TestTensorExprFuser) ... ok (8.033s) 2022-11-23T04:29:57.4920139Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.067s) 2022-11-23T04:29:57.4920645Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.177s) 2022-11-23T04:29:57.4921172Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: global allocs are not supported yet. (0.001s) 2022-11-23T04:29:57.4921744Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.058s) 2022-11-23T04:29:57.4922238Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-11-23T04:29:57.4922737Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.451s) 2022-11-23T04:29:57.4923210Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.052s) 2022-11-23T04:29:57.4923778Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (8.629s) 2022-11-23T04:29:57.4924263Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (3.593s) 2022-11-23T04:29:57.4924769Z test_where (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-11-23T04:29:57.4925078Z 2022-11-23T04:29:57.4925274Z ---------------------------------------------------------------------- 2022-11-23T04:29:57.4925709Z Ran 72 tests in 111.594s 2022-11-23T04:29:57.4925961Z 2022-11-23T04:29:57.4926057Z OK (skipped=3) 2022-11-23T04:29:57.4926195Z 2022-11-23T04:29:57.4926427Z Generating XML reports... 2022-11-23T04:29:57.4927021Z Generated XML report: test-reports\python-unittest\test_tensorexpr\TEST-TestTensorExprFuser-20221123042804.xml 2022-11-23T04:29:57.4927466Z 2022-11-23T04:29:57.4927918Z ##[endgroup] 2022-11-23T04:29:57.4928488Z FINISHED PRINTING LOG FILE of test_tensorexpr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorexpr_35c9e5p7) 2022-11-23T04:29:57.4928828Z 2022-11-23T04:29:57.4929093Z Running test_cpp_extensions_open_device_registration ... [2022-11-23 04:29:57.487515] 2022-11-23T04:29:57.4949330Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:29:57.488589] 2022-11-23T04:30:25.8893468Z 2022-11-23T04:30:25.8894849Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-11-23T04:30:25.8896472Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_open_device_registration_qktfb8zm) 2022-11-23T04:30:25.8906575Z 2022-11-23T04:30:25.8907119Z Running tests... 2022-11-23T04:30:25.8907775Z ---------------------------------------------------------------------- 2022-11-23T04:30:25.8908708Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_open_device_registration 2022-11-23T04:30:25.8910039Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T04:30:25.8911477Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\custom_device_extension... 2022-11-23T04:30:25.8912632Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\custom_device_extension\build.ninja... 2022-11-23T04:30:25.8913497Z Building extension module custom_device_extension... 2022-11-23T04:30:25.8914278Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T04:30:25.8916960Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension.cpp /Foopen_registration_extension.o 2022-11-23T04:30:25.8921080Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T04:30:25.8921875Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T04:30:25.8922262Z 2022-11-23T04:30:25.8922448Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T04:30:25.8923257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:30:25.8924081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8924563Z with 2022-11-23T04:30:25.8924764Z [ 2022-11-23T04:30:25.8924981Z T=c10::SymInt 2022-11-23T04:30:25.8925192Z ] 2022-11-23T04:30:25.8925712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.8926178Z with 2022-11-23T04:30:25.8926380Z [ 2022-11-23T04:30:25.8926597Z T=c10::SymInt 2022-11-23T04:30:25.8926807Z ] 2022-11-23T04:30:25.8927374Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.8927908Z with 2022-11-23T04:30:25.8928156Z [ 2022-11-23T04:30:25.8928354Z T=c10::SymInt 2022-11-23T04:30:25.8928565Z ] 2022-11-23T04:30:25.8929313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.8929987Z with 2022-11-23T04:30:25.8930184Z [ 2022-11-23T04:30:25.8930384Z T=c10::SymInt 2022-11-23T04:30:25.8930593Z ] 2022-11-23T04:30:25.8931114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.8931926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.8932755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8933258Z with 2022-11-23T04:30:25.8933464Z [ 2022-11-23T04:30:25.8933664Z T=c10::SymInt 2022-11-23T04:30:25.8933876Z ] 2022-11-23T04:30:25.8934357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T04:30:25.8935107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8935570Z with 2022-11-23T04:30:25.8935765Z [ 2022-11-23T04:30:25.8936144Z T=at::TensorBase 2022-11-23T04:30:25.8936348Z ] 2022-11-23T04:30:25.8936869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.8937627Z with 2022-11-23T04:30:25.8937826Z [ 2022-11-23T04:30:25.8938048Z T=at::TensorBase 2022-11-23T04:30:25.8938247Z ] 2022-11-23T04:30:25.8938815Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.8939339Z with 2022-11-23T04:30:25.8939536Z [ 2022-11-23T04:30:25.8939855Z T=at::TensorBase 2022-11-23T04:30:25.8940092Z ] 2022-11-23T04:30:25.8940677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.8941240Z with 2022-11-23T04:30:25.8941436Z [ 2022-11-23T04:30:25.8941653Z T=at::TensorBase 2022-11-23T04:30:25.8941869Z ] 2022-11-23T04:30:25.8942398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.8943207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.8944041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8944545Z with 2022-11-23T04:30:25.8944743Z [ 2022-11-23T04:30:25.8944964Z T=at::TensorBase 2022-11-23T04:30:25.8945179Z ] 2022-11-23T04:30:25.8945673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8946119Z with 2022-11-23T04:30:25.8946314Z [ 2022-11-23T04:30:25.8946527Z T=at::Tensor 2022-11-23T04:30:25.8946738Z ] 2022-11-23T04:30:25.8947253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.8947730Z with 2022-11-23T04:30:25.8947910Z [ 2022-11-23T04:30:25.8948119Z T=at::Tensor 2022-11-23T04:30:25.8948331Z ] 2022-11-23T04:30:25.8948893Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.8949411Z with 2022-11-23T04:30:25.8949587Z [ 2022-11-23T04:30:25.8949797Z T=at::Tensor 2022-11-23T04:30:25.8950004Z ] 2022-11-23T04:30:25.8950596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.8951143Z with 2022-11-23T04:30:25.8951335Z [ 2022-11-23T04:30:25.8951533Z T=at::Tensor 2022-11-23T04:30:25.8951741Z ] 2022-11-23T04:30:25.8952255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.8953172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.8953998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8954494Z with 2022-11-23T04:30:25.8954690Z [ 2022-11-23T04:30:25.8954889Z T=at::Tensor 2022-11-23T04:30:25.8955096Z ] 2022-11-23T04:30:25.8955670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8956156Z with 2022-11-23T04:30:25.8956353Z [ 2022-11-23T04:30:25.8956571Z T=at::Generator 2022-11-23T04:30:25.8956772Z ] 2022-11-23T04:30:25.8957286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.8957833Z with 2022-11-23T04:30:25.8958028Z [ 2022-11-23T04:30:25.8958243Z T=at::Generator 2022-11-23T04:30:25.8958441Z ] 2022-11-23T04:30:25.8959002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.8959529Z with 2022-11-23T04:30:25.8960385Z [ 2022-11-23T04:30:25.8960629Z T=at::Generator 2022-11-23T04:30:25.8960850Z ] 2022-11-23T04:30:25.8961658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.8962227Z with 2022-11-23T04:30:25.8962426Z [ 2022-11-23T04:30:25.8962644Z T=at::Generator 2022-11-23T04:30:25.8962859Z ] 2022-11-23T04:30:25.8963383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.8964208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.8965024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8965527Z with 2022-11-23T04:30:25.8965727Z [ 2022-11-23T04:30:25.8966074Z T=at::Generator 2022-11-23T04:30:25.8966447Z ] 2022-11-23T04:30:25.8967436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8968341Z with 2022-11-23T04:30:25.8968694Z [ 2022-11-23T04:30:25.8969185Z T=c10::Scalar 2022-11-23T04:30:25.8969567Z ] 2022-11-23T04:30:25.8970525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.8971431Z with 2022-11-23T04:30:25.8971984Z [ 2022-11-23T04:30:25.8972380Z T=c10::Scalar 2022-11-23T04:30:25.8972772Z ] 2022-11-23T04:30:25.8973819Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.8974922Z with 2022-11-23T04:30:25.8975391Z [ 2022-11-23T04:30:25.8975865Z T=c10::Scalar 2022-11-23T04:30:25.8976246Z ] 2022-11-23T04:30:25.8977256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.8978041Z with 2022-11-23T04:30:25.8978397Z [ 2022-11-23T04:30:25.8978711Z T=c10::Scalar 2022-11-23T04:30:25.8979129Z ] 2022-11-23T04:30:25.8980041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.8981629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.8983330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8984288Z with 2022-11-23T04:30:25.8984640Z [ 2022-11-23T04:30:25.8985015Z T=c10::Scalar 2022-11-23T04:30:25.8985398Z ] 2022-11-23T04:30:25.8986369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.8987268Z with 2022-11-23T04:30:25.8987612Z [ 2022-11-23T04:30:25.8988004Z T=std::string 2022-11-23T04:30:25.8988773Z ] 2022-11-23T04:30:25.8989899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.8990739Z with 2022-11-23T04:30:25.8991077Z [ 2022-11-23T04:30:25.8991446Z T=std::string 2022-11-23T04:30:25.8991787Z ] 2022-11-23T04:30:25.8992768Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.8993657Z with 2022-11-23T04:30:25.8993990Z [ 2022-11-23T04:30:25.8994360Z T=std::string 2022-11-23T04:30:25.8994720Z ] 2022-11-23T04:30:25.8995801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.8996895Z with 2022-11-23T04:30:25.8997227Z [ 2022-11-23T04:30:25.8997587Z T=std::string 2022-11-23T04:30:25.8997947Z ] 2022-11-23T04:30:25.8998845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9000250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9001969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9002920Z with 2022-11-23T04:30:25.9003343Z [ 2022-11-23T04:30:25.9003713Z T=std::string 2022-11-23T04:30:25.9004074Z ] 2022-11-23T04:30:25.9004929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9005696Z with 2022-11-23T04:30:25.9006032Z [ 2022-11-23T04:30:25.9006411Z T=c10::QualifiedName 2022-11-23T04:30:25.9006784Z ] 2022-11-23T04:30:25.9007806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9008749Z with 2022-11-23T04:30:25.9009069Z [ 2022-11-23T04:30:25.9009537Z T=c10::QualifiedName 2022-11-23T04:30:25.9009962Z ] 2022-11-23T04:30:25.9010943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9011851Z with 2022-11-23T04:30:25.9012189Z [ 2022-11-23T04:30:25.9012555Z T=c10::QualifiedName 2022-11-23T04:30:25.9012930Z ] 2022-11-23T04:30:25.9013976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9014939Z with 2022-11-23T04:30:25.9015349Z [ 2022-11-23T04:30:25.9015738Z T=c10::QualifiedName 2022-11-23T04:30:25.9016170Z ] 2022-11-23T04:30:25.9017184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9018628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9020085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9020967Z with 2022-11-23T04:30:25.9021313Z [ 2022-11-23T04:30:25.9021703Z T=c10::QualifiedName 2022-11-23T04:30:25.9022142Z ] 2022-11-23T04:30:25.9023066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9023851Z with 2022-11-23T04:30:25.9024207Z [ 2022-11-23T04:30:25.9024726Z T=std::shared_ptr 2022-11-23T04:30:25.9025220Z ] 2022-11-23T04:30:25.9026401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9027358Z with 2022-11-23T04:30:25.9027740Z [ 2022-11-23T04:30:25.9028197Z T=std::shared_ptr 2022-11-23T04:30:25.9028463Z ] 2022-11-23T04:30:25.9029187Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9029917Z with 2022-11-23T04:30:25.9030435Z [ 2022-11-23T04:30:25.9030978Z T=std::shared_ptr 2022-11-23T04:30:25.9031479Z ] 2022-11-23T04:30:25.9032571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9033158Z with 2022-11-23T04:30:25.9033340Z [ 2022-11-23T04:30:25.9033626Z T=std::shared_ptr 2022-11-23T04:30:25.9033889Z ] 2022-11-23T04:30:25.9035241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:30:25.9036393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:30:25.9037532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9038037Z with 2022-11-23T04:30:25.9038220Z [ 2022-11-23T04:30:25.9038503Z T=std::shared_ptr 2022-11-23T04:30:25.9038770Z ] 2022-11-23T04:30:25.9039274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9039744Z with 2022-11-23T04:30:25.9039942Z [ 2022-11-23T04:30:25.9040201Z T=std::weak_ptr 2022-11-23T04:30:25.9040463Z ] 2022-11-23T04:30:25.9040979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9041460Z with 2022-11-23T04:30:25.9041656Z [ 2022-11-23T04:30:25.9041927Z T=std::weak_ptr 2022-11-23T04:30:25.9042172Z ] 2022-11-23T04:30:25.9042884Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9043423Z with 2022-11-23T04:30:25.9043619Z [ 2022-11-23T04:30:25.9044041Z T=std::weak_ptr 2022-11-23T04:30:25.9044422Z ] 2022-11-23T04:30:25.9045029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9045585Z with 2022-11-23T04:30:25.9045785Z [ 2022-11-23T04:30:25.9046055Z T=std::weak_ptr 2022-11-23T04:30:25.9046313Z ] 2022-11-23T04:30:25.9046875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:30:25.9047751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:30:25.9048756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9049257Z with 2022-11-23T04:30:25.9049453Z [ 2022-11-23T04:30:25.9049895Z T=std::weak_ptr 2022-11-23T04:30:25.9050157Z ] 2022-11-23T04:30:25.9050789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9051376Z with 2022-11-23T04:30:25.9051575Z [ 2022-11-23T04:30:25.9051976Z T=std::vector> 2022-11-23T04:30:25.9052287Z ] 2022-11-23T04:30:25.9052808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9053290Z with 2022-11-23T04:30:25.9053471Z [ 2022-11-23T04:30:25.9053777Z T=std::vector> 2022-11-23T04:30:25.9054063Z ] 2022-11-23T04:30:25.9054699Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9055247Z with 2022-11-23T04:30:25.9055444Z [ 2022-11-23T04:30:25.9055738Z T=std::vector> 2022-11-23T04:30:25.9056028Z ] 2022-11-23T04:30:25.9056777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9057337Z with 2022-11-23T04:30:25.9057674Z [ 2022-11-23T04:30:25.9058091Z T=std::vector> 2022-11-23T04:30:25.9058367Z ] 2022-11-23T04:30:25.9058953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:30:25.9060326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:30:25.9062032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9062914Z with 2022-11-23T04:30:25.9063121Z [ 2022-11-23T04:30:25.9063630Z T=std::vector> 2022-11-23T04:30:25.9063927Z ] 2022-11-23T04:30:25.9064576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9065183Z with 2022-11-23T04:30:25.9065386Z [ 2022-11-23T04:30:25.9065657Z T=std::vector> 2022-11-23T04:30:25.9065909Z ] 2022-11-23T04:30:25.9066439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9067076Z with 2022-11-23T04:30:25.9067272Z [ 2022-11-23T04:30:25.9067542Z T=std::vector> 2022-11-23T04:30:25.9067793Z ] 2022-11-23T04:30:25.9068356Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9069273Z with 2022-11-23T04:30:25.9069461Z [ 2022-11-23T04:30:25.9069731Z T=std::vector> 2022-11-23T04:30:25.9069983Z ] 2022-11-23T04:30:25.9070849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9071702Z with 2022-11-23T04:30:25.9071904Z [ 2022-11-23T04:30:25.9072157Z T=std::vector> 2022-11-23T04:30:25.9072410Z ] 2022-11-23T04:30:25.9072973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:30:25.9073840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:30:25.9074682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9075184Z with 2022-11-23T04:30:25.9075383Z [ 2022-11-23T04:30:25.9075636Z T=std::vector> 2022-11-23T04:30:25.9075888Z ] 2022-11-23T04:30:25.9076390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9076852Z with 2022-11-23T04:30:25.9077194Z [ 2022-11-23T04:30:25.9077526Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9077813Z ] 2022-11-23T04:30:25.9078589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9079074Z with 2022-11-23T04:30:25.9079270Z [ 2022-11-23T04:30:25.9079602Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9079904Z ] 2022-11-23T04:30:25.9080451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9080978Z with 2022-11-23T04:30:25.9081176Z [ 2022-11-23T04:30:25.9081498Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9081795Z ] 2022-11-23T04:30:25.9082392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9082950Z with 2022-11-23T04:30:25.9083133Z [ 2022-11-23T04:30:25.9083454Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9084022Z ] 2022-11-23T04:30:25.9084639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:30:25.9085868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:30:25.9086751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:30:25.9087662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9088185Z with 2022-11-23T04:30:25.9088369Z [ 2022-11-23T04:30:25.9088698Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9088999Z ] 2022-11-23T04:30:25.9089502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9089959Z with 2022-11-23T04:30:25.9090156Z [ 2022-11-23T04:30:25.9090457Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9090918Z ] 2022-11-23T04:30:25.9091444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9092191Z with 2022-11-23T04:30:25.9092394Z [ 2022-11-23T04:30:25.9092711Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9092990Z ] 2022-11-23T04:30:25.9093553Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9094078Z with 2022-11-23T04:30:25.9094275Z [ 2022-11-23T04:30:25.9094584Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9095036Z ] 2022-11-23T04:30:25.9113966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9115101Z with 2022-11-23T04:30:25.9115456Z [ 2022-11-23T04:30:25.9116016Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9116550Z ] 2022-11-23T04:30:25.9117585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:30:25.9119536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:30:25.9121235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:30:25.9122984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9123860Z with 2022-11-23T04:30:25.9124058Z [ 2022-11-23T04:30:25.9124405Z T=std::vector,std::allocator>> 2022-11-23T04:30:25.9124725Z ] 2022-11-23T04:30:25.9125403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9125904Z with 2022-11-23T04:30:25.9126126Z [ 2022-11-23T04:30:25.9126737Z T=std::vector> 2022-11-23T04:30:25.9127071Z ] 2022-11-23T04:30:25.9127628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9128168Z with 2022-11-23T04:30:25.9128387Z [ 2022-11-23T04:30:25.9128675Z T=std::vector> 2022-11-23T04:30:25.9128921Z ] 2022-11-23T04:30:25.9129502Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9130046Z with 2022-11-23T04:30:25.9130261Z [ 2022-11-23T04:30:25.9130546Z T=std::vector> 2022-11-23T04:30:25.9130811Z ] 2022-11-23T04:30:25.9131408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9131991Z with 2022-11-23T04:30:25.9132345Z [ 2022-11-23T04:30:25.9132641Z T=std::vector> 2022-11-23T04:30:25.9132911Z ] 2022-11-23T04:30:25.9133737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:30:25.9134647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:30:25.9135521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9136016Z with 2022-11-23T04:30:25.9136230Z [ 2022-11-23T04:30:25.9136517Z T=std::vector> 2022-11-23T04:30:25.9136788Z ] 2022-11-23T04:30:25.9137302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9137781Z with 2022-11-23T04:30:25.9137971Z [ 2022-11-23T04:30:25.9138293Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:30:25.9138599Z ] 2022-11-23T04:30:25.9139267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9139773Z with 2022-11-23T04:30:25.9140239Z [ 2022-11-23T04:30:25.9140669Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:30:25.9140980Z ] 2022-11-23T04:30:25.9141566Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9142101Z with 2022-11-23T04:30:25.9142313Z [ 2022-11-23T04:30:25.9142635Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:30:25.9142917Z ] 2022-11-23T04:30:25.9143622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9144206Z with 2022-11-23T04:30:25.9144430Z [ 2022-11-23T04:30:25.9144751Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:30:25.9145061Z ] 2022-11-23T04:30:25.9145652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:30:25.9146899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:30:25.9148038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T04:30:25.9148952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9149474Z with 2022-11-23T04:30:25.9149695Z [ 2022-11-23T04:30:25.9150015Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:30:25.9150323Z ] 2022-11-23T04:30:25.9150818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9151296Z with 2022-11-23T04:30:25.9151513Z [ 2022-11-23T04:30:25.9151832Z T=c10::impl::InlineStreamGuard 2022-11-23T04:30:25.9152140Z ] 2022-11-23T04:30:25.9152824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9153317Z with 2022-11-23T04:30:25.9153644Z [ 2022-11-23T04:30:25.9154134Z T=c10::impl::InlineStreamGuard 2022-11-23T04:30:25.9154445Z ] 2022-11-23T04:30:25.9155028Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9155570Z with 2022-11-23T04:30:25.9155760Z [ 2022-11-23T04:30:25.9156080Z T=c10::impl::InlineStreamGuard 2022-11-23T04:30:25.9156383Z ] 2022-11-23T04:30:25.9156976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9157626Z with 2022-11-23T04:30:25.9157810Z [ 2022-11-23T04:30:25.9158092Z T=c10::impl::InlineStreamGuard 2022-11-23T04:30:25.9158373Z ] 2022-11-23T04:30:25.9158959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:30:25.9160078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:30:25.9161378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T04:30:25.9162295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9162796Z with 2022-11-23T04:30:25.9162996Z [ 2022-11-23T04:30:25.9163301Z T=c10::impl::InlineStreamGuard 2022-11-23T04:30:25.9163575Z ] 2022-11-23T04:30:25.9164078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9164542Z with 2022-11-23T04:30:25.9164741Z [ 2022-11-23T04:30:25.9164986Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:30:25.9165213Z ] 2022-11-23T04:30:25.9165731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9166358Z with 2022-11-23T04:30:25.9166558Z [ 2022-11-23T04:30:25.9166800Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:30:25.9167038Z ] 2022-11-23T04:30:25.9167872Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9168408Z with 2022-11-23T04:30:25.9168611Z [ 2022-11-23T04:30:25.9168852Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:30:25.9169097Z ] 2022-11-23T04:30:25.9169694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9170253Z with 2022-11-23T04:30:25.9170433Z [ 2022-11-23T04:30:25.9170677Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:30:25.9170917Z ] 2022-11-23T04:30:25.9171465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9172308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9172794Z with 2022-11-23T04:30:25.9173116Z [ 2022-11-23T04:30:25.9173373Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:30:25.9173614Z ] 2022-11-23T04:30:25.9174337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T04:30:25.9175488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9175991Z with 2022-11-23T04:30:25.9176190Z [ 2022-11-23T04:30:25.9176418Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:30:25.9176662Z ] 2022-11-23T04:30:25.9177163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9177707Z with 2022-11-23T04:30:25.9177922Z [ 2022-11-23T04:30:25.9178264Z T=std::vector> 2022-11-23T04:30:25.9178602Z ] 2022-11-23T04:30:25.9179119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9179595Z with 2022-11-23T04:30:25.9179961Z [ 2022-11-23T04:30:25.9180319Z T=std::vector> 2022-11-23T04:30:25.9180627Z ] 2022-11-23T04:30:25.9181468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9182000Z with 2022-11-23T04:30:25.9182199Z [ 2022-11-23T04:30:25.9182549Z T=std::vector> 2022-11-23T04:30:25.9182878Z ] 2022-11-23T04:30:25.9183476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9184014Z with 2022-11-23T04:30:25.9184213Z [ 2022-11-23T04:30:25.9184564Z T=std::vector> 2022-11-23T04:30:25.9184895Z ] 2022-11-23T04:30:25.9185531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:30:25.9186685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:30:25.9187751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9188395Z with 2022-11-23T04:30:25.9188581Z [ 2022-11-23T04:30:25.9188939Z T=std::vector> 2022-11-23T04:30:25.9189268Z ] 2022-11-23T04:30:25.9189772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9190232Z with 2022-11-23T04:30:25.9190545Z [ 2022-11-23T04:30:25.9190769Z T=torch::autograd::ViewInfo 2022-11-23T04:30:25.9191005Z ] 2022-11-23T04:30:25.9191529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9192008Z with 2022-11-23T04:30:25.9192206Z [ 2022-11-23T04:30:25.9192442Z T=torch::autograd::ViewInfo 2022-11-23T04:30:25.9192659Z ] 2022-11-23T04:30:25.9193226Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9193909Z with 2022-11-23T04:30:25.9194195Z [ 2022-11-23T04:30:25.9194586Z T=torch::autograd::ViewInfo 2022-11-23T04:30:25.9194949Z ] 2022-11-23T04:30:25.9195550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9196102Z with 2022-11-23T04:30:25.9196302Z [ 2022-11-23T04:30:25.9196535Z T=torch::autograd::ViewInfo 2022-11-23T04:30:25.9196773Z ] 2022-11-23T04:30:25.9197319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9198178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9199018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9199517Z with 2022-11-23T04:30:25.9199718Z [ 2022-11-23T04:30:25.9199955Z T=torch::autograd::ViewInfo 2022-11-23T04:30:25.9200192Z ] 2022-11-23T04:30:25.9200864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9201320Z with 2022-11-23T04:30:25.9201644Z [ 2022-11-23T04:30:25.9201997Z T=c10::IValue 2022-11-23T04:30:25.9202210Z ] 2022-11-23T04:30:25.9202728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9203206Z with 2022-11-23T04:30:25.9203388Z [ 2022-11-23T04:30:25.9203600Z T=c10::IValue 2022-11-23T04:30:25.9203813Z ] 2022-11-23T04:30:25.9204376Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9204901Z with 2022-11-23T04:30:25.9205099Z [ 2022-11-23T04:30:25.9205296Z T=c10::IValue 2022-11-23T04:30:25.9205505Z ] 2022-11-23T04:30:25.9206092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9206635Z with 2022-11-23T04:30:25.9206832Z [ 2022-11-23T04:30:25.9207025Z T=c10::IValue 2022-11-23T04:30:25.9207351Z ] 2022-11-23T04:30:25.9208027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9209085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9209930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9210433Z with 2022-11-23T04:30:25.9210630Z [ 2022-11-23T04:30:25.9210912Z T=c10::IValue 2022-11-23T04:30:25.9211141Z ] 2022-11-23T04:30:25.9211644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9212106Z with 2022-11-23T04:30:25.9212301Z [ 2022-11-23T04:30:25.9212517Z T=c10::AliasInfo 2022-11-23T04:30:25.9212718Z ] 2022-11-23T04:30:25.9213229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9213707Z with 2022-11-23T04:30:25.9213902Z [ 2022-11-23T04:30:25.9214115Z T=c10::AliasInfo 2022-11-23T04:30:25.9214460Z ] 2022-11-23T04:30:25.9215043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9215817Z with 2022-11-23T04:30:25.9216040Z [ 2022-11-23T04:30:25.9216255Z T=c10::AliasInfo 2022-11-23T04:30:25.9216468Z ] 2022-11-23T04:30:25.9217047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9217598Z with 2022-11-23T04:30:25.9217792Z [ 2022-11-23T04:30:25.9218006Z T=c10::AliasInfo 2022-11-23T04:30:25.9218222Z ] 2022-11-23T04:30:25.9218741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9219562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9220384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9220880Z with 2022-11-23T04:30:25.9221075Z [ 2022-11-23T04:30:25.9221292Z T=c10::AliasInfo 2022-11-23T04:30:25.9221671Z ] 2022-11-23T04:30:25.9222170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9222846Z with 2022-11-23T04:30:25.9223074Z [ 2022-11-23T04:30:25.9223360Z T=std::vector> 2022-11-23T04:30:25.9223633Z ] 2022-11-23T04:30:25.9224147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9224735Z with 2022-11-23T04:30:25.9224913Z [ 2022-11-23T04:30:25.9225197Z T=std::vector> 2022-11-23T04:30:25.9225469Z ] 2022-11-23T04:30:25.9226032Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9226554Z with 2022-11-23T04:30:25.9226749Z [ 2022-11-23T04:30:25.9227014Z T=std::vector> 2022-11-23T04:30:25.9227285Z ] 2022-11-23T04:30:25.9227954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9228708Z with 2022-11-23T04:30:25.9228909Z [ 2022-11-23T04:30:25.9229322Z T=std::vector> 2022-11-23T04:30:25.9229574Z ] 2022-11-23T04:30:25.9230124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:30:25.9230632Z with 2022-11-23T04:30:25.9230828Z [ 2022-11-23T04:30:25.9231037Z T=c10::SymInt 2022-11-23T04:30:25.9231248Z ] 2022-11-23T04:30:25.9231774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:30:25.9232284Z with 2022-11-23T04:30:25.9232480Z [ 2022-11-23T04:30:25.9232689Z T=c10::SymInt 2022-11-23T04:30:25.9232897Z ] 2022-11-23T04:30:25.9233466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T04:30:25.9234590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T04:30:25.9235653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9236298Z with 2022-11-23T04:30:25.9236500Z [ 2022-11-23T04:30:25.9236785Z T=std::vector> 2022-11-23T04:30:25.9237054Z ] 2022-11-23T04:30:25.9237547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9238010Z with 2022-11-23T04:30:25.9238190Z [ 2022-11-23T04:30:25.9238480Z T=c10::either 2022-11-23T04:30:25.9238759Z ] 2022-11-23T04:30:25.9239278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9239753Z with 2022-11-23T04:30:25.9239936Z [ 2022-11-23T04:30:25.9240223Z T=c10::either 2022-11-23T04:30:25.9241425Z ] 2022-11-23T04:30:25.9242008Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9242802Z with 2022-11-23T04:30:25.9243022Z [ 2022-11-23T04:30:25.9243292Z T=c10::either 2022-11-23T04:30:25.9243567Z ] 2022-11-23T04:30:25.9244163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9244712Z with 2022-11-23T04:30:25.9244911Z [ 2022-11-23T04:30:25.9245302Z T=c10::either 2022-11-23T04:30:25.9245577Z ] 2022-11-23T04:30:25.9246161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:30:25.9247103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:30:25.9248020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9248677Z with 2022-11-23T04:30:25.9248884Z [ 2022-11-23T04:30:25.9249275Z T=c10::either 2022-11-23T04:30:25.9249713Z ] 2022-11-23T04:30:25.9250211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9250679Z with 2022-11-23T04:30:25.9250877Z [ 2022-11-23T04:30:25.9251107Z T=at::StepCallbacks 2022-11-23T04:30:25.9251381Z ] 2022-11-23T04:30:25.9266523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9267624Z with 2022-11-23T04:30:25.9267968Z [ 2022-11-23T04:30:25.9268232Z T=at::StepCallbacks 2022-11-23T04:30:25.9268458Z ] 2022-11-23T04:30:25.9269046Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9269589Z with 2022-11-23T04:30:25.9269869Z [ 2022-11-23T04:30:25.9270250Z T=at::StepCallbacks 2022-11-23T04:30:25.9270480Z ] 2022-11-23T04:30:25.9273481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9274553Z with 2022-11-23T04:30:25.9274917Z [ 2022-11-23T04:30:25.9275317Z T=at::StepCallbacks 2022-11-23T04:30:25.9275569Z ] 2022-11-23T04:30:25.9276281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9277183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9280115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9280620Z with 2022-11-23T04:30:25.9280819Z [ 2022-11-23T04:30:25.9281032Z T=at::StepCallbacks 2022-11-23T04:30:25.9281259Z ] 2022-11-23T04:30:25.9281764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9282282Z with 2022-11-23T04:30:25.9282777Z [ 2022-11-23T04:30:25.9283225Z T=c10::DimVector 2022-11-23T04:30:25.9283643Z ] 2022-11-23T04:30:25.9286455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9287147Z with 2022-11-23T04:30:25.9287350Z [ 2022-11-23T04:30:25.9287577Z T=c10::DimVector 2022-11-23T04:30:25.9287776Z ] 2022-11-23T04:30:25.9288363Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9288891Z with 2022-11-23T04:30:25.9289087Z [ 2022-11-23T04:30:25.9289304Z T=c10::DimVector 2022-11-23T04:30:25.9289518Z ] 2022-11-23T04:30:25.9290111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9290675Z with 2022-11-23T04:30:25.9292128Z [ 2022-11-23T04:30:25.9292907Z T=c10::DimVector 2022-11-23T04:30:25.9293137Z ] 2022-11-23T04:30:25.9293656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9294483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9295464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9296420Z with 2022-11-23T04:30:25.9296813Z [ 2022-11-23T04:30:25.9297236Z T=c10::DimVector 2022-11-23T04:30:25.9297502Z ] 2022-11-23T04:30:25.9300005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9300480Z with 2022-11-23T04:30:25.9300680Z [ 2022-11-23T04:30:25.9300921Z T=c10::impl::AnnotatedSchema 2022-11-23T04:30:25.9301156Z ] 2022-11-23T04:30:25.9301676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9302141Z with 2022-11-23T04:30:25.9302339Z [ 2022-11-23T04:30:25.9302585Z T=c10::impl::AnnotatedSchema 2022-11-23T04:30:25.9302818Z ] 2022-11-23T04:30:25.9303380Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9304098Z with 2022-11-23T04:30:25.9306076Z [ 2022-11-23T04:30:25.9306337Z T=c10::impl::AnnotatedSchema 2022-11-23T04:30:25.9306573Z ] 2022-11-23T04:30:25.9307173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9307723Z with 2022-11-23T04:30:25.9307918Z [ 2022-11-23T04:30:25.9308140Z T=c10::impl::AnnotatedSchema 2022-11-23T04:30:25.9308373Z ] 2022-11-23T04:30:25.9309034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9310065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9313543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9314090Z with 2022-11-23T04:30:25.9314292Z [ 2022-11-23T04:30:25.9314525Z T=c10::impl::AnnotatedSchema 2022-11-23T04:30:25.9314767Z ] 2022-11-23T04:30:25.9315280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9315751Z with 2022-11-23T04:30:25.9315949Z [ 2022-11-23T04:30:25.9316240Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:30:25.9316502Z ] 2022-11-23T04:30:25.9317017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9318814Z with 2022-11-23T04:30:25.9319528Z [ 2022-11-23T04:30:25.9319828Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:30:25.9320106Z ] 2022-11-23T04:30:25.9320661Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9321181Z with 2022-11-23T04:30:25.9321382Z [ 2022-11-23T04:30:25.9321678Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:30:25.9321953Z ] 2022-11-23T04:30:25.9322573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9323603Z with 2022-11-23T04:30:25.9323973Z [ 2022-11-23T04:30:25.9326277Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:30:25.9326701Z ] 2022-11-23T04:30:25.9327301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9328299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9329404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9329907Z with 2022-11-23T04:30:25.9330091Z [ 2022-11-23T04:30:25.9330381Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:30:25.9331936Z ] 2022-11-23T04:30:25.9332981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9333445Z with 2022-11-23T04:30:25.9333769Z [ 2022-11-23T04:30:25.9334045Z T=std::tuple 2022-11-23T04:30:25.9334299Z ] 2022-11-23T04:30:25.9334829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9335305Z with 2022-11-23T04:30:25.9335503Z [ 2022-11-23T04:30:25.9335744Z T=std::tuple 2022-11-23T04:30:25.9335996Z ] 2022-11-23T04:30:25.9336559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9337076Z with 2022-11-23T04:30:25.9339020Z [ 2022-11-23T04:30:25.9339290Z T=std::tuple 2022-11-23T04:30:25.9339528Z ] 2022-11-23T04:30:25.9340132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9340691Z with 2022-11-23T04:30:25.9340891Z [ 2022-11-23T04:30:25.9341148Z T=std::tuple 2022-11-23T04:30:25.9341396Z ] 2022-11-23T04:30:25.9341933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:30:25.9342836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:30:25.9343716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9344224Z with 2022-11-23T04:30:25.9344422Z [ 2022-11-23T04:30:25.9344682Z T=std::tuple 2022-11-23T04:30:25.9344932Z ] 2022-11-23T04:30:25.9345433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9346125Z with 2022-11-23T04:30:25.9346500Z [ 2022-11-23T04:30:25.9346952Z T=torch::jit::SourceRange 2022-11-23T04:30:25.9347387Z ] 2022-11-23T04:30:25.9347971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9348457Z with 2022-11-23T04:30:25.9350817Z [ 2022-11-23T04:30:25.9351066Z T=torch::jit::SourceRange 2022-11-23T04:30:25.9351297Z ] 2022-11-23T04:30:25.9351865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9352391Z with 2022-11-23T04:30:25.9352572Z [ 2022-11-23T04:30:25.9352805Z T=torch::jit::SourceRange 2022-11-23T04:30:25.9353037Z ] 2022-11-23T04:30:25.9353636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9354309Z with 2022-11-23T04:30:25.9354530Z [ 2022-11-23T04:30:25.9354750Z T=torch::jit::SourceRange 2022-11-23T04:30:25.9354985Z ] 2022-11-23T04:30:25.9355529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9356397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9357530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9358540Z with 2022-11-23T04:30:25.9358861Z [ 2022-11-23T04:30:25.9359102Z T=torch::jit::SourceRange 2022-11-23T04:30:25.9359338Z ] 2022-11-23T04:30:25.9359840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9360539Z with 2022-11-23T04:30:25.9360742Z [ 2022-11-23T04:30:25.9361005Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:30:25.9361237Z ] 2022-11-23T04:30:25.9361759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9362238Z with 2022-11-23T04:30:25.9362439Z [ 2022-11-23T04:30:25.9362691Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:30:25.9362941Z ] 2022-11-23T04:30:25.9363488Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9364019Z with 2022-11-23T04:30:25.9364218Z [ 2022-11-23T04:30:25.9364472Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:30:25.9364718Z ] 2022-11-23T04:30:25.9365316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9367733Z with 2022-11-23T04:30:25.9367934Z [ 2022-11-23T04:30:25.9368192Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:30:25.9368438Z ] 2022-11-23T04:30:25.9368998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9369872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9370900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9371382Z with 2022-11-23T04:30:25.9371582Z [ 2022-11-23T04:30:25.9371839Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:30:25.9372088Z ] 2022-11-23T04:30:25.9372585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9373732Z with 2022-11-23T04:30:25.9373977Z [ 2022-11-23T04:30:25.9374237Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:30:25.9374494Z ] 2022-11-23T04:30:25.9375020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9375498Z with 2022-11-23T04:30:25.9375770Z [ 2022-11-23T04:30:25.9376215Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:30:25.9376692Z ] 2022-11-23T04:30:25.9377671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9378226Z with 2022-11-23T04:30:25.9378421Z [ 2022-11-23T04:30:25.9378683Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:30:25.9379132Z ] 2022-11-23T04:30:25.9379756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9380319Z with 2022-11-23T04:30:25.9380515Z [ 2022-11-23T04:30:25.9380764Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:30:25.9380991Z ] 2022-11-23T04:30:25.9381545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9382423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9383279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9383780Z with 2022-11-23T04:30:25.9383979Z [ 2022-11-23T04:30:25.9384229Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:30:25.9384476Z ] 2022-11-23T04:30:25.9384957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9385422Z with 2022-11-23T04:30:25.9385621Z [ 2022-11-23T04:30:25.9385849Z T=torch::jit::ScopePtr 2022-11-23T04:30:25.9386072Z ] 2022-11-23T04:30:25.9386574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9387053Z with 2022-11-23T04:30:25.9387251Z [ 2022-11-23T04:30:25.9387645Z T=torch::jit::ScopePtr 2022-11-23T04:30:25.9387866Z ] 2022-11-23T04:30:25.9388426Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9388948Z with 2022-11-23T04:30:25.9389129Z [ 2022-11-23T04:30:25.9389361Z T=torch::jit::ScopePtr 2022-11-23T04:30:25.9389583Z ] 2022-11-23T04:30:25.9390174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9390725Z with 2022-11-23T04:30:25.9390988Z [ 2022-11-23T04:30:25.9391239Z T=torch::jit::ScopePtr 2022-11-23T04:30:25.9391473Z ] 2022-11-23T04:30:25.9392007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9392845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9393686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9394182Z with 2022-11-23T04:30:25.9394365Z [ 2022-11-23T04:30:25.9394595Z T=torch::jit::ScopePtr 2022-11-23T04:30:25.9394826Z ] 2022-11-23T04:30:25.9395322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9395788Z with 2022-11-23T04:30:25.9395991Z [ 2022-11-23T04:30:25.9396209Z T=at::ThreadLocalState 2022-11-23T04:30:25.9396439Z ] 2022-11-23T04:30:25.9398531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9399579Z with 2022-11-23T04:30:25.9399783Z [ 2022-11-23T04:30:25.9400026Z T=at::ThreadLocalState 2022-11-23T04:30:25.9400237Z ] 2022-11-23T04:30:25.9400809Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9401336Z with 2022-11-23T04:30:25.9401630Z [ 2022-11-23T04:30:25.9402071Z T=at::ThreadLocalState 2022-11-23T04:30:25.9402493Z ] 2022-11-23T04:30:25.9403510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9404098Z with 2022-11-23T04:30:25.9404296Z [ 2022-11-23T04:30:25.9404532Z T=at::ThreadLocalState 2022-11-23T04:30:25.9404902Z ] 2022-11-23T04:30:25.9405544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9406422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9407473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9407983Z with 2022-11-23T04:30:25.9408183Z [ 2022-11-23T04:30:25.9408414Z T=at::ThreadLocalState 2022-11-23T04:30:25.9408642Z ] 2022-11-23T04:30:25.9409121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9409584Z with 2022-11-23T04:30:25.9409783Z [ 2022-11-23T04:30:25.9410124Z T=std::shared_ptr 2022-11-23T04:30:25.9410392Z ] 2022-11-23T04:30:25.9410916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9411398Z with 2022-11-23T04:30:25.9411580Z [ 2022-11-23T04:30:25.9411835Z T=std::shared_ptr 2022-11-23T04:30:25.9412078Z ] 2022-11-23T04:30:25.9412638Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9413165Z with 2022-11-23T04:30:25.9413344Z [ 2022-11-23T04:30:25.9413602Z T=std::shared_ptr 2022-11-23T04:30:25.9413850Z ] 2022-11-23T04:30:25.9414446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9414995Z with 2022-11-23T04:30:25.9415193Z [ 2022-11-23T04:30:25.9415429Z T=std::shared_ptr 2022-11-23T04:30:25.9415674Z ] 2022-11-23T04:30:25.9416226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:30:25.9417077Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:30:25.9417969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T04:30:25.9418847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9419353Z with 2022-11-23T04:30:25.9419552Z [ 2022-11-23T04:30:25.9419793Z T=std::shared_ptr 2022-11-23T04:30:25.9420042Z ] 2022-11-23T04:30:25.9420537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9421001Z with 2022-11-23T04:30:25.9421199Z [ 2022-11-23T04:30:25.9421438Z T=torch::jit::GraphExecutor 2022-11-23T04:30:25.9421662Z ] 2022-11-23T04:30:25.9422182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9422769Z with 2022-11-23T04:30:25.9422968Z [ 2022-11-23T04:30:25.9423206Z T=torch::jit::GraphExecutor 2022-11-23T04:30:25.9423441Z ] 2022-11-23T04:30:25.9423988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9424513Z with 2022-11-23T04:30:25.9424711Z [ 2022-11-23T04:30:25.9424945Z T=torch::jit::GraphExecutor 2022-11-23T04:30:25.9425177Z ] 2022-11-23T04:30:25.9425847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9426409Z with 2022-11-23T04:30:25.9426608Z [ 2022-11-23T04:30:25.9426849Z T=torch::jit::GraphExecutor 2022-11-23T04:30:25.9427082Z ] 2022-11-23T04:30:25.9427623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9428519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9429387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T04:30:25.9430256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9430752Z with 2022-11-23T04:30:25.9430951Z [ 2022-11-23T04:30:25.9431312Z T=torch::jit::GraphExecutor 2022-11-23T04:30:25.9431819Z ] 2022-11-23T04:30:25.9432773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9433413Z with 2022-11-23T04:30:25.9433597Z [ 2022-11-23T04:30:25.9433827Z T=torch::jit::Method 2022-11-23T04:30:25.9434052Z ] 2022-11-23T04:30:25.9434790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9435303Z with 2022-11-23T04:30:25.9435481Z [ 2022-11-23T04:30:25.9435709Z T=torch::jit::Method 2022-11-23T04:30:25.9435932Z ] 2022-11-23T04:30:25.9436493Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9437021Z with 2022-11-23T04:30:25.9437214Z [ 2022-11-23T04:30:25.9437421Z T=torch::jit::Method 2022-11-23T04:30:25.9437639Z ] 2022-11-23T04:30:25.9438238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9438945Z with 2022-11-23T04:30:25.9439189Z [ 2022-11-23T04:30:25.9439583Z T=torch::jit::Method 2022-11-23T04:30:25.9439793Z ] 2022-11-23T04:30:25.9440326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9441149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9441989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9442487Z with 2022-11-23T04:30:25.9442686Z [ 2022-11-23T04:30:25.9442993Z T=torch::jit::Method 2022-11-23T04:30:25.9443217Z ] 2022-11-23T04:30:25.9443727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9444186Z with 2022-11-23T04:30:25.9444382Z [ 2022-11-23T04:30:25.9444668Z T=std::vector> 2022-11-23T04:30:25.9444939Z ] 2022-11-23T04:30:25.9445439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9445916Z with 2022-11-23T04:30:25.9446114Z [ 2022-11-23T04:30:25.9446401Z T=std::vector> 2022-11-23T04:30:25.9446670Z ] 2022-11-23T04:30:25.9447244Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9447754Z with 2022-11-23T04:30:25.9447965Z [ 2022-11-23T04:30:25.9448488Z T=std::vector> 2022-11-23T04:30:25.9449009Z ] 2022-11-23T04:30:25.9449995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9450095Z with 2022-11-23T04:30:25.9450172Z [ 2022-11-23T04:30:25.9450352Z T=std::vector> 2022-11-23T04:30:25.9450414Z ] 2022-11-23T04:30:25.9450883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:30:25.9451516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:30:25.9451997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9452079Z with 2022-11-23T04:30:25.9452155Z [ 2022-11-23T04:30:25.9452326Z T=std::vector> 2022-11-23T04:30:25.9452406Z ] 2022-11-23T04:30:25.9452789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9453022Z with 2022-11-23T04:30:25.9453100Z [ 2022-11-23T04:30:25.9453312Z T=std::function 2022-11-23T04:30:25.9453389Z ] 2022-11-23T04:30:25.9453795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9455295Z with 2022-11-23T04:30:25.9455891Z [ 2022-11-23T04:30:25.9456117Z T=std::function 2022-11-23T04:30:25.9456194Z ] 2022-11-23T04:30:25.9456751Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9456856Z with 2022-11-23T04:30:25.9456916Z [ 2022-11-23T04:30:25.9457126Z T=std::function 2022-11-23T04:30:25.9457204Z ] 2022-11-23T04:30:25.9457690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9457771Z with 2022-11-23T04:30:25.9457850Z [ 2022-11-23T04:30:25.9458055Z T=std::function 2022-11-23T04:30:25.9458132Z ] 2022-11-23T04:30:25.9458624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:30:25.9459142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:30:25.9459567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9459649Z with 2022-11-23T04:30:25.9459726Z [ 2022-11-23T04:30:25.9459932Z T=std::function 2022-11-23T04:30:25.9460010Z ] 2022-11-23T04:30:25.9460399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9460482Z with 2022-11-23T04:30:25.9460558Z [ 2022-11-23T04:30:25.9460793Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:30:25.9460869Z ] 2022-11-23T04:30:25.9461251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9461331Z with 2022-11-23T04:30:25.9461408Z [ 2022-11-23T04:30:25.9461660Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:30:25.9461797Z ] 2022-11-23T04:30:25.9462631Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9462807Z with 2022-11-23T04:30:25.9463131Z [ 2022-11-23T04:30:25.9463532Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:30:25.9463616Z ] 2022-11-23T04:30:25.9464105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9464187Z with 2022-11-23T04:30:25.9464263Z [ 2022-11-23T04:30:25.9464494Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:30:25.9464571Z ] 2022-11-23T04:30:25.9465412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:30:25.9466006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:30:25.9466432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9466516Z with 2022-11-23T04:30:25.9466594Z [ 2022-11-23T04:30:25.9466823Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:30:25.9466884Z ] 2022-11-23T04:30:25.9467270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9467352Z with 2022-11-23T04:30:25.9467431Z [ 2022-11-23T04:30:25.9467592Z T=std::vector> 2022-11-23T04:30:25.9467671Z ] 2022-11-23T04:30:25.9468067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9468147Z with 2022-11-23T04:30:25.9468223Z [ 2022-11-23T04:30:25.9468381Z T=std::vector> 2022-11-23T04:30:25.9468457Z ] 2022-11-23T04:30:25.9468906Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9468991Z with 2022-11-23T04:30:25.9469068Z [ 2022-11-23T04:30:25.9469223Z T=std::vector> 2022-11-23T04:30:25.9469286Z ] 2022-11-23T04:30:25.9469768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9469851Z with 2022-11-23T04:30:25.9469926Z [ 2022-11-23T04:30:25.9470084Z T=std::vector> 2022-11-23T04:30:25.9470164Z ] 2022-11-23T04:30:25.9470598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:30:25.9470679Z with 2022-11-23T04:30:25.9470757Z [ 2022-11-23T04:30:25.9470849Z T=double 2022-11-23T04:30:25.9470926Z ] 2022-11-23T04:30:25.9471410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:30:25.9471588Z with 2022-11-23T04:30:25.9471691Z [ 2022-11-23T04:30:25.9471839Z T=double 2022-11-23T04:30:25.9471976Z ] 2022-11-23T04:30:25.9472779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9472948Z with 2022-11-23T04:30:25.9473088Z [ 2022-11-23T04:30:25.9473382Z T=std::vector> 2022-11-23T04:30:25.9473487Z ] 2022-11-23T04:30:25.9474006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9474107Z with 2022-11-23T04:30:25.9474185Z [ 2022-11-23T04:30:25.9474330Z T=std::tuple 2022-11-23T04:30:25.9474407Z ] 2022-11-23T04:30:25.9475017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9475116Z with 2022-11-23T04:30:25.9475192Z [ 2022-11-23T04:30:25.9475338Z T=std::tuple 2022-11-23T04:30:25.9475413Z ] 2022-11-23T04:30:25.9475847Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9475931Z with 2022-11-23T04:30:25.9476011Z [ 2022-11-23T04:30:25.9476149Z T=std::tuple 2022-11-23T04:30:25.9476226Z ] 2022-11-23T04:30:25.9476709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9476790Z with 2022-11-23T04:30:25.9476866Z [ 2022-11-23T04:30:25.9477004Z T=std::tuple 2022-11-23T04:30:25.9477079Z ] 2022-11-23T04:30:25.9477512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:30:25.9477991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:30:25.9478422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9478504Z with 2022-11-23T04:30:25.9478581Z [ 2022-11-23T04:30:25.9478717Z T=std::tuple 2022-11-23T04:30:25.9478795Z ] 2022-11-23T04:30:25.9479173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9479253Z with 2022-11-23T04:30:25.9479313Z [ 2022-11-23T04:30:25.9479489Z T=std::vector> 2022-11-23T04:30:25.9479568Z ] 2022-11-23T04:30:25.9480184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:30:25.9480346Z with 2022-11-23T04:30:25.9480488Z [ 2022-11-23T04:30:25.9480804Z T=std::vector> 2022-11-23T04:30:25.9480961Z ] 2022-11-23T04:30:25.9481770Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:30:25.9481873Z with 2022-11-23T04:30:25.9481950Z [ 2022-11-23T04:30:25.9482123Z T=std::vector> 2022-11-23T04:30:25.9482321Z ] 2022-11-23T04:30:25.9482833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:30:25.9482918Z with 2022-11-23T04:30:25.9482997Z [ 2022-11-23T04:30:25.9483143Z T=std::vector> 2022-11-23T04:30:25.9483285Z ] 2022-11-23T04:30:25.9483896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:30:25.9484414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:30:25.9484842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:30:25.9484927Z with 2022-11-23T04:30:25.9485005Z [ 2022-11-23T04:30:25.9485174Z T=std::vector> 2022-11-23T04:30:25.9485250Z ] 2022-11-23T04:30:25.9485578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(14): warning C4068: unknown pragma 'GCC' 2022-11-23T04:30:25.9485894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(15): warning C4068: unknown pragma 'GCC' 2022-11-23T04:30:25.9486223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(821): warning C4068: unknown pragma 'GCC' 2022-11-23T04:30:25.9486856Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" open_registration_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:custom_device_extension.pyd 2022-11-23T04:30:25.9487078Z Creating library custom_device_extension.lib and object custom_device_extension.exp 2022-11-23T04:30:25.9487236Z Loading extension module custom_device_extension... 2022-11-23T04:30:25.9487321Z ok (23.639s) 2022-11-23T04:30:25.9487332Z 2022-11-23T04:30:25.9487522Z ---------------------------------------------------------------------- 2022-11-23T04:30:25.9487621Z Ran 1 test in 23.641s 2022-11-23T04:30:25.9487629Z 2022-11-23T04:30:25.9487704Z OK 2022-11-23T04:30:25.9487712Z 2022-11-23T04:30:25.9487823Z Generating XML reports... 2022-11-23T04:30:25.9488223Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_open_device_registration\TEST-TestCppExtensionOpenRgistration-20221123043001.xml 2022-11-23T04:30:25.9488335Z 2022-11-23T04:30:25.9488751Z ##[endgroup] 2022-11-23T04:30:25.9489175Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_open_device_registration_qktfb8zm) 2022-11-23T04:30:25.9489201Z 2022-11-23T04:30:25.9489421Z Running test_fx ... [2022-11-23 04:30:25.885957] 2022-11-23T04:30:25.9490016Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:30:25.885957] 2022-11-23T04:30:47.5863852Z 2022-11-23T04:30:47.5864543Z Expand the folded group to see the log file of test_fx 2022-11-23T04:30:47.5865421Z ##[group]PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_e755tap3) 2022-11-23T04:30:47.5882005Z 2022-11-23T04:30:47.5882539Z Running tests... 2022-11-23T04:30:47.5882901Z ---------------------------------------------------------------------- 2022-11-23T04:30:47.5883338Z Test results will be stored in test-reports\python-unittest\test_fx 2022-11-23T04:30:47.5883987Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (1.895s) 2022-11-23T04:30:47.5884581Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-11-23T04:30:47.5884985Z Test type annotations in the forward function. ... ok (0.000s) 2022-11-23T04:30:47.5886642Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.010s) 2022-11-23T04:30:47.5887472Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.002s) 2022-11-23T04:30:47.5888185Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-11-23T04:30:47.5888871Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-11-23T04:30:47.5889484Z Test the consistency relation. ... ok (0.003s) 2022-11-23T04:30:47.5890088Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-11-23T04:30:47.5890675Z Test the consistency relation. ... ok (0.002s) 2022-11-23T04:30:47.5891282Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.025s) 2022-11-23T04:30:47.5891894Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-11-23T04:30:47.5892593Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.012s) 2022-11-23T04:30:47.5893323Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.020s) 2022-11-23T04:30:47.5893972Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.011s) 2022-11-23T04:30:47.5894650Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.012s) 2022-11-23T04:30:47.5895335Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.013s) 2022-11-23T04:30:47.5895949Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T04:30:47.5896583Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-11-23T04:30:47.5897208Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.189s) 2022-11-23T04:30:47.5897833Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.016s) 2022-11-23T04:30:47.5898444Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.022s) 2022-11-23T04:30:47.5899109Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.030s) 2022-11-23T04:30:47.5899756Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.030s) 2022-11-23T04:30:47.5900392Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.029s) 2022-11-23T04:30:47.5901173Z test_correctness_CSEPass_MutationInput_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.012s) 2022-11-23T04:30:47.5902059Z test_correctness_CSEPass_MutationInput_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.012s) 2022-11-23T04:30:47.5902949Z test_correctness_CSEPass_MutationMetadata_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.007s) 2022-11-23T04:30:47.5903856Z test_correctness_CSEPass_MutationMetadata_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.009s) 2022-11-23T04:30:47.5905079Z test_correctness_CSEPass_MutationTorchTensorCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.015s) 2022-11-23T04:30:47.5906028Z test_correctness_CSEPass_MutationTorchTensorCall_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.011s) 2022-11-23T04:30:47.5906923Z test_correctness_CSEPass_Mutation_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.011s) 2022-11-23T04:30:47.5907767Z test_correctness_CSEPass_Mutation_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.010s) 2022-11-23T04:30:47.5908612Z test_correctness_CSEPass_ReturnList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.011s) 2022-11-23T04:30:47.5909470Z test_correctness_CSEPass_ReturnList_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-11-23T04:30:47.5910308Z test_correctness_CSEPass_TakeList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.013s) 2022-11-23T04:30:47.5911278Z test_correctness_CSEPass_TakeList_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.009s) 2022-11-23T04:30:47.5912201Z test_correctness_factory_CSEPass_FactoryFunctionCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.008s) 2022-11-23T04:30:47.5913166Z test_correctness_factory_CSEPass_FactoryFunctionCall_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.009s) 2022-11-23T04:30:47.5914109Z test_correctness_factory_CSEPass_MutationFactory_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.008s) 2022-11-23T04:30:47.5915123Z test_correctness_factory_CSEPass_MutationFactory_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.011s) 2022-11-23T04:30:47.5915996Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5917865Z Perform constant folding conversion and check that the non-const module is inlined ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\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 2022-11-23T04:30:47.5919631Z new_node = root_const_gm.graph.get_attr(in_node.target) 2022-11-23T04:30:47.5920102Z ok (0.012s) 2022-11-23T04:30:47.5920664Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5921539Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.011s) 2022-11-23T04:30:47.5922459Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5923254Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.009s) 2022-11-23T04:30:47.5924029Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5924844Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.010s) 2022-11-23T04:30:47.5925658Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5926461Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.009s) 2022-11-23T04:30:47.5927244Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5928098Z Test code path where placeholder comes after normal op node in FX ... ok (0.012s) 2022-11-23T04:30:47.5928920Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5929732Z Perform constant folding conversion, from original mod to split constant ... ok (0.013s) 2022-11-23T04:30:47.5930503Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5931268Z Perform constant folding conversion, from original mod to split constant ... ok (0.014s) 2022-11-23T04:30:47.5932670Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.010s) 2022-11-23T04:30:47.5934985Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:973: UserWarning: Failed to fetch module mod! 2022-11-23T04:30:47.5936129Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T04:30:47.5936607Z ok (0.007s) 2022-11-23T04:30:47.5937166Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5937936Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-11-23T04:30:47.5938648Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5939341Z Check that a graph with no constant folding is handled correctly. ... ok (0.010s) 2022-11-23T04:30:47.5940032Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5941365Z Perform constant folding conversion, from original mod to split constant folding ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py:973: UserWarning: Failed to fetch module my_mod! 2022-11-23T04:30:47.5942631Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T04:30:47.5943121Z ok (0.013s) 2022-11-23T04:30:47.5943678Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.018s) 2022-11-23T04:30:47.5944447Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.012s) 2022-11-23T04:30:47.5945155Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.010s) 2022-11-23T04:30:47.5945805Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5946430Z Perform constant folding with a call_module node. ... ok (0.014s) 2022-11-23T04:30:47.5947065Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-11-23T04:30:47.5947792Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.014s) 2022-11-23T04:30:47.5948631Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.013s) 2022-11-23T04:30:47.5949376Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.008s) 2022-11-23T04:30:47.5950259Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-11-23T04:30:47.5951223Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.012s) 2022-11-23T04:30:47.5952206Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T04:30:47.5953181Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T04:30:47.5954135Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T04:30:47.5955167Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-11-23T04:30:47.5956047Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-11-23T04:30:47.5956669Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-11-23T04:30:47.5957264Z %x : [#users=2] = placeholder[target=x] 2022-11-23T04:30:47.5957873Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T04:30:47.5958581Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-11-23T04:30:47.5959190Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T04:30:47.5959819Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T04:30:47.5960345Z return add_1 2022-11-23T04:30:47.5960707Z ok (0.006s) 2022-11-23T04:30:47.5961165Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-11-23T04:30:47.5961847Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-11-23T04:30:47.5962488Z %x : [#users=2] = placeholder[target=x] 2022-11-23T04:30:47.5963366Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T04:30:47.5963978Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T04:30:47.5964622Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-11-23T04:30:47.5965349Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-11-23T04:30:47.5965881Z return add_1 2022-11-23T04:30:47.5966242Z ok (0.004s) 2022-11-23T04:30:47.5966702Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-11-23T04:30:47.5967382Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T04:30:47.5968002Z %x : [#users=1] = placeholder[target=x] 2022-11-23T04:30:47.5968582Z %y : [#users=0] = placeholder[target=y] 2022-11-23T04:30:47.5969339Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T04:30:47.5970078Z return add 2022-11-23T04:30:47.5970426Z ok (0.004s) 2022-11-23T04:30:47.5970930Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-11-23T04:30:47.5971639Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T04:30:47.5972268Z %x : [#users=1] = placeholder[target=x] 2022-11-23T04:30:47.5972772Z %y : [#users=1] = placeholder[target=y] 2022-11-23T04:30:47.5973367Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-11-23T04:30:47.5974082Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T04:30:47.5974611Z return add_1 2022-11-23T04:30:47.5974973Z ok (0.004s) 2022-11-23T04:30:47.5975568Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-11-23T04:30:47.5976354Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-11-23T04:30:47.5977096Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T04:30:47.5977732Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-11-23T04:30:47.5978411Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T04:30:47.5978932Z return mul 2022-11-23T04:30:47.5979289Z ok (0.005s) 2022-11-23T04:30:47.5979740Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-11-23T04:30:47.5980399Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-11-23T04:30:47.5981054Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T04:30:47.5981714Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-11-23T04:30:47.5982577Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-11-23T04:30:47.5983472Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T04:30:47.5984010Z return mul 2022-11-23T04:30:47.5984348Z ok (0.004s) 2022-11-23T04:30:47.5984786Z test_simple (fx.test_dce_pass.TestDCE) 2022-11-23T04:30:47.5985389Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-11-23T04:30:47.5985973Z %x : [#users=2] = placeholder[target=x] 2022-11-23T04:30:47.5986589Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T04:30:47.5987173Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T04:30:47.5987811Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T04:30:47.5988354Z return add_1 2022-11-23T04:30:47.5988779Z ok (0.005s) 2022-11-23T04:30:47.5989264Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.5989935Z test_annotation_with_future (__main__.TestFX) ... ok (0.009s) 2022-11-23T04:30:47.5991412Z test_annotations_empty_tuple (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T04:30:47.5992960Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T04:30:47.5993457Z ok (0.063s) 2022-11-23T04:30:47.5993983Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.5994673Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.5995526Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.5996565Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.010s) 2022-11-23T04:30:47.5997338Z test_args_kwargs (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.5997906Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.002s) 2022-11-23T04:30:47.5998644Z test_assert (__main__.TestFX) ... skip: Python Windows bug? https://bugs.python.org/issue45108 (0.001s) 2022-11-23T04:30:47.5999398Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6000056Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6000733Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6001349Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6002029Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6002688Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6003503Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6004236Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6004909Z test_autowrap_functions (__main__.TestFX) ... ok (0.175s) 2022-11-23T04:30:47.6005487Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6006079Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6006612Z test_copy_it (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6007139Z test_copy_no_remap (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6007662Z test_ctx_mgr (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6008189Z test_custom_codegen (__main__.TestFX) ... ok (0.044s) 2022-11-23T04:30:47.6008851Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6009518Z test_custom_import (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6010192Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6010863Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6011502Z test_custom_proxy_type (__main__.TestFX) ... ok (0.009s) 2022-11-23T04:30:47.6012089Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6012785Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (1.012s) 2022-11-23T04:30:47.6013593Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6014319Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.002s) 2022-11-23T04:30:47.6014995Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6015724Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.114s) 2022-11-23T04:30:47.6016467Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6017078Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6017700Z test_delete_unused_submodules_leaf (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6018418Z test_dict (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6018946Z test_direct_param_use (__main__.TestFX) ... ok (0.010s) 2022-11-23T04:30:47.6019511Z test_disallow_override (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6020053Z test_ellipsis (__main__.TestFX) ... ok (0.010s) 2022-11-23T04:30:47.6020589Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6021156Z test_erase_node_error (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6021808Z test_example_shape_prop (__main__.TestFX) ... ok (0.010s) 2022-11-23T04:30:47.6022364Z test_find_uses (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6023110Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.044s) 2022-11-23T04:30:47.6023723Z test_fn_type_annotations (__main__.TestFX) ... ok (0.053s) 2022-11-23T04:30:47.6024370Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6024931Z test_fx_create_arg (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6025474Z test_fx_shifts (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6026013Z test_fx_stateless (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6026593Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.264s) 2022-11-23T04:30:47.6027284Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.001s) 2022-11-23T04:30:47.6028423Z test_getitem_subproc (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:30:47.6029561Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:30:47.6030483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:30:47.6031397Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:30:47.6031911Z ok (5.932s) 2022-11-23T04:30:47.6032414Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6032961Z test_graph_fns (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6033508Z test_graph_module (__main__.TestFX) ... ok (0.081s) 2022-11-23T04:30:47.6034162Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6034967Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6035805Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6036430Z test_graph_unique_names (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6037033Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6037639Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.002s) 2022-11-23T04:30:47.6038270Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-11-23T04:30:47.6038863Z test_imul_code_print (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6039404Z test_inf_nan (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6039927Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6040454Z test_inline_graph (__main__.TestFX) ... ok (0.008s) 2022-11-23T04:30:47.6041012Z test_insertion_point (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6041656Z test_interpreter (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6042399Z test_interpreter_default_args (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6043084Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-11-23T04:30:47.6043812Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-11-23T04:30:47.6044488Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6045139Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.010s) 2022-11-23T04:30:47.6045773Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6046571Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.010s) 2022-11-23T04:30:47.6047200Z test_interpreter_star_args (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6047891Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.013s) 2022-11-23T04:30:47.6048488Z test_layout (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6049088Z test_leaf_module (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6049640Z test_matmul_tracing (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6050241Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6050817Z test_move_before (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6051374Z test_multi_insert_point (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6052059Z test_multiple_default_args (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6052675Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.125s) 2022-11-23T04:30:47.6053291Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6053914Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6054731Z test_native_callable (__main__.TestFX) ... skip: non-portable load_library call used in test (0.006s) 2022-11-23T04:30:47.6055467Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-11-23T04:30:47.6056051Z test_node_tagging (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6056623Z test_nonetype_annotation (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6057950Z test_partial_trace (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\_symbolic_trace.py:564: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-11-23T04:30:47.6059088Z warnings.warn( 2022-11-23T04:30:47.6059340Z 2022-11-23T04:30:47.6059351Z 2022-11-23T04:30:47.6059361Z 2022-11-23T04:30:47.6059544Z def forward(self, x, y_1): 2022-11-23T04:30:47.6059973Z eq = y_1 == True; y_1 = None 2022-11-23T04:30:47.6060623Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-11-23T04:30:47.6061202Z mul = 2 * x; x = None 2022-11-23T04:30:47.6061655Z return mul 2022-11-23T04:30:47.6061995Z 2022-11-23T04:30:47.6062322Z ok (0.010s) 2022-11-23T04:30:47.6062953Z test_pickle_custom_import (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6063557Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.009s) 2022-11-23T04:30:47.6064150Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.011s) 2022-11-23T04:30:47.6064772Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.016s) 2022-11-23T04:30:47.6065829Z test_prepend_self (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-11-23T04:30:47.6066943Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-11-23T04:30:47.6067507Z ok (0.003s) 2022-11-23T04:30:47.6067959Z test_pretty_print (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6068592Z test_pretty_print_graph (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6069164Z test_pretty_print_node (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6069905Z test_pretty_print_targets (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6070518Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6071081Z test_pytree (__main__.TestFX) ... ok (0.175s) 2022-11-23T04:30:47.6071623Z test_pytree_concrete (__main__.TestFX) ... ok (0.017s) 2022-11-23T04:30:47.6072194Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6072957Z test_regular_and_default_args (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6073526Z test_remove_uses (__main__.TestFX) ... ok (0.002s) 2022-11-23T04:30:47.6074104Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.002s) 2022-11-23T04:30:47.6074693Z test_replace_input (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6075391Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.002s) 2022-11-23T04:30:47.6076000Z test_reserved_getattr (__main__.TestFX) 2022-11-23T04:30:47.6076700Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.005s) 2022-11-23T04:30:47.6077343Z test_return_tuple (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6077897Z test_return_type_exists (__main__.TestFX) ... ok (0.027s) 2022-11-23T04:30:47.6079311Z test_script_method_trace (__main__.TestFX) ... ok (0.020s) 2022-11-23T04:30:47.6079978Z test_script_tensor_constant (__main__.TestFX) ... ok (0.040s) 2022-11-23T04:30:47.6080527Z test_sequential (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6081098Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6081804Z test_shape_prop_layout (__main__.TestFX) ... ok (0.046s) 2022-11-23T04:30:47.6082392Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.933s) 2022-11-23T04:30:47.6083115Z test_single_default_arg (__main__.TestFX) ... ok (0.009s) 2022-11-23T04:30:47.6083648Z test_snake_case (__main__.TestFX) ... ok (0.012s) 2022-11-23T04:30:47.6084164Z test_sqrt (__main__.TestFX) ... ok (0.010s) 2022-11-23T04:30:47.6084689Z test_stack_traces (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6085295Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6085922Z test_string_literal_return (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6086546Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.022s) 2022-11-23T04:30:47.6087150Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.015s) 2022-11-23T04:30:47.6087762Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6088457Z test_tensor_attribute (__main__.TestFX) ... ok (0.008s) 2022-11-23T04:30:47.6089076Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6089733Z test_tensor_constant (__main__.TestFX) ... ok (0.002s) 2022-11-23T04:30:47.6090375Z test_throw_out_variant (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6090915Z test_torch_custom_ops (__main__.TestFX) ... ok (0.010s) 2022-11-23T04:30:47.6091482Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6092874Z test_torch_fx_len (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T04:30:47.6094244Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T04:30:47.6094743Z ok (0.048s) 2022-11-23T04:30:47.6095218Z test_torch_op_overloads (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6096128Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._StackString is registered, skipping (0.001s) 2022-11-23T04:30:47.6097312Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._ReLUClass is registered, skipping (0.002s) 2022-11-23T04:30:47.6098221Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.002s) 2022-11-23T04:30:47.6098881Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6099470Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6100043Z test_trace_fn_constant (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6100793Z test_trace_function (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6101386Z test_trace_multiple_funcs (__main__.TestFX) ... 1.14.0a0+git1cfd385 2022-11-23T04:30:47.6101842Z ok (0.007s) 2022-11-23T04:30:47.6102475Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.025s) 2022-11-23T04:30:47.6103150Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6103831Z test_transformer_noop (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6104494Z test_transformer_op_swap (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6105064Z test_tuple_no_subscript (__main__.TestFX) ... ok (0.008s) 2022-11-23T04:30:47.6105630Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-11-23T04:30:47.6106158Z test_unpack (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6106842Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6107472Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.000s) 2022-11-23T04:30:47.6108058Z test_update_args_api (__main__.TestFX) ... ok (0.007s) 2022-11-23T04:30:47.6108641Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6109250Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2022-11-23T04:30:47.6110020Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.034s) 2022-11-23T04:30:47.6110811Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.036s) 2022-11-23T04:30:47.6111508Z test_wrap (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6112069Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6112636Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.005s) 2022-11-23T04:30:47.6113209Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6113781Z test_wrapped_method (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6114349Z test_wrapped_retrace (__main__.TestFX) ... ok (0.009s) 2022-11-23T04:30:47.6114937Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.006s) 2022-11-23T04:30:47.6115593Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.008s) 2022-11-23T04:30:47.6116200Z test_wrong_target_type (__main__.TestFX) ... ok (0.002s) 2022-11-23T04:30:47.6116829Z test_wrong_topo (__main__.TestFX) ... ok (0.004s) 2022-11-23T04:30:47.6117552Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T04:30:47.6118376Z Test backward compatibility for members of classes with ... ok (0.005s) 2022-11-23T04:30:47.6119088Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T04:30:47.6119811Z Test backward compatibility for function signatures with ... ok (0.019s) 2022-11-23T04:30:47.6120547Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.003s) 2022-11-23T04:30:47.6121345Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T04:30:47.6122134Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6122970Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6123812Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T04:30:47.6124719Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6125521Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T04:30:47.6126303Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6127093Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6127897Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6128822Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6129687Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6130548Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6131248Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6131963Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T04:30:47.6132671Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6133385Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T04:30:47.6134134Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6135063Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6135918Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6136675Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6137481Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6138205Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6138912Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6139601Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6140294Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T04:30:47.6141012Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6141787Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6142634Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6143525Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6144319Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T04:30:47.6145078Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6145815Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6146511Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.010s) 2022-11-23T04:30:47.6147242Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6147977Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6148702Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6149514Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6150366Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T04:30:47.6151057Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6151799Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6152576Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-11-23T04:30:47.6153316Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-11-23T04:30:47.6154063Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6154887Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6155788Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T04:30:47.6156889Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6157691Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6158425Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6159123Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.012s) 2022-11-23T04:30:47.6159840Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6160575Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6161299Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6162124Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6163132Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6163903Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6164634Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6165364Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6166109Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6166867Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6167601Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6168432Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6169310Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6170023Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6170730Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T04:30:47.6171439Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6172157Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6172872Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6173609Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.013s) 2022-11-23T04:30:47.6174412Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6175284Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T04:30:47.6175992Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6176718Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6177459Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-11-23T04:30:47.6178218Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6178972Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6179721Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6180551Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6181360Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6182181Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6182944Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6183683Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6184420Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T04:30:47.6185336Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6186017Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6186781Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.013s) 2022-11-23T04:30:47.6187652Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6188553Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6189353Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6190257Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6191020Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6191722Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-11-23T04:30:47.6192432Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6193131Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6193950Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6194815Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6195534Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6196255Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T04:30:47.6197003Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6197728Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6198416Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6199108Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6199877Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.007s) 2022-11-23T04:30:47.6200710Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6201388Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6202094Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6202792Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6203491Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6204216Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6205026Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.007s) 2022-11-23T04:30:47.6205756Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6206559Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-11-23T04:30:47.6207418Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.011s) 2022-11-23T04:30:47.6208150Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T04:30:47.6208889Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6209618Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T04:30:47.6210352Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-11-23T04:30:47.6211187Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6211971Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-11-23T04:30:47.6213595Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3738: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-11-23T04:30:47.6214904Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T04:30:47.6215523Z ok (0.003s) 2022-11-23T04:30:47.6216648Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4074: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-11-23T04:30:47.6218012Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T04:30:47.6218835Z ok (0.004s) 2022-11-23T04:30:47.6220093Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4018: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-11-23T04:30:47.6221461Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T04:30:47.6222102Z ok (0.003s) 2022-11-23T04:30:47.6222797Z test_get_torch_func_signature_exhaustive_H_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6223800Z test_get_torch_func_signature_exhaustive_T_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6224896Z test_get_torch_func_signature_exhaustive___getitem___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6226086Z test_get_torch_func_signature_exhaustive___radd___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6227095Z test_get_torch_func_signature_exhaustive___rdiv___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6228110Z test_get_torch_func_signature_exhaustive___rmatmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6229176Z test_get_torch_func_signature_exhaustive___rmod___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6230176Z test_get_torch_func_signature_exhaustive___rmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6231167Z test_get_torch_func_signature_exhaustive___rpow___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6232292Z test_get_torch_func_signature_exhaustive___rsub___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6233419Z test_get_torch_func_signature_exhaustive__softmax_backward_data_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6234444Z test_get_torch_func_signature_exhaustive_abs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6235431Z test_get_torch_func_signature_exhaustive_acos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6236410Z test_get_torch_func_signature_exhaustive_acosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6237403Z test_get_torch_func_signature_exhaustive_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6238490Z test_get_torch_func_signature_exhaustive_addbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6239791Z test_get_torch_func_signature_exhaustive_addcdiv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:30:47.6240790Z test_get_torch_func_signature_exhaustive_addcmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6241789Z test_get_torch_func_signature_exhaustive_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6242814Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6243839Z test_get_torch_func_signature_exhaustive_addmv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6245052Z test_get_torch_func_signature_exhaustive_addr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6246151Z test_get_torch_func_signature_exhaustive_all_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6247152Z test_get_torch_func_signature_exhaustive_allclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:30:47.6248149Z test_get_torch_func_signature_exhaustive_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6249134Z test_get_torch_func_signature_exhaustive_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6250127Z test_get_torch_func_signature_exhaustive_aminmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6251213Z test_get_torch_func_signature_exhaustive_angle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6252362Z test_get_torch_func_signature_exhaustive_any_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6253364Z test_get_torch_func_signature_exhaustive_arange_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:30:47.6254343Z test_get_torch_func_signature_exhaustive_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6255342Z test_get_torch_func_signature_exhaustive_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6256340Z test_get_torch_func_signature_exhaustive_argsort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6257468Z test_get_torch_func_signature_exhaustive_argwhere_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6258646Z test_get_torch_func_signature_exhaustive_as_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6259688Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6260702Z test_get_torch_func_signature_exhaustive_asin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6261704Z test_get_torch_func_signature_exhaustive_asinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6262714Z test_get_torch_func_signature_exhaustive_atan2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6263776Z test_get_torch_func_signature_exhaustive_atan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6264921Z test_get_torch_func_signature_exhaustive_atanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6266094Z test_get_torch_func_signature_exhaustive_atleast_1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6267132Z test_get_torch_func_signature_exhaustive_atleast_2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6268146Z test_get_torch_func_signature_exhaustive_atleast_3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6269157Z test_get_torch_func_signature_exhaustive_baddbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6270361Z test_get_torch_func_signature_exhaustive_bernoulli_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6271576Z test_get_torch_func_signature_exhaustive_bfloat16_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6272585Z test_get_torch_func_signature_exhaustive_block_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6273598Z test_get_torch_func_signature_exhaustive_bmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6274597Z test_get_torch_func_signature_exhaustive_bool_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6275636Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6276720Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6277933Z test_get_torch_func_signature_exhaustive_broadcast_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6279060Z test_get_torch_func_signature_exhaustive_bucketize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6280078Z test_get_torch_func_signature_exhaustive_byte_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6281111Z test_get_torch_func_signature_exhaustive_cartesian_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6282117Z test_get_torch_func_signature_exhaustive_cat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6283122Z test_get_torch_func_signature_exhaustive_cdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6284211Z test_get_torch_func_signature_exhaustive_cdouble_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6285379Z test_get_torch_func_signature_exhaustive_ceil_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6286385Z test_get_torch_func_signature_exhaustive_cfloat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6287392Z test_get_torch_func_signature_exhaustive_chalf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6288400Z test_get_torch_func_signature_exhaustive_char_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6289404Z test_get_torch_func_signature_exhaustive_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6290516Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6291757Z test_get_torch_func_signature_exhaustive_cholesky_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6292851Z test_get_torch_func_signature_exhaustive_chunk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6293849Z test_get_torch_func_signature_exhaustive_clamp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6294851Z test_get_torch_func_signature_exhaustive_clamp_max_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6295973Z test_get_torch_func_signature_exhaustive_clamp_min_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6296990Z test_get_torch_func_signature_exhaustive_clone_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6298135Z test_get_torch_func_signature_exhaustive_column_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6299214Z test_get_torch_func_signature_exhaustive_combinations_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6300231Z test_get_torch_func_signature_exhaustive_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6301206Z test_get_torch_func_signature_exhaustive_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6302218Z test_get_torch_func_signature_exhaustive_conj_physical_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6303248Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6304281Z test_get_torch_func_signature_exhaustive_contiguous_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6305299Z test_get_torch_func_signature_exhaustive_copysign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6306355Z test_get_torch_func_signature_exhaustive_corrcoef_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6307344Z test_get_torch_func_signature_exhaustive_cos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6308326Z test_get_torch_func_signature_exhaustive_cosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6309446Z test_get_torch_func_signature_exhaustive_count_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6310583Z test_get_torch_func_signature_exhaustive_cov_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6311556Z test_get_torch_func_signature_exhaustive_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6312541Z test_get_torch_func_signature_exhaustive_cummax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6313538Z test_get_torch_func_signature_exhaustive_cummin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6314537Z test_get_torch_func_signature_exhaustive_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6315539Z test_get_torch_func_signature_exhaustive_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6316715Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6317754Z test_get_torch_func_signature_exhaustive_deg2rad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6318721Z test_get_torch_func_signature_exhaustive_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T04:30:47.6319734Z test_get_torch_func_signature_exhaustive_diag_embed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6320758Z test_get_torch_func_signature_exhaustive_diagflat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6321895Z test_get_torch_func_signature_exhaustive_diagonal_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6322963Z test_get_torch_func_signature_exhaustive_diagonal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6324010Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6325023Z test_get_torch_func_signature_exhaustive_diff_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6326134Z test_get_torch_func_signature_exhaustive_digamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6327267Z test_get_torch_func_signature_exhaustive_dist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6328271Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6329404Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6330479Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6331493Z test_get_torch_func_signature_exhaustive_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6332493Z test_get_torch_func_signature_exhaustive_double_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6333496Z test_get_torch_func_signature_exhaustive_dsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6334499Z test_get_torch_func_signature_exhaustive_dstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6335498Z test_get_torch_func_signature_exhaustive_einsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6336497Z test_get_torch_func_signature_exhaustive_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6337492Z test_get_torch_func_signature_exhaustive_empty_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6338488Z test_get_torch_func_signature_exhaustive_eq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6339480Z test_get_torch_func_signature_exhaustive_equal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6340473Z test_get_torch_func_signature_exhaustive_erf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6341633Z test_get_torch_func_signature_exhaustive_erfc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6342631Z test_get_torch_func_signature_exhaustive_erfinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6343629Z test_get_torch_func_signature_exhaustive_exp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6344617Z test_get_torch_func_signature_exhaustive_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6345602Z test_get_torch_func_signature_exhaustive_expand_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6346735Z test_get_torch_func_signature_exhaustive_expand_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6347763Z test_get_torch_func_signature_exhaustive_expm1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6348765Z test_get_torch_func_signature_exhaustive_eye_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6349761Z test_get_torch_func_signature_exhaustive_fft_fft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6350764Z test_get_torch_func_signature_exhaustive_fft_fft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6351767Z test_get_torch_func_signature_exhaustive_fft_fftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6352787Z test_get_torch_func_signature_exhaustive_fft_fftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:30:47.6353804Z test_get_torch_func_signature_exhaustive_fft_hfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6354793Z test_get_torch_func_signature_exhaustive_fft_hfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6355797Z test_get_torch_func_signature_exhaustive_fft_hfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6356897Z test_get_torch_func_signature_exhaustive_fft_ifft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6358030Z test_get_torch_func_signature_exhaustive_fft_ifft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6359036Z test_get_torch_func_signature_exhaustive_fft_ifftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6360049Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6361078Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6362078Z test_get_torch_func_signature_exhaustive_fft_ihfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6363076Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6364053Z test_get_torch_func_signature_exhaustive_fft_irfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6365058Z test_get_torch_func_signature_exhaustive_fft_irfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6366062Z test_get_torch_func_signature_exhaustive_fft_irfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T04:30:47.6368281Z test_get_torch_func_signature_exhaustive_fft_rfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6369278Z test_get_torch_func_signature_exhaustive_fft_rfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6370269Z test_get_torch_func_signature_exhaustive_fft_rfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6371252Z test_get_torch_func_signature_exhaustive_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6372381Z test_get_torch_func_signature_exhaustive_flatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6373399Z test_get_torch_func_signature_exhaustive_flip_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6374373Z test_get_torch_func_signature_exhaustive_fliplr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6375370Z test_get_torch_func_signature_exhaustive_flipud_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6376350Z test_get_torch_func_signature_exhaustive_float_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6377359Z test_get_torch_func_signature_exhaustive_float_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6378382Z test_get_torch_func_signature_exhaustive_floor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6379403Z test_get_torch_func_signature_exhaustive_floor_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6380428Z test_get_torch_func_signature_exhaustive_fmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6381421Z test_get_torch_func_signature_exhaustive_fmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6382399Z test_get_torch_func_signature_exhaustive_fmod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6383384Z test_get_torch_func_signature_exhaustive_frac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6384388Z test_get_torch_func_signature_exhaustive_frexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6385382Z test_get_torch_func_signature_exhaustive_full_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6386390Z test_get_torch_func_signature_exhaustive_full_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6387410Z test_get_torch_func_signature_exhaustive_gather_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6388412Z test_get_torch_func_signature_exhaustive_ge_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6389405Z test_get_torch_func_signature_exhaustive_geqrf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6390408Z test_get_torch_func_signature_exhaustive_gradient_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6391436Z test_get_torch_func_signature_exhaustive_grid_sampler_2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6392616Z test_get_torch_func_signature_exhaustive_gt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6393614Z test_get_torch_func_signature_exhaustive_half_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6394629Z test_get_torch_func_signature_exhaustive_heaviside_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6395638Z test_get_torch_func_signature_exhaustive_histc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6396646Z test_get_torch_func_signature_exhaustive_hsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6397764Z test_get_torch_func_signature_exhaustive_hstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6398801Z test_get_torch_func_signature_exhaustive_hypot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6399794Z test_get_torch_func_signature_exhaustive_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6400767Z test_get_torch_func_signature_exhaustive_igamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T04:30:47.6401772Z test_get_torch_func_signature_exhaustive_igammac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6402789Z test_get_torch_func_signature_exhaustive_index_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6403815Z test_get_torch_func_signature_exhaustive_index_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6404845Z test_get_torch_func_signature_exhaustive_index_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6405855Z test_get_torch_func_signature_exhaustive_index_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6406870Z test_get_torch_func_signature_exhaustive_index_reduce_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6407889Z test_get_torch_func_signature_exhaustive_index_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6408877Z test_get_torch_func_signature_exhaustive_inner_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6409868Z test_get_torch_func_signature_exhaustive_int_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6410872Z test_get_torch_func_signature_exhaustive_isclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6411879Z test_get_torch_func_signature_exhaustive_isfinite_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6412879Z test_get_torch_func_signature_exhaustive_isin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6413994Z test_get_torch_func_signature_exhaustive_isinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6415115Z test_get_torch_func_signature_exhaustive_isnan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6416128Z test_get_torch_func_signature_exhaustive_isneginf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6417291Z test_get_torch_func_signature_exhaustive_isposinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6418273Z test_get_torch_func_signature_exhaustive_isreal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6419323Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6420428Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6421512Z test_get_torch_func_signature_exhaustive_jiterator_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6422698Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6423789Z test_get_torch_func_signature_exhaustive_jiterator_unary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6424799Z test_get_torch_func_signature_exhaustive_kron_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6425801Z test_get_torch_func_signature_exhaustive_kthvalue_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6426803Z test_get_torch_func_signature_exhaustive_ldexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T04:30:47.6427764Z test_get_torch_func_signature_exhaustive_le_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6428782Z test_get_torch_func_signature_exhaustive_lerp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6429854Z test_get_torch_func_signature_exhaustive_lgamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6430874Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6431918Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6432948Z test_get_torch_func_signature_exhaustive_linalg_cond_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6433984Z test_get_torch_func_signature_exhaustive_linalg_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6435023Z test_get_torch_func_signature_exhaustive_linalg_det_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6436085Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6437123Z test_get_torch_func_signature_exhaustive_linalg_eig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6438165Z test_get_torch_func_signature_exhaustive_linalg_eigh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6439214Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:30:47.6440267Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6441374Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6442601Z test_get_torch_func_signature_exhaustive_linalg_inv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6443638Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6444696Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6445768Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6446912Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6447978Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6449057Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6450129Z test_get_torch_func_signature_exhaustive_linalg_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6451183Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6452242Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6453305Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6454355Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6455433Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6456499Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6457583Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6458663Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6459703Z test_get_torch_func_signature_exhaustive_linalg_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6460782Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6461845Z test_get_torch_func_signature_exhaustive_linalg_pinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6462891Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6464064Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:30:47.6465217Z test_get_torch_func_signature_exhaustive_linalg_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6466245Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6467404Z test_get_torch_func_signature_exhaustive_linalg_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6468433Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6469487Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6470538Z test_get_torch_func_signature_exhaustive_linalg_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6471667Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6472733Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6473789Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6474838Z test_get_torch_func_signature_exhaustive_linalg_vander_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6475867Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T04:30:47.6476894Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6498231Z test_get_torch_func_signature_exhaustive_linspace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6499281Z test_get_torch_func_signature_exhaustive_log10_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6500305Z test_get_torch_func_signature_exhaustive_log1p_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6501316Z test_get_torch_func_signature_exhaustive_log2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6502323Z test_get_torch_func_signature_exhaustive_log_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6503345Z test_get_torch_func_signature_exhaustive_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:30:47.6504412Z test_get_torch_func_signature_exhaustive_log_softmax_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6505484Z test_get_torch_func_signature_exhaustive_logaddexp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6506511Z test_get_torch_func_signature_exhaustive_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6507558Z test_get_torch_func_signature_exhaustive_logcumsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6508599Z test_get_torch_func_signature_exhaustive_logdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6509633Z test_get_torch_func_signature_exhaustive_logical_and_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6510672Z test_get_torch_func_signature_exhaustive_logical_not_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6511930Z test_get_torch_func_signature_exhaustive_logical_or_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6512948Z test_get_torch_func_signature_exhaustive_logical_xor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6513954Z test_get_torch_func_signature_exhaustive_logit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6515071Z test_get_torch_func_signature_exhaustive_logspace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6516226Z test_get_torch_func_signature_exhaustive_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6518239Z test_get_torch_func_signature_exhaustive_long_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6519323Z test_get_torch_func_signature_exhaustive_lt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6520297Z test_get_torch_func_signature_exhaustive_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6521366Z test_get_torch_func_signature_exhaustive_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6522514Z test_get_torch_func_signature_exhaustive_lu_unpack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6523513Z test_get_torch_func_signature_exhaustive_mH_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6524492Z test_get_torch_func_signature_exhaustive_mT_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6525500Z test_get_torch_func_signature_exhaustive_masked_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6526515Z test_get_torch_func_signature_exhaustive_masked_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T04:30:47.6527541Z test_get_torch_func_signature_exhaustive_masked_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6528683Z test_get_torch_func_signature_exhaustive_masked_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6529925Z test_get_torch_func_signature_exhaustive_masked_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6530968Z test_get_torch_func_signature_exhaustive_masked_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6531990Z test_get_torch_func_signature_exhaustive_masked_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6533030Z test_get_torch_func_signature_exhaustive_masked_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6534077Z test_get_torch_func_signature_exhaustive_masked_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6535221Z test_get_torch_func_signature_exhaustive_masked_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6536368Z test_get_torch_func_signature_exhaustive_masked_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6537392Z test_get_torch_func_signature_exhaustive_masked_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6538602Z test_get_torch_func_signature_exhaustive_masked_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6539635Z test_get_torch_func_signature_exhaustive_masked_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6540676Z test_get_torch_func_signature_exhaustive_masked_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6541905Z test_get_torch_func_signature_exhaustive_masked_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6543054Z test_get_torch_func_signature_exhaustive_masked_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6544233Z test_get_torch_func_signature_exhaustive_masked_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:30:47.6545313Z test_get_torch_func_signature_exhaustive_masked_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6546327Z test_get_torch_func_signature_exhaustive_masked_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6547360Z test_get_torch_func_signature_exhaustive_masked_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6548486Z test_get_torch_func_signature_exhaustive_masked_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6549655Z test_get_torch_func_signature_exhaustive_matmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6550685Z test_get_torch_func_signature_exhaustive_matrix_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6551731Z test_get_torch_func_signature_exhaustive_max_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6552809Z test_get_torch_func_signature_exhaustive_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6553917Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6555043Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6556190Z test_get_torch_func_signature_exhaustive_maximum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6557205Z test_get_torch_func_signature_exhaustive_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6558215Z test_get_torch_func_signature_exhaustive_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6559254Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:30:47.6560325Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.000s) 2022-11-23T04:30:47.6561457Z test_get_torch_func_signature_exhaustive_min_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6562572Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6563711Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6564901Z test_get_torch_func_signature_exhaustive_minimum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6565866Z test_get_torch_func_signature_exhaustive_mm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6566845Z test_get_torch_func_signature_exhaustive_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T04:30:47.6567848Z test_get_torch_func_signature_exhaustive_movedim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6569097Z test_get_torch_func_signature_exhaustive_msort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6570195Z test_get_torch_func_signature_exhaustive_mul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6571208Z test_get_torch_func_signature_exhaustive_multinomial_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6572210Z test_get_torch_func_signature_exhaustive_mv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6573238Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6574303Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6575488Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6576622Z test_get_torch_func_signature_exhaustive_nan_to_num_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6577631Z test_get_torch_func_signature_exhaustive_nanmean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6578633Z test_get_torch_func_signature_exhaustive_nanmedian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6579660Z test_get_torch_func_signature_exhaustive_nanquantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6580670Z test_get_torch_func_signature_exhaustive_nansum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6581774Z test_get_torch_func_signature_exhaustive_narrow_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6582919Z test_get_torch_func_signature_exhaustive_narrow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6583950Z test_get_torch_func_signature_exhaustive_native_batch_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6585001Z test_get_torch_func_signature_exhaustive_native_dropout_backward_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6586070Z test_get_torch_func_signature_exhaustive_native_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6587077Z test_get_torch_func_signature_exhaustive_ne_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6588133Z test_get_torch_func_signature_exhaustive_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6589274Z test_get_torch_func_signature_exhaustive_new_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6590472Z test_get_torch_func_signature_exhaustive_new_empty_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6591491Z test_get_torch_func_signature_exhaustive_new_full_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6592491Z test_get_torch_func_signature_exhaustive_new_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6593478Z test_get_torch_func_signature_exhaustive_new_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6594693Z test_get_torch_func_signature_exhaustive_nextafter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6595966Z test_get_torch_func_signature_exhaustive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6597127Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6598254Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:30:47.6599386Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6600525Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6601815Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6602992Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6604105Z test_get_torch_func_signature_exhaustive_nn_functional_alpha_dropout_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6605201Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6606279Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6607454Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6608696Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6609822Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6610949Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6612062Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6613235Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6614436Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6615789Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6616866Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6617952Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6619085Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6620317Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6621712Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6622859Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6623978Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6625070Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6626161Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6627317Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6628546Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6629645Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6630738Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6631829Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T04:30:47.6632971Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6634251Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6635572Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6636697Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6637816Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6638895Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6640178Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6641369Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6642458Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6643539Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6644747Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6645862Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6647038Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6648275Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6649377Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6650453Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6651594Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6652726Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6654057Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6655290Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6656447Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6657615Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6658724Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6659877Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6661116Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6662217Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6663301Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6664405Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6665685Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6666879Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6668100Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6669197Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6670386Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6671505Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:30:47.6672716Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6673955Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6675081Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6676187Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6677300Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6678397Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6679559Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6680806Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6681943Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6683105Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6684221Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6685304Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6686532Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6687697Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6688787Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6689898Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6691160Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6692329Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6693562Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6694670Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6695881Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6696983Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6698038Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6699136Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6700347Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6701406Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6702464Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6703533Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6704628Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6705808Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6707101Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6708230Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6709308Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6710405Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6711512Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:30:47.6712693Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6713955Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6715144Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6716436Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6717547Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6718770Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6719996Z test_get_torch_func_signature_exhaustive_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:30:47.6721116Z test_get_torch_func_signature_exhaustive_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6722156Z test_get_torch_func_signature_exhaustive_norm_fro_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6723188Z test_get_torch_func_signature_exhaustive_norm_inf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6724197Z test_get_torch_func_signature_exhaustive_norm_nuc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6725286Z test_get_torch_func_signature_exhaustive_normal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6726462Z test_get_torch_func_signature_exhaustive_normal_number_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T04:30:47.6727514Z test_get_torch_func_signature_exhaustive_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6728527Z test_get_torch_func_signature_exhaustive_ones_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6729598Z test_get_torch_func_signature_exhaustive_ormqr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6730574Z test_get_torch_func_signature_exhaustive_outer_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6731591Z test_get_torch_func_signature_exhaustive_pca_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6732761Z test_get_torch_func_signature_exhaustive_permute_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6733839Z test_get_torch_func_signature_exhaustive_pinverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6734850Z test_get_torch_func_signature_exhaustive_polar_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6735885Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6736956Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6738028Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6739284Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6740420Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6741625Z test_get_torch_func_signature_exhaustive_positive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6742631Z test_get_torch_func_signature_exhaustive_pow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6743625Z test_get_torch_func_signature_exhaustive_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6744613Z test_get_torch_func_signature_exhaustive_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6745674Z test_get_torch_func_signature_exhaustive_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6746941Z test_get_torch_func_signature_exhaustive_quantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6747967Z test_get_torch_func_signature_exhaustive_rad2deg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6748979Z test_get_torch_func_signature_exhaustive_rand_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6749968Z test_get_torch_func_signature_exhaustive_randint_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6750984Z test_get_torch_func_signature_exhaustive_randint_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6752108Z test_get_torch_func_signature_exhaustive_randn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6753246Z test_get_torch_func_signature_exhaustive_randn_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6754258Z test_get_torch_func_signature_exhaustive_ravel_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6755250Z test_get_torch_func_signature_exhaustive_real_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6756254Z test_get_torch_func_signature_exhaustive_reciprocal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T04:30:47.6757285Z test_get_torch_func_signature_exhaustive_remainder_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6758367Z test_get_torch_func_signature_exhaustive_renorm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6759553Z test_get_torch_func_signature_exhaustive_repeat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6760613Z test_get_torch_func_signature_exhaustive_repeat_interleave_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6761679Z test_get_torch_func_signature_exhaustive_reshape_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6762707Z test_get_torch_func_signature_exhaustive_reshape_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6763728Z test_get_torch_func_signature_exhaustive_resize__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6764831Z test_get_torch_func_signature_exhaustive_resize_as__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6765987Z test_get_torch_func_signature_exhaustive_resolve_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6767036Z test_get_torch_func_signature_exhaustive_resolve_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6768193Z test_get_torch_func_signature_exhaustive_roll_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6769208Z test_get_torch_func_signature_exhaustive_rot90_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6770201Z test_get_torch_func_signature_exhaustive_round_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6771301Z test_get_torch_func_signature_exhaustive_round_decimals_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6772581Z test_get_torch_func_signature_exhaustive_round_decimals_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6773665Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6774694Z test_get_torch_func_signature_exhaustive_rsqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6775692Z test_get_torch_func_signature_exhaustive_rsub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6776699Z test_get_torch_func_signature_exhaustive_scalar_tensor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6777786Z test_get_torch_func_signature_exhaustive_scatter_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6778934Z test_get_torch_func_signature_exhaustive_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6779983Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6781044Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6782086Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6783141Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6784257Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6785473Z test_get_torch_func_signature_exhaustive_searchsorted_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6786543Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6787605Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6788638Z test_get_torch_func_signature_exhaustive_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6789672Z test_get_torch_func_signature_exhaustive_select_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6790756Z test_get_torch_func_signature_exhaustive_sgn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6791857Z test_get_torch_func_signature_exhaustive_short_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6794007Z test_get_torch_func_signature_exhaustive_sigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6795005Z test_get_torch_func_signature_exhaustive_sign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6796039Z test_get_torch_func_signature_exhaustive_signal_windows_cosine_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T04:30:47.6797130Z test_get_torch_func_signature_exhaustive_signal_windows_exponential_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6798353Z test_get_torch_func_signature_exhaustive_signal_windows_gaussian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6799643Z test_get_torch_func_signature_exhaustive_signal_windows_kaiser_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6800712Z test_get_torch_func_signature_exhaustive_signbit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6801706Z test_get_torch_func_signature_exhaustive_sin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6802687Z test_get_torch_func_signature_exhaustive_sinc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6803673Z test_get_torch_func_signature_exhaustive_sinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6804819Z test_get_torch_func_signature_exhaustive_slice_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6805912Z test_get_torch_func_signature_exhaustive_slice_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6806937Z test_get_torch_func_signature_exhaustive_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6807939Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6808962Z test_get_torch_func_signature_exhaustive_sort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6809984Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6811139Z test_get_torch_func_signature_exhaustive_special_airy_ai_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6812350Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6813419Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6814479Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6815525Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6816619Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6817861Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6819305Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T04:30:47.6821039Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T04:30:47.6822373Z test_get_torch_func_signature_exhaustive_special_entr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6823634Z test_get_torch_func_signature_exhaustive_special_erfcx_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6825060Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6826385Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6827691Z test_get_torch_func_signature_exhaustive_special_i0e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6828812Z test_get_torch_func_signature_exhaustive_special_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6829896Z test_get_torch_func_signature_exhaustive_special_i1e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6830993Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6832217Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T04:30:47.6833488Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6834747Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6835913Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6837026Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6838118Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6839169Z test_get_torch_func_signature_exhaustive_special_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6840302Z test_get_torch_func_signature_exhaustive_special_ndtri_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6841556Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T04:30:47.6842781Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6843890Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6845141Z 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.002s) 2022-11-23T04:30:47.6846657Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T04:30:47.6847411Z 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.002s) 2022-11-23T04:30:47.6848149Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T04:30:47.6848936Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6849488Z test_get_torch_func_signature_exhaustive_special_xlog1py_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6850007Z test_get_torch_func_signature_exhaustive_special_zeta_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6850500Z test_get_torch_func_signature_exhaustive_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6851012Z test_get_torch_func_signature_exhaustive_split_list_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6851538Z test_get_torch_func_signature_exhaustive_split_with_sizes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6852031Z test_get_torch_func_signature_exhaustive_sqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6852521Z test_get_torch_func_signature_exhaustive_square_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6853017Z test_get_torch_func_signature_exhaustive_squeeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6853504Z test_get_torch_func_signature_exhaustive_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6853990Z test_get_torch_func_signature_exhaustive_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6854478Z test_get_torch_func_signature_exhaustive_std_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6854968Z test_get_torch_func_signature_exhaustive_stft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6855449Z test_get_torch_func_signature_exhaustive_sub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6855926Z test_get_torch_func_signature_exhaustive_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6856422Z test_get_torch_func_signature_exhaustive_sum_to_size_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6856907Z test_get_torch_func_signature_exhaustive_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6857413Z test_get_torch_func_signature_exhaustive_svd_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6857909Z test_get_torch_func_signature_exhaustive_symeig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6858384Z test_get_torch_func_signature_exhaustive_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:30:47.6859097Z test_get_torch_func_signature_exhaustive_take_along_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:30:47.6859602Z test_get_torch_func_signature_exhaustive_take_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6860206Z test_get_torch_func_signature_exhaustive_tan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6860753Z test_get_torch_func_signature_exhaustive_tanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6861371Z test_get_torch_func_signature_exhaustive_tensor_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6861889Z test_get_torch_func_signature_exhaustive_tensordot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.000s) 2022-11-23T04:30:47.6862376Z test_get_torch_func_signature_exhaustive_tile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T04:30:47.6862856Z test_get_torch_func_signature_exhaustive_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6863351Z test_get_torch_func_signature_exhaustive_to_sparse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6863818Z test_get_torch_func_signature_exhaustive_topk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6864308Z test_get_torch_func_signature_exhaustive_trace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6864813Z test_get_torch_func_signature_exhaustive_transpose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6865332Z test_get_torch_func_signature_exhaustive_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6865827Z test_get_torch_func_signature_exhaustive_trapz_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6866351Z test_get_torch_func_signature_exhaustive_triangular_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6866841Z test_get_torch_func_signature_exhaustive_tril_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6867320Z test_get_torch_func_signature_exhaustive_triu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6867843Z test_get_torch_func_signature_exhaustive_true_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6868346Z test_get_torch_func_signature_exhaustive_trunc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6868839Z test_get_torch_func_signature_exhaustive_unbind_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6869349Z test_get_torch_func_signature_exhaustive_unflatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6869857Z test_get_torch_func_signature_exhaustive_unfold_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6870350Z test_get_torch_func_signature_exhaustive_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6870861Z test_get_torch_func_signature_exhaustive_uniform_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6871529Z test_get_torch_func_signature_exhaustive_unique_consecutive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6872025Z test_get_torch_func_signature_exhaustive_unique_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6872530Z test_get_torch_func_signature_exhaustive_unsqueeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6873012Z test_get_torch_func_signature_exhaustive_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6873514Z test_get_torch_func_signature_exhaustive_var_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6874107Z test_get_torch_func_signature_exhaustive_vdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6874656Z test_get_torch_func_signature_exhaustive_view_as_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6875152Z test_get_torch_func_signature_exhaustive_view_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6875658Z test_get_torch_func_signature_exhaustive_view_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6876236Z test_get_torch_func_signature_exhaustive_view_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6876747Z test_get_torch_func_signature_exhaustive_vsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6877382Z test_get_torch_func_signature_exhaustive_vstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6877975Z test_get_torch_func_signature_exhaustive_where_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6878551Z test_get_torch_func_signature_exhaustive_xlogy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:30:47.6879057Z test_get_torch_func_signature_exhaustive_zero__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6879632Z test_get_torch_func_signature_exhaustive_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:30:47.6880391Z test_get_torch_func_signature_exhaustive_zeros_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:30:47.6880710Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-11-23T04:30:47.6881118Z Tests that the pass manager runs the passes correctly. ... ok (0.006s) 2022-11-23T04:30:47.6881531Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T04:30:47.6881987Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.000s) 2022-11-23T04:30:47.6882317Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T04:30:47.6882704Z Tests that users can add in check functions correctly ... ok (0.000s) 2022-11-23T04:30:47.6883022Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-11-23T04:30:47.6883253Z Tests error catching + debug ... ok (0.010s) 2022-11-23T04:30:47.6883604Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-11-23T04:30:47.6883874Z Tests the construction of constraints ... ok (0.000s) 2022-11-23T04:30:47.6884180Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-11-23T04:30:47.6884525Z Tests that passes are correctly ordered based on contraints. ... ok (0.000s) 2022-11-23T04:30:47.6884976Z test_matching_pattern_with_list_type_arg (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.021s) 2022-11-23T04:30:47.6885567Z test_replace_pattern_with_filters (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.025s) 2022-11-23T04:30:47.6886024Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T04:30:47.6886456Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-11-23T04:30:47.6886942Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.014s) 2022-11-23T04:30:47.6887407Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.014s) 2022-11-23T04:30:47.6888715Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6889233Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6889712Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.018s) 2022-11-23T04:30:47.6890134Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-11-23T04:30:47.6890595Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6891153Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-11-23T04:30:47.6891585Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T04:30:47.6891922Z This tests that a placeholder Node can be matched to a Node with ... ok (0.006s) 2022-11-23T04:30:47.6892372Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.020s) 2022-11-23T04:30:47.6892858Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6893348Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-11-23T04:30:47.6893829Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6894316Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6894770Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6895212Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-11-23T04:30:47.6895670Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6896140Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6896576Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-11-23T04:30:47.6896925Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.019s) 2022-11-23T04:30:47.6897297Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.000s) 2022-11-23T04:30:47.6897675Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T04:30:47.6898050Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.014s) 2022-11-23T04:30:47.6898401Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T04:30:47.6898754Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T04:30:47.6899135Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T04:30:47.6899647Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T04:30:47.6900008Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T04:30:47.6900399Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.011s) 2022-11-23T04:30:47.6900774Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T04:30:47.6901157Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T04:30:47.6901505Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.011s) 2022-11-23T04:30:47.6901956Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-11-23T04:30:47.6902356Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.083s) 2022-11-23T04:30:47.6902755Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.013s) 2022-11-23T04:30:47.6903113Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.101s) 2022-11-23T04:30:47.6903456Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T04:30:47.6903807Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T04:30:47.6904158Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-11-23T04:30:47.6904530Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T04:30:47.6904892Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.012s) 2022-11-23T04:30:47.6905300Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T04:30:47.6905665Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-11-23T04:30:47.6906028Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T04:30:47.6906473Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.049s) 2022-11-23T04:30:47.6906841Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T04:30:47.6907186Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-11-23T04:30:47.6907553Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.040s) 2022-11-23T04:30:47.6908026Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-11-23T04:30:47.6908403Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.020s) 2022-11-23T04:30:47.6908421Z 2022-11-23T04:30:47.6908833Z ---------------------------------------------------------------------- 2022-11-23T04:30:47.6909095Z Ran 1044 tests in 15.188s 2022-11-23T04:30:47.6909110Z 2022-11-23T04:30:47.6909273Z OK (skipped=627) 2022-11-23T04:30:47.6909284Z 2022-11-23T04:30:47.6909471Z Generating XML reports... 2022-11-23T04:30:47.6910071Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.AnnotationsTest-20221123043031.xml 2022-11-23T04:30:47.6910573Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_cse_pass.TestCSEPass-20221123043031.xml 2022-11-23T04:30:47.6911083Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_common_passes.TestCommonPass-20221123043031.xml 2022-11-23T04:30:47.6911587Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_const_fold.TestConstFold-20221123043031.xml 2022-11-23T04:30:47.6912258Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221123043031.xml 2022-11-23T04:30:47.6912877Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_dce_pass.TestDCE-20221123043031.xml 2022-11-23T04:30:47.6913286Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFX-20221123043031.xml 2022-11-23T04:30:47.6913843Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFXAPIBackwardCompatibility-20221123043031.xml 2022-11-23T04:30:47.6914335Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFunctionalTracing-20221123043031.xml 2022-11-23T04:30:47.6914849Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_pass_infra.TestPassManager-20221123043031.xml 2022-11-23T04:30:47.6915418Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123043031.xml 2022-11-23T04:30:47.6916039Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.TypeCheckerTest-20221123043031.xml 2022-11-23T04:30:47.6916600Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestOperatorSignaturesCUDA-20221123043031.xml 2022-11-23T04:30:47.6916620Z 2022-11-23T04:30:47.6917293Z ##[endgroup] 2022-11-23T04:30:47.6917762Z FINISHED PRINTING LOG FILE of test_fx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_e755tap3) 2022-11-23T04:30:47.6917793Z 2022-11-23T04:30:47.6918062Z Running test_cpp_extensions_aot_ninja ... [2022-11-23 04:30:47.585959] 2022-11-23T04:30:51.5611733Z running install 2022-11-23T04:30:51.5732508Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T04:30:51.5733117Z warnings.warn( 2022-11-23T04:30:51.5922326Z running build 2022-11-23T04:30:51.5922601Z running build_py 2022-11-23T04:30:51.6095775Z creating build 2022-11-23T04:30:51.6098529Z creating build\lib.win-amd64-cpython-39 2022-11-23T04:30:51.6101501Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T04:30:51.6107544Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-11-23T04:30:51.6117536Z running build_ext 2022-11-23T04:30:51.6344973Z building 'torch_test_cpp_extension.cpp' extension 2022-11-23T04:30:51.6369544Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39 2022-11-23T04:30:51.6372367Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release 2022-11-23T04:30:51.6454394Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T04:30:51.6461667Z Compiling objects... 2022-11-23T04:30:51.6462128Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T04:31:11.4082566Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T04:31:11.4088114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:31:11.4089467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4090255Z with 2022-11-23T04:31:11.4090611Z [ 2022-11-23T04:31:11.4091177Z T=c10::SymInt 2022-11-23T04:31:11.4091578Z ] 2022-11-23T04:31:11.4092120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4092593Z with 2022-11-23T04:31:11.4092796Z [ 2022-11-23T04:31:11.4093010Z T=c10::SymInt 2022-11-23T04:31:11.4093223Z ] 2022-11-23T04:31:11.4093794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4094326Z with 2022-11-23T04:31:11.4094527Z [ 2022-11-23T04:31:11.4094725Z T=c10::SymInt 2022-11-23T04:31:11.4094939Z ] 2022-11-23T04:31:11.4095546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4096108Z with 2022-11-23T04:31:11.4096308Z [ 2022-11-23T04:31:11.4096505Z T=c10::SymInt 2022-11-23T04:31:11.4096722Z ] 2022-11-23T04:31:11.4097247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4098058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4098876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4099385Z with 2022-11-23T04:31:11.4099587Z [ 2022-11-23T04:31:11.4099788Z T=c10::SymInt 2022-11-23T04:31:11.4100002Z ] 2022-11-23T04:31:11.4100485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T04:31:11.4101243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4101703Z with 2022-11-23T04:31:11.4101905Z [ 2022-11-23T04:31:11.4102109Z T=at::Generator 2022-11-23T04:31:11.4102331Z ] 2022-11-23T04:31:11.4102853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4103331Z with 2022-11-23T04:31:11.4103531Z [ 2022-11-23T04:31:11.4103878Z T=at::Generator 2022-11-23T04:31:11.4104080Z ] 2022-11-23T04:31:11.4104650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4105172Z with 2022-11-23T04:31:11.4105371Z [ 2022-11-23T04:31:11.4105592Z T=at::Generator 2022-11-23T04:31:11.4105812Z ] 2022-11-23T04:31:11.4106395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4106946Z with 2022-11-23T04:31:11.4107227Z [ 2022-11-23T04:31:11.4107468Z T=at::Generator 2022-11-23T04:31:11.4107690Z ] 2022-11-23T04:31:11.4108223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4109029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4109866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4110372Z with 2022-11-23T04:31:11.4110766Z [ 2022-11-23T04:31:11.4110998Z T=at::Generator 2022-11-23T04:31:11.4111364Z ] 2022-11-23T04:31:11.4112368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4112851Z with 2022-11-23T04:31:11.4113055Z [ 2022-11-23T04:31:11.4113289Z T=at::TensorBase 2022-11-23T04:31:11.4113514Z ] 2022-11-23T04:31:11.4114038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4114516Z with 2022-11-23T04:31:11.4114701Z [ 2022-11-23T04:31:11.4114926Z T=at::TensorBase 2022-11-23T04:31:11.4115144Z ] 2022-11-23T04:31:11.4115719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4116254Z with 2022-11-23T04:31:11.4116441Z [ 2022-11-23T04:31:11.4116670Z T=at::TensorBase 2022-11-23T04:31:11.4116888Z ] 2022-11-23T04:31:11.4117489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4118042Z with 2022-11-23T04:31:11.4118243Z [ 2022-11-23T04:31:11.4118449Z T=at::TensorBase 2022-11-23T04:31:11.4118673Z ] 2022-11-23T04:31:11.4119208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4120036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4121023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4121530Z with 2022-11-23T04:31:11.4121735Z [ 2022-11-23T04:31:11.4121942Z T=at::TensorBase 2022-11-23T04:31:11.4122162Z ] 2022-11-23T04:31:11.4122661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4123123Z with 2022-11-23T04:31:11.4123325Z [ 2022-11-23T04:31:11.4123536Z T=at::Tensor 2022-11-23T04:31:11.4123732Z ] 2022-11-23T04:31:11.4124337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4124845Z with 2022-11-23T04:31:11.4125046Z [ 2022-11-23T04:31:11.4125264Z T=at::Tensor 2022-11-23T04:31:11.4125458Z ] 2022-11-23T04:31:11.4126024Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4126552Z with 2022-11-23T04:31:11.4126753Z [ 2022-11-23T04:31:11.4126971Z T=at::Tensor 2022-11-23T04:31:11.4127182Z ] 2022-11-23T04:31:11.4127773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4128325Z with 2022-11-23T04:31:11.4128526Z [ 2022-11-23T04:31:11.4128744Z T=at::Tensor 2022-11-23T04:31:11.4128957Z ] 2022-11-23T04:31:11.4129476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4130319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4131153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4131656Z with 2022-11-23T04:31:11.4131859Z [ 2022-11-23T04:31:11.4132081Z T=at::Tensor 2022-11-23T04:31:11.4132294Z ] 2022-11-23T04:31:11.4132795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4133251Z with 2022-11-23T04:31:11.4133452Z [ 2022-11-23T04:31:11.4133669Z T=c10::Scalar 2022-11-23T04:31:11.4133882Z ] 2022-11-23T04:31:11.4134399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4134876Z with 2022-11-23T04:31:11.4135061Z [ 2022-11-23T04:31:11.4135272Z T=c10::Scalar 2022-11-23T04:31:11.4135484Z ] 2022-11-23T04:31:11.4136055Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4136699Z with 2022-11-23T04:31:11.4136884Z [ 2022-11-23T04:31:11.4137102Z T=c10::Scalar 2022-11-23T04:31:11.4137314Z ] 2022-11-23T04:31:11.4137913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4138466Z with 2022-11-23T04:31:11.4138664Z [ 2022-11-23T04:31:11.4138861Z T=c10::Scalar 2022-11-23T04:31:11.4139074Z ] 2022-11-23T04:31:11.4139592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4140488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4141344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4141847Z with 2022-11-23T04:31:11.4142051Z [ 2022-11-23T04:31:11.4142248Z T=c10::Scalar 2022-11-23T04:31:11.4142462Z ] 2022-11-23T04:31:11.4142964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4143434Z with 2022-11-23T04:31:11.4143635Z [ 2022-11-23T04:31:11.4143850Z T=std::string 2022-11-23T04:31:11.4144048Z ] 2022-11-23T04:31:11.4144570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4145050Z with 2022-11-23T04:31:11.4145249Z [ 2022-11-23T04:31:11.4145463Z T=std::string 2022-11-23T04:31:11.4145660Z ] 2022-11-23T04:31:11.4146228Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4146752Z with 2022-11-23T04:31:11.4146950Z [ 2022-11-23T04:31:11.4147166Z T=std::string 2022-11-23T04:31:11.4147382Z ] 2022-11-23T04:31:11.4147965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4148527Z with 2022-11-23T04:31:11.4148727Z [ 2022-11-23T04:31:11.4148938Z T=std::string 2022-11-23T04:31:11.4149150Z ] 2022-11-23T04:31:11.4149669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4150467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4151292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4151798Z with 2022-11-23T04:31:11.4152003Z [ 2022-11-23T04:31:11.4152220Z T=std::string 2022-11-23T04:31:11.4152543Z ] 2022-11-23T04:31:11.4153052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4153500Z with 2022-11-23T04:31:11.4153700Z [ 2022-11-23T04:31:11.4153929Z T=c10::QualifiedName 2022-11-23T04:31:11.4154156Z ] 2022-11-23T04:31:11.4154674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4155152Z with 2022-11-23T04:31:11.4155334Z [ 2022-11-23T04:31:11.4155565Z T=c10::QualifiedName 2022-11-23T04:31:11.4155791Z ] 2022-11-23T04:31:11.4156442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4156995Z with 2022-11-23T04:31:11.4157179Z [ 2022-11-23T04:31:11.4157411Z T=c10::QualifiedName 2022-11-23T04:31:11.4157636Z ] 2022-11-23T04:31:11.4158231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4158780Z with 2022-11-23T04:31:11.4158989Z [ 2022-11-23T04:31:11.4159198Z T=c10::QualifiedName 2022-11-23T04:31:11.4159426Z ] 2022-11-23T04:31:11.4159965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4160793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4161637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4162144Z with 2022-11-23T04:31:11.4162347Z [ 2022-11-23T04:31:11.4162560Z T=c10::QualifiedName 2022-11-23T04:31:11.4162792Z ] 2022-11-23T04:31:11.4163298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4163761Z with 2022-11-23T04:31:11.4163968Z [ 2022-11-23T04:31:11.4164259Z T=std::shared_ptr 2022-11-23T04:31:11.4164516Z ] 2022-11-23T04:31:11.4165038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4165521Z with 2022-11-23T04:31:11.4165725Z [ 2022-11-23T04:31:11.4166009Z T=std::shared_ptr 2022-11-23T04:31:11.4166277Z ] 2022-11-23T04:31:11.4166825Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4167360Z with 2022-11-23T04:31:11.4167563Z [ 2022-11-23T04:31:11.4168035Z T=std::shared_ptr 2022-11-23T04:31:11.4168305Z ] 2022-11-23T04:31:11.4169237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4169953Z with 2022-11-23T04:31:11.4170160Z [ 2022-11-23T04:31:11.4170448Z T=std::shared_ptr 2022-11-23T04:31:11.4170720Z ] 2022-11-23T04:31:11.4171292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:11.4172269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:11.4173163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4173667Z with 2022-11-23T04:31:11.4173853Z [ 2022-11-23T04:31:11.4174137Z T=std::shared_ptr 2022-11-23T04:31:11.4174403Z ] 2022-11-23T04:31:11.4174905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4175371Z with 2022-11-23T04:31:11.4175557Z [ 2022-11-23T04:31:11.4175836Z T=std::weak_ptr 2022-11-23T04:31:11.4176106Z ] 2022-11-23T04:31:11.4176631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4177123Z with 2022-11-23T04:31:11.4177324Z [ 2022-11-23T04:31:11.4177578Z T=std::weak_ptr 2022-11-23T04:31:11.4177840Z ] 2022-11-23T04:31:11.4178408Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4178932Z with 2022-11-23T04:31:11.4179133Z [ 2022-11-23T04:31:11.4179408Z T=std::weak_ptr 2022-11-23T04:31:11.4179653Z ] 2022-11-23T04:31:11.4180264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4180815Z with 2022-11-23T04:31:11.4181021Z [ 2022-11-23T04:31:11.4181295Z T=std::weak_ptr 2022-11-23T04:31:11.4181557Z ] 2022-11-23T04:31:11.4182115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:11.4183008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:11.4183877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4184386Z with 2022-11-23T04:31:11.4184589Z [ 2022-11-23T04:31:11.4184978Z T=std::weak_ptr 2022-11-23T04:31:11.4185244Z ] 2022-11-23T04:31:11.4185730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4186197Z with 2022-11-23T04:31:11.4186402Z [ 2022-11-23T04:31:11.4186716Z T=std::vector> 2022-11-23T04:31:11.4187014Z ] 2022-11-23T04:31:11.4187537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4188022Z with 2022-11-23T04:31:11.4188206Z [ 2022-11-23T04:31:11.4188604Z T=std::vector> 2022-11-23T04:31:11.4188921Z ] 2022-11-23T04:31:11.4189493Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4190023Z with 2022-11-23T04:31:11.4190223Z [ 2022-11-23T04:31:11.4190517Z T=std::vector> 2022-11-23T04:31:11.4190806Z ] 2022-11-23T04:31:11.4191409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4191962Z with 2022-11-23T04:31:11.4192165Z [ 2022-11-23T04:31:11.4192481Z T=std::vector> 2022-11-23T04:31:11.4192760Z ] 2022-11-23T04:31:11.4193357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:11.4194296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:11.4195188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4195695Z with 2022-11-23T04:31:11.4195896Z [ 2022-11-23T04:31:11.4196214Z T=std::vector> 2022-11-23T04:31:11.4196494Z ] 2022-11-23T04:31:11.4197004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4197469Z with 2022-11-23T04:31:11.4197669Z [ 2022-11-23T04:31:11.4197937Z T=std::vector> 2022-11-23T04:31:11.4198196Z ] 2022-11-23T04:31:11.4198695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4199185Z with 2022-11-23T04:31:11.4199385Z [ 2022-11-23T04:31:11.4199651Z T=std::vector> 2022-11-23T04:31:11.4199903Z ] 2022-11-23T04:31:11.4200473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4201084Z with 2022-11-23T04:31:11.4201287Z [ 2022-11-23T04:31:11.4201556Z T=std::vector> 2022-11-23T04:31:11.4201809Z ] 2022-11-23T04:31:11.4202408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4202967Z with 2022-11-23T04:31:11.4203150Z [ 2022-11-23T04:31:11.4203418Z T=std::vector> 2022-11-23T04:31:11.4203672Z ] 2022-11-23T04:31:11.4204318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:11.4205225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:11.4206074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4206578Z with 2022-11-23T04:31:11.4206788Z [ 2022-11-23T04:31:11.4207040Z T=std::vector> 2022-11-23T04:31:11.4207295Z ] 2022-11-23T04:31:11.4207803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4208269Z with 2022-11-23T04:31:11.4208476Z [ 2022-11-23T04:31:11.4208788Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4209100Z ] 2022-11-23T04:31:11.4209619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4210105Z with 2022-11-23T04:31:11.4210306Z [ 2022-11-23T04:31:11.4210633Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4210933Z ] 2022-11-23T04:31:11.4211487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4212007Z with 2022-11-23T04:31:11.4212208Z [ 2022-11-23T04:31:11.4212539Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4212842Z ] 2022-11-23T04:31:11.4213436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4213978Z with 2022-11-23T04:31:11.4214183Z [ 2022-11-23T04:31:11.4214511Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4214820Z ] 2022-11-23T04:31:11.4215433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:31:11.4216400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:31:11.4218083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:31:11.4218923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4219433Z with 2022-11-23T04:31:11.4219621Z [ 2022-11-23T04:31:11.4220068Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4220402Z ] 2022-11-23T04:31:11.4220912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4221387Z with 2022-11-23T04:31:11.4221593Z [ 2022-11-23T04:31:11.4221897Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4222198Z ] 2022-11-23T04:31:11.4222725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4223208Z with 2022-11-23T04:31:11.4223410Z [ 2022-11-23T04:31:11.4223731Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4224015Z ] 2022-11-23T04:31:11.4224588Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4225130Z with 2022-11-23T04:31:11.4225332Z [ 2022-11-23T04:31:11.4225649Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4225945Z ] 2022-11-23T04:31:11.4226529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4227093Z with 2022-11-23T04:31:11.4227296Z [ 2022-11-23T04:31:11.4227615Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4227919Z ] 2022-11-23T04:31:11.4228517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:31:11.4229460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:31:11.4230395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:31:11.4231227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4231715Z with 2022-11-23T04:31:11.4231921Z [ 2022-11-23T04:31:11.4232367Z T=std::vector,std::allocator>> 2022-11-23T04:31:11.4232671Z ] 2022-11-23T04:31:11.4233180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4233644Z with 2022-11-23T04:31:11.4233827Z [ 2022-11-23T04:31:11.4234102Z T=std::vector> 2022-11-23T04:31:11.4234364Z ] 2022-11-23T04:31:11.4234883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4235360Z with 2022-11-23T04:31:11.4235557Z [ 2022-11-23T04:31:11.4235897Z T=std::vector> 2022-11-23T04:31:11.4236176Z ] 2022-11-23T04:31:11.4236752Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4237276Z with 2022-11-23T04:31:11.4237474Z [ 2022-11-23T04:31:11.4237730Z T=std::vector> 2022-11-23T04:31:11.4237990Z ] 2022-11-23T04:31:11.4238588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4239143Z with 2022-11-23T04:31:11.4239343Z [ 2022-11-23T04:31:11.4239622Z T=std::vector> 2022-11-23T04:31:11.4239865Z ] 2022-11-23T04:31:11.4240429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:11.4241312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:11.4242163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4242663Z with 2022-11-23T04:31:11.4242865Z [ 2022-11-23T04:31:11.4243139Z T=std::vector> 2022-11-23T04:31:11.4243402Z ] 2022-11-23T04:31:11.4243882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4244355Z with 2022-11-23T04:31:11.4244554Z [ 2022-11-23T04:31:11.4244865Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:11.4245162Z ] 2022-11-23T04:31:11.4245685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4246143Z with 2022-11-23T04:31:11.4246344Z [ 2022-11-23T04:31:11.4246650Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:11.4246942Z ] 2022-11-23T04:31:11.4247515Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4248163Z with 2022-11-23T04:31:11.4248348Z [ 2022-11-23T04:31:11.4248659Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:11.4248949Z ] 2022-11-23T04:31:11.4249546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4250094Z with 2022-11-23T04:31:11.4250295Z [ 2022-11-23T04:31:11.4250581Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:11.4250869Z ] 2022-11-23T04:31:11.4251542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:11.4252533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:11.4253494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T04:31:11.4254391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4254897Z with 2022-11-23T04:31:11.4255100Z [ 2022-11-23T04:31:11.4255412Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:11.4255693Z ] 2022-11-23T04:31:11.4256202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4256669Z with 2022-11-23T04:31:11.4256872Z [ 2022-11-23T04:31:11.4257181Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:11.4257457Z ] 2022-11-23T04:31:11.4257973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4258450Z with 2022-11-23T04:31:11.4258650Z [ 2022-11-23T04:31:11.4258954Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:11.4259246Z ] 2022-11-23T04:31:11.4259794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4260327Z with 2022-11-23T04:31:11.4260528Z [ 2022-11-23T04:31:11.4260834Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:11.4261125Z ] 2022-11-23T04:31:11.4261717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4262275Z with 2022-11-23T04:31:11.4262459Z [ 2022-11-23T04:31:11.4262763Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:11.4263059Z ] 2022-11-23T04:31:11.4263646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:11.4264789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:11.4265743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T04:31:11.4266719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4267247Z with 2022-11-23T04:31:11.4267436Z [ 2022-11-23T04:31:11.4267749Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:11.4268047Z ] 2022-11-23T04:31:11.4268544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4269007Z with 2022-11-23T04:31:11.4269209Z [ 2022-11-23T04:31:11.4269439Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:11.4269874Z ] 2022-11-23T04:31:11.4270407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4271046Z with 2022-11-23T04:31:11.4271249Z [ 2022-11-23T04:31:11.4271500Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:11.4271882Z ] 2022-11-23T04:31:11.4272459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4272989Z with 2022-11-23T04:31:11.4273191Z [ 2022-11-23T04:31:11.4273438Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:11.4273681Z ] 2022-11-23T04:31:11.4274264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4274823Z with 2022-11-23T04:31:11.4275024Z [ 2022-11-23T04:31:11.4275267Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:11.4275513Z ] 2022-11-23T04:31:11.4276065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4276892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4277385Z with 2022-11-23T04:31:11.4277587Z [ 2022-11-23T04:31:11.4277832Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:11.4278081Z ] 2022-11-23T04:31:11.4278665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T04:31:11.4279565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4280184Z with 2022-11-23T04:31:11.4280390Z [ 2022-11-23T04:31:11.4280641Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:11.4280883Z ] 2022-11-23T04:31:11.4281383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4281853Z with 2022-11-23T04:31:11.4282040Z [ 2022-11-23T04:31:11.4282397Z T=std::vector> 2022-11-23T04:31:11.4282729Z ] 2022-11-23T04:31:11.4283336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4283844Z with 2022-11-23T04:31:11.4284051Z [ 2022-11-23T04:31:11.4284393Z T=std::vector> 2022-11-23T04:31:11.4284719Z ] 2022-11-23T04:31:11.4285292Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4285819Z with 2022-11-23T04:31:11.4286022Z [ 2022-11-23T04:31:11.4286376Z T=std::vector> 2022-11-23T04:31:11.4286688Z ] 2022-11-23T04:31:11.4287293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4287847Z with 2022-11-23T04:31:11.4288049Z [ 2022-11-23T04:31:11.4288404Z T=std::vector> 2022-11-23T04:31:11.4288739Z ] 2022-11-23T04:31:11.4289375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:11.4290396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:11.4291329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4291824Z with 2022-11-23T04:31:11.4292025Z [ 2022-11-23T04:31:11.4292380Z T=std::vector> 2022-11-23T04:31:11.4292712Z ] 2022-11-23T04:31:11.4293212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4293676Z with 2022-11-23T04:31:11.4293859Z [ 2022-11-23T04:31:11.4294100Z T=torch::autograd::ViewInfo 2022-11-23T04:31:11.4294339Z ] 2022-11-23T04:31:11.4294865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4295466Z with 2022-11-23T04:31:11.4295669Z [ 2022-11-23T04:31:11.4295892Z T=torch::autograd::ViewInfo 2022-11-23T04:31:11.4296130Z ] 2022-11-23T04:31:11.4296695Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4297217Z with 2022-11-23T04:31:11.4297417Z [ 2022-11-23T04:31:11.4297636Z T=torch::autograd::ViewInfo 2022-11-23T04:31:11.4297875Z ] 2022-11-23T04:31:11.4299053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4299688Z with 2022-11-23T04:31:11.4299890Z [ 2022-11-23T04:31:11.4300134Z T=torch::autograd::ViewInfo 2022-11-23T04:31:11.4300362Z ] 2022-11-23T04:31:11.4300908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4301778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4302635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4303139Z with 2022-11-23T04:31:11.4303341Z [ 2022-11-23T04:31:11.4303583Z T=torch::autograd::ViewInfo 2022-11-23T04:31:11.4303804Z ] 2022-11-23T04:31:11.4304314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4304781Z with 2022-11-23T04:31:11.4304982Z [ 2022-11-23T04:31:11.4305199Z T=c10::IValue 2022-11-23T04:31:11.4305416Z ] 2022-11-23T04:31:11.4305916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4306396Z with 2022-11-23T04:31:11.4306598Z [ 2022-11-23T04:31:11.4306814Z T=c10::IValue 2022-11-23T04:31:11.4307022Z ] 2022-11-23T04:31:11.4307588Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4308094Z with 2022-11-23T04:31:11.4308297Z [ 2022-11-23T04:31:11.4308509Z T=c10::IValue 2022-11-23T04:31:11.4308718Z ] 2022-11-23T04:31:11.4309309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4309863Z with 2022-11-23T04:31:11.4310045Z [ 2022-11-23T04:31:11.4310257Z T=c10::IValue 2022-11-23T04:31:11.4310469Z ] 2022-11-23T04:31:11.4310997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4311818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4312781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4313289Z with 2022-11-23T04:31:11.4313473Z [ 2022-11-23T04:31:11.4313689Z T=c10::IValue 2022-11-23T04:31:11.4313905Z ] 2022-11-23T04:31:11.4314406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4314870Z with 2022-11-23T04:31:11.4315049Z [ 2022-11-23T04:31:11.4315349Z T=c10::AliasInfo 2022-11-23T04:31:11.4315592Z ] 2022-11-23T04:31:11.4316112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4316597Z with 2022-11-23T04:31:11.4316796Z [ 2022-11-23T04:31:11.4316994Z T=c10::AliasInfo 2022-11-23T04:31:11.4317213Z ] 2022-11-23T04:31:11.4317778Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4318301Z with 2022-11-23T04:31:11.4318501Z [ 2022-11-23T04:31:11.4318719Z T=c10::AliasInfo 2022-11-23T04:31:11.4318920Z ] 2022-11-23T04:31:11.4319520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4320086Z with 2022-11-23T04:31:11.4320288Z [ 2022-11-23T04:31:11.4320506Z T=c10::AliasInfo 2022-11-23T04:31:11.4320706Z ] 2022-11-23T04:31:11.4321235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4322062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4322905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4323410Z with 2022-11-23T04:31:11.4323613Z [ 2022-11-23T04:31:11.4323838Z T=c10::AliasInfo 2022-11-23T04:31:11.4324039Z ] 2022-11-23T04:31:11.4324535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4324996Z with 2022-11-23T04:31:11.4325194Z [ 2022-11-23T04:31:11.4325479Z T=std::vector> 2022-11-23T04:31:11.4325751Z ] 2022-11-23T04:31:11.4326248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4326736Z with 2022-11-23T04:31:11.4326934Z [ 2022-11-23T04:31:11.4327219Z T=std::vector> 2022-11-23T04:31:11.4327490Z ] 2022-11-23T04:31:11.4328057Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4328700Z with 2022-11-23T04:31:11.4328884Z [ 2022-11-23T04:31:11.4329171Z T=std::vector> 2022-11-23T04:31:11.4329441Z ] 2022-11-23T04:31:11.4330090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4330653Z with 2022-11-23T04:31:11.4330854Z [ 2022-11-23T04:31:11.4331209Z T=std::vector> 2022-11-23T04:31:11.4331506Z ] 2022-11-23T04:31:11.4332067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:11.4332581Z with 2022-11-23T04:31:11.4332783Z [ 2022-11-23T04:31:11.4333004Z T=c10::SymInt 2022-11-23T04:31:11.4333201Z ] 2022-11-23T04:31:11.4333746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:11.4334253Z with 2022-11-23T04:31:11.4334454Z [ 2022-11-23T04:31:11.4334672Z T=c10::SymInt 2022-11-23T04:31:11.4334870Z ] 2022-11-23T04:31:11.4335459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T04:31:11.4336460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T04:31:11.4337400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4337904Z with 2022-11-23T04:31:11.4338110Z [ 2022-11-23T04:31:11.4338401Z T=std::vector> 2022-11-23T04:31:11.4338679Z ] 2022-11-23T04:31:11.4339176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4339650Z with 2022-11-23T04:31:11.4339851Z [ 2022-11-23T04:31:11.4340147Z T=c10::either 2022-11-23T04:31:11.4340430Z ] 2022-11-23T04:31:11.4340952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4341415Z with 2022-11-23T04:31:11.4341617Z [ 2022-11-23T04:31:11.4341907Z T=c10::either 2022-11-23T04:31:11.4342183Z ] 2022-11-23T04:31:11.4342755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4343290Z with 2022-11-23T04:31:11.4343474Z [ 2022-11-23T04:31:11.4343878Z T=c10::either 2022-11-23T04:31:11.4344157Z ] 2022-11-23T04:31:11.4344756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4345311Z with 2022-11-23T04:31:11.4345519Z [ 2022-11-23T04:31:11.4345792Z T=c10::either 2022-11-23T04:31:11.4346067Z ] 2022-11-23T04:31:11.4346644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:11.4347659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:11.4349017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4349527Z with 2022-11-23T04:31:11.4349729Z [ 2022-11-23T04:31:11.4350019Z T=c10::either 2022-11-23T04:31:11.4350281Z ] 2022-11-23T04:31:11.4350778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4351242Z with 2022-11-23T04:31:11.4351446Z [ 2022-11-23T04:31:11.4351674Z T=at::StepCallbacks 2022-11-23T04:31:11.4351887Z ] 2022-11-23T04:31:11.4352410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4352892Z with 2022-11-23T04:31:11.4353093Z [ 2022-11-23T04:31:11.4353318Z T=at::StepCallbacks 2022-11-23T04:31:11.4353542Z ] 2022-11-23T04:31:11.4354088Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4354620Z with 2022-11-23T04:31:11.4354960Z [ 2022-11-23T04:31:11.4369754Z T=at::StepCallbacks 2022-11-23T04:31:11.4370099Z ] 2022-11-23T04:31:11.4371213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4371931Z with 2022-11-23T04:31:11.4372129Z [ 2022-11-23T04:31:11.4372710Z T=at::StepCallbacks 2022-11-23T04:31:11.4373796Z ] 2022-11-23T04:31:11.4374798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4376308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4377825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4378988Z with 2022-11-23T04:31:11.4379424Z [ 2022-11-23T04:31:11.4379867Z T=at::StepCallbacks 2022-11-23T04:31:11.4380231Z ] 2022-11-23T04:31:11.4380750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4381223Z with 2022-11-23T04:31:11.4381459Z [ 2022-11-23T04:31:11.4381686Z T=c10::DimVector 2022-11-23T04:31:11.4381901Z ] 2022-11-23T04:31:11.4382426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4382909Z with 2022-11-23T04:31:11.4383252Z [ 2022-11-23T04:31:11.4383486Z T=c10::DimVector 2022-11-23T04:31:11.4383703Z ] 2022-11-23T04:31:11.4384280Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4384821Z with 2022-11-23T04:31:11.4385020Z [ 2022-11-23T04:31:11.4385220Z T=c10::DimVector 2022-11-23T04:31:11.4385439Z ] 2022-11-23T04:31:11.4386043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4386596Z with 2022-11-23T04:31:11.4386799Z [ 2022-11-23T04:31:11.4387017Z T=c10::DimVector 2022-11-23T04:31:11.4387218Z ] 2022-11-23T04:31:11.4387755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4388589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4389427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4389935Z with 2022-11-23T04:31:11.4390137Z [ 2022-11-23T04:31:11.4390360Z T=c10::DimVector 2022-11-23T04:31:11.4390559Z ] 2022-11-23T04:31:11.4391063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4391528Z with 2022-11-23T04:31:11.4391733Z [ 2022-11-23T04:31:11.4391974Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:11.4392212Z ] 2022-11-23T04:31:11.4392717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4393201Z with 2022-11-23T04:31:11.4393402Z [ 2022-11-23T04:31:11.4393637Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:11.4393874Z ] 2022-11-23T04:31:11.4394438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4394943Z with 2022-11-23T04:31:11.4395146Z [ 2022-11-23T04:31:11.4395390Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:11.4395744Z ] 2022-11-23T04:31:11.4396344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4396898Z with 2022-11-23T04:31:11.4397079Z [ 2022-11-23T04:31:11.4397318Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:11.4397553Z ] 2022-11-23T04:31:11.4398099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4399057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4399963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4400471Z with 2022-11-23T04:31:11.4400656Z [ 2022-11-23T04:31:11.4400902Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:11.4401142Z ] 2022-11-23T04:31:11.4401639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4402110Z with 2022-11-23T04:31:11.4402307Z [ 2022-11-23T04:31:11.4402586Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:11.4402867Z ] 2022-11-23T04:31:11.4403385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4403865Z with 2022-11-23T04:31:11.4404061Z [ 2022-11-23T04:31:11.4404338Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:11.4404619Z ] 2022-11-23T04:31:11.4405185Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4405710Z with 2022-11-23T04:31:11.4405910Z [ 2022-11-23T04:31:11.4406204Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:11.4406464Z ] 2022-11-23T04:31:11.4407317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4408317Z with 2022-11-23T04:31:11.4408660Z [ 2022-11-23T04:31:11.4409208Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:11.4409737Z ] 2022-11-23T04:31:11.4410739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4411766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4412745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4413418Z with 2022-11-23T04:31:11.4413625Z [ 2022-11-23T04:31:11.4414043Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:11.4414336Z ] 2022-11-23T04:31:11.4414898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T04:31:11.4415699Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T04:31:11.4416399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4416875Z with 2022-11-23T04:31:11.4417182Z [ 2022-11-23T04:31:11.4417475Z T=std::tuple 2022-11-23T04:31:11.4417740Z ] 2022-11-23T04:31:11.4418268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4418737Z with 2022-11-23T04:31:11.4418943Z [ 2022-11-23T04:31:11.4419209Z T=std::tuple 2022-11-23T04:31:11.4419466Z ] 2022-11-23T04:31:11.4420029Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4420566Z with 2022-11-23T04:31:11.4420749Z [ 2022-11-23T04:31:11.4421018Z T=std::tuple 2022-11-23T04:31:11.4421277Z ] 2022-11-23T04:31:11.4421884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4422454Z with 2022-11-23T04:31:11.4422655Z [ 2022-11-23T04:31:11.4422904Z T=std::tuple 2022-11-23T04:31:11.4423164Z ] 2022-11-23T04:31:11.4423724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:11.4424628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:11.4425500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4426007Z with 2022-11-23T04:31:11.4426210Z [ 2022-11-23T04:31:11.4426455Z T=std::tuple 2022-11-23T04:31:11.4426709Z ] 2022-11-23T04:31:11.4427211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4427676Z with 2022-11-23T04:31:11.4427872Z [ 2022-11-23T04:31:11.4428105Z T=torch::jit::SourceRange 2022-11-23T04:31:11.4428322Z ] 2022-11-23T04:31:11.4428843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4429320Z with 2022-11-23T04:31:11.4429633Z [ 2022-11-23T04:31:11.4429936Z T=torch::jit::SourceRange 2022-11-23T04:31:11.4430175Z ] 2022-11-23T04:31:11.4430723Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4431252Z with 2022-11-23T04:31:11.4431453Z [ 2022-11-23T04:31:11.4431689Z T=torch::jit::SourceRange 2022-11-23T04:31:11.4431920Z ] 2022-11-23T04:31:11.4432516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4433146Z with 2022-11-23T04:31:11.4433366Z [ 2022-11-23T04:31:11.4433605Z T=torch::jit::SourceRange 2022-11-23T04:31:11.4433841Z ] 2022-11-23T04:31:11.4434384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4435242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4436115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4436600Z with 2022-11-23T04:31:11.4436801Z [ 2022-11-23T04:31:11.4437040Z T=torch::jit::SourceRange 2022-11-23T04:31:11.4437278Z ] 2022-11-23T04:31:11.4437783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4438248Z with 2022-11-23T04:31:11.4438428Z [ 2022-11-23T04:31:11.4438688Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:11.4438938Z ] 2022-11-23T04:31:11.4439452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4439935Z with 2022-11-23T04:31:11.4440134Z [ 2022-11-23T04:31:11.4440375Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:11.4440624Z ] 2022-11-23T04:31:11.4441195Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4441722Z with 2022-11-23T04:31:11.4441956Z [ 2022-11-23T04:31:11.4442340Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:11.4442599Z ] 2022-11-23T04:31:11.4443202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4443755Z with 2022-11-23T04:31:11.4443957Z [ 2022-11-23T04:31:11.4444213Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:11.4444446Z ] 2022-11-23T04:31:11.4445014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4445894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4446880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4447381Z with 2022-11-23T04:31:11.4447584Z [ 2022-11-23T04:31:11.4447841Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:11.4448077Z ] 2022-11-23T04:31:11.4448578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4449121Z with 2022-11-23T04:31:11.4449341Z [ 2022-11-23T04:31:11.4449597Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:11.4449851Z ] 2022-11-23T04:31:11.4450351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4450834Z with 2022-11-23T04:31:11.4451032Z [ 2022-11-23T04:31:11.4451282Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:11.4451526Z ] 2022-11-23T04:31:11.4452090Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4452617Z with 2022-11-23T04:31:11.4452798Z [ 2022-11-23T04:31:11.4453052Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:11.4453303Z ] 2022-11-23T04:31:11.4453902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4454468Z with 2022-11-23T04:31:11.4454648Z [ 2022-11-23T04:31:11.4454906Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:11.4455153Z ] 2022-11-23T04:31:11.4455712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4456583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4457435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4457941Z with 2022-11-23T04:31:11.4458124Z [ 2022-11-23T04:31:11.4458376Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:11.4458623Z ] 2022-11-23T04:31:11.4459115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4459583Z with 2022-11-23T04:31:11.4459783Z [ 2022-11-23T04:31:11.4459997Z T=torch::jit::ScopePtr 2022-11-23T04:31:11.4460224Z ] 2022-11-23T04:31:11.4460744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4461226Z with 2022-11-23T04:31:11.4461527Z [ 2022-11-23T04:31:11.4461761Z T=torch::jit::ScopePtr 2022-11-23T04:31:11.4461975Z ] 2022-11-23T04:31:11.4462542Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4463071Z with 2022-11-23T04:31:11.4463268Z [ 2022-11-23T04:31:11.4463496Z T=torch::jit::ScopePtr 2022-11-23T04:31:11.4463721Z ] 2022-11-23T04:31:11.4464304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4464866Z with 2022-11-23T04:31:11.4465152Z [ 2022-11-23T04:31:11.4465404Z T=torch::jit::ScopePtr 2022-11-23T04:31:11.4465636Z ] 2022-11-23T04:31:11.4466181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4467010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4467857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4468360Z with 2022-11-23T04:31:11.4468562Z [ 2022-11-23T04:31:11.4468794Z T=torch::jit::ScopePtr 2022-11-23T04:31:11.4469027Z ] 2022-11-23T04:31:11.4469534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4469989Z with 2022-11-23T04:31:11.4470263Z [ 2022-11-23T04:31:11.4470673Z T=at::ThreadLocalState 2022-11-23T04:31:11.4471086Z ] 2022-11-23T04:31:11.4472026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4472996Z with 2022-11-23T04:31:11.4473341Z [ 2022-11-23T04:31:11.4473789Z T=at::ThreadLocalState 2022-11-23T04:31:11.4474322Z ] 2022-11-23T04:31:11.4475633Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4476697Z with 2022-11-23T04:31:11.4477056Z [ 2022-11-23T04:31:11.4477514Z T=at::ThreadLocalState 2022-11-23T04:31:11.4477951Z ] 2022-11-23T04:31:11.4479067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4480116Z with 2022-11-23T04:31:11.4480492Z [ 2022-11-23T04:31:11.4480917Z T=at::ThreadLocalState 2022-11-23T04:31:11.4481327Z ] 2022-11-23T04:31:11.4482239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4483424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4485249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4486219Z with 2022-11-23T04:31:11.4486598Z [ 2022-11-23T04:31:11.4487032Z T=at::ThreadLocalState 2022-11-23T04:31:11.4487484Z ] 2022-11-23T04:31:11.4488365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4489184Z with 2022-11-23T04:31:11.4489543Z [ 2022-11-23T04:31:11.4490207Z T=std::shared_ptr 2022-11-23T04:31:11.4490666Z ] 2022-11-23T04:31:11.4491706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4492661Z with 2022-11-23T04:31:11.4493033Z [ 2022-11-23T04:31:11.4493513Z T=std::shared_ptr 2022-11-23T04:31:11.4493980Z ] 2022-11-23T04:31:11.4494997Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4495975Z with 2022-11-23T04:31:11.4496293Z [ 2022-11-23T04:31:11.4496740Z T=std::shared_ptr 2022-11-23T04:31:11.4497199Z ] 2022-11-23T04:31:11.4498312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4499345Z with 2022-11-23T04:31:11.4499710Z [ 2022-11-23T04:31:11.4500187Z T=std::shared_ptr 2022-11-23T04:31:11.4500649Z ] 2022-11-23T04:31:11.4501717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:11.4503319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:11.4505010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T04:31:11.4506727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4507638Z with 2022-11-23T04:31:11.4508000Z [ 2022-11-23T04:31:11.4508502Z T=std::shared_ptr 2022-11-23T04:31:11.4508985Z ] 2022-11-23T04:31:11.4509984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4510895Z with 2022-11-23T04:31:11.4511259Z [ 2022-11-23T04:31:11.4511713Z T=torch::jit::GraphExecutor 2022-11-23T04:31:11.4512131Z ] 2022-11-23T04:31:11.4513116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4515542Z with 2022-11-23T04:31:11.4515944Z [ 2022-11-23T04:31:11.4516405Z T=torch::jit::GraphExecutor 2022-11-23T04:31:11.4516859Z ] 2022-11-23T04:31:11.4517927Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4518934Z with 2022-11-23T04:31:11.4519406Z [ 2022-11-23T04:31:11.4519854Z T=torch::jit::GraphExecutor 2022-11-23T04:31:11.4520312Z ] 2022-11-23T04:31:11.4521565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4522191Z with 2022-11-23T04:31:11.4522395Z [ 2022-11-23T04:31:11.4522643Z T=torch::jit::GraphExecutor 2022-11-23T04:31:11.4522864Z ] 2022-11-23T04:31:11.4523420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4524265Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4525139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T04:31:11.4526017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4526530Z with 2022-11-23T04:31:11.4526734Z [ 2022-11-23T04:31:11.4526975Z T=torch::jit::GraphExecutor 2022-11-23T04:31:11.4527195Z ] 2022-11-23T04:31:11.4527698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4528169Z with 2022-11-23T04:31:11.4528368Z [ 2022-11-23T04:31:11.4528596Z T=torch::jit::Method 2022-11-23T04:31:11.4528821Z ] 2022-11-23T04:31:11.4529328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4529868Z with 2022-11-23T04:31:11.4530067Z [ 2022-11-23T04:31:11.4530296Z T=torch::jit::Method 2022-11-23T04:31:11.4530518Z ] 2022-11-23T04:31:11.4531087Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4531588Z with 2022-11-23T04:31:11.4531785Z [ 2022-11-23T04:31:11.4532007Z T=torch::jit::Method 2022-11-23T04:31:11.4532226Z ] 2022-11-23T04:31:11.4532826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4533377Z with 2022-11-23T04:31:11.4533559Z [ 2022-11-23T04:31:11.4533908Z T=torch::jit::Method 2022-11-23T04:31:11.4534131Z ] 2022-11-23T04:31:11.4534664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4535496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4536345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4536842Z with 2022-11-23T04:31:11.4537102Z [ 2022-11-23T04:31:11.4537351Z T=torch::jit::Method 2022-11-23T04:31:11.4537577Z ] 2022-11-23T04:31:11.4538085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4538548Z with 2022-11-23T04:31:11.4538731Z [ 2022-11-23T04:31:11.4539019Z T=std::vector> 2022-11-23T04:31:11.4539294Z ] 2022-11-23T04:31:11.4539814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4540291Z with 2022-11-23T04:31:11.4540491Z [ 2022-11-23T04:31:11.4540759Z T=std::vector> 2022-11-23T04:31:11.4541040Z ] 2022-11-23T04:31:11.4541604Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4542133Z with 2022-11-23T04:31:11.4542335Z [ 2022-11-23T04:31:11.4542621Z T=std::vector> 2022-11-23T04:31:11.4542875Z ] 2022-11-23T04:31:11.4543481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4544039Z with 2022-11-23T04:31:11.4544242Z [ 2022-11-23T04:31:11.4544530Z T=std::vector> 2022-11-23T04:31:11.4544804Z ] 2022-11-23T04:31:11.4545384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:11.4546292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:11.4547171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4547674Z with 2022-11-23T04:31:11.4547873Z [ 2022-11-23T04:31:11.4548162Z T=std::vector> 2022-11-23T04:31:11.4548439Z ] 2022-11-23T04:31:11.4548833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4549024Z with 2022-11-23T04:31:11.4549104Z [ 2022-11-23T04:31:11.4549321Z T=std::function 2022-11-23T04:31:11.4549382Z ] 2022-11-23T04:31:11.4549786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4549872Z with 2022-11-23T04:31:11.4549954Z [ 2022-11-23T04:31:11.4550162Z T=std::function 2022-11-23T04:31:11.4550244Z ] 2022-11-23T04:31:11.4550774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4550876Z with 2022-11-23T04:31:11.4550956Z [ 2022-11-23T04:31:11.4551169Z T=std::function 2022-11-23T04:31:11.4551253Z ] 2022-11-23T04:31:11.4551735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4551818Z with 2022-11-23T04:31:11.4551896Z [ 2022-11-23T04:31:11.4552104Z T=std::function 2022-11-23T04:31:11.4552184Z ] 2022-11-23T04:31:11.4552676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:11.4553195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:11.4553660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4553745Z with 2022-11-23T04:31:11.4553826Z [ 2022-11-23T04:31:11.4554018Z T=std::function 2022-11-23T04:31:11.4554099Z ] 2022-11-23T04:31:11.4554674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4554776Z with 2022-11-23T04:31:11.4554861Z [ 2022-11-23T04:31:11.4555101Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:11.4555182Z ] 2022-11-23T04:31:11.4555715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4555806Z with 2022-11-23T04:31:11.4555887Z [ 2022-11-23T04:31:11.4556126Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:11.4556207Z ] 2022-11-23T04:31:11.4556663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4556748Z with 2022-11-23T04:31:11.4556935Z [ 2022-11-23T04:31:11.4557173Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:11.4557234Z ] 2022-11-23T04:31:11.4557718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4557801Z with 2022-11-23T04:31:11.4557880Z [ 2022-11-23T04:31:11.4558111Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:11.4558190Z ] 2022-11-23T04:31:11.4558782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:11.4559360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:11.4559789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4559874Z with 2022-11-23T04:31:11.4559953Z [ 2022-11-23T04:31:11.4560207Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:11.4560537Z ] 2022-11-23T04:31:11.4561178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4561275Z with 2022-11-23T04:31:11.4561358Z [ 2022-11-23T04:31:11.4561518Z T=std::vector> 2022-11-23T04:31:11.4579398Z ] 2022-11-23T04:31:11.4580148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4580242Z with 2022-11-23T04:31:11.4580325Z [ 2022-11-23T04:31:11.4580497Z T=std::vector> 2022-11-23T04:31:11.4580576Z ] 2022-11-23T04:31:11.4581039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4581129Z with 2022-11-23T04:31:11.4581208Z [ 2022-11-23T04:31:11.4581369Z T=std::vector> 2022-11-23T04:31:11.4581451Z ] 2022-11-23T04:31:11.4581944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4582031Z with 2022-11-23T04:31:11.4582139Z [ 2022-11-23T04:31:11.4582399Z T=std::vector> 2022-11-23T04:31:11.4582549Z ] 2022-11-23T04:31:11.4583161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:11.4583255Z with 2022-11-23T04:31:11.4583335Z [ 2022-11-23T04:31:11.4583432Z T=double 2022-11-23T04:31:11.4583511Z ] 2022-11-23T04:31:11.4584129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:11.4584403Z with 2022-11-23T04:31:11.4584482Z [ 2022-11-23T04:31:11.4584572Z T=double 2022-11-23T04:31:11.4584650Z ] 2022-11-23T04:31:11.4585226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4585318Z with 2022-11-23T04:31:11.4585398Z [ 2022-11-23T04:31:11.4585545Z T=std::vector> 2022-11-23T04:31:11.4585625Z ] 2022-11-23T04:31:11.4586108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4586211Z with 2022-11-23T04:31:11.4586288Z [ 2022-11-23T04:31:11.4586501Z T=std::tuple 2022-11-23T04:31:11.4586645Z ] 2022-11-23T04:31:11.4587097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4587180Z with 2022-11-23T04:31:11.4587260Z [ 2022-11-23T04:31:11.4587399Z T=std::tuple 2022-11-23T04:31:11.4587477Z ] 2022-11-23T04:31:11.4587933Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4588015Z with 2022-11-23T04:31:11.4588097Z [ 2022-11-23T04:31:11.4588218Z T=std::tuple 2022-11-23T04:31:11.4588297Z ] 2022-11-23T04:31:11.4588782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4588864Z with 2022-11-23T04:31:11.4588940Z [ 2022-11-23T04:31:11.4589075Z T=std::tuple 2022-11-23T04:31:11.4589151Z ] 2022-11-23T04:31:11.4589582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:11.4590060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:11.4590626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4590716Z with 2022-11-23T04:31:11.4590794Z [ 2022-11-23T04:31:11.4590933Z T=std::tuple 2022-11-23T04:31:11.4591011Z ] 2022-11-23T04:31:11.4591613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4591702Z with 2022-11-23T04:31:11.4591779Z [ 2022-11-23T04:31:11.4591955Z T=std::vector> 2022-11-23T04:31:11.4592016Z ] 2022-11-23T04:31:11.4592534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:11.4592618Z with 2022-11-23T04:31:11.4592695Z [ 2022-11-23T04:31:11.4592864Z T=std::vector> 2022-11-23T04:31:11.4592942Z ] 2022-11-23T04:31:11.4593417Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:11.4593499Z with 2022-11-23T04:31:11.4593577Z [ 2022-11-23T04:31:11.4593743Z T=std::vector> 2022-11-23T04:31:11.4594582Z ] 2022-11-23T04:31:11.4595139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:11.4595228Z with 2022-11-23T04:31:11.4595306Z [ 2022-11-23T04:31:11.4595472Z T=std::vector> 2022-11-23T04:31:11.4595550Z ] 2022-11-23T04:31:11.4596178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:11.4597149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:11.4597614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:11.4597711Z with 2022-11-23T04:31:11.4597904Z [ 2022-11-23T04:31:11.4598198Z T=std::vector> 2022-11-23T04:31:11.4598283Z ] 2022-11-23T04:31:11.4600328Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_cpp C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2022-11-23T04:31:11.7252358Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2022-11-23T04:31:11.8100278Z Generating code 2022-11-23T04:31:14.6452509Z Finished generating code 2022-11-23T04:31:14.9429548Z building 'torch_test_cpp_extension.ort' extension 2022-11-23T04:31:14.9538566Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T04:31:14.9545358Z Compiling objects... 2022-11-23T04:31:14.9545893Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T04:31:34.3487545Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\ort_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T04:31:34.3491828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:31:34.3493227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3494030Z with 2022-11-23T04:31:34.3494380Z [ 2022-11-23T04:31:34.3494755Z T=c10::SymInt 2022-11-23T04:31:34.3495113Z ] 2022-11-23T04:31:34.3496449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3497478Z with 2022-11-23T04:31:34.3497828Z [ 2022-11-23T04:31:34.3498202Z T=c10::SymInt 2022-11-23T04:31:34.3498557Z ] 2022-11-23T04:31:34.3499542Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3500432Z with 2022-11-23T04:31:34.3500766Z [ 2022-11-23T04:31:34.3501140Z T=c10::SymInt 2022-11-23T04:31:34.3501523Z ] 2022-11-23T04:31:34.3502554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3503286Z with 2022-11-23T04:31:34.3503474Z [ 2022-11-23T04:31:34.3503692Z T=c10::SymInt 2022-11-23T04:31:34.3503908Z ] 2022-11-23T04:31:34.3504690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3505510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3506549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3507055Z with 2022-11-23T04:31:34.3507241Z [ 2022-11-23T04:31:34.3507462Z T=c10::SymInt 2022-11-23T04:31:34.3507675Z ] 2022-11-23T04:31:34.3508162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T04:31:34.3509006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3509491Z with 2022-11-23T04:31:34.3509679Z [ 2022-11-23T04:31:34.3510041Z T=at::Generator 2022-11-23T04:31:34.3510268Z ] 2022-11-23T04:31:34.3510790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3511398Z with 2022-11-23T04:31:34.3511711Z [ 2022-11-23T04:31:34.3511920Z T=at::Generator 2022-11-23T04:31:34.3512139Z ] 2022-11-23T04:31:34.3512705Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3513239Z with 2022-11-23T04:31:34.3513441Z [ 2022-11-23T04:31:34.3513666Z T=at::Generator 2022-11-23T04:31:34.3513869Z ] 2022-11-23T04:31:34.3514464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3515021Z with 2022-11-23T04:31:34.3515228Z [ 2022-11-23T04:31:34.3515448Z T=at::Generator 2022-11-23T04:31:34.3515652Z ] 2022-11-23T04:31:34.3516185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3517160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3518013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3518923Z with 2022-11-23T04:31:34.3519129Z [ 2022-11-23T04:31:34.3519352Z T=at::Generator 2022-11-23T04:31:34.3519554Z ] 2022-11-23T04:31:34.3520057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3520524Z with 2022-11-23T04:31:34.3520725Z [ 2022-11-23T04:31:34.3520949Z T=at::TensorBase 2022-11-23T04:31:34.3521169Z ] 2022-11-23T04:31:34.3521680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3522165Z with 2022-11-23T04:31:34.3522365Z [ 2022-11-23T04:31:34.3522588Z T=at::TensorBase 2022-11-23T04:31:34.3522926Z ] 2022-11-23T04:31:34.3523499Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3524180Z with 2022-11-23T04:31:34.3524380Z [ 2022-11-23T04:31:34.3524603Z T=at::TensorBase 2022-11-23T04:31:34.3524821Z ] 2022-11-23T04:31:34.3525785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3526824Z with 2022-11-23T04:31:34.3527151Z [ 2022-11-23T04:31:34.3527497Z T=at::TensorBase 2022-11-23T04:31:34.3527735Z ] 2022-11-23T04:31:34.3528276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3529104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3529941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3530492Z with 2022-11-23T04:31:34.3530679Z [ 2022-11-23T04:31:34.3530904Z T=at::TensorBase 2022-11-23T04:31:34.3531124Z ] 2022-11-23T04:31:34.3531782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3532398Z with 2022-11-23T04:31:34.3532707Z [ 2022-11-23T04:31:34.3533045Z T=at::Tensor 2022-11-23T04:31:34.3533266Z ] 2022-11-23T04:31:34.3533793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3534277Z with 2022-11-23T04:31:34.3534477Z [ 2022-11-23T04:31:34.3534736Z T=at::Tensor 2022-11-23T04:31:34.3535001Z ] 2022-11-23T04:31:34.3535643Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3536205Z with 2022-11-23T04:31:34.3536406Z [ 2022-11-23T04:31:34.3536622Z T=at::Tensor 2022-11-23T04:31:34.3536822Z ] 2022-11-23T04:31:34.3537422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3537980Z with 2022-11-23T04:31:34.3538182Z [ 2022-11-23T04:31:34.3538556Z T=at::Tensor 2022-11-23T04:31:34.3538764Z ] 2022-11-23T04:31:34.3539289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3540369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3541211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3541843Z with 2022-11-23T04:31:34.3542045Z [ 2022-11-23T04:31:34.3542265Z T=at::Tensor 2022-11-23T04:31:34.3542462Z ] 2022-11-23T04:31:34.3542967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3543431Z with 2022-11-23T04:31:34.3543633Z [ 2022-11-23T04:31:34.3543849Z T=c10::Scalar 2022-11-23T04:31:34.3544102Z ] 2022-11-23T04:31:34.3544682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3545175Z with 2022-11-23T04:31:34.3545510Z [ 2022-11-23T04:31:34.3545751Z T=c10::Scalar 2022-11-23T04:31:34.3545966Z ] 2022-11-23T04:31:34.3546599Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3547165Z with 2022-11-23T04:31:34.3547367Z [ 2022-11-23T04:31:34.3547707Z T=c10::Scalar 2022-11-23T04:31:34.3547920Z ] 2022-11-23T04:31:34.3548518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3549077Z with 2022-11-23T04:31:34.3549261Z [ 2022-11-23T04:31:34.3549475Z T=c10::Scalar 2022-11-23T04:31:34.3549692Z ] 2022-11-23T04:31:34.3550213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3551029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3551855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3552357Z with 2022-11-23T04:31:34.3552541Z [ 2022-11-23T04:31:34.3552755Z T=c10::Scalar 2022-11-23T04:31:34.3553136Z ] 2022-11-23T04:31:34.3553648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3554302Z with 2022-11-23T04:31:34.3554486Z [ 2022-11-23T04:31:34.3554704Z T=std::string 2022-11-23T04:31:34.3554918Z ] 2022-11-23T04:31:34.3555437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3555918Z with 2022-11-23T04:31:34.3556118Z [ 2022-11-23T04:31:34.3556318Z T=std::string 2022-11-23T04:31:34.3556533Z ] 2022-11-23T04:31:34.3557103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3557628Z with 2022-11-23T04:31:34.3557937Z [ 2022-11-23T04:31:34.3558157Z T=std::string 2022-11-23T04:31:34.3558353Z ] 2022-11-23T04:31:34.3558954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3559658Z with 2022-11-23T04:31:34.3559860Z [ 2022-11-23T04:31:34.3560076Z T=std::string 2022-11-23T04:31:34.3560280Z ] 2022-11-23T04:31:34.3561027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3561937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3562785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3563286Z with 2022-11-23T04:31:34.3563489Z [ 2022-11-23T04:31:34.3563710Z T=std::string 2022-11-23T04:31:34.3563908Z ] 2022-11-23T04:31:34.3564416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3564884Z with 2022-11-23T04:31:34.3565086Z [ 2022-11-23T04:31:34.3565315Z T=c10::QualifiedName 2022-11-23T04:31:34.3565544Z ] 2022-11-23T04:31:34.3566173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3566668Z with 2022-11-23T04:31:34.3567031Z [ 2022-11-23T04:31:34.3567388Z T=c10::QualifiedName 2022-11-23T04:31:34.3567616Z ] 2022-11-23T04:31:34.3568180Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3568976Z with 2022-11-23T04:31:34.3569176Z [ 2022-11-23T04:31:34.3569407Z T=c10::QualifiedName 2022-11-23T04:31:34.3569632Z ] 2022-11-23T04:31:34.3570235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3570789Z with 2022-11-23T04:31:34.3570976Z [ 2022-11-23T04:31:34.3571205Z T=c10::QualifiedName 2022-11-23T04:31:34.3571431Z ] 2022-11-23T04:31:34.3571964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3572952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3574007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3574522Z with 2022-11-23T04:31:34.3574704Z [ 2022-11-23T04:31:34.3574940Z T=c10::QualifiedName 2022-11-23T04:31:34.3575280Z ] 2022-11-23T04:31:34.3575785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3576246Z with 2022-11-23T04:31:34.3576447Z [ 2022-11-23T04:31:34.3576714Z T=std::shared_ptr 2022-11-23T04:31:34.3576982Z ] 2022-11-23T04:31:34.3577504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3577984Z with 2022-11-23T04:31:34.3578184Z [ 2022-11-23T04:31:34.3578469Z T=std::shared_ptr 2022-11-23T04:31:34.3578719Z ] 2022-11-23T04:31:34.3579514Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3580178Z with 2022-11-23T04:31:34.3580493Z [ 2022-11-23T04:31:34.3580783Z T=std::shared_ptr 2022-11-23T04:31:34.3581028Z ] 2022-11-23T04:31:34.3581628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3582187Z with 2022-11-23T04:31:34.3582387Z [ 2022-11-23T04:31:34.3582664Z T=std::shared_ptr 2022-11-23T04:31:34.3582932Z ] 2022-11-23T04:31:34.3583509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:34.3584393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:34.3585260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3585911Z with 2022-11-23T04:31:34.3586121Z [ 2022-11-23T04:31:34.3586406Z T=std::shared_ptr 2022-11-23T04:31:34.3586875Z ] 2022-11-23T04:31:34.3587393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3587845Z with 2022-11-23T04:31:34.3588047Z [ 2022-11-23T04:31:34.3588325Z T=std::weak_ptr 2022-11-23T04:31:34.3588590Z ] 2022-11-23T04:31:34.3589113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3589595Z with 2022-11-23T04:31:34.3589779Z [ 2022-11-23T04:31:34.3590051Z T=std::weak_ptr 2022-11-23T04:31:34.3590312Z ] 2022-11-23T04:31:34.3590882Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3591407Z with 2022-11-23T04:31:34.3591607Z [ 2022-11-23T04:31:34.3591978Z T=std::weak_ptr 2022-11-23T04:31:34.3592377Z ] 2022-11-23T04:31:34.3593168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3593739Z with 2022-11-23T04:31:34.3593939Z [ 2022-11-23T04:31:34.3594217Z T=std::weak_ptr 2022-11-23T04:31:34.3594463Z ] 2022-11-23T04:31:34.3595035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:34.3596016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:34.3596897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3597397Z with 2022-11-23T04:31:34.3597601Z [ 2022-11-23T04:31:34.3597878Z T=std::weak_ptr 2022-11-23T04:31:34.3598129Z ] 2022-11-23T04:31:34.3598793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3599412Z with 2022-11-23T04:31:34.3599813Z [ 2022-11-23T04:31:34.3600144Z T=std::vector> 2022-11-23T04:31:34.3600444Z ] 2022-11-23T04:31:34.3600946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3601432Z with 2022-11-23T04:31:34.3601632Z [ 2022-11-23T04:31:34.3601943Z T=std::vector> 2022-11-23T04:31:34.3602235Z ] 2022-11-23T04:31:34.3602798Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3603322Z with 2022-11-23T04:31:34.3603505Z [ 2022-11-23T04:31:34.3603815Z T=std::vector> 2022-11-23T04:31:34.3604108Z ] 2022-11-23T04:31:34.3604709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3605397Z with 2022-11-23T04:31:34.3605600Z [ 2022-11-23T04:31:34.3605897Z T=std::vector> 2022-11-23T04:31:34.3606481Z ] 2022-11-23T04:31:34.3607087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:34.3608037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:34.3608920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3609977Z with 2022-11-23T04:31:34.3610346Z [ 2022-11-23T04:31:34.3610920Z T=std::vector> 2022-11-23T04:31:34.3611499Z ] 2022-11-23T04:31:34.3612329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3612803Z with 2022-11-23T04:31:34.3613197Z [ 2022-11-23T04:31:34.3613658Z T=std::vector> 2022-11-23T04:31:34.3613902Z ] 2022-11-23T04:31:34.3614566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3615225Z with 2022-11-23T04:31:34.3615535Z [ 2022-11-23T04:31:34.3615949Z T=std::vector> 2022-11-23T04:31:34.3616341Z ] 2022-11-23T04:31:34.3617255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3617918Z with 2022-11-23T04:31:34.3618122Z [ 2022-11-23T04:31:34.3618497Z T=std::vector> 2022-11-23T04:31:34.3618792Z ] 2022-11-23T04:31:34.3619576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3620219Z with 2022-11-23T04:31:34.3620625Z [ 2022-11-23T04:31:34.3620907Z T=std::vector> 2022-11-23T04:31:34.3621169Z ] 2022-11-23T04:31:34.3621734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:34.3622612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:34.3623459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3623964Z with 2022-11-23T04:31:34.3624152Z [ 2022-11-23T04:31:34.3624422Z T=std::vector> 2022-11-23T04:31:34.3624680Z ] 2022-11-23T04:31:34.3625182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3625644Z with 2022-11-23T04:31:34.3625827Z [ 2022-11-23T04:31:34.3626326Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3626675Z ] 2022-11-23T04:31:34.3627547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3628034Z with 2022-11-23T04:31:34.3628241Z [ 2022-11-23T04:31:34.3628550Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3629006Z ] 2022-11-23T04:31:34.3629577Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3630103Z with 2022-11-23T04:31:34.3630303Z [ 2022-11-23T04:31:34.3630679Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3630987Z ] 2022-11-23T04:31:34.3631576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3632128Z with 2022-11-23T04:31:34.3632411Z [ 2022-11-23T04:31:34.3632907Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3633226Z ] 2022-11-23T04:31:34.3633978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:31:34.3635208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:31:34.3636098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:31:34.3636911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3637425Z with 2022-11-23T04:31:34.3637628Z [ 2022-11-23T04:31:34.3637961Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3638268Z ] 2022-11-23T04:31:34.3638940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3639422Z with 2022-11-23T04:31:34.3639608Z [ 2022-11-23T04:31:34.3640097Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3640399Z ] 2022-11-23T04:31:34.3641131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3641782Z with 2022-11-23T04:31:34.3641966Z [ 2022-11-23T04:31:34.3642290Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3642588Z ] 2022-11-23T04:31:34.3643712Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3644830Z with 2022-11-23T04:31:34.3645205Z [ 2022-11-23T04:31:34.3646229Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3646971Z ] 2022-11-23T04:31:34.3648369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3650270Z with 2022-11-23T04:31:34.3650664Z [ 2022-11-23T04:31:34.3651684Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3652289Z ] 2022-11-23T04:31:34.3653408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:31:34.3656282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:31:34.3658253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:31:34.3659832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3660786Z with 2022-11-23T04:31:34.3661294Z [ 2022-11-23T04:31:34.3661885Z T=std::vector,std::allocator>> 2022-11-23T04:31:34.3662574Z ] 2022-11-23T04:31:34.3663470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3664381Z with 2022-11-23T04:31:34.3664746Z [ 2022-11-23T04:31:34.3665269Z T=std::vector> 2022-11-23T04:31:34.3665751Z ] 2022-11-23T04:31:34.3666724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3667594Z with 2022-11-23T04:31:34.3668048Z [ 2022-11-23T04:31:34.3668564Z T=std::vector> 2022-11-23T04:31:34.3669027Z ] 2022-11-23T04:31:34.3670307Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3671269Z with 2022-11-23T04:31:34.3671622Z [ 2022-11-23T04:31:34.3672144Z T=std::vector> 2022-11-23T04:31:34.3672637Z ] 2022-11-23T04:31:34.3673759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3674948Z with 2022-11-23T04:31:34.3675327Z [ 2022-11-23T04:31:34.3675915Z T=std::vector> 2022-11-23T04:31:34.3676480Z ] 2022-11-23T04:31:34.3677572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:34.3679179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:34.3680815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3683322Z with 2022-11-23T04:31:34.3683692Z [ 2022-11-23T04:31:34.3684224Z T=std::vector> 2022-11-23T04:31:34.3684735Z ] 2022-11-23T04:31:34.3685692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3686581Z with 2022-11-23T04:31:34.3686935Z [ 2022-11-23T04:31:34.3687508Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:34.3688149Z ] 2022-11-23T04:31:34.3689278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3689833Z with 2022-11-23T04:31:34.3690035Z [ 2022-11-23T04:31:34.3690353Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:34.3690647Z ] 2022-11-23T04:31:34.3691225Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3691744Z with 2022-11-23T04:31:34.3691946Z [ 2022-11-23T04:31:34.3692256Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:34.3692547Z ] 2022-11-23T04:31:34.3693159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3693723Z with 2022-11-23T04:31:34.3693910Z [ 2022-11-23T04:31:34.3694219Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:34.3694513Z ] 2022-11-23T04:31:34.3695273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:34.3696490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:34.3697463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T04:31:34.3698365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3698874Z with 2022-11-23T04:31:34.3699061Z [ 2022-11-23T04:31:34.3699372Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:34.3699669Z ] 2022-11-23T04:31:34.3700176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3700644Z with 2022-11-23T04:31:34.3700847Z [ 2022-11-23T04:31:34.3701136Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:34.3701435Z ] 2022-11-23T04:31:34.3702116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3702726Z with 2022-11-23T04:31:34.3703062Z [ 2022-11-23T04:31:34.3703508Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:34.3703783Z ] 2022-11-23T04:31:34.3704349Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3704876Z with 2022-11-23T04:31:34.3705079Z [ 2022-11-23T04:31:34.3705386Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:34.3705675Z ] 2022-11-23T04:31:34.3706353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3706937Z with 2022-11-23T04:31:34.3707138Z [ 2022-11-23T04:31:34.3707445Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:34.3707735Z ] 2022-11-23T04:31:34.3708327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:34.3709859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:34.3711184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T04:31:34.3712088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3712577Z with 2022-11-23T04:31:34.3712781Z [ 2022-11-23T04:31:34.3713090Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:34.3713383Z ] 2022-11-23T04:31:34.3714053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3714539Z with 2022-11-23T04:31:34.3714876Z [ 2022-11-23T04:31:34.3715354Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:34.3715873Z ] 2022-11-23T04:31:34.3716563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3717187Z with 2022-11-23T04:31:34.3717489Z [ 2022-11-23T04:31:34.3717729Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:34.3717973Z ] 2022-11-23T04:31:34.3718543Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3719074Z with 2022-11-23T04:31:34.3719278Z [ 2022-11-23T04:31:34.3719504Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:34.3719746Z ] 2022-11-23T04:31:34.3720353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3721064Z with 2022-11-23T04:31:34.3721263Z [ 2022-11-23T04:31:34.3721513Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:34.3721738Z ] 2022-11-23T04:31:34.3722288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3723255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3723773Z with 2022-11-23T04:31:34.3724010Z [ 2022-11-23T04:31:34.3724562Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:34.3724950Z ] 2022-11-23T04:31:34.3725534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T04:31:34.3726437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3726945Z with 2022-11-23T04:31:34.3727149Z [ 2022-11-23T04:31:34.3727393Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:34.3727635Z ] 2022-11-23T04:31:34.3728119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3728590Z with 2022-11-23T04:31:34.3728788Z [ 2022-11-23T04:31:34.3729148Z T=std::vector> 2022-11-23T04:31:34.3729478Z ] 2022-11-23T04:31:34.3730002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3730727Z with 2022-11-23T04:31:34.3730912Z [ 2022-11-23T04:31:34.3731308Z T=std::vector> 2022-11-23T04:31:34.3731857Z ] 2022-11-23T04:31:34.3732431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3732962Z with 2022-11-23T04:31:34.3733165Z [ 2022-11-23T04:31:34.3733501Z T=std::vector> 2022-11-23T04:31:34.3733829Z ] 2022-11-23T04:31:34.3734924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3735482Z with 2022-11-23T04:31:34.3735683Z [ 2022-11-23T04:31:34.3736035Z T=std::vector> 2022-11-23T04:31:34.3736365Z ] 2022-11-23T04:31:34.3737111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:34.3738384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:34.3739437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3739935Z with 2022-11-23T04:31:34.3740137Z [ 2022-11-23T04:31:34.3740490Z T=std::vector> 2022-11-23T04:31:34.3740819Z ] 2022-11-23T04:31:34.3741398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3741866Z with 2022-11-23T04:31:34.3742066Z [ 2022-11-23T04:31:34.3742312Z T=torch::autograd::ViewInfo 2022-11-23T04:31:34.3742550Z ] 2022-11-23T04:31:34.3743073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3743555Z with 2022-11-23T04:31:34.3743898Z [ 2022-11-23T04:31:34.3744137Z T=torch::autograd::ViewInfo 2022-11-23T04:31:34.3744373Z ] 2022-11-23T04:31:34.3745177Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3745718Z with 2022-11-23T04:31:34.3745905Z [ 2022-11-23T04:31:34.3746143Z T=torch::autograd::ViewInfo 2022-11-23T04:31:34.3746382Z ] 2022-11-23T04:31:34.3746982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3747537Z with 2022-11-23T04:31:34.3747737Z [ 2022-11-23T04:31:34.3747958Z T=torch::autograd::ViewInfo 2022-11-23T04:31:34.3748200Z ] 2022-11-23T04:31:34.3748751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3749778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3750791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3751302Z with 2022-11-23T04:31:34.3751501Z [ 2022-11-23T04:31:34.3751863Z T=torch::autograd::ViewInfo 2022-11-23T04:31:34.3752239Z ] 2022-11-23T04:31:34.3752748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3753220Z with 2022-11-23T04:31:34.3753425Z [ 2022-11-23T04:31:34.3753641Z T=c10::IValue 2022-11-23T04:31:34.3753836Z ] 2022-11-23T04:31:34.3754363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3754956Z with 2022-11-23T04:31:34.3755157Z [ 2022-11-23T04:31:34.3755371Z T=c10::IValue 2022-11-23T04:31:34.3755580Z ] 2022-11-23T04:31:34.3756125Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3756650Z with 2022-11-23T04:31:34.3756852Z [ 2022-11-23T04:31:34.3757063Z T=c10::IValue 2022-11-23T04:31:34.3757275Z ] 2022-11-23T04:31:34.3758125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3758934Z with 2022-11-23T04:31:34.3759134Z [ 2022-11-23T04:31:34.3759355Z T=c10::IValue 2022-11-23T04:31:34.3759569Z ] 2022-11-23T04:31:34.3760091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3760910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3761740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3762231Z with 2022-11-23T04:31:34.3762432Z [ 2022-11-23T04:31:34.3762651Z T=c10::IValue 2022-11-23T04:31:34.3762861Z ] 2022-11-23T04:31:34.3763363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3763830Z with 2022-11-23T04:31:34.3764014Z [ 2022-11-23T04:31:34.3764233Z T=c10::AliasInfo 2022-11-23T04:31:34.3764449Z ] 2022-11-23T04:31:34.3765359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3766456Z with 2022-11-23T04:31:34.3766816Z [ 2022-11-23T04:31:34.3767179Z T=c10::AliasInfo 2022-11-23T04:31:34.3767400Z ] 2022-11-23T04:31:34.3768038Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3768733Z with 2022-11-23T04:31:34.3768934Z [ 2022-11-23T04:31:34.3769144Z T=c10::AliasInfo 2022-11-23T04:31:34.3769361Z ] 2022-11-23T04:31:34.3770150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3770721Z with 2022-11-23T04:31:34.3770920Z [ 2022-11-23T04:31:34.3771147Z T=c10::AliasInfo 2022-11-23T04:31:34.3771348Z ] 2022-11-23T04:31:34.3771879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3772913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3774725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3775722Z with 2022-11-23T04:31:34.3776000Z [ 2022-11-23T04:31:34.3776231Z T=c10::AliasInfo 2022-11-23T04:31:34.3776437Z ] 2022-11-23T04:31:34.3776949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3777416Z with 2022-11-23T04:31:34.3777617Z [ 2022-11-23T04:31:34.3778644Z T=std::vector> 2022-11-23T04:31:34.3778966Z ] 2022-11-23T04:31:34.3779708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3780337Z with 2022-11-23T04:31:34.3780682Z [ 2022-11-23T04:31:34.3780984Z T=std::vector> 2022-11-23T04:31:34.3781256Z ] 2022-11-23T04:31:34.3781804Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3782332Z with 2022-11-23T04:31:34.3782532Z [ 2022-11-23T04:31:34.3782815Z T=std::vector> 2022-11-23T04:31:34.3783088Z ] 2022-11-23T04:31:34.3783694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3784262Z with 2022-11-23T04:31:34.3784447Z [ 2022-11-23T04:31:34.3784735Z T=std::vector> 2022-11-23T04:31:34.3785007Z ] 2022-11-23T04:31:34.3785558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:34.3786219Z with 2022-11-23T04:31:34.3786432Z [ 2022-11-23T04:31:34.3786632Z T=c10::SymInt 2022-11-23T04:31:34.3786847Z ] 2022-11-23T04:31:34.3787664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:34.3788177Z with 2022-11-23T04:31:34.3788381Z [ 2022-11-23T04:31:34.3788580Z T=c10::SymInt 2022-11-23T04:31:34.3788798Z ] 2022-11-23T04:31:34.3789382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T04:31:34.3790362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T04:31:34.3791304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3791940Z with 2022-11-23T04:31:34.3792144Z [ 2022-11-23T04:31:34.3792436Z T=std::vector> 2022-11-23T04:31:34.3792691Z ] 2022-11-23T04:31:34.3793419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3793900Z with 2022-11-23T04:31:34.3794104Z [ 2022-11-23T04:31:34.3794555Z T=c10::either 2022-11-23T04:31:34.3794974Z ] 2022-11-23T04:31:34.3795487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3796064Z with 2022-11-23T04:31:34.3796280Z [ 2022-11-23T04:31:34.3796577Z T=c10::either 2022-11-23T04:31:34.3796857Z ] 2022-11-23T04:31:34.3797426Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3797938Z with 2022-11-23T04:31:34.3798137Z [ 2022-11-23T04:31:34.3798423Z T=c10::either 2022-11-23T04:31:34.3798697Z ] 2022-11-23T04:31:34.3799298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3799859Z with 2022-11-23T04:31:34.3800047Z [ 2022-11-23T04:31:34.3800497Z T=c10::either 2022-11-23T04:31:34.3800779Z ] 2022-11-23T04:31:34.3801488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:34.3802580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:34.3803496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3803998Z with 2022-11-23T04:31:34.3804206Z [ 2022-11-23T04:31:34.3804479Z T=c10::either 2022-11-23T04:31:34.3804760Z ] 2022-11-23T04:31:34.3805271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3805736Z with 2022-11-23T04:31:34.3805940Z [ 2022-11-23T04:31:34.3806151Z T=at::StepCallbacks 2022-11-23T04:31:34.3806380Z ] 2022-11-23T04:31:34.3806902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3807555Z with 2022-11-23T04:31:34.3807759Z [ 2022-11-23T04:31:34.3807991Z T=at::StepCallbacks 2022-11-23T04:31:34.3808311Z ] 2022-11-23T04:31:34.3809029Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3809676Z with 2022-11-23T04:31:34.3809875Z [ 2022-11-23T04:31:34.3810106Z T=at::StepCallbacks 2022-11-23T04:31:34.3810328Z ] 2022-11-23T04:31:34.3810913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3811476Z with 2022-11-23T04:31:34.3811678Z [ 2022-11-23T04:31:34.3811903Z T=at::StepCallbacks 2022-11-23T04:31:34.3812126Z ] 2022-11-23T04:31:34.3812745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3813597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3814626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3815130Z with 2022-11-23T04:31:34.3815466Z [ 2022-11-23T04:31:34.3815846Z T=at::StepCallbacks 2022-11-23T04:31:34.3816078Z ] 2022-11-23T04:31:34.3816581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3817149Z with 2022-11-23T04:31:34.3817361Z [ 2022-11-23T04:31:34.3817585Z T=c10::DimVector 2022-11-23T04:31:34.3817806Z ] 2022-11-23T04:31:34.3818334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3818812Z with 2022-11-23T04:31:34.3818993Z [ 2022-11-23T04:31:34.3819213Z T=c10::DimVector 2022-11-23T04:31:34.3819427Z ] 2022-11-23T04:31:34.3819992Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3820522Z with 2022-11-23T04:31:34.3820704Z [ 2022-11-23T04:31:34.3820922Z T=c10::DimVector 2022-11-23T04:31:34.3821314Z ] 2022-11-23T04:31:34.3821921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3822778Z with 2022-11-23T04:31:34.3822989Z [ 2022-11-23T04:31:34.3823193Z T=c10::DimVector 2022-11-23T04:31:34.3823412Z ] 2022-11-23T04:31:34.3823944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3824766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3825599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3826218Z with 2022-11-23T04:31:34.3826415Z [ 2022-11-23T04:31:34.3826623Z T=c10::DimVector 2022-11-23T04:31:34.3826845Z ] 2022-11-23T04:31:34.3827344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3827803Z with 2022-11-23T04:31:34.3828005Z [ 2022-11-23T04:31:34.3828433Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:34.3828657Z ] 2022-11-23T04:31:34.3829176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3829780Z with 2022-11-23T04:31:34.3829983Z [ 2022-11-23T04:31:34.3830488Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:34.3830729Z ] 2022-11-23T04:31:34.3831301Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3831825Z with 2022-11-23T04:31:34.3832024Z [ 2022-11-23T04:31:34.3832266Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:34.3832501Z ] 2022-11-23T04:31:34.3833079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3833635Z with 2022-11-23T04:31:34.3833833Z [ 2022-11-23T04:31:34.3834070Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:34.3834309Z ] 2022-11-23T04:31:34.3834851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3835906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3836917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3837518Z with 2022-11-23T04:31:34.3837715Z [ 2022-11-23T04:31:34.3837961Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:34.3838199Z ] 2022-11-23T04:31:34.3838704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3839179Z with 2022-11-23T04:31:34.3839360Z [ 2022-11-23T04:31:34.3839656Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:34.3839933Z ] 2022-11-23T04:31:34.3840455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3840928Z with 2022-11-23T04:31:34.3841109Z [ 2022-11-23T04:31:34.3841400Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:34.3841682Z ] 2022-11-23T04:31:34.3842250Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3842940Z with 2022-11-23T04:31:34.3843244Z [ 2022-11-23T04:31:34.3843678Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:34.3844087Z ] 2022-11-23T04:31:34.3844692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3845244Z with 2022-11-23T04:31:34.3845443Z [ 2022-11-23T04:31:34.3845738Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:34.3845996Z ] 2022-11-23T04:31:34.3846667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3847634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3848549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3849055Z with 2022-11-23T04:31:34.3849398Z [ 2022-11-23T04:31:34.3849719Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:34.3850003Z ] 2022-11-23T04:31:34.3850753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T04:31:34.3851491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T04:31:34.3852217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3852684Z with 2022-11-23T04:31:34.3852887Z [ 2022-11-23T04:31:34.3853151Z T=std::tuple 2022-11-23T04:31:34.3853407Z ] 2022-11-23T04:31:34.3853910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3854390Z with 2022-11-23T04:31:34.3854591Z [ 2022-11-23T04:31:34.3854852Z T=std::tuple 2022-11-23T04:31:34.3855104Z ] 2022-11-23T04:31:34.3855669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3856335Z with 2022-11-23T04:31:34.3856536Z [ 2022-11-23T04:31:34.3856801Z T=std::tuple 2022-11-23T04:31:34.3857050Z ] 2022-11-23T04:31:34.3857907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3858468Z with 2022-11-23T04:31:34.3858651Z [ 2022-11-23T04:31:34.3858912Z T=std::tuple 2022-11-23T04:31:34.3859169Z ] 2022-11-23T04:31:34.3859727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:34.3860728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:34.3861602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3862106Z with 2022-11-23T04:31:34.3862290Z [ 2022-11-23T04:31:34.3862554Z T=std::tuple 2022-11-23T04:31:34.3862946Z ] 2022-11-23T04:31:34.3863558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3864177Z with 2022-11-23T04:31:34.3864520Z [ 2022-11-23T04:31:34.3864747Z T=torch::jit::SourceRange 2022-11-23T04:31:34.3864983Z ] 2022-11-23T04:31:34.3865504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3865986Z with 2022-11-23T04:31:34.3866186Z [ 2022-11-23T04:31:34.3866422Z T=torch::jit::SourceRange 2022-11-23T04:31:34.3866640Z ] 2022-11-23T04:31:34.3867206Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3867733Z with 2022-11-23T04:31:34.3867938Z [ 2022-11-23T04:31:34.3868172Z T=torch::jit::SourceRange 2022-11-23T04:31:34.3868389Z ] 2022-11-23T04:31:34.3868995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3869552Z with 2022-11-23T04:31:34.3869901Z [ 2022-11-23T04:31:34.3870138Z T=torch::jit::SourceRange 2022-11-23T04:31:34.3870370Z ] 2022-11-23T04:31:34.3871026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3872018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3872894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3873402Z with 2022-11-23T04:31:34.3873606Z [ 2022-11-23T04:31:34.3873845Z T=torch::jit::SourceRange 2022-11-23T04:31:34.3874078Z ] 2022-11-23T04:31:34.3874563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3875023Z with 2022-11-23T04:31:34.3875224Z [ 2022-11-23T04:31:34.3875482Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:34.3875735Z ] 2022-11-23T04:31:34.3889222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3890618Z with 2022-11-23T04:31:34.3891051Z [ 2022-11-23T04:31:34.3891572Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:34.3892026Z ] 2022-11-23T04:31:34.3893115Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3894310Z with 2022-11-23T04:31:34.3894682Z [ 2022-11-23T04:31:34.3895280Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:34.3895540Z ] 2022-11-23T04:31:34.3896318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3896909Z with 2022-11-23T04:31:34.3897121Z [ 2022-11-23T04:31:34.3897367Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:34.3897618Z ] 2022-11-23T04:31:34.3898185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3899071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3899941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3900585Z with 2022-11-23T04:31:34.3900795Z [ 2022-11-23T04:31:34.3901039Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:34.3901405Z ] 2022-11-23T04:31:34.3902036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3902508Z with 2022-11-23T04:31:34.3902711Z [ 2022-11-23T04:31:34.3902968Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:34.3903202Z ] 2022-11-23T04:31:34.3903728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3904213Z with 2022-11-23T04:31:34.3904413Z [ 2022-11-23T04:31:34.3904668Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:34.3904915Z ] 2022-11-23T04:31:34.3905472Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3906015Z with 2022-11-23T04:31:34.3906215Z [ 2022-11-23T04:31:34.3906469Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:34.3906714Z ] 2022-11-23T04:31:34.3907449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3908112Z with 2022-11-23T04:31:34.3908417Z [ 2022-11-23T04:31:34.3908677Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:34.3908925Z ] 2022-11-23T04:31:34.3909485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3910558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3911416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3911904Z with 2022-11-23T04:31:34.3912109Z [ 2022-11-23T04:31:34.3912365Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:34.3912621Z ] 2022-11-23T04:31:34.3913193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3913805Z with 2022-11-23T04:31:34.3913994Z [ 2022-11-23T04:31:34.3914235Z T=torch::jit::ScopePtr 2022-11-23T04:31:34.3914569Z ] 2022-11-23T04:31:34.3915190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3915668Z with 2022-11-23T04:31:34.3915869Z [ 2022-11-23T04:31:34.3916084Z T=torch::jit::ScopePtr 2022-11-23T04:31:34.3916310Z ] 2022-11-23T04:31:34.3916877Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3917414Z with 2022-11-23T04:31:34.3917612Z [ 2022-11-23T04:31:34.3917832Z T=torch::jit::ScopePtr 2022-11-23T04:31:34.3918061Z ] 2022-11-23T04:31:34.3918666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3919224Z with 2022-11-23T04:31:34.3919425Z [ 2022-11-23T04:31:34.3919652Z T=torch::jit::ScopePtr 2022-11-23T04:31:34.3919864Z ] 2022-11-23T04:31:34.3920530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3921594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3922445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3922947Z with 2022-11-23T04:31:34.3923149Z [ 2022-11-23T04:31:34.3923380Z T=torch::jit::ScopePtr 2022-11-23T04:31:34.3923588Z ] 2022-11-23T04:31:34.3924103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3924624Z with 2022-11-23T04:31:34.3924827Z [ 2022-11-23T04:31:34.3925063Z T=at::ThreadLocalState 2022-11-23T04:31:34.3925298Z ] 2022-11-23T04:31:34.3925800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3926280Z with 2022-11-23T04:31:34.3926715Z [ 2022-11-23T04:31:34.3926975Z T=at::ThreadLocalState 2022-11-23T04:31:34.3927208Z ] 2022-11-23T04:31:34.3927981Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3928502Z with 2022-11-23T04:31:34.3928700Z [ 2022-11-23T04:31:34.3928939Z T=at::ThreadLocalState 2022-11-23T04:31:34.3929169Z ] 2022-11-23T04:31:34.3929765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3930454Z with 2022-11-23T04:31:34.3930654Z [ 2022-11-23T04:31:34.3930892Z T=at::ThreadLocalState 2022-11-23T04:31:34.3931127Z ] 2022-11-23T04:31:34.3931671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3932533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3933397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3933900Z with 2022-11-23T04:31:34.3934080Z [ 2022-11-23T04:31:34.3934321Z T=at::ThreadLocalState 2022-11-23T04:31:34.3934557Z ] 2022-11-23T04:31:34.3935054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3935517Z with 2022-11-23T04:31:34.3935717Z [ 2022-11-23T04:31:34.3935959Z T=std::shared_ptr 2022-11-23T04:31:34.3936208Z ] 2022-11-23T04:31:34.3936726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3937206Z with 2022-11-23T04:31:34.3937406Z [ 2022-11-23T04:31:34.3937663Z T=std::shared_ptr 2022-11-23T04:31:34.3937895Z ] 2022-11-23T04:31:34.3938630Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3939274Z with 2022-11-23T04:31:34.3939574Z [ 2022-11-23T04:31:34.3939835Z T=std::shared_ptr 2022-11-23T04:31:34.3940064Z ] 2022-11-23T04:31:34.3940666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3941222Z with 2022-11-23T04:31:34.3941424Z [ 2022-11-23T04:31:34.3941675Z T=std::shared_ptr 2022-11-23T04:31:34.3941926Z ] 2022-11-23T04:31:34.3942465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:34.3943324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:34.3944327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T04:31:34.3945211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3945714Z with 2022-11-23T04:31:34.3945917Z [ 2022-11-23T04:31:34.3946180Z T=std::shared_ptr 2022-11-23T04:31:34.3946509Z ] 2022-11-23T04:31:34.3947028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3947482Z with 2022-11-23T04:31:34.3947687Z [ 2022-11-23T04:31:34.3947927Z T=torch::jit::GraphExecutor 2022-11-23T04:31:34.3948164Z ] 2022-11-23T04:31:34.3948680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3949159Z with 2022-11-23T04:31:34.3949344Z [ 2022-11-23T04:31:34.3949584Z T=torch::jit::GraphExecutor 2022-11-23T04:31:34.3949824Z ] 2022-11-23T04:31:34.3950387Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3950913Z with 2022-11-23T04:31:34.3951096Z [ 2022-11-23T04:31:34.3951334Z T=torch::jit::GraphExecutor 2022-11-23T04:31:34.3951566Z ] 2022-11-23T04:31:34.3952161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3952711Z with 2022-11-23T04:31:34.3952911Z [ 2022-11-23T04:31:34.3953133Z T=torch::jit::GraphExecutor 2022-11-23T04:31:34.3953374Z ] 2022-11-23T04:31:34.3953914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3954923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3955917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T04:31:34.3956881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3957389Z with 2022-11-23T04:31:34.3957589Z [ 2022-11-23T04:31:34.3957813Z T=torch::jit::GraphExecutor 2022-11-23T04:31:34.3958057Z ] 2022-11-23T04:31:34.3958567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3959142Z with 2022-11-23T04:31:34.3959341Z [ 2022-11-23T04:31:34.3959575Z T=torch::jit::Method 2022-11-23T04:31:34.3959781Z ] 2022-11-23T04:31:34.3960298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3960788Z with 2022-11-23T04:31:34.3960986Z [ 2022-11-23T04:31:34.3961211Z T=torch::jit::Method 2022-11-23T04:31:34.3961413Z ] 2022-11-23T04:31:34.3961977Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3962581Z with 2022-11-23T04:31:34.3962799Z [ 2022-11-23T04:31:34.3963024Z T=torch::jit::Method 2022-11-23T04:31:34.3963249Z ] 2022-11-23T04:31:34.3963834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3964392Z with 2022-11-23T04:31:34.3964589Z [ 2022-11-23T04:31:34.3964815Z T=torch::jit::Method 2022-11-23T04:31:34.3965039Z ] 2022-11-23T04:31:34.3965571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3966405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3967227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3967731Z with 2022-11-23T04:31:34.3967929Z [ 2022-11-23T04:31:34.3968156Z T=torch::jit::Method 2022-11-23T04:31:34.3968384Z ] 2022-11-23T04:31:34.3968883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3969332Z with 2022-11-23T04:31:34.3969534Z [ 2022-11-23T04:31:34.3969827Z T=std::vector> 2022-11-23T04:31:34.3970103Z ] 2022-11-23T04:31:34.3970624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3971110Z with 2022-11-23T04:31:34.3971291Z [ 2022-11-23T04:31:34.3971579Z T=std::vector> 2022-11-23T04:31:34.3971849Z ] 2022-11-23T04:31:34.3972416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3972935Z with 2022-11-23T04:31:34.3973134Z [ 2022-11-23T04:31:34.3973407Z T=std::vector> 2022-11-23T04:31:34.3973684Z ] 2022-11-23T04:31:34.3974288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3975761Z with 2022-11-23T04:31:34.3975962Z [ 2022-11-23T04:31:34.3976258Z T=std::vector> 2022-11-23T04:31:34.3976515Z ] 2022-11-23T04:31:34.3977094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:34.3978005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:34.3978982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3979506Z with 2022-11-23T04:31:34.3979712Z [ 2022-11-23T04:31:34.3980004Z T=std::vector> 2022-11-23T04:31:34.3980276Z ] 2022-11-23T04:31:34.3980647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3980729Z with 2022-11-23T04:31:34.3980806Z [ 2022-11-23T04:31:34.3981017Z T=std::function 2022-11-23T04:31:34.3981096Z ] 2022-11-23T04:31:34.3981503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3981588Z with 2022-11-23T04:31:34.3981668Z [ 2022-11-23T04:31:34.3981879Z T=std::function 2022-11-23T04:31:34.3981955Z ] 2022-11-23T04:31:34.3982406Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3982484Z with 2022-11-23T04:31:34.3982563Z [ 2022-11-23T04:31:34.3982769Z T=std::function 2022-11-23T04:31:34.3982848Z ] 2022-11-23T04:31:34.3983337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3983421Z with 2022-11-23T04:31:34.3983502Z [ 2022-11-23T04:31:34.3983690Z T=std::function 2022-11-23T04:31:34.3983768Z ] 2022-11-23T04:31:34.3984254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:34.3984772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:34.3985201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3985380Z with 2022-11-23T04:31:34.3985458Z [ 2022-11-23T04:31:34.3985673Z T=std::function 2022-11-23T04:31:34.3985753Z ] 2022-11-23T04:31:34.3986141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3986224Z with 2022-11-23T04:31:34.3986303Z [ 2022-11-23T04:31:34.3986728Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:34.3986811Z ] 2022-11-23T04:31:34.3987228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3987496Z with 2022-11-23T04:31:34.3987690Z [ 2022-11-23T04:31:34.3987948Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:34.3988030Z ] 2022-11-23T04:31:34.3988482Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3988548Z with 2022-11-23T04:31:34.3988628Z [ 2022-11-23T04:31:34.3988857Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:34.3988936Z ] 2022-11-23T04:31:34.3989416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3989503Z with 2022-11-23T04:31:34.3989582Z [ 2022-11-23T04:31:34.3989815Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:34.3989897Z ] 2022-11-23T04:31:34.3990419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:34.3990973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:34.3991400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3991486Z with 2022-11-23T04:31:34.3991567Z [ 2022-11-23T04:31:34.3991801Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:34.3991879Z ] 2022-11-23T04:31:34.3992262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3992346Z with 2022-11-23T04:31:34.3992425Z [ 2022-11-23T04:31:34.3992587Z T=std::vector> 2022-11-23T04:31:34.3992647Z ] 2022-11-23T04:31:34.3993051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3993135Z with 2022-11-23T04:31:34.3993217Z [ 2022-11-23T04:31:34.3993380Z T=std::vector> 2022-11-23T04:31:34.3993561Z ] 2022-11-23T04:31:34.3994016Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3994099Z with 2022-11-23T04:31:34.3994180Z [ 2022-11-23T04:31:34.3994337Z T=std::vector> 2022-11-23T04:31:34.3994416Z ] 2022-11-23T04:31:34.3994895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.3994978Z with 2022-11-23T04:31:34.3995054Z [ 2022-11-23T04:31:34.3995278Z T=std::vector> 2022-11-23T04:31:34.3995368Z ] 2022-11-23T04:31:34.3995788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:34.3995872Z with 2022-11-23T04:31:34.3995950Z [ 2022-11-23T04:31:34.3996039Z T=double 2022-11-23T04:31:34.3996118Z ] 2022-11-23T04:31:34.3996608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:34.3996692Z with 2022-11-23T04:31:34.3996769Z [ 2022-11-23T04:31:34.3996856Z T=double 2022-11-23T04:31:34.3996934Z ] 2022-11-23T04:31:34.3997361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3997444Z with 2022-11-23T04:31:34.3997521Z [ 2022-11-23T04:31:34.3997678Z T=std::vector> 2022-11-23T04:31:34.3997757Z ] 2022-11-23T04:31:34.3998124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.3998206Z with 2022-11-23T04:31:34.3998282Z [ 2022-11-23T04:31:34.3998425Z T=std::tuple 2022-11-23T04:31:34.3998505Z ] 2022-11-23T04:31:34.3998910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.3998992Z with 2022-11-23T04:31:34.3999071Z [ 2022-11-23T04:31:34.3999212Z T=std::tuple 2022-11-23T04:31:34.3999291Z ] 2022-11-23T04:31:34.3999741Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.3999823Z with 2022-11-23T04:31:34.3999901Z [ 2022-11-23T04:31:34.4000039Z T=std::tuple 2022-11-23T04:31:34.4000116Z ] 2022-11-23T04:31:34.4000592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.4000657Z with 2022-11-23T04:31:34.4000735Z [ 2022-11-23T04:31:34.4000874Z T=std::tuple 2022-11-23T04:31:34.4001047Z ] 2022-11-23T04:31:34.4001492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:34.4001968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:34.4002391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.4002475Z with 2022-11-23T04:31:34.4002554Z [ 2022-11-23T04:31:34.4002762Z T=std::tuple 2022-11-23T04:31:34.4002854Z ] 2022-11-23T04:31:34.4003244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:34.4003325Z with 2022-11-23T04:31:34.4003405Z [ 2022-11-23T04:31:34.4003577Z T=std::vector> 2022-11-23T04:31:34.4003656Z ] 2022-11-23T04:31:34.4004060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:34.4004142Z with 2022-11-23T04:31:34.4004203Z [ 2022-11-23T04:31:34.4004377Z T=std::vector> 2022-11-23T04:31:34.4004457Z ] 2022-11-23T04:31:34.4004912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:34.4004998Z with 2022-11-23T04:31:34.4005076Z [ 2022-11-23T04:31:34.4005245Z T=std::vector> 2022-11-23T04:31:34.4005323Z ] 2022-11-23T04:31:34.4005803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:34.4005887Z with 2022-11-23T04:31:34.4005966Z [ 2022-11-23T04:31:34.4006133Z T=std::vector> 2022-11-23T04:31:34.4006211Z ] 2022-11-23T04:31:34.4006671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:34.4007165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:34.4007586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:34.4007670Z with 2022-11-23T04:31:34.4007745Z [ 2022-11-23T04:31:34.4007913Z T=std::vector> 2022-11-23T04:31:34.4007975Z ] 2022-11-23T04:31:34.4009862Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_ort C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib 2022-11-23T04:31:34.6467317Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.exp 2022-11-23T04:31:34.6645870Z Generating code 2022-11-23T04:31:37.3988725Z Finished generating code 2022-11-23T04:31:37.5737158Z building 'torch_test_cpp_extension.rng' extension 2022-11-23T04:31:37.5847807Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T04:31:37.5854455Z Compiling objects... 2022-11-23T04:31:37.5854978Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T04:31:57.9091706Z [1/1] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\rng_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T04:31:57.9097303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:31:57.9098691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9099525Z with 2022-11-23T04:31:57.9099750Z [ 2022-11-23T04:31:57.9100158Z T=c10::SymInt 2022-11-23T04:31:57.9100376Z ] 2022-11-23T04:31:57.9101163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9101936Z with 2022-11-23T04:31:57.9102136Z [ 2022-11-23T04:31:57.9102355Z T=c10::SymInt 2022-11-23T04:31:57.9102567Z ] 2022-11-23T04:31:57.9103131Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9103659Z with 2022-11-23T04:31:57.9103839Z [ 2022-11-23T04:31:57.9104050Z T=c10::SymInt 2022-11-23T04:31:57.9104260Z ] 2022-11-23T04:31:57.9105689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9106324Z with 2022-11-23T04:31:57.9106699Z [ 2022-11-23T04:31:57.9106917Z T=c10::SymInt 2022-11-23T04:31:57.9107129Z ] 2022-11-23T04:31:57.9107909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9108732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9109557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9110059Z with 2022-11-23T04:31:57.9110259Z [ 2022-11-23T04:31:57.9110465Z T=c10::SymInt 2022-11-23T04:31:57.9110677Z ] 2022-11-23T04:31:57.9111155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T04:31:57.9111917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9112380Z with 2022-11-23T04:31:57.9112579Z [ 2022-11-23T04:31:57.9112781Z T=at::Generator 2022-11-23T04:31:57.9113106Z ] 2022-11-23T04:31:57.9113682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9114440Z with 2022-11-23T04:31:57.9114641Z [ 2022-11-23T04:31:57.9114864Z T=at::Generator 2022-11-23T04:31:57.9115064Z ] 2022-11-23T04:31:57.9115635Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9116163Z with 2022-11-23T04:31:57.9116359Z [ 2022-11-23T04:31:57.9116574Z T=at::Generator 2022-11-23T04:31:57.9116789Z ] 2022-11-23T04:31:57.9117370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9117926Z with 2022-11-23T04:31:57.9118123Z [ 2022-11-23T04:31:57.9118338Z T=at::Generator 2022-11-23T04:31:57.9118551Z ] 2022-11-23T04:31:57.9119080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9120209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9121314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9121822Z with 2022-11-23T04:31:57.9122021Z [ 2022-11-23T04:31:57.9122241Z T=at::Generator 2022-11-23T04:31:57.9122456Z ] 2022-11-23T04:31:57.9123033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9123515Z with 2022-11-23T04:31:57.9123718Z [ 2022-11-23T04:31:57.9123946Z T=at::TensorBase 2022-11-23T04:31:57.9124165Z ] 2022-11-23T04:31:57.9124684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9125146Z with 2022-11-23T04:31:57.9125341Z [ 2022-11-23T04:31:57.9125561Z T=at::TensorBase 2022-11-23T04:31:57.9125774Z ] 2022-11-23T04:31:57.9126605Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9127135Z with 2022-11-23T04:31:57.9127399Z [ 2022-11-23T04:31:57.9127682Z T=at::TensorBase 2022-11-23T04:31:57.9128041Z ] 2022-11-23T04:31:57.9128648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9129206Z with 2022-11-23T04:31:57.9129404Z [ 2022-11-23T04:31:57.9129609Z T=at::TensorBase 2022-11-23T04:31:57.9129823Z ] 2022-11-23T04:31:57.9130346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9131213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9132431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9133405Z with 2022-11-23T04:31:57.9133746Z [ 2022-11-23T04:31:57.9134180Z T=at::TensorBase 2022-11-23T04:31:57.9134627Z ] 2022-11-23T04:31:57.9135481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9136263Z with 2022-11-23T04:31:57.9136590Z [ 2022-11-23T04:31:57.9136924Z T=at::Tensor 2022-11-23T04:31:57.9137279Z ] 2022-11-23T04:31:57.9138152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9138978Z with 2022-11-23T04:31:57.9139301Z [ 2022-11-23T04:31:57.9139800Z T=at::Tensor 2022-11-23T04:31:57.9140347Z ] 2022-11-23T04:31:57.9141394Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9142362Z with 2022-11-23T04:31:57.9142698Z [ 2022-11-23T04:31:57.9143043Z T=at::Tensor 2022-11-23T04:31:57.9143383Z ] 2022-11-23T04:31:57.9144370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9145313Z with 2022-11-23T04:31:57.9145640Z [ 2022-11-23T04:31:57.9145993Z T=at::Tensor 2022-11-23T04:31:57.9146482Z ] 2022-11-23T04:31:57.9147491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9148993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9150396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9151253Z with 2022-11-23T04:31:57.9151592Z [ 2022-11-23T04:31:57.9151946Z T=at::Tensor 2022-11-23T04:31:57.9152299Z ] 2022-11-23T04:31:57.9153147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9154002Z with 2022-11-23T04:31:57.9154389Z [ 2022-11-23T04:31:57.9154838Z T=c10::Scalar 2022-11-23T04:31:57.9155192Z ] 2022-11-23T04:31:57.9156071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9156892Z with 2022-11-23T04:31:57.9157211Z [ 2022-11-23T04:31:57.9157570Z T=c10::Scalar 2022-11-23T04:31:57.9157939Z ] 2022-11-23T04:31:57.9158893Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9159855Z with 2022-11-23T04:31:57.9160192Z [ 2022-11-23T04:31:57.9160617Z T=c10::Scalar 2022-11-23T04:31:57.9161044Z ] 2022-11-23T04:31:57.9162066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9163002Z with 2022-11-23T04:31:57.9163327Z [ 2022-11-23T04:31:57.9163656Z T=c10::Scalar 2022-11-23T04:31:57.9164005Z ] 2022-11-23T04:31:57.9164882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9166319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9167845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9168874Z with 2022-11-23T04:31:57.9169204Z [ 2022-11-23T04:31:57.9169546Z T=c10::Scalar 2022-11-23T04:31:57.9169896Z ] 2022-11-23T04:31:57.9170733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9171509Z with 2022-11-23T04:31:57.9171837Z [ 2022-11-23T04:31:57.9172171Z T=std::string 2022-11-23T04:31:57.9172613Z ] 2022-11-23T04:31:57.9173805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9174654Z with 2022-11-23T04:31:57.9174987Z [ 2022-11-23T04:31:57.9175359Z T=std::string 2022-11-23T04:31:57.9175697Z ] 2022-11-23T04:31:57.9176647Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9177529Z with 2022-11-23T04:31:57.9177862Z [ 2022-11-23T04:31:57.9178216Z T=std::string 2022-11-23T04:31:57.9178568Z ] 2022-11-23T04:31:57.9179639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9180716Z with 2022-11-23T04:31:57.9181179Z [ 2022-11-23T04:31:57.9181577Z T=std::string 2022-11-23T04:31:57.9181929Z ] 2022-11-23T04:31:57.9182813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9184176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9185595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9186606Z with 2022-11-23T04:31:57.9187018Z [ 2022-11-23T04:31:57.9187383Z T=std::string 2022-11-23T04:31:57.9187739Z ] 2022-11-23T04:31:57.9188588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9189358Z with 2022-11-23T04:31:57.9189689Z [ 2022-11-23T04:31:57.9190069Z T=c10::QualifiedName 2022-11-23T04:31:57.9190445Z ] 2022-11-23T04:31:57.9191323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9192128Z with 2022-11-23T04:31:57.9192536Z [ 2022-11-23T04:31:57.9192921Z T=c10::QualifiedName 2022-11-23T04:31:57.9193366Z ] 2022-11-23T04:31:57.9194405Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9195287Z with 2022-11-23T04:31:57.9195599Z [ 2022-11-23T04:31:57.9196151Z T=c10::QualifiedName 2022-11-23T04:31:57.9196517Z ] 2022-11-23T04:31:57.9197520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9198444Z with 2022-11-23T04:31:57.9198774Z [ 2022-11-23T04:31:57.9199223Z T=c10::QualifiedName 2022-11-23T04:31:57.9199603Z ] 2022-11-23T04:31:57.9200648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9202194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9203654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9204507Z with 2022-11-23T04:31:57.9204840Z [ 2022-11-23T04:31:57.9205194Z T=c10::QualifiedName 2022-11-23T04:31:57.9205681Z ] 2022-11-23T04:31:57.9206595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9207458Z with 2022-11-23T04:31:57.9207785Z [ 2022-11-23T04:31:57.9208256Z T=std::shared_ptr 2022-11-23T04:31:57.9208682Z ] 2022-11-23T04:31:57.9209564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9210379Z with 2022-11-23T04:31:57.9210714Z [ 2022-11-23T04:31:57.9211178Z T=std::shared_ptr 2022-11-23T04:31:57.9211623Z ] 2022-11-23T04:31:57.9212656Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9213617Z with 2022-11-23T04:31:57.9214016Z [ 2022-11-23T04:31:57.9214475Z T=std::shared_ptr 2022-11-23T04:31:57.9214910Z ] 2022-11-23T04:31:57.9215921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9216845Z with 2022-11-23T04:31:57.9217176Z [ 2022-11-23T04:31:57.9217644Z T=std::shared_ptr 2022-11-23T04:31:57.9218092Z ] 2022-11-23T04:31:57.9219067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:57.9220803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:57.9222282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9223298Z with 2022-11-23T04:31:57.9223612Z [ 2022-11-23T04:31:57.9224075Z T=std::shared_ptr 2022-11-23T04:31:57.9224520Z ] 2022-11-23T04:31:57.9225358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9226262Z with 2022-11-23T04:31:57.9226590Z [ 2022-11-23T04:31:57.9227113Z T=std::weak_ptr 2022-11-23T04:31:57.9227574Z ] 2022-11-23T04:31:57.9228523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9229476Z with 2022-11-23T04:31:57.9229835Z [ 2022-11-23T04:31:57.9230279Z T=std::weak_ptr 2022-11-23T04:31:57.9230724Z ] 2022-11-23T04:31:57.9231725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9232605Z with 2022-11-23T04:31:57.9232937Z [ 2022-11-23T04:31:57.9233472Z T=std::weak_ptr 2022-11-23T04:31:57.9233901Z ] 2022-11-23T04:31:57.9235099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9236053Z with 2022-11-23T04:31:57.9236386Z [ 2022-11-23T04:31:57.9236862Z T=std::weak_ptr 2022-11-23T04:31:57.9237302Z ] 2022-11-23T04:31:57.9238257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:57.9239777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:57.9241405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9259246Z with 2022-11-23T04:31:57.9259726Z [ 2022-11-23T04:31:57.9260224Z T=std::weak_ptr 2022-11-23T04:31:57.9260682Z ] 2022-11-23T04:31:57.9261653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9262627Z with 2022-11-23T04:31:57.9262959Z [ 2022-11-23T04:31:57.9263492Z T=std::vector> 2022-11-23T04:31:57.9263972Z ] 2022-11-23T04:31:57.9264872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9265701Z with 2022-11-23T04:31:57.9266034Z [ 2022-11-23T04:31:57.9266560Z T=std::vector> 2022-11-23T04:31:57.9267058Z ] 2022-11-23T04:31:57.9268079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9269358Z with 2022-11-23T04:31:57.9269691Z [ 2022-11-23T04:31:57.9270215Z T=std::vector> 2022-11-23T04:31:57.9270700Z ] 2022-11-23T04:31:57.9271730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9272680Z with 2022-11-23T04:31:57.9272997Z [ 2022-11-23T04:31:57.9273523Z T=std::vector> 2022-11-23T04:31:57.9274087Z ] 2022-11-23T04:31:57.9275398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:57.9277061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:57.9278563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9279416Z with 2022-11-23T04:31:57.9279729Z [ 2022-11-23T04:31:57.9280256Z T=std::vector> 2022-11-23T04:31:57.9280828Z ] 2022-11-23T04:31:57.9281784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9282684Z with 2022-11-23T04:31:57.9283019Z [ 2022-11-23T04:31:57.9283450Z T=std::vector> 2022-11-23T04:31:57.9283875Z ] 2022-11-23T04:31:57.9284753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9285559Z with 2022-11-23T04:31:57.9285892Z [ 2022-11-23T04:31:57.9286330Z T=std::vector> 2022-11-23T04:31:57.9286733Z ] 2022-11-23T04:31:57.9287801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9288901Z with 2022-11-23T04:31:57.9289247Z [ 2022-11-23T04:31:57.9289700Z T=std::vector> 2022-11-23T04:31:57.9290129Z ] 2022-11-23T04:31:57.9291132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9292087Z with 2022-11-23T04:31:57.9292420Z [ 2022-11-23T04:31:57.9292866Z T=std::vector> 2022-11-23T04:31:57.9293288Z ] 2022-11-23T04:31:57.9294315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:57.9295977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:57.9297590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9298451Z with 2022-11-23T04:31:57.9298789Z [ 2022-11-23T04:31:57.9299235Z T=std::vector> 2022-11-23T04:31:57.9299656Z ] 2022-11-23T04:31:57.9300578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9301447Z with 2022-11-23T04:31:57.9301885Z [ 2022-11-23T04:31:57.9302585Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9303134Z ] 2022-11-23T04:31:57.9304011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9304817Z with 2022-11-23T04:31:57.9305130Z [ 2022-11-23T04:31:57.9305677Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9306191Z ] 2022-11-23T04:31:57.9307341Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9308555Z with 2022-11-23T04:31:57.9308994Z [ 2022-11-23T04:31:57.9309670Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9310168Z ] 2022-11-23T04:31:57.9311197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9312204Z with 2022-11-23T04:31:57.9312538Z [ 2022-11-23T04:31:57.9313082Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9313602Z ] 2022-11-23T04:31:57.9314698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:31:57.9316530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:31:57.9318035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:31:57.9319431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9320273Z with 2022-11-23T04:31:57.9320604Z [ 2022-11-23T04:31:57.9321252Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9321826Z ] 2022-11-23T04:31:57.9322788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9323736Z with 2022-11-23T04:31:57.9324076Z [ 2022-11-23T04:31:57.9324612Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9325114Z ] 2022-11-23T04:31:57.9325984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9326797Z with 2022-11-23T04:31:57.9327110Z [ 2022-11-23T04:31:57.9327724Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9328280Z ] 2022-11-23T04:31:57.9329441Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9330366Z with 2022-11-23T04:31:57.9330710Z [ 2022-11-23T04:31:57.9331280Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9331793Z ] 2022-11-23T04:31:57.9332821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9333770Z with 2022-11-23T04:31:57.9334184Z [ 2022-11-23T04:31:57.9334719Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9335287Z ] 2022-11-23T04:31:57.9336402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:31:57.9338027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:31:57.9339505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:31:57.9340917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9341856Z with 2022-11-23T04:31:57.9342276Z [ 2022-11-23T04:31:57.9342895Z T=std::vector,std::allocator>> 2022-11-23T04:31:57.9343378Z ] 2022-11-23T04:31:57.9344227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9345118Z with 2022-11-23T04:31:57.9345444Z [ 2022-11-23T04:31:57.9345894Z T=std::vector> 2022-11-23T04:31:57.9346317Z ] 2022-11-23T04:31:57.9347167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9348063Z with 2022-11-23T04:31:57.9348400Z [ 2022-11-23T04:31:57.9349077Z T=std::vector> 2022-11-23T04:31:57.9349516Z ] 2022-11-23T04:31:57.9350456Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9351497Z with 2022-11-23T04:31:57.9351805Z [ 2022-11-23T04:31:57.9352253Z T=std::vector> 2022-11-23T04:31:57.9352678Z ] 2022-11-23T04:31:57.9353687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9354726Z with 2022-11-23T04:31:57.9355150Z [ 2022-11-23T04:31:57.9355677Z T=std::vector> 2022-11-23T04:31:57.9356105Z ] 2022-11-23T04:31:57.9357178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:57.9358707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:57.9360158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9361082Z with 2022-11-23T04:31:57.9361418Z [ 2022-11-23T04:31:57.9361937Z T=std::vector> 2022-11-23T04:31:57.9362447Z ] 2022-11-23T04:31:57.9363312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9364106Z with 2022-11-23T04:31:57.9364449Z [ 2022-11-23T04:31:57.9364975Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:57.9365460Z ] 2022-11-23T04:31:57.9366255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9366841Z with 2022-11-23T04:31:57.9367116Z [ 2022-11-23T04:31:57.9367610Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:57.9367911Z ] 2022-11-23T04:31:57.9368469Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9369451Z with 2022-11-23T04:31:57.9369654Z [ 2022-11-23T04:31:57.9369965Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:57.9370261Z ] 2022-11-23T04:31:57.9370861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9371435Z with 2022-11-23T04:31:57.9371793Z [ 2022-11-23T04:31:57.9372374Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:57.9372928Z ] 2022-11-23T04:31:57.9374070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:57.9376305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:57.9377529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T04:31:57.9378436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9378943Z with 2022-11-23T04:31:57.9379129Z [ 2022-11-23T04:31:57.9379443Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:31:57.9379735Z ] 2022-11-23T04:31:57.9380344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9380837Z with 2022-11-23T04:31:57.9381019Z [ 2022-11-23T04:31:57.9381329Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:57.9381807Z ] 2022-11-23T04:31:57.9382438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9383083Z with 2022-11-23T04:31:57.9383288Z [ 2022-11-23T04:31:57.9383579Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:57.9383871Z ] 2022-11-23T04:31:57.9384443Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9384972Z with 2022-11-23T04:31:57.9385172Z [ 2022-11-23T04:31:57.9385477Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:57.9385748Z ] 2022-11-23T04:31:57.9386350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9386908Z with 2022-11-23T04:31:57.9387106Z [ 2022-11-23T04:31:57.9387413Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:57.9387704Z ] 2022-11-23T04:31:57.9388474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:57.9389732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:57.9390710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T04:31:57.9391608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9392105Z with 2022-11-23T04:31:57.9392307Z [ 2022-11-23T04:31:57.9392620Z T=c10::impl::InlineStreamGuard 2022-11-23T04:31:57.9392910Z ] 2022-11-23T04:31:57.9394656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9395570Z with 2022-11-23T04:31:57.9395955Z [ 2022-11-23T04:31:57.9396332Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:57.9396576Z ] 2022-11-23T04:31:57.9397102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9397582Z with 2022-11-23T04:31:57.9397765Z [ 2022-11-23T04:31:57.9398009Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:57.9398246Z ] 2022-11-23T04:31:57.9398953Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9399516Z with 2022-11-23T04:31:57.9399713Z [ 2022-11-23T04:31:57.9399944Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:57.9400182Z ] 2022-11-23T04:31:57.9400783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9401332Z with 2022-11-23T04:31:57.9401695Z [ 2022-11-23T04:31:57.9401943Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:57.9402169Z ] 2022-11-23T04:31:57.9402982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9403829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9404316Z with 2022-11-23T04:31:57.9404515Z [ 2022-11-23T04:31:57.9404759Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:57.9404984Z ] 2022-11-23T04:31:57.9405567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T04:31:57.9406460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9406961Z with 2022-11-23T04:31:57.9407162Z [ 2022-11-23T04:31:57.9407404Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:31:57.9407631Z ] 2022-11-23T04:31:57.9408280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9408760Z with 2022-11-23T04:31:57.9409090Z [ 2022-11-23T04:31:57.9409575Z T=std::vector> 2022-11-23T04:31:57.9409907Z ] 2022-11-23T04:31:57.9410427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9410887Z with 2022-11-23T04:31:57.9411083Z [ 2022-11-23T04:31:57.9411442Z T=std::vector> 2022-11-23T04:31:57.9411911Z ] 2022-11-23T04:31:57.9412484Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9413000Z with 2022-11-23T04:31:57.9413182Z [ 2022-11-23T04:31:57.9413537Z T=std::vector> 2022-11-23T04:31:57.9413861Z ] 2022-11-23T04:31:57.9414459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9415186Z with 2022-11-23T04:31:57.9415595Z [ 2022-11-23T04:31:57.9416118Z T=std::vector> 2022-11-23T04:31:57.9416461Z ] 2022-11-23T04:31:57.9417096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:57.9418120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:57.9419035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9419542Z with 2022-11-23T04:31:57.9419743Z [ 2022-11-23T04:31:57.9420099Z T=std::vector> 2022-11-23T04:31:57.9420427Z ] 2022-11-23T04:31:57.9420912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9421544Z with 2022-11-23T04:31:57.9421745Z [ 2022-11-23T04:31:57.9421985Z T=torch::autograd::ViewInfo 2022-11-23T04:31:57.9422367Z ] 2022-11-23T04:31:57.9423006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9423483Z with 2022-11-23T04:31:57.9423685Z [ 2022-11-23T04:31:57.9423923Z T=torch::autograd::ViewInfo 2022-11-23T04:31:57.9424159Z ] 2022-11-23T04:31:57.9424728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9425253Z with 2022-11-23T04:31:57.9425437Z [ 2022-11-23T04:31:57.9425791Z T=torch::autograd::ViewInfo 2022-11-23T04:31:57.9426057Z ] 2022-11-23T04:31:57.9426658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9427214Z with 2022-11-23T04:31:57.9427397Z [ 2022-11-23T04:31:57.9427636Z T=torch::autograd::ViewInfo 2022-11-23T04:31:57.9428017Z ] 2022-11-23T04:31:57.9428577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9429806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9430666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9431198Z with 2022-11-23T04:31:57.9431388Z [ 2022-11-23T04:31:57.9431628Z T=torch::autograd::ViewInfo 2022-11-23T04:31:57.9431906Z ] 2022-11-23T04:31:57.9432497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9432987Z with 2022-11-23T04:31:57.9433190Z [ 2022-11-23T04:31:57.9433391Z T=c10::IValue 2022-11-23T04:31:57.9433601Z ] 2022-11-23T04:31:57.9434118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9434754Z with 2022-11-23T04:31:57.9434956Z [ 2022-11-23T04:31:57.9435169Z T=c10::IValue 2022-11-23T04:31:57.9435492Z ] 2022-11-23T04:31:57.9436194Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9436722Z with 2022-11-23T04:31:57.9436919Z [ 2022-11-23T04:31:57.9437131Z T=c10::IValue 2022-11-23T04:31:57.9437330Z ] 2022-11-23T04:31:57.9437933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9438487Z with 2022-11-23T04:31:57.9438684Z [ 2022-11-23T04:31:57.9438896Z T=c10::IValue 2022-11-23T04:31:57.9439108Z ] 2022-11-23T04:31:57.9439612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9440432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9441429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9442129Z with 2022-11-23T04:31:57.9442539Z [ 2022-11-23T04:31:57.9442763Z T=c10::IValue 2022-11-23T04:31:57.9442976Z ] 2022-11-23T04:31:57.9443460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9443923Z with 2022-11-23T04:31:57.9444122Z [ 2022-11-23T04:31:57.9444341Z T=c10::AliasInfo 2022-11-23T04:31:57.9444556Z ] 2022-11-23T04:31:57.9445077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9445680Z with 2022-11-23T04:31:57.9445878Z [ 2022-11-23T04:31:57.9446103Z T=c10::AliasInfo 2022-11-23T04:31:57.9446318Z ] 2022-11-23T04:31:57.9446883Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9447410Z with 2022-11-23T04:31:57.9447742Z [ 2022-11-23T04:31:57.9447990Z T=c10::AliasInfo 2022-11-23T04:31:57.9448206Z ] 2022-11-23T04:31:57.9449057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9449709Z with 2022-11-23T04:31:57.9449980Z [ 2022-11-23T04:31:57.9450187Z T=c10::AliasInfo 2022-11-23T04:31:57.9450411Z ] 2022-11-23T04:31:57.9450934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9451759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9452592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9453099Z with 2022-11-23T04:31:57.9453298Z [ 2022-11-23T04:31:57.9453502Z T=c10::AliasInfo 2022-11-23T04:31:57.9453723Z ] 2022-11-23T04:31:57.9454385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9454863Z with 2022-11-23T04:31:57.9455194Z [ 2022-11-23T04:31:57.9455600Z T=std::vector> 2022-11-23T04:31:57.9455873Z ] 2022-11-23T04:31:57.9456394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9456921Z with 2022-11-23T04:31:57.9457267Z [ 2022-11-23T04:31:57.9458762Z T=std::vector> 2022-11-23T04:31:57.9459260Z ] 2022-11-23T04:31:57.9460652Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9461723Z with 2022-11-23T04:31:57.9462079Z [ 2022-11-23T04:31:57.9462592Z T=std::vector> 2022-11-23T04:31:57.9463085Z ] 2022-11-23T04:31:57.9464213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9465293Z with 2022-11-23T04:31:57.9467370Z [ 2022-11-23T04:31:57.9467881Z T=std::vector> 2022-11-23T04:31:57.9469142Z ] 2022-11-23T04:31:57.9472338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:57.9473106Z with 2022-11-23T04:31:57.9473296Z [ 2022-11-23T04:31:57.9473527Z T=c10::SymInt 2022-11-23T04:31:57.9473741Z ] 2022-11-23T04:31:57.9474294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:57.9474799Z with 2022-11-23T04:31:57.9474981Z [ 2022-11-23T04:31:57.9475197Z T=c10::SymInt 2022-11-23T04:31:57.9475407Z ] 2022-11-23T04:31:57.9475988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T04:31:57.9477069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T04:31:57.9478041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9478549Z with 2022-11-23T04:31:57.9478748Z [ 2022-11-23T04:31:57.9479017Z T=std::vector> 2022-11-23T04:31:57.9479288Z ] 2022-11-23T04:31:57.9479785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9480249Z with 2022-11-23T04:31:57.9480452Z [ 2022-11-23T04:31:57.9480746Z T=c10::either 2022-11-23T04:31:57.9481013Z ] 2022-11-23T04:31:57.9481535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9482013Z with 2022-11-23T04:31:57.9482210Z [ 2022-11-23T04:31:57.9482497Z T=c10::either 2022-11-23T04:31:57.9482754Z ] 2022-11-23T04:31:57.9483325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9484044Z with 2022-11-23T04:31:57.9484248Z [ 2022-11-23T04:31:57.9484653Z T=c10::either 2022-11-23T04:31:57.9485060Z ] 2022-11-23T04:31:57.9485739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9486678Z with 2022-11-23T04:31:57.9487024Z [ 2022-11-23T04:31:57.9487503Z T=c10::either 2022-11-23T04:31:57.9487786Z ] 2022-11-23T04:31:57.9488364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:57.9489309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:57.9490355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9490856Z with 2022-11-23T04:31:57.9491039Z [ 2022-11-23T04:31:57.9491328Z T=c10::either 2022-11-23T04:31:57.9491603Z ] 2022-11-23T04:31:57.9492101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9492565Z with 2022-11-23T04:31:57.9492747Z [ 2022-11-23T04:31:57.9492975Z T=at::StepCallbacks 2022-11-23T04:31:57.9493200Z ] 2022-11-23T04:31:57.9494344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9494903Z with 2022-11-23T04:31:57.9495103Z [ 2022-11-23T04:31:57.9495322Z T=at::StepCallbacks 2022-11-23T04:31:57.9495547Z ] 2022-11-23T04:31:57.9496113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9496637Z with 2022-11-23T04:31:57.9496836Z [ 2022-11-23T04:31:57.9497060Z T=at::StepCallbacks 2022-11-23T04:31:57.9497267Z ] 2022-11-23T04:31:57.9497867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9498425Z with 2022-11-23T04:31:57.9498628Z [ 2022-11-23T04:31:57.9498852Z T=at::StepCallbacks 2022-11-23T04:31:57.9499061Z ] 2022-11-23T04:31:57.9499597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9500438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9501280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9501780Z with 2022-11-23T04:31:57.9501982Z [ 2022-11-23T04:31:57.9502208Z T=at::StepCallbacks 2022-11-23T04:31:57.9502437Z ] 2022-11-23T04:31:57.9502920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9503384Z with 2022-11-23T04:31:57.9503582Z [ 2022-11-23T04:31:57.9503799Z T=c10::DimVector 2022-11-23T04:31:57.9504014Z ] 2022-11-23T04:31:57.9504513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9504992Z with 2022-11-23T04:31:57.9505189Z [ 2022-11-23T04:31:57.9505406Z T=c10::DimVector 2022-11-23T04:31:57.9505618Z ] 2022-11-23T04:31:57.9506184Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9506835Z with 2022-11-23T04:31:57.9507032Z [ 2022-11-23T04:31:57.9507252Z T=c10::DimVector 2022-11-23T04:31:57.9507466Z ] 2022-11-23T04:31:57.9508066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9508621Z with 2022-11-23T04:31:57.9508803Z [ 2022-11-23T04:31:57.9509018Z T=c10::DimVector 2022-11-23T04:31:57.9509233Z ] 2022-11-23T04:31:57.9509838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9510681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9511514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9512017Z with 2022-11-23T04:31:57.9512201Z [ 2022-11-23T04:31:57.9512421Z T=c10::DimVector 2022-11-23T04:31:57.9512639Z ] 2022-11-23T04:31:57.9513139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9513600Z with 2022-11-23T04:31:57.9513797Z [ 2022-11-23T04:31:57.9514027Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:57.9514266Z ] 2022-11-23T04:31:57.9514783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9515265Z with 2022-11-23T04:31:57.9515644Z [ 2022-11-23T04:31:57.9515873Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:57.9516111Z ] 2022-11-23T04:31:57.9516938Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9517464Z with 2022-11-23T04:31:57.9517661Z [ 2022-11-23T04:31:57.9517902Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:57.9518121Z ] 2022-11-23T04:31:57.9518722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9519278Z with 2022-11-23T04:31:57.9519479Z [ 2022-11-23T04:31:57.9519719Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:57.9519953Z ] 2022-11-23T04:31:57.9520485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9521364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9522241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9522869Z with 2022-11-23T04:31:57.9523071Z [ 2022-11-23T04:31:57.9523314Z T=c10::impl::AnnotatedSchema 2022-11-23T04:31:57.9523554Z ] 2022-11-23T04:31:57.9524033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9524500Z with 2022-11-23T04:31:57.9524696Z [ 2022-11-23T04:31:57.9524987Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:57.9525264Z ] 2022-11-23T04:31:57.9525780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9526321Z with 2022-11-23T04:31:57.9526542Z [ 2022-11-23T04:31:57.9526838Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:57.9527120Z ] 2022-11-23T04:31:57.9527682Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9528197Z with 2022-11-23T04:31:57.9528423Z [ 2022-11-23T04:31:57.9528713Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:57.9528989Z ] 2022-11-23T04:31:57.9529582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9530132Z with 2022-11-23T04:31:57.9530336Z [ 2022-11-23T04:31:57.9530607Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:57.9530889Z ] 2022-11-23T04:31:57.9531526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9532471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9533380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9533885Z with 2022-11-23T04:31:57.9534087Z [ 2022-11-23T04:31:57.9534378Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:31:57.9534643Z ] 2022-11-23T04:31:57.9535151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T04:31:57.9535870Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T04:31:57.9536580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9537041Z with 2022-11-23T04:31:57.9537248Z [ 2022-11-23T04:31:57.9537509Z T=std::tuple 2022-11-23T04:31:57.9537746Z ] 2022-11-23T04:31:57.9538265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9538862Z with 2022-11-23T04:31:57.9539059Z [ 2022-11-23T04:31:57.9539321Z T=std::tuple 2022-11-23T04:31:57.9539554Z ] 2022-11-23T04:31:57.9540115Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9540641Z with 2022-11-23T04:31:57.9540840Z [ 2022-11-23T04:31:57.9541099Z T=std::tuple 2022-11-23T04:31:57.9541349Z ] 2022-11-23T04:31:57.9542005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9542588Z with 2022-11-23T04:31:57.9542787Z [ 2022-11-23T04:31:57.9543049Z T=std::tuple 2022-11-23T04:31:57.9543301Z ] 2022-11-23T04:31:57.9543855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:57.9544753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:57.9545634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9546124Z with 2022-11-23T04:31:57.9546327Z [ 2022-11-23T04:31:57.9546589Z T=std::tuple 2022-11-23T04:31:57.9546841Z ] 2022-11-23T04:31:57.9547335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9547798Z with 2022-11-23T04:31:57.9547984Z [ 2022-11-23T04:31:57.9548215Z T=torch::jit::SourceRange 2022-11-23T04:31:57.9548448Z ] 2022-11-23T04:31:57.9548964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9549440Z with 2022-11-23T04:31:57.9549623Z [ 2022-11-23T04:31:57.9549858Z T=torch::jit::SourceRange 2022-11-23T04:31:57.9550088Z ] 2022-11-23T04:31:57.9550648Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9551164Z with 2022-11-23T04:31:57.9551364Z [ 2022-11-23T04:31:57.9551578Z T=torch::jit::SourceRange 2022-11-23T04:31:57.9551808Z ] 2022-11-23T04:31:57.9552403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9552955Z with 2022-11-23T04:31:57.9553153Z [ 2022-11-23T04:31:57.9553381Z T=torch::jit::SourceRange 2022-11-23T04:31:57.9553594Z ] 2022-11-23T04:31:57.9554139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9555115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9555976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9556473Z with 2022-11-23T04:31:57.9556669Z [ 2022-11-23T04:31:57.9556901Z T=torch::jit::SourceRange 2022-11-23T04:31:57.9557115Z ] 2022-11-23T04:31:57.9557688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9558180Z with 2022-11-23T04:31:57.9558377Z [ 2022-11-23T04:31:57.9558637Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:57.9558886Z ] 2022-11-23T04:31:57.9559384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9559858Z with 2022-11-23T04:31:57.9560057Z [ 2022-11-23T04:31:57.9560315Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:57.9560565Z ] 2022-11-23T04:31:57.9561124Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9561640Z with 2022-11-23T04:31:57.9561842Z [ 2022-11-23T04:31:57.9562096Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:57.9562346Z ] 2022-11-23T04:31:57.9562939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9563488Z with 2022-11-23T04:31:57.9563670Z [ 2022-11-23T04:31:57.9563922Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:57.9564167Z ] 2022-11-23T04:31:57.9564720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9565599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9566470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9566969Z with 2022-11-23T04:31:57.9567154Z [ 2022-11-23T04:31:57.9567411Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:31:57.9567661Z ] 2022-11-23T04:31:57.9568159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9568618Z with 2022-11-23T04:31:57.9568816Z [ 2022-11-23T04:31:57.9569050Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:57.9569296Z ] 2022-11-23T04:31:57.9569821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9570407Z with 2022-11-23T04:31:57.9570605Z [ 2022-11-23T04:31:57.9570858Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:57.9571088Z ] 2022-11-23T04:31:57.9571649Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9572419Z with 2022-11-23T04:31:57.9572621Z [ 2022-11-23T04:31:57.9572874Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:57.9573288Z ] 2022-11-23T04:31:57.9574217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9574810Z with 2022-11-23T04:31:57.9575013Z [ 2022-11-23T04:31:57.9575269Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:57.9575515Z ] 2022-11-23T04:31:57.9576069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9576931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9577786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9578287Z with 2022-11-23T04:31:57.9578489Z [ 2022-11-23T04:31:57.9578745Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:31:57.9578991Z ] 2022-11-23T04:31:57.9579487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9579937Z with 2022-11-23T04:31:57.9580135Z [ 2022-11-23T04:31:57.9580365Z T=torch::jit::ScopePtr 2022-11-23T04:31:57.9580591Z ] 2022-11-23T04:31:57.9581111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9581587Z with 2022-11-23T04:31:57.9581769Z [ 2022-11-23T04:31:57.9581999Z T=torch::jit::ScopePtr 2022-11-23T04:31:57.9582225Z ] 2022-11-23T04:31:57.9582791Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9583313Z with 2022-11-23T04:31:57.9583493Z [ 2022-11-23T04:31:57.9583722Z T=torch::jit::ScopePtr 2022-11-23T04:31:57.9583947Z ] 2022-11-23T04:31:57.9584538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9585085Z with 2022-11-23T04:31:57.9585283Z [ 2022-11-23T04:31:57.9585493Z T=torch::jit::ScopePtr 2022-11-23T04:31:57.9585721Z ] 2022-11-23T04:31:57.9586262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9587214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9588062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9588557Z with 2022-11-23T04:31:57.9588755Z [ 2022-11-23T04:31:57.9588966Z T=torch::jit::ScopePtr 2022-11-23T04:31:57.9589193Z ] 2022-11-23T04:31:57.9589769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9590255Z with 2022-11-23T04:31:57.9590458Z [ 2022-11-23T04:31:57.9590693Z T=at::ThreadLocalState 2022-11-23T04:31:57.9590904Z ] 2022-11-23T04:31:57.9591420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9591900Z with 2022-11-23T04:31:57.9592098Z [ 2022-11-23T04:31:57.9592327Z T=at::ThreadLocalState 2022-11-23T04:31:57.9592554Z ] 2022-11-23T04:31:57.9593098Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9593620Z with 2022-11-23T04:31:57.9593821Z [ 2022-11-23T04:31:57.9594053Z T=at::ThreadLocalState 2022-11-23T04:31:57.9594281Z ] 2022-11-23T04:31:57.9595134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9595669Z with 2022-11-23T04:31:57.9595865Z [ 2022-11-23T04:31:57.9596097Z T=at::ThreadLocalState 2022-11-23T04:31:57.9596328Z ] 2022-11-23T04:31:57.9596866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9597731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9598592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9599091Z with 2022-11-23T04:31:57.9599275Z [ 2022-11-23T04:31:57.9599508Z T=at::ThreadLocalState 2022-11-23T04:31:57.9599740Z ] 2022-11-23T04:31:57.9600235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9600695Z with 2022-11-23T04:31:57.9600878Z [ 2022-11-23T04:31:57.9601135Z T=std::shared_ptr 2022-11-23T04:31:57.9601383Z ] 2022-11-23T04:31:57.9601906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9602491Z with 2022-11-23T04:31:57.9602689Z [ 2022-11-23T04:31:57.9602934Z T=std::shared_ptr 2022-11-23T04:31:57.9603179Z ] 2022-11-23T04:31:57.9603743Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9604260Z with 2022-11-23T04:31:57.9604458Z [ 2022-11-23T04:31:57.9604713Z T=std::shared_ptr 2022-11-23T04:31:57.9604942Z ] 2022-11-23T04:31:57.9605615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9606194Z with 2022-11-23T04:31:57.9606394Z [ 2022-11-23T04:31:57.9606655Z T=std::shared_ptr 2022-11-23T04:31:57.9606901Z ] 2022-11-23T04:31:57.9607437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:57.9608289Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:57.9609163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T04:31:57.9610032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9610542Z with 2022-11-23T04:31:57.9610741Z [ 2022-11-23T04:31:57.9610997Z T=std::shared_ptr 2022-11-23T04:31:57.9611243Z ] 2022-11-23T04:31:57.9611726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9612182Z with 2022-11-23T04:31:57.9612378Z [ 2022-11-23T04:31:57.9612615Z T=torch::jit::GraphExecutor 2022-11-23T04:31:57.9612851Z ] 2022-11-23T04:31:57.9613355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9613841Z with 2022-11-23T04:31:57.9614042Z [ 2022-11-23T04:31:57.9614277Z T=torch::jit::GraphExecutor 2022-11-23T04:31:57.9614511Z ] 2022-11-23T04:31:57.9615072Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9615585Z with 2022-11-23T04:31:57.9615767Z [ 2022-11-23T04:31:57.9616004Z T=torch::jit::GraphExecutor 2022-11-23T04:31:57.9616235Z ] 2022-11-23T04:31:57.9616831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9617381Z with 2022-11-23T04:31:57.9617562Z [ 2022-11-23T04:31:57.9617798Z T=torch::jit::GraphExecutor 2022-11-23T04:31:57.9618143Z ] 2022-11-23T04:31:57.9618692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9619525Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9620379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T04:31:57.9621324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9621856Z with 2022-11-23T04:31:57.9622040Z [ 2022-11-23T04:31:57.9622283Z T=torch::jit::GraphExecutor 2022-11-23T04:31:57.9622520Z ] 2022-11-23T04:31:57.9623021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9623485Z with 2022-11-23T04:31:57.9623686Z [ 2022-11-23T04:31:57.9623896Z T=torch::jit::Method 2022-11-23T04:31:57.9624121Z ] 2022-11-23T04:31:57.9624641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9625122Z with 2022-11-23T04:31:57.9625321Z [ 2022-11-23T04:31:57.9625548Z T=torch::jit::Method 2022-11-23T04:31:57.9625759Z ] 2022-11-23T04:31:57.9626321Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9626843Z with 2022-11-23T04:31:57.9627040Z [ 2022-11-23T04:31:57.9627264Z T=torch::jit::Method 2022-11-23T04:31:57.9627467Z ] 2022-11-23T04:31:57.9628064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9628625Z with 2022-11-23T04:31:57.9628825Z [ 2022-11-23T04:31:57.9629054Z T=torch::jit::Method 2022-11-23T04:31:57.9629277Z ] 2022-11-23T04:31:57.9629793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9630635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9631533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9632037Z with 2022-11-23T04:31:57.9632236Z [ 2022-11-23T04:31:57.9632462Z T=torch::jit::Method 2022-11-23T04:31:57.9632684Z ] 2022-11-23T04:31:57.9633168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9633761Z with 2022-11-23T04:31:57.9633960Z [ 2022-11-23T04:31:57.9634248Z T=std::vector> 2022-11-23T04:31:57.9634520Z ] 2022-11-23T04:31:57.9635037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9635500Z with 2022-11-23T04:31:57.9635697Z [ 2022-11-23T04:31:57.9635980Z T=std::vector> 2022-11-23T04:31:57.9636252Z ] 2022-11-23T04:31:57.9636897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9637443Z with 2022-11-23T04:31:57.9637628Z [ 2022-11-23T04:31:57.9637918Z T=std::vector> 2022-11-23T04:31:57.9638187Z ] 2022-11-23T04:31:57.9638781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9639336Z with 2022-11-23T04:31:57.9639534Z [ 2022-11-23T04:31:57.9639802Z T=std::vector> 2022-11-23T04:31:57.9640072Z ] 2022-11-23T04:31:57.9640646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:57.9641551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:57.9642436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9642937Z with 2022-11-23T04:31:57.9643138Z [ 2022-11-23T04:31:57.9643425Z T=std::vector> 2022-11-23T04:31:57.9643678Z ] 2022-11-23T04:31:57.9644060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9644147Z with 2022-11-23T04:31:57.9644224Z [ 2022-11-23T04:31:57.9644433Z T=std::function 2022-11-23T04:31:57.9644514Z ] 2022-11-23T04:31:57.9644919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9645000Z with 2022-11-23T04:31:57.9645076Z [ 2022-11-23T04:31:57.9645277Z T=std::function 2022-11-23T04:31:57.9645355Z ] 2022-11-23T04:31:57.9645799Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9645881Z with 2022-11-23T04:31:57.9645961Z [ 2022-11-23T04:31:57.9646167Z T=std::function 2022-11-23T04:31:57.9646355Z ] 2022-11-23T04:31:57.9646834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9646916Z with 2022-11-23T04:31:57.9646994Z [ 2022-11-23T04:31:57.9647200Z T=std::function 2022-11-23T04:31:57.9647277Z ] 2022-11-23T04:31:57.9647766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:57.9648357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:57.9648810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9648895Z with 2022-11-23T04:31:57.9648973Z [ 2022-11-23T04:31:57.9649177Z T=std::function 2022-11-23T04:31:57.9649255Z ] 2022-11-23T04:31:57.9649635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9649720Z with 2022-11-23T04:31:57.9649798Z [ 2022-11-23T04:31:57.9650031Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:57.9650113Z ] 2022-11-23T04:31:57.9650516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9650597Z with 2022-11-23T04:31:57.9650674Z [ 2022-11-23T04:31:57.9650888Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:57.9650966Z ] 2022-11-23T04:31:57.9651416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9651498Z with 2022-11-23T04:31:57.9651576Z [ 2022-11-23T04:31:57.9651811Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:57.9651893Z ] 2022-11-23T04:31:57.9652373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9652455Z with 2022-11-23T04:31:57.9652533Z [ 2022-11-23T04:31:57.9652761Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:57.9652839Z ] 2022-11-23T04:31:57.9653358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:31:57.9653910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:31:57.9655115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9655200Z with 2022-11-23T04:31:57.9655278Z [ 2022-11-23T04:31:57.9655511Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:31:57.9655589Z ] 2022-11-23T04:31:57.9655974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9656055Z with 2022-11-23T04:31:57.9656115Z [ 2022-11-23T04:31:57.9656376Z T=std::vector> 2022-11-23T04:31:57.9656477Z ] 2022-11-23T04:31:57.9656890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9656973Z with 2022-11-23T04:31:57.9657050Z [ 2022-11-23T04:31:57.9657210Z T=std::vector> 2022-11-23T04:31:57.9657287Z ] 2022-11-23T04:31:57.9657735Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9657818Z with 2022-11-23T04:31:57.9657894Z [ 2022-11-23T04:31:57.9658050Z T=std::vector> 2022-11-23T04:31:57.9658134Z ] 2022-11-23T04:31:57.9658617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9658705Z with 2022-11-23T04:31:57.9658782Z [ 2022-11-23T04:31:57.9658923Z T=std::vector> 2022-11-23T04:31:57.9659002Z ] 2022-11-23T04:31:57.9659438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:57.9659520Z with 2022-11-23T04:31:57.9659595Z [ 2022-11-23T04:31:57.9659686Z T=double 2022-11-23T04:31:57.9659763Z ] 2022-11-23T04:31:57.9660248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:57.9660333Z with 2022-11-23T04:31:57.9660410Z [ 2022-11-23T04:31:57.9660497Z T=double 2022-11-23T04:31:57.9660575Z ] 2022-11-23T04:31:57.9660998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9661079Z with 2022-11-23T04:31:57.9661154Z [ 2022-11-23T04:31:57.9661293Z T=std::vector> 2022-11-23T04:31:57.9661372Z ] 2022-11-23T04:31:57.9661760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9661844Z with 2022-11-23T04:31:57.9661920Z [ 2022-11-23T04:31:57.9662170Z T=std::tuple 2022-11-23T04:31:57.9662247Z ] 2022-11-23T04:31:57.9662654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9662735Z with 2022-11-23T04:31:57.9662811Z [ 2022-11-23T04:31:57.9662950Z T=std::tuple 2022-11-23T04:31:57.9663026Z ] 2022-11-23T04:31:57.9663473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9663554Z with 2022-11-23T04:31:57.9663629Z [ 2022-11-23T04:31:57.9663822Z T=std::tuple 2022-11-23T04:31:57.9663915Z ] 2022-11-23T04:31:57.9664403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9664488Z with 2022-11-23T04:31:57.9664565Z [ 2022-11-23T04:31:57.9664705Z T=std::tuple 2022-11-23T04:31:57.9664781Z ] 2022-11-23T04:31:57.9665210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:31:57.9665688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:31:57.9666117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9666203Z with 2022-11-23T04:31:57.9666281Z [ 2022-11-23T04:31:57.9666417Z T=std::tuple 2022-11-23T04:31:57.9666494Z ] 2022-11-23T04:31:57.9666874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9666954Z with 2022-11-23T04:31:57.9667031Z [ 2022-11-23T04:31:57.9667203Z T=std::vector> 2022-11-23T04:31:57.9667281Z ] 2022-11-23T04:31:57.9667670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:31:57.9667756Z with 2022-11-23T04:31:57.9667834Z [ 2022-11-23T04:31:57.9668004Z T=std::vector> 2022-11-23T04:31:57.9668082Z ] 2022-11-23T04:31:57.9668528Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:31:57.9668610Z with 2022-11-23T04:31:57.9668688Z [ 2022-11-23T04:31:57.9668851Z T=std::vector> 2022-11-23T04:31:57.9668928Z ] 2022-11-23T04:31:57.9669410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:31:57.9669590Z with 2022-11-23T04:31:57.9669667Z [ 2022-11-23T04:31:57.9669836Z T=std::vector> 2022-11-23T04:31:57.9669913Z ] 2022-11-23T04:31:57.9670363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:31:57.9670859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:31:57.9671364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:31:57.9671467Z with 2022-11-23T04:31:57.9671528Z [ 2022-11-23T04:31:57.9671707Z T=std::vector> 2022-11-23T04:31:57.9671785Z ] 2022-11-23T04:31:57.9672115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(14): warning C4068: unknown pragma 'GCC' 2022-11-23T04:31:57.9672431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(15): warning C4068: unknown pragma 'GCC' 2022-11-23T04:31:57.9672759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(821): warning C4068: unknown pragma 'GCC' 2022-11-23T04:31:57.9673119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1151): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T04:31:57.9673203Z with 2022-11-23T04:31:57.9673284Z [ 2022-11-23T04:31:57.9673388Z scalar_t=float 2022-11-23T04:31:57.9673467Z ] 2022-11-23T04:31:57.9673890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T04:31:57.9673976Z with 2022-11-23T04:31:57.9674224Z [ 2022-11-23T04:31:57.9674344Z scalar_t=float 2022-11-23T04:31:57.9674423Z ] 2022-11-23T04:31:57.9674840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1072): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T04:31:57.9674966Z with 2022-11-23T04:31:57.9675099Z [ 2022-11-23T04:31:57.9675373Z scalar_t=float 2022-11-23T04:31:57.9675519Z ] 2022-11-23T04:31:57.9676287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1210): note: see reference to function template instantiation 'scalar_t calc_igammac(scalar_t,scalar_t)' being compiled 2022-11-23T04:31:57.9676382Z with 2022-11-23T04:31:57.9676460Z [ 2022-11-23T04:31:57.9676559Z scalar_t=float 2022-11-23T04:31:57.9676637Z ] 2022-11-23T04:31:57.9676998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(933): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T04:31:57.9677078Z with 2022-11-23T04:31:57.9677154Z [ 2022-11-23T04:31:57.9677250Z scalar_t=float 2022-11-23T04:31:57.9677327Z ] 2022-11-23T04:31:57.9677770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1185): note: see reference to function template instantiation 'scalar_t _igam_helper_asymptotic_series(scalar_t,scalar_t,bool)' being compiled 2022-11-23T04:31:57.9677973Z with 2022-11-23T04:31:57.9678052Z [ 2022-11-23T04:31:57.9678150Z scalar_t=float 2022-11-23T04:31:57.9678230Z ] 2022-11-23T04:31:57.9678657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1200): note: see reference to function template instantiation 'scalar_t calc_igamma(scalar_t,scalar_t)' being compiled 2022-11-23T04:31:57.9678740Z with 2022-11-23T04:31:57.9678816Z [ 2022-11-23T04:31:57.9678913Z scalar_t=float 2022-11-23T04:31:57.9678990Z ] 2022-11-23T04:31:57.9679346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1314): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T04:31:57.9679427Z with 2022-11-23T04:31:57.9679504Z [ 2022-11-23T04:31:57.9679673Z T=float 2022-11-23T04:31:57.9679750Z ] 2022-11-23T04:31:57.9680216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1451): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_A(void)' being compiled 2022-11-23T04:31:57.9680303Z with 2022-11-23T04:31:57.9680382Z [ 2022-11-23T04:31:57.9680464Z T=float 2022-11-23T04:31:57.9680541Z ] 2022-11-23T04:31:57.9680930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1464): note: see reference to function template instantiation 'float calc_i0(T)' being compiled 2022-11-23T04:31:57.9681016Z with 2022-11-23T04:31:57.9681238Z [ 2022-11-23T04:31:57.9681328Z T=float 2022-11-23T04:31:57.9681406Z ] 2022-11-23T04:31:57.9681763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1338): warning C4305: 'initializing': truncation from 'double' to 'const T' 2022-11-23T04:31:57.9681845Z with 2022-11-23T04:31:57.9682015Z [ 2022-11-23T04:31:57.9682123Z T=float 2022-11-23T04:31:57.9682203Z ] 2022-11-23T04:31:57.9682768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1457): note: see reference to function template instantiation 'std::tuple chebyshev_coefficients_i0e_B(void)' being compiled 2022-11-23T04:31:57.9682857Z with 2022-11-23T04:31:57.9682934Z [ 2022-11-23T04:31:57.9683018Z T=float 2022-11-23T04:31:57.9683097Z ] 2022-11-23T04:31:57.9683448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(621): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T04:31:57.9683530Z with 2022-11-23T04:31:57.9683608Z [ 2022-11-23T04:31:57.9683707Z scalar_t=float 2022-11-23T04:31:57.9683790Z ] 2022-11-23T04:31:57.9684223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T04:31:57.9684308Z with 2022-11-23T04:31:57.9684385Z [ 2022-11-23T04:31:57.9684466Z scalar_t=float 2022-11-23T04:31:57.9684543Z ] 2022-11-23T04:31:57.9684979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(1195): note: see reference to function template instantiation 'scalar_t _igam_helper_series(scalar_t,scalar_t)' being compiled 2022-11-23T04:31:57.9685060Z with 2022-11-23T04:31:57.9685137Z [ 2022-11-23T04:31:57.9685236Z scalar_t=float 2022-11-23T04:31:57.9685313Z ] 2022-11-23T04:31:57.9685662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(622): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T04:31:57.9685744Z with 2022-11-23T04:31:57.9685934Z [ 2022-11-23T04:31:57.9686032Z scalar_t=float 2022-11-23T04:31:57.9686108Z ] 2022-11-23T04:31:57.9686459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(623): warning C4305: 'initializing': truncation from 'double' to 'scalar_t' 2022-11-23T04:31:57.9686541Z with 2022-11-23T04:31:57.9686600Z [ 2022-11-23T04:31:57.9686696Z scalar_t=float 2022-11-23T04:31:57.9686772Z ] 2022-11-23T04:31:57.9687134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(591): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T04:31:57.9687213Z with 2022-11-23T04:31:57.9687289Z [ 2022-11-23T04:31:57.9687389Z scalar_t=float 2022-11-23T04:31:57.9687540Z ] 2022-11-23T04:31:57.9688148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(634): note: see reference to function template instantiation 'scalar_t lanczos_sum_expg_scaled(scalar_t)' being compiled 2022-11-23T04:31:57.9688241Z with 2022-11-23T04:31:57.9688318Z [ 2022-11-23T04:31:57.9688416Z scalar_t=float 2022-11-23T04:31:57.9688493Z ] 2022-11-23T04:31:57.9689139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(657): note: see reference to function template instantiation 'scalar_t _igam_helper_fac(scalar_t,scalar_t)' being compiled 2022-11-23T04:31:57.9689230Z with 2022-11-23T04:31:57.9689290Z [ 2022-11-23T04:31:57.9689387Z scalar_t=float 2022-11-23T04:31:57.9689464Z ] 2022-11-23T04:31:57.9689826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/native/Math.h(606): warning C4305: 'initializing': truncation from 'double' to 'const scalar_t' 2022-11-23T04:31:57.9689908Z with 2022-11-23T04:31:57.9689987Z [ 2022-11-23T04:31:57.9690082Z scalar_t=float 2022-11-23T04:31:57.9690159Z ] 2022-11-23T04:31:57.9691948Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib /EXPORT:PyInit_rng C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng_extension.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2022-11-23T04:31:58.1949819Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2022-11-23T04:31:58.2122792Z Generating code 2022-11-23T04:32:01.9024529Z Finished generating code 2022-11-23T04:32:02.1009410Z building 'torch_test_cpp_extension.cuda' extension 2022-11-23T04:32:02.1126573Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T04:32:02.1135204Z Compiling objects... 2022-11-23T04:32:02.1136049Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T04:32:24.2773189Z [1/3] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\cuda_extension.cpp /FoC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda_extension.obj /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=0 /std:c++14 2022-11-23T04:32:24.2778246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:32:24.2779640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2780725Z with 2022-11-23T04:32:24.2781106Z [ 2022-11-23T04:32:24.2781594Z T=c10::SymInt 2022-11-23T04:32:24.2782072Z ] 2022-11-23T04:32:24.2783078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2784002Z with 2022-11-23T04:32:24.2784420Z [ 2022-11-23T04:32:24.2784814Z T=c10::SymInt 2022-11-23T04:32:24.2785181Z ] 2022-11-23T04:32:24.2786255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2787261Z with 2022-11-23T04:32:24.2787649Z [ 2022-11-23T04:32:24.2788063Z T=c10::SymInt 2022-11-23T04:32:24.2788465Z ] 2022-11-23T04:32:24.2789615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2790686Z with 2022-11-23T04:32:24.2791136Z [ 2022-11-23T04:32:24.2791518Z T=c10::SymInt 2022-11-23T04:32:24.2791916Z ] 2022-11-23T04:32:24.2792915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.2794454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.2796032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2797288Z with 2022-11-23T04:32:24.2797679Z [ 2022-11-23T04:32:24.2798070Z T=c10::SymInt 2022-11-23T04:32:24.2798481Z ] 2022-11-23T04:32:24.2799402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T04:32:24.2800845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2801718Z with 2022-11-23T04:32:24.2802090Z [ 2022-11-23T04:32:24.2802623Z T=at::Generator 2022-11-23T04:32:24.2803067Z ] 2022-11-23T04:32:24.2804052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2804970Z with 2022-11-23T04:32:24.2805346Z [ 2022-11-23T04:32:24.2805754Z T=at::Generator 2022-11-23T04:32:24.2806136Z ] 2022-11-23T04:32:24.2807209Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2808191Z with 2022-11-23T04:32:24.2808555Z [ 2022-11-23T04:32:24.2808954Z T=at::Generator 2022-11-23T04:32:24.2809352Z ] 2022-11-23T04:32:24.2810482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2811558Z with 2022-11-23T04:32:24.2811931Z [ 2022-11-23T04:32:24.2812333Z T=at::Generator 2022-11-23T04:32:24.2812734Z ] 2022-11-23T04:32:24.2813735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.2815279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/Generator.h(147): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.2816862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2817820Z with 2022-11-23T04:32:24.2818199Z [ 2022-11-23T04:32:24.2818619Z T=at::Generator 2022-11-23T04:32:24.2819030Z ] 2022-11-23T04:32:24.2819972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2820824Z with 2022-11-23T04:32:24.2821193Z [ 2022-11-23T04:32:24.2821611Z T=at::TensorBase 2022-11-23T04:32:24.2822017Z ] 2022-11-23T04:32:24.2822993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2823899Z with 2022-11-23T04:32:24.2824249Z [ 2022-11-23T04:32:24.2824658Z T=at::TensorBase 2022-11-23T04:32:24.2825061Z ] 2022-11-23T04:32:24.2826138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2827325Z with 2022-11-23T04:32:24.2827673Z [ 2022-11-23T04:32:24.2828089Z T=at::TensorBase 2022-11-23T04:32:24.2828491Z ] 2022-11-23T04:32:24.2829628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2830689Z with 2022-11-23T04:32:24.2831061Z [ 2022-11-23T04:32:24.2831449Z T=at::TensorBase 2022-11-23T04:32:24.2831911Z ] 2022-11-23T04:32:24.2833075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.2834675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.2836256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2837207Z with 2022-11-23T04:32:24.2837691Z [ 2022-11-23T04:32:24.2838092Z T=at::TensorBase 2022-11-23T04:32:24.2838620Z ] 2022-11-23T04:32:24.2839663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2840552Z with 2022-11-23T04:32:24.2840924Z [ 2022-11-23T04:32:24.2841320Z T=at::Tensor 2022-11-23T04:32:24.2841703Z ] 2022-11-23T04:32:24.2842683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2843594Z with 2022-11-23T04:32:24.2843957Z [ 2022-11-23T04:32:24.2844353Z T=at::Tensor 2022-11-23T04:32:24.2844723Z ] 2022-11-23T04:32:24.2845786Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2846773Z with 2022-11-23T04:32:24.2847143Z [ 2022-11-23T04:32:24.2847546Z T=at::Tensor 2022-11-23T04:32:24.2847941Z ] 2022-11-23T04:32:24.2849056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2850117Z with 2022-11-23T04:32:24.2850485Z [ 2022-11-23T04:32:24.2850878Z T=at::Tensor 2022-11-23T04:32:24.2851270Z ] 2022-11-23T04:32:24.2852261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.2853774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.2855337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2856459Z with 2022-11-23T04:32:24.2856829Z [ 2022-11-23T04:32:24.2857237Z T=at::Tensor 2022-11-23T04:32:24.2857634Z ] 2022-11-23T04:32:24.2858571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2859438Z with 2022-11-23T04:32:24.2859801Z [ 2022-11-23T04:32:24.2860198Z T=c10::Scalar 2022-11-23T04:32:24.2860588Z ] 2022-11-23T04:32:24.2861567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2862470Z with 2022-11-23T04:32:24.2862818Z [ 2022-11-23T04:32:24.2863360Z T=c10::Scalar 2022-11-23T04:32:24.2863781Z ] 2022-11-23T04:32:24.2864863Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2865857Z with 2022-11-23T04:32:24.2866198Z [ 2022-11-23T04:32:24.2866601Z T=c10::Scalar 2022-11-23T04:32:24.2866992Z ] 2022-11-23T04:32:24.2868740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2869805Z with 2022-11-23T04:32:24.2870172Z [ 2022-11-23T04:32:24.2870553Z T=c10::Scalar 2022-11-23T04:32:24.2870957Z ] 2022-11-23T04:32:24.2871958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.2873522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.2875117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2876085Z with 2022-11-23T04:32:24.2876468Z [ 2022-11-23T04:32:24.2876853Z T=c10::Scalar 2022-11-23T04:32:24.2877246Z ] 2022-11-23T04:32:24.2878196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2879084Z with 2022-11-23T04:32:24.2879453Z [ 2022-11-23T04:32:24.2879871Z T=std::string 2022-11-23T04:32:24.2880244Z ] 2022-11-23T04:32:24.2881242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2882156Z with 2022-11-23T04:32:24.2882525Z [ 2022-11-23T04:32:24.2882926Z T=std::string 2022-11-23T04:32:24.2883300Z ] 2022-11-23T04:32:24.2884362Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2885343Z with 2022-11-23T04:32:24.2885706Z [ 2022-11-23T04:32:24.2886123Z T=std::string 2022-11-23T04:32:24.2886526Z ] 2022-11-23T04:32:24.2887630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2888874Z with 2022-11-23T04:32:24.2889241Z [ 2022-11-23T04:32:24.2889653Z T=std::string 2022-11-23T04:32:24.2890045Z ] 2022-11-23T04:32:24.2891031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.2892575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.2894253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2895246Z with 2022-11-23T04:32:24.2895582Z [ 2022-11-23T04:32:24.2895959Z T=std::string 2022-11-23T04:32:24.2896320Z ] 2022-11-23T04:32:24.2897176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2897951Z with 2022-11-23T04:32:24.2898284Z [ 2022-11-23T04:32:24.2898685Z T=c10::QualifiedName 2022-11-23T04:32:24.2899073Z ] 2022-11-23T04:32:24.2899961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2900788Z with 2022-11-23T04:32:24.2901105Z [ 2022-11-23T04:32:24.2901494Z T=c10::QualifiedName 2022-11-23T04:32:24.2901882Z ] 2022-11-23T04:32:24.2902846Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2903750Z with 2022-11-23T04:32:24.2904093Z [ 2022-11-23T04:32:24.2904472Z T=c10::QualifiedName 2022-11-23T04:32:24.2904862Z ] 2022-11-23T04:32:24.2905889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2906865Z with 2022-11-23T04:32:24.2907219Z [ 2022-11-23T04:32:24.2907628Z T=c10::QualifiedName 2022-11-23T04:32:24.2908001Z ] 2022-11-23T04:32:24.2908945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.2910406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.2911896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2912781Z with 2022-11-23T04:32:24.2913137Z [ 2022-11-23T04:32:24.2913536Z T=c10::QualifiedName 2022-11-23T04:32:24.2913912Z ] 2022-11-23T04:32:24.2914825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2915840Z with 2022-11-23T04:32:24.2916191Z [ 2022-11-23T04:32:24.2916697Z T=std::shared_ptr 2022-11-23T04:32:24.2917156Z ] 2022-11-23T04:32:24.2918090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2918950Z with 2022-11-23T04:32:24.2919308Z [ 2022-11-23T04:32:24.2919813Z T=std::shared_ptr 2022-11-23T04:32:24.2920287Z ] 2022-11-23T04:32:24.2921437Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2922418Z with 2022-11-23T04:32:24.2922801Z [ 2022-11-23T04:32:24.2923309Z T=std::shared_ptr 2022-11-23T04:32:24.2923796Z ] 2022-11-23T04:32:24.2924902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2925929Z with 2022-11-23T04:32:24.2926285Z [ 2022-11-23T04:32:24.2926802Z T=std::shared_ptr 2022-11-23T04:32:24.2927294Z ] 2022-11-23T04:32:24.2928355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:24.2930023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:24.2931636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2932641Z with 2022-11-23T04:32:24.2933000Z [ 2022-11-23T04:32:24.2933525Z T=std::shared_ptr 2022-11-23T04:32:24.2934007Z ] 2022-11-23T04:32:24.2934946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2935790Z with 2022-11-23T04:32:24.2936166Z [ 2022-11-23T04:32:24.2936658Z T=std::weak_ptr 2022-11-23T04:32:24.2937151Z ] 2022-11-23T04:32:24.2938109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2938997Z with 2022-11-23T04:32:24.2939586Z [ 2022-11-23T04:32:24.2940085Z T=std::weak_ptr 2022-11-23T04:32:24.2940645Z ] 2022-11-23T04:32:24.2941758Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2942741Z with 2022-11-23T04:32:24.2943117Z [ 2022-11-23T04:32:24.2943640Z T=std::weak_ptr 2022-11-23T04:32:24.2944119Z ] 2022-11-23T04:32:24.2945254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2946613Z with 2022-11-23T04:32:24.2947069Z [ 2022-11-23T04:32:24.2947688Z T=std::weak_ptr 2022-11-23T04:32:24.2948182Z ] 2022-11-23T04:32:24.2949269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:24.2951068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:24.2952812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2953914Z with 2022-11-23T04:32:24.2954388Z [ 2022-11-23T04:32:24.2954916Z T=std::weak_ptr 2022-11-23T04:32:24.2955402Z ] 2022-11-23T04:32:24.2956344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2957192Z with 2022-11-23T04:32:24.2957573Z [ 2022-11-23T04:32:24.2958172Z T=std::vector> 2022-11-23T04:32:24.2958725Z ] 2022-11-23T04:32:24.2959799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2960905Z with 2022-11-23T04:32:24.2961268Z [ 2022-11-23T04:32:24.2961857Z T=std::vector> 2022-11-23T04:32:24.2962412Z ] 2022-11-23T04:32:24.2963478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2964474Z with 2022-11-23T04:32:24.2964859Z [ 2022-11-23T04:32:24.2965424Z T=std::vector> 2022-11-23T04:32:24.2966083Z ] 2022-11-23T04:32:24.2967387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2968475Z with 2022-11-23T04:32:24.2968862Z [ 2022-11-23T04:32:24.2969460Z T=std::vector> 2022-11-23T04:32:24.2970001Z ] 2022-11-23T04:32:24.2971130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:24.2972975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:24.2974842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2975989Z with 2022-11-23T04:32:24.2976383Z [ 2022-11-23T04:32:24.2976983Z T=std::vector> 2022-11-23T04:32:24.2977541Z ] 2022-11-23T04:32:24.2978466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2979481Z with 2022-11-23T04:32:24.2979867Z [ 2022-11-23T04:32:24.2980571Z T=std::vector> 2022-11-23T04:32:24.2981079Z ] 2022-11-23T04:32:24.2982070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.2983118Z with 2022-11-23T04:32:24.2983550Z [ 2022-11-23T04:32:24.2984065Z T=std::vector> 2022-11-23T04:32:24.2984562Z ] 2022-11-23T04:32:24.2985642Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.2986860Z with 2022-11-23T04:32:24.2987314Z [ 2022-11-23T04:32:24.2987833Z T=std::vector> 2022-11-23T04:32:24.2988321Z ] 2022-11-23T04:32:24.2989480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.2990553Z with 2022-11-23T04:32:24.2990953Z [ 2022-11-23T04:32:24.2991450Z T=std::vector> 2022-11-23T04:32:24.2991942Z ] 2022-11-23T04:32:24.2993133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:24.2994996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:24.2996614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.2997593Z with 2022-11-23T04:32:24.2997991Z [ 2022-11-23T04:32:24.2998504Z T=std::vector> 2022-11-23T04:32:24.2999101Z ] 2022-11-23T04:32:24.3000258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3001181Z with 2022-11-23T04:32:24.3001576Z [ 2022-11-23T04:32:24.3002207Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3002781Z ] 2022-11-23T04:32:24.3003783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3004718Z with 2022-11-23T04:32:24.3005111Z [ 2022-11-23T04:32:24.3005823Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3006506Z ] 2022-11-23T04:32:24.3007689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3008876Z with 2022-11-23T04:32:24.3009277Z [ 2022-11-23T04:32:24.3009909Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3010494Z ] 2022-11-23T04:32:24.3011652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3012853Z with 2022-11-23T04:32:24.3013335Z [ 2022-11-23T04:32:24.3014076Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3014820Z ] 2022-11-23T04:32:24.3016045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:32:24.3017922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:32:24.3019638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:32:24.3021349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3022331Z with 2022-11-23T04:32:24.3022699Z [ 2022-11-23T04:32:24.3023317Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3023901Z ] 2022-11-23T04:32:24.3024863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3025750Z with 2022-11-23T04:32:24.3026246Z [ 2022-11-23T04:32:24.3026918Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3027566Z ] 2022-11-23T04:32:24.3028559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3029497Z with 2022-11-23T04:32:24.3029876Z [ 2022-11-23T04:32:24.3030478Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3031030Z ] 2022-11-23T04:32:24.3032094Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3033121Z with 2022-11-23T04:32:24.3033465Z [ 2022-11-23T04:32:24.3034212Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3034778Z ] 2022-11-23T04:32:24.3035897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3036960Z with 2022-11-23T04:32:24.3037340Z [ 2022-11-23T04:32:24.3037942Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3038703Z ] 2022-11-23T04:32:24.3039955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:32:24.3041920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:32:24.3043747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:32:24.3045367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3046444Z with 2022-11-23T04:32:24.3046927Z [ 2022-11-23T04:32:24.3047630Z T=std::vector,std::allocator>> 2022-11-23T04:32:24.3048195Z ] 2022-11-23T04:32:24.3049156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3050046Z with 2022-11-23T04:32:24.3050398Z [ 2022-11-23T04:32:24.3050913Z T=std::vector> 2022-11-23T04:32:24.3051395Z ] 2022-11-23T04:32:24.3052398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3053555Z with 2022-11-23T04:32:24.3054018Z [ 2022-11-23T04:32:24.3054511Z T=std::vector> 2022-11-23T04:32:24.3054988Z ] 2022-11-23T04:32:24.3056041Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3057055Z with 2022-11-23T04:32:24.3057423Z [ 2022-11-23T04:32:24.3057935Z T=std::vector> 2022-11-23T04:32:24.3058403Z ] 2022-11-23T04:32:24.3059643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3060912Z with 2022-11-23T04:32:24.3061277Z [ 2022-11-23T04:32:24.3061781Z T=std::vector> 2022-11-23T04:32:24.3062264Z ] 2022-11-23T04:32:24.3063325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:24.3065007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:24.3066964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3068011Z with 2022-11-23T04:32:24.3068590Z [ 2022-11-23T04:32:24.3069107Z T=std::vector> 2022-11-23T04:32:24.3069592Z ] 2022-11-23T04:32:24.3070518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3071417Z with 2022-11-23T04:32:24.3071792Z [ 2022-11-23T04:32:24.3072479Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:24.3073044Z ] 2022-11-23T04:32:24.3074245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3075180Z with 2022-11-23T04:32:24.3075533Z [ 2022-11-23T04:32:24.3076255Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:24.3076840Z ] 2022-11-23T04:32:24.3077899Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3079016Z with 2022-11-23T04:32:24.3079370Z [ 2022-11-23T04:32:24.3080121Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:24.3080687Z ] 2022-11-23T04:32:24.3081831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3082882Z with 2022-11-23T04:32:24.3083259Z [ 2022-11-23T04:32:24.3083837Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:24.3084359Z ] 2022-11-23T04:32:24.3085594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:24.3087647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:24.3089498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T04:32:24.3091237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3092321Z with 2022-11-23T04:32:24.3092697Z [ 2022-11-23T04:32:24.3093498Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:24.3094028Z ] 2022-11-23T04:32:24.3094994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3095893Z with 2022-11-23T04:32:24.3096272Z [ 2022-11-23T04:32:24.3096853Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:24.3097403Z ] 2022-11-23T04:32:24.3098374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3099520Z with 2022-11-23T04:32:24.3099982Z [ 2022-11-23T04:32:24.3102129Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:24.3102666Z ] 2022-11-23T04:32:24.3103748Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3104749Z with 2022-11-23T04:32:24.3105245Z [ 2022-11-23T04:32:24.3105833Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:24.3106578Z ] 2022-11-23T04:32:24.3107898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3109022Z with 2022-11-23T04:32:24.3109381Z [ 2022-11-23T04:32:24.3109970Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:24.3110518Z ] 2022-11-23T04:32:24.3111772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:24.3113829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:24.3115706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T04:32:24.3117438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3118548Z with 2022-11-23T04:32:24.3118928Z [ 2022-11-23T04:32:24.3119694Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:24.3120247Z ] 2022-11-23T04:32:24.3121202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3122107Z with 2022-11-23T04:32:24.3122474Z [ 2022-11-23T04:32:24.3122922Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:24.3123377Z ] 2022-11-23T04:32:24.3124379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3125439Z with 2022-11-23T04:32:24.3125918Z [ 2022-11-23T04:32:24.3126470Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:24.3126887Z ] 2022-11-23T04:32:24.3127958Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3128964Z with 2022-11-23T04:32:24.3129334Z [ 2022-11-23T04:32:24.3129796Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:24.3130249Z ] 2022-11-23T04:32:24.3131474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3132811Z with 2022-11-23T04:32:24.3133393Z [ 2022-11-23T04:32:24.3133867Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:24.3134311Z ] 2022-11-23T04:32:24.3135342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3136913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3137828Z with 2022-11-23T04:32:24.3138325Z [ 2022-11-23T04:32:24.3138790Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:24.3139439Z ] 2022-11-23T04:32:24.3140710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T04:32:24.3142461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3143433Z with 2022-11-23T04:32:24.3143807Z [ 2022-11-23T04:32:24.3144269Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:24.3144846Z ] 2022-11-23T04:32:24.3145991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3146893Z with 2022-11-23T04:32:24.3147244Z [ 2022-11-23T04:32:24.3147913Z T=std::vector> 2022-11-23T04:32:24.3148537Z ] 2022-11-23T04:32:24.3149507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3150452Z with 2022-11-23T04:32:24.3150826Z [ 2022-11-23T04:32:24.3151583Z T=std::vector> 2022-11-23T04:32:24.3152389Z ] 2022-11-23T04:32:24.3153469Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3154486Z with 2022-11-23T04:32:24.3154860Z [ 2022-11-23T04:32:24.3155525Z T=std::vector> 2022-11-23T04:32:24.3156163Z ] 2022-11-23T04:32:24.3157286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3158482Z with 2022-11-23T04:32:24.3159043Z [ 2022-11-23T04:32:24.3159703Z T=std::vector> 2022-11-23T04:32:24.3160334Z ] 2022-11-23T04:32:24.3161543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:24.3163524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:24.3165686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3166751Z with 2022-11-23T04:32:24.3167129Z [ 2022-11-23T04:32:24.3167787Z T=std::vector> 2022-11-23T04:32:24.3168410Z ] 2022-11-23T04:32:24.3169355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3170256Z with 2022-11-23T04:32:24.3170611Z [ 2022-11-23T04:32:24.3171206Z T=torch::autograd::ViewInfo 2022-11-23T04:32:24.3171796Z ] 2022-11-23T04:32:24.3172967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3173902Z with 2022-11-23T04:32:24.3174278Z [ 2022-11-23T04:32:24.3174705Z T=torch::autograd::ViewInfo 2022-11-23T04:32:24.3175139Z ] 2022-11-23T04:32:24.3176212Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3177209Z with 2022-11-23T04:32:24.3177579Z [ 2022-11-23T04:32:24.3178033Z T=torch::autograd::ViewInfo 2022-11-23T04:32:24.3178583Z ] 2022-11-23T04:32:24.3179922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3181008Z with 2022-11-23T04:32:24.3181386Z [ 2022-11-23T04:32:24.3181833Z T=torch::autograd::ViewInfo 2022-11-23T04:32:24.3182279Z ] 2022-11-23T04:32:24.3183291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3185071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3186891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3187878Z with 2022-11-23T04:32:24.3188254Z [ 2022-11-23T04:32:24.3188704Z T=torch::autograd::ViewInfo 2022-11-23T04:32:24.3189148Z ] 2022-11-23T04:32:24.3190090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3190974Z with 2022-11-23T04:32:24.3191466Z [ 2022-11-23T04:32:24.3191879Z T=c10::IValue 2022-11-23T04:32:24.3192387Z ] 2022-11-23T04:32:24.3193442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3194374Z with 2022-11-23T04:32:24.3194754Z [ 2022-11-23T04:32:24.3195166Z T=c10::IValue 2022-11-23T04:32:24.3195560Z ] 2022-11-23T04:32:24.3196815Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3197797Z with 2022-11-23T04:32:24.3198286Z [ 2022-11-23T04:32:24.3198683Z T=c10::IValue 2022-11-23T04:32:24.3199270Z ] 2022-11-23T04:32:24.3200413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3201453Z with 2022-11-23T04:32:24.3201801Z [ 2022-11-23T04:32:24.3202195Z T=c10::IValue 2022-11-23T04:32:24.3202743Z ] 2022-11-23T04:32:24.3203765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3205631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3207254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3233055Z with 2022-11-23T04:32:24.3233456Z [ 2022-11-23T04:32:24.3233887Z T=c10::IValue 2022-11-23T04:32:24.3234280Z ] 2022-11-23T04:32:24.3235230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3236145Z with 2022-11-23T04:32:24.3236528Z [ 2022-11-23T04:32:24.3236933Z T=c10::AliasInfo 2022-11-23T04:32:24.3237342Z ] 2022-11-23T04:32:24.3238579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3239588Z with 2022-11-23T04:32:24.3239963Z [ 2022-11-23T04:32:24.3240378Z T=c10::AliasInfo 2022-11-23T04:32:24.3240781Z ] 2022-11-23T04:32:24.3241853Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3242867Z with 2022-11-23T04:32:24.3243218Z [ 2022-11-23T04:32:24.3243631Z T=c10::AliasInfo 2022-11-23T04:32:24.3244152Z ] 2022-11-23T04:32:24.3245455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3246548Z with 2022-11-23T04:32:24.3246921Z [ 2022-11-23T04:32:24.3247321Z T=c10::AliasInfo 2022-11-23T04:32:24.3247727Z ] 2022-11-23T04:32:24.3248737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3250325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3252256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3253469Z with 2022-11-23T04:32:24.3253842Z [ 2022-11-23T04:32:24.3254238Z T=c10::AliasInfo 2022-11-23T04:32:24.3254649Z ] 2022-11-23T04:32:24.3255614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3256511Z with 2022-11-23T04:32:24.3256879Z [ 2022-11-23T04:32:24.3257559Z T=std::vector> 2022-11-23T04:32:24.3258070Z ] 2022-11-23T04:32:24.3259743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3260710Z with 2022-11-23T04:32:24.3261150Z [ 2022-11-23T04:32:24.3261682Z T=std::vector> 2022-11-23T04:32:24.3262163Z ] 2022-11-23T04:32:24.3263238Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3264402Z with 2022-11-23T04:32:24.3264781Z [ 2022-11-23T04:32:24.3265713Z T=std::vector> 2022-11-23T04:32:24.3266258Z ] 2022-11-23T04:32:24.3267392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3268468Z with 2022-11-23T04:32:24.3268851Z [ 2022-11-23T04:32:24.3269378Z T=std::vector> 2022-11-23T04:32:24.3269876Z ] 2022-11-23T04:32:24.3271058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:24.3272060Z with 2022-11-23T04:32:24.3272598Z [ 2022-11-23T04:32:24.3273010Z T=c10::SymInt 2022-11-23T04:32:24.3273402Z ] 2022-11-23T04:32:24.3274422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:24.3275393Z with 2022-11-23T04:32:24.3275757Z [ 2022-11-23T04:32:24.3276160Z T=c10::SymInt 2022-11-23T04:32:24.3276560Z ] 2022-11-23T04:32:24.3277670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T04:32:24.3279859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T04:32:24.3281696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3282683Z with 2022-11-23T04:32:24.3283063Z [ 2022-11-23T04:32:24.3283590Z T=std::vector> 2022-11-23T04:32:24.3284094Z ] 2022-11-23T04:32:24.3285445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3286496Z with 2022-11-23T04:32:24.3286877Z [ 2022-11-23T04:32:24.3287431Z T=c10::either 2022-11-23T04:32:24.3287928Z ] 2022-11-23T04:32:24.3288909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3289835Z with 2022-11-23T04:32:24.3290209Z [ 2022-11-23T04:32:24.3290758Z T=c10::either 2022-11-23T04:32:24.3291260Z ] 2022-11-23T04:32:24.3293677Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3294778Z with 2022-11-23T04:32:24.3295154Z [ 2022-11-23T04:32:24.3295704Z T=c10::either 2022-11-23T04:32:24.3296218Z ] 2022-11-23T04:32:24.3297365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3298511Z with 2022-11-23T04:32:24.3298894Z [ 2022-11-23T04:32:24.3299609Z T=c10::either 2022-11-23T04:32:24.3300137Z ] 2022-11-23T04:32:24.3301238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:24.3303078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:24.3304942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3306107Z with 2022-11-23T04:32:24.3306456Z [ 2022-11-23T04:32:24.3307011Z T=c10::either 2022-11-23T04:32:24.3307530Z ] 2022-11-23T04:32:24.3308478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3309384Z with 2022-11-23T04:32:24.3309735Z [ 2022-11-23T04:32:24.3310164Z T=at::StepCallbacks 2022-11-23T04:32:24.3310576Z ] 2022-11-23T04:32:24.3311671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3312736Z with 2022-11-23T04:32:24.3313110Z [ 2022-11-23T04:32:24.3313517Z T=at::StepCallbacks 2022-11-23T04:32:24.3313929Z ] 2022-11-23T04:32:24.3315010Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3316024Z with 2022-11-23T04:32:24.3316388Z [ 2022-11-23T04:32:24.3317040Z T=at::StepCallbacks 2022-11-23T04:32:24.3317438Z ] 2022-11-23T04:32:24.3318682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3319947Z with 2022-11-23T04:32:24.3320312Z [ 2022-11-23T04:32:24.3320746Z T=at::StepCallbacks 2022-11-23T04:32:24.3321149Z ] 2022-11-23T04:32:24.3322170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3323949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3325885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3326857Z with 2022-11-23T04:32:24.3327235Z [ 2022-11-23T04:32:24.3327673Z T=at::StepCallbacks 2022-11-23T04:32:24.3328065Z ] 2022-11-23T04:32:24.3329022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3329923Z with 2022-11-23T04:32:24.3330291Z [ 2022-11-23T04:32:24.3330709Z T=c10::DimVector 2022-11-23T04:32:24.3331225Z ] 2022-11-23T04:32:24.3332410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3333348Z with 2022-11-23T04:32:24.3333726Z [ 2022-11-23T04:32:24.3334131Z T=c10::DimVector 2022-11-23T04:32:24.3334531Z ] 2022-11-23T04:32:24.3335600Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3336577Z with 2022-11-23T04:32:24.3336949Z [ 2022-11-23T04:32:24.3337361Z T=c10::DimVector 2022-11-23T04:32:24.3337865Z ] 2022-11-23T04:32:24.3339225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3340317Z with 2022-11-23T04:32:24.3340681Z [ 2022-11-23T04:32:24.3341106Z T=c10::DimVector 2022-11-23T04:32:24.3341511Z ] 2022-11-23T04:32:24.3342507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3344103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3345982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3346969Z with 2022-11-23T04:32:24.3347319Z [ 2022-11-23T04:32:24.3347734Z T=c10::DimVector 2022-11-23T04:32:24.3348132Z ] 2022-11-23T04:32:24.3349282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3350163Z with 2022-11-23T04:32:24.3350539Z [ 2022-11-23T04:32:24.3351087Z T=c10::impl::AnnotatedSchema 2022-11-23T04:32:24.3351532Z ] 2022-11-23T04:32:24.3352686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3353620Z with 2022-11-23T04:32:24.3353990Z [ 2022-11-23T04:32:24.3354419Z T=c10::impl::AnnotatedSchema 2022-11-23T04:32:24.3354862Z ] 2022-11-23T04:32:24.3356077Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3357101Z with 2022-11-23T04:32:24.3357573Z [ 2022-11-23T04:32:24.3358027Z T=c10::impl::AnnotatedSchema 2022-11-23T04:32:24.3358621Z ] 2022-11-23T04:32:24.3359767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3360840Z with 2022-11-23T04:32:24.3361215Z [ 2022-11-23T04:32:24.3361672Z T=c10::impl::AnnotatedSchema 2022-11-23T04:32:24.3362109Z ] 2022-11-23T04:32:24.3363140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3365012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3366794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3367830Z with 2022-11-23T04:32:24.3368203Z [ 2022-11-23T04:32:24.3368663Z T=c10::impl::AnnotatedSchema 2022-11-23T04:32:24.3369112Z ] 2022-11-23T04:32:24.3370061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3371051Z with 2022-11-23T04:32:24.3371513Z [ 2022-11-23T04:32:24.3372161Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:32:24.3372693Z ] 2022-11-23T04:32:24.3373681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3374575Z with 2022-11-23T04:32:24.3374958Z [ 2022-11-23T04:32:24.3375511Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:32:24.3376032Z ] 2022-11-23T04:32:24.3377097Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3378108Z with 2022-11-23T04:32:24.3378462Z [ 2022-11-23T04:32:24.3379024Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:32:24.3379555Z ] 2022-11-23T04:32:24.3380701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3381964Z with 2022-11-23T04:32:24.3382430Z [ 2022-11-23T04:32:24.3383039Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:32:24.3383706Z ] 2022-11-23T04:32:24.3384821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3386772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3388575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3389564Z with 2022-11-23T04:32:24.3389937Z [ 2022-11-23T04:32:24.3390485Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:32:24.3390985Z ] 2022-11-23T04:32:24.3391904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T04:32:24.3393162Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T04:32:24.3394393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3395226Z with 2022-11-23T04:32:24.3395592Z [ 2022-11-23T04:32:24.3396047Z T=std::tuple 2022-11-23T04:32:24.3396508Z ] 2022-11-23T04:32:24.3397453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3398305Z with 2022-11-23T04:32:24.3398650Z [ 2022-11-23T04:32:24.3399209Z T=std::tuple 2022-11-23T04:32:24.3399723Z ] 2022-11-23T04:32:24.3400814Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3401737Z with 2022-11-23T04:32:24.3402095Z [ 2022-11-23T04:32:24.3402569Z T=std::tuple 2022-11-23T04:32:24.3403017Z ] 2022-11-23T04:32:24.3404061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3405061Z with 2022-11-23T04:32:24.3405408Z [ 2022-11-23T04:32:24.3405881Z T=std::tuple 2022-11-23T04:32:24.3406330Z ] 2022-11-23T04:32:24.3407344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:24.3408955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:24.3410720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3411604Z with 2022-11-23T04:32:24.3411969Z [ 2022-11-23T04:32:24.3412447Z T=std::tuple 2022-11-23T04:32:24.3412905Z ] 2022-11-23T04:32:24.3413807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3414645Z with 2022-11-23T04:32:24.3414989Z [ 2022-11-23T04:32:24.3415567Z T=torch::jit::SourceRange 2022-11-23T04:32:24.3416022Z ] 2022-11-23T04:32:24.3416975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3417859Z with 2022-11-23T04:32:24.3418182Z [ 2022-11-23T04:32:24.3418593Z T=torch::jit::SourceRange 2022-11-23T04:32:24.3419011Z ] 2022-11-23T04:32:24.3420045Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3421015Z with 2022-11-23T04:32:24.3421382Z [ 2022-11-23T04:32:24.3421797Z T=torch::jit::SourceRange 2022-11-23T04:32:24.3422229Z ] 2022-11-23T04:32:24.3423331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3424372Z with 2022-11-23T04:32:24.3424744Z [ 2022-11-23T04:32:24.3425175Z T=torch::jit::SourceRange 2022-11-23T04:32:24.3425580Z ] 2022-11-23T04:32:24.3426579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3428163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3429785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3430829Z with 2022-11-23T04:32:24.3431209Z [ 2022-11-23T04:32:24.3431713Z T=torch::jit::SourceRange 2022-11-23T04:32:24.3432269Z ] 2022-11-23T04:32:24.3433211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3434074Z with 2022-11-23T04:32:24.3434450Z [ 2022-11-23T04:32:24.3434933Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:32:24.3435390Z ] 2022-11-23T04:32:24.3436324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3437207Z with 2022-11-23T04:32:24.3437589Z [ 2022-11-23T04:32:24.3438075Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:32:24.3438731Z ] 2022-11-23T04:32:24.3439793Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3440719Z with 2022-11-23T04:32:24.3441092Z [ 2022-11-23T04:32:24.3441589Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:32:24.3442046Z ] 2022-11-23T04:32:24.3443176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3444219Z with 2022-11-23T04:32:24.3444570Z [ 2022-11-23T04:32:24.3445185Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:32:24.3445686Z ] 2022-11-23T04:32:24.3446735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3448342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3449958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3450908Z with 2022-11-23T04:32:24.3451266Z [ 2022-11-23T04:32:24.3451751Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:32:24.3452219Z ] 2022-11-23T04:32:24.3453160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3454049Z with 2022-11-23T04:32:24.3454432Z [ 2022-11-23T04:32:24.3454885Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:32:24.3455353Z ] 2022-11-23T04:32:24.3456325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3457236Z with 2022-11-23T04:32:24.3457613Z [ 2022-11-23T04:32:24.3458091Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:32:24.3458530Z ] 2022-11-23T04:32:24.3459603Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3460600Z with 2022-11-23T04:32:24.3460985Z [ 2022-11-23T04:32:24.3461466Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:32:24.3461914Z ] 2022-11-23T04:32:24.3463049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3464104Z with 2022-11-23T04:32:24.3464491Z [ 2022-11-23T04:32:24.3464962Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:32:24.3465422Z ] 2022-11-23T04:32:24.3466472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3468105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3469932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3470898Z with 2022-11-23T04:32:24.3471282Z [ 2022-11-23T04:32:24.3471773Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:32:24.3472253Z ] 2022-11-23T04:32:24.3473204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3474089Z with 2022-11-23T04:32:24.3474475Z [ 2022-11-23T04:32:24.3475055Z T=torch::jit::ScopePtr 2022-11-23T04:32:24.3475523Z ] 2022-11-23T04:32:24.3476506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3477425Z with 2022-11-23T04:32:24.3477794Z [ 2022-11-23T04:32:24.3478247Z T=torch::jit::ScopePtr 2022-11-23T04:32:24.3478686Z ] 2022-11-23T04:32:24.3479766Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3480749Z with 2022-11-23T04:32:24.3481101Z [ 2022-11-23T04:32:24.3481547Z T=torch::jit::ScopePtr 2022-11-23T04:32:24.3481978Z ] 2022-11-23T04:32:24.3483113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3484178Z with 2022-11-23T04:32:24.3484567Z [ 2022-11-23T04:32:24.3484993Z T=torch::jit::ScopePtr 2022-11-23T04:32:24.3485440Z ] 2022-11-23T04:32:24.3486462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3488146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3489936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3490893Z with 2022-11-23T04:32:24.3491275Z [ 2022-11-23T04:32:24.3491701Z T=torch::jit::ScopePtr 2022-11-23T04:32:24.3492129Z ] 2022-11-23T04:32:24.3493059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3493948Z with 2022-11-23T04:32:24.3494323Z [ 2022-11-23T04:32:24.3494776Z T=at::ThreadLocalState 2022-11-23T04:32:24.3495191Z ] 2022-11-23T04:32:24.3496177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3497116Z with 2022-11-23T04:32:24.3497487Z [ 2022-11-23T04:32:24.3497944Z T=at::ThreadLocalState 2022-11-23T04:32:24.3498389Z ] 2022-11-23T04:32:24.3499445Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3500637Z with 2022-11-23T04:32:24.3501012Z [ 2022-11-23T04:32:24.3501457Z T=at::ThreadLocalState 2022-11-23T04:32:24.3501894Z ] 2022-11-23T04:32:24.3503055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3504117Z with 2022-11-23T04:32:24.3504493Z [ 2022-11-23T04:32:24.3504942Z T=at::ThreadLocalState 2022-11-23T04:32:24.3505380Z ] 2022-11-23T04:32:24.3506562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3508287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3509975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3510941Z with 2022-11-23T04:32:24.3511320Z [ 2022-11-23T04:32:24.3511775Z T=at::ThreadLocalState 2022-11-23T04:32:24.3512214Z ] 2022-11-23T04:32:24.3513188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3514096Z with 2022-11-23T04:32:24.3514468Z [ 2022-11-23T04:32:24.3514960Z T=std::shared_ptr 2022-11-23T04:32:24.3515426Z ] 2022-11-23T04:32:24.3516423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3517356Z with 2022-11-23T04:32:24.3517716Z [ 2022-11-23T04:32:24.3518200Z T=std::shared_ptr 2022-11-23T04:32:24.3518675Z ] 2022-11-23T04:32:24.3519750Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3520770Z with 2022-11-23T04:32:24.3521139Z [ 2022-11-23T04:32:24.3521608Z T=std::shared_ptr 2022-11-23T04:32:24.3522083Z ] 2022-11-23T04:32:24.3523224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3524320Z with 2022-11-23T04:32:24.3524697Z [ 2022-11-23T04:32:24.3525178Z T=std::shared_ptr 2022-11-23T04:32:24.3525627Z ] 2022-11-23T04:32:24.3526695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:24.3528358Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:24.3530242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T04:32:24.3531971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3533019Z with 2022-11-23T04:32:24.3533395Z [ 2022-11-23T04:32:24.3533882Z T=std::shared_ptr 2022-11-23T04:32:24.3534335Z ] 2022-11-23T04:32:24.3535428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3536355Z with 2022-11-23T04:32:24.3536744Z [ 2022-11-23T04:32:24.3537194Z T=torch::jit::GraphExecutor 2022-11-23T04:32:24.3537637Z ] 2022-11-23T04:32:24.3538614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3539567Z with 2022-11-23T04:32:24.3539941Z [ 2022-11-23T04:32:24.3540391Z T=torch::jit::GraphExecutor 2022-11-23T04:32:24.3540838Z ] 2022-11-23T04:32:24.3541914Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3542905Z with 2022-11-23T04:32:24.3543276Z [ 2022-11-23T04:32:24.3543745Z T=torch::jit::GraphExecutor 2022-11-23T04:32:24.3544194Z ] 2022-11-23T04:32:24.3545357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3546444Z with 2022-11-23T04:32:24.3546799Z [ 2022-11-23T04:32:24.3547247Z T=torch::jit::GraphExecutor 2022-11-23T04:32:24.3547696Z ] 2022-11-23T04:32:24.3548744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3550387Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3552078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T04:32:24.3553792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3554785Z with 2022-11-23T04:32:24.3555138Z [ 2022-11-23T04:32:24.3555603Z T=torch::jit::GraphExecutor 2022-11-23T04:32:24.3556052Z ] 2022-11-23T04:32:24.3557022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3557930Z with 2022-11-23T04:32:24.3558312Z [ 2022-11-23T04:32:24.3558727Z T=torch::jit::Method 2022-11-23T04:32:24.3559326Z ] 2022-11-23T04:32:24.3560293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3561226Z with 2022-11-23T04:32:24.3561599Z [ 2022-11-23T04:32:24.3562005Z T=torch::jit::Method 2022-11-23T04:32:24.3562419Z ] 2022-11-23T04:32:24.3563500Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3564516Z with 2022-11-23T04:32:24.3564896Z [ 2022-11-23T04:32:24.3565323Z T=torch::jit::Method 2022-11-23T04:32:24.3565720Z ] 2022-11-23T04:32:24.3567000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3568119Z with 2022-11-23T04:32:24.3568494Z [ 2022-11-23T04:32:24.3568923Z T=torch::jit::Method 2022-11-23T04:32:24.3569345Z ] 2022-11-23T04:32:24.3570344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3571975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3573615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3574610Z with 2022-11-23T04:32:24.3574993Z [ 2022-11-23T04:32:24.3575428Z T=torch::jit::Method 2022-11-23T04:32:24.3575846Z ] 2022-11-23T04:32:24.3576792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3577704Z with 2022-11-23T04:32:24.3578085Z [ 2022-11-23T04:32:24.3578625Z T=std::vector> 2022-11-23T04:32:24.3579148Z ] 2022-11-23T04:32:24.3580142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3581053Z with 2022-11-23T04:32:24.3581430Z [ 2022-11-23T04:32:24.3581974Z T=std::vector> 2022-11-23T04:32:24.3582500Z ] 2022-11-23T04:32:24.3583578Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3584593Z with 2022-11-23T04:32:24.3584945Z [ 2022-11-23T04:32:24.3585490Z T=std::vector> 2022-11-23T04:32:24.3586010Z ] 2022-11-23T04:32:24.3587163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3588257Z with 2022-11-23T04:32:24.3588645Z [ 2022-11-23T04:32:24.3589177Z T=std::vector> 2022-11-23T04:32:24.3589985Z ] 2022-11-23T04:32:24.3591421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:24.3593213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:24.3594950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3596007Z with 2022-11-23T04:32:24.3596535Z [ 2022-11-23T04:32:24.3597328Z T=std::vector> 2022-11-23T04:32:24.3597935Z ] 2022-11-23T04:32:24.3598675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3598843Z with 2022-11-23T04:32:24.3598985Z [ 2022-11-23T04:32:24.3599386Z T=std::function 2022-11-23T04:32:24.3599536Z ] 2022-11-23T04:32:24.3600317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3600482Z with 2022-11-23T04:32:24.3600627Z [ 2022-11-23T04:32:24.3601025Z T=std::function 2022-11-23T04:32:24.3601174Z ] 2022-11-23T04:32:24.3602040Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3602219Z with 2022-11-23T04:32:24.3602360Z [ 2022-11-23T04:32:24.3602856Z T=std::function 2022-11-23T04:32:24.3602993Z ] 2022-11-23T04:32:24.3604103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3604282Z with 2022-11-23T04:32:24.3604428Z [ 2022-11-23T04:32:24.3604833Z T=std::function 2022-11-23T04:32:24.3604975Z ] 2022-11-23T04:32:24.3605930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:24.3606944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:24.3607787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3607953Z with 2022-11-23T04:32:24.3608097Z [ 2022-11-23T04:32:24.3608492Z T=std::function 2022-11-23T04:32:24.3610083Z ] 2022-11-23T04:32:24.3610962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3611138Z with 2022-11-23T04:32:24.3611282Z [ 2022-11-23T04:32:24.3611736Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:32:24.3611886Z ] 2022-11-23T04:32:24.3612665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3612831Z with 2022-11-23T04:32:24.3612951Z [ 2022-11-23T04:32:24.3613572Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:32:24.3613751Z ] 2022-11-23T04:32:24.3614626Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3614802Z with 2022-11-23T04:32:24.3614948Z [ 2022-11-23T04:32:24.3615391Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:32:24.3615542Z ] 2022-11-23T04:32:24.3616674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3616852Z with 2022-11-23T04:32:24.3617085Z [ 2022-11-23T04:32:24.3617544Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:32:24.3617702Z ] 2022-11-23T04:32:24.3618706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:24.3619817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:24.3620654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3620817Z with 2022-11-23T04:32:24.3620960Z [ 2022-11-23T04:32:24.3621425Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:32:24.3621574Z ] 2022-11-23T04:32:24.3622418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3622568Z with 2022-11-23T04:32:24.3622715Z [ 2022-11-23T04:32:24.3623022Z T=std::vector> 2022-11-23T04:32:24.3623255Z ] 2022-11-23T04:32:24.3624129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3624306Z with 2022-11-23T04:32:24.3624455Z [ 2022-11-23T04:32:24.3624756Z T=std::vector> 2022-11-23T04:32:24.3624902Z ] 2022-11-23T04:32:24.3625769Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3626111Z with 2022-11-23T04:32:24.3626258Z [ 2022-11-23T04:32:24.3626559Z T=std::vector> 2022-11-23T04:32:24.3626706Z ] 2022-11-23T04:32:24.3627634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3627798Z with 2022-11-23T04:32:24.3627921Z [ 2022-11-23T04:32:24.3628224Z T=std::vector> 2022-11-23T04:32:24.3628371Z ] 2022-11-23T04:32:24.3629423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:24.3629622Z with 2022-11-23T04:32:24.3629862Z [ 2022-11-23T04:32:24.3630034Z T=double 2022-11-23T04:32:24.3630250Z ] 2022-11-23T04:32:24.3631197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:24.3631363Z with 2022-11-23T04:32:24.3631506Z [ 2022-11-23T04:32:24.3631666Z T=double 2022-11-23T04:32:24.3631811Z ] 2022-11-23T04:32:24.3632687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3632866Z with 2022-11-23T04:32:24.3632989Z [ 2022-11-23T04:32:24.3633290Z T=std::vector> 2022-11-23T04:32:24.3633442Z ] 2022-11-23T04:32:24.3634185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3634345Z with 2022-11-23T04:32:24.3634485Z [ 2022-11-23T04:32:24.3634751Z T=std::tuple 2022-11-23T04:32:24.3634893Z ] 2022-11-23T04:32:24.3635759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3635928Z with 2022-11-23T04:32:24.3636073Z [ 2022-11-23T04:32:24.3636337Z T=std::tuple 2022-11-23T04:32:24.3636584Z ] 2022-11-23T04:32:24.3637532Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3637708Z with 2022-11-23T04:32:24.3637851Z [ 2022-11-23T04:32:24.3638089Z T=std::tuple 2022-11-23T04:32:24.3638226Z ] 2022-11-23T04:32:24.3639164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3639331Z with 2022-11-23T04:32:24.3639472Z [ 2022-11-23T04:32:24.3639730Z T=std::tuple 2022-11-23T04:32:24.3639877Z ] 2022-11-23T04:32:24.3640721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:24.3641818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:24.3642763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3642935Z with 2022-11-23T04:32:24.3643181Z [ 2022-11-23T04:32:24.3643530Z T=std::tuple 2022-11-23T04:32:24.3643686Z ] 2022-11-23T04:32:24.3644565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3644766Z with 2022-11-23T04:32:24.3644911Z [ 2022-11-23T04:32:24.3645232Z T=std::vector> 2022-11-23T04:32:24.3645353Z ] 2022-11-23T04:32:24.3646125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:24.3646292Z with 2022-11-23T04:32:24.3646432Z [ 2022-11-23T04:32:24.3646749Z T=std::vector> 2022-11-23T04:32:24.3646900Z ] 2022-11-23T04:32:24.3647773Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:24.3647936Z with 2022-11-23T04:32:24.3648077Z [ 2022-11-23T04:32:24.3648408Z T=std::vector> 2022-11-23T04:32:24.3648556Z ] 2022-11-23T04:32:24.3649567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:24.3649837Z with 2022-11-23T04:32:24.3649987Z [ 2022-11-23T04:32:24.3650369Z T=std::vector> 2022-11-23T04:32:24.3650520Z ] 2022-11-23T04:32:24.3651378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:24.3652381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:24.3653230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:24.3653398Z with 2022-11-23T04:32:24.3653522Z [ 2022-11-23T04:32:24.3653840Z T=std::vector> 2022-11-23T04:32:24.3653997Z ] 2022-11-23T04:32:34.3983216Z [2/3] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda_extension_kernel2.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\cuda_extension_kernel2.cu -o C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda_extension_kernel2.obj -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O2 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_70,code=sm_70 2022-11-23T04:32:34.3991041Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:32:34.3992352Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:32:34.3993539Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/irange.h(48): warning #186-D: pointless comparison of unsigned integer with zero 2022-11-23T04:32:34.3994402Z detected during: 2022-11-23T04:32:34.3995437Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator==(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=false, =0]" 2022-11-23T04:32:34.3996281Z (55): here 2022-11-23T04:32:34.3997254Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator!=(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=false, =0]" 2022-11-23T04:32:34.3998437Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/TensorImpl.h(77): here 2022-11-23T04:32:34.3998893Z 2022-11-23T04:32:34.3999439Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/irange.h(48): warning #186-D: pointless comparison of unsigned integer with zero 2022-11-23T04:32:34.4000161Z detected during: 2022-11-23T04:32:34.4001131Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator==(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=true, =0]" 2022-11-23T04:32:34.4001949Z (55): here 2022-11-23T04:32:34.4002567Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator!=(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=true, =0]" 2022-11-23T04:32:34.4004163Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/qualified_name.h(73): here 2022-11-23T04:32:34.4004717Z 2022-11-23T04:32:34.4004902Z cuda_extension_kernel2.cu 2022-11-23T04:32:34.4005747Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4006469Z with 2022-11-23T04:32:34.4006780Z [ 2022-11-23T04:32:34.4007132Z T=c10::SymInt 2022-11-23T04:32:34.4007475Z ] 2022-11-23T04:32:34.4008285Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4009032Z with 2022-11-23T04:32:34.4009649Z [ 2022-11-23T04:32:34.4010072Z T=c10::SymInt 2022-11-23T04:32:34.4010659Z ] 2022-11-23T04:32:34.4011718Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4012658Z with 2022-11-23T04:32:34.4013029Z [ 2022-11-23T04:32:34.4013442Z T=c10::SymInt 2022-11-23T04:32:34.4013828Z ] 2022-11-23T04:32:34.4014930Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4015564Z with 2022-11-23T04:32:34.4015769Z [ 2022-11-23T04:32:34.4015990Z T=c10::SymInt 2022-11-23T04:32:34.4016212Z ] 2022-11-23T04:32:34.4016871Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4017977Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/TensorImpl.h(1603): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4018772Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4019254Z with 2022-11-23T04:32:34.4019456Z [ 2022-11-23T04:32:34.4019668Z T=c10::SymInt 2022-11-23T04:32:34.4019884Z ] 2022-11-23T04:32:34.4020325Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/TensorImpl.h(2717): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T04:32:34.4021032Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4021472Z with 2022-11-23T04:32:34.4021676Z [ 2022-11-23T04:32:34.4021991Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4022293Z ] 2022-11-23T04:32:34.4022786Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4023424Z with 2022-11-23T04:32:34.4023628Z [ 2022-11-23T04:32:34.4024091Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4024387Z ] 2022-11-23T04:32:34.4025105Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4025983Z with 2022-11-23T04:32:34.4026165Z [ 2022-11-23T04:32:34.4026485Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4026777Z ] 2022-11-23T04:32:34.4027358Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4027890Z with 2022-11-23T04:32:34.4028093Z [ 2022-11-23T04:32:34.4028387Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4028683Z ] 2022-11-23T04:32:34.4030062Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>' being compiled 2022-11-23T04:32:34.4031235Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional,std::allocator>>' being compiled 2022-11-23T04:32:34.4032359Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4032983Z with 2022-11-23T04:32:34.4033189Z [ 2022-11-23T04:32:34.4033506Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4033784Z ] 2022-11-23T04:32:34.4034266Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4034714Z with 2022-11-23T04:32:34.4034915Z [ 2022-11-23T04:32:34.4035141Z T=c10::QualifiedName 2022-11-23T04:32:34.4035369Z ] 2022-11-23T04:32:34.4035850Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4036303Z with 2022-11-23T04:32:34.4036504Z [ 2022-11-23T04:32:34.4036732Z T=c10::QualifiedName 2022-11-23T04:32:34.4036955Z ] 2022-11-23T04:32:34.4037478Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4038171Z with 2022-11-23T04:32:34.4038378Z [ 2022-11-23T04:32:34.4038616Z T=c10::QualifiedName 2022-11-23T04:32:34.4038956Z ] 2022-11-23T04:32:34.4039657Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4040191Z with 2022-11-23T04:32:34.4040374Z [ 2022-11-23T04:32:34.4040600Z T=c10::QualifiedName 2022-11-23T04:32:34.4040822Z ] 2022-11-23T04:32:34.4041333Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4042123Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4043055Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4043538Z with 2022-11-23T04:32:34.4043723Z [ 2022-11-23T04:32:34.4043958Z T=c10::QualifiedName 2022-11-23T04:32:34.4044184Z ] 2022-11-23T04:32:34.4044818Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4045367Z with 2022-11-23T04:32:34.4045559Z [ 2022-11-23T04:32:34.4045787Z T=at::TensorBase 2022-11-23T04:32:34.4046013Z ] 2022-11-23T04:32:34.4046727Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4047204Z with 2022-11-23T04:32:34.4047407Z [ 2022-11-23T04:32:34.4047614Z T=at::TensorBase 2022-11-23T04:32:34.4047832Z ] 2022-11-23T04:32:34.4048370Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4048868Z with 2022-11-23T04:32:34.4049068Z [ 2022-11-23T04:32:34.4049289Z T=at::TensorBase 2022-11-23T04:32:34.4049491Z ] 2022-11-23T04:32:34.4050246Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4050800Z with 2022-11-23T04:32:34.4051002Z [ 2022-11-23T04:32:34.4051227Z T=at::TensorBase 2022-11-23T04:32:34.4051592Z ] 2022-11-23T04:32:34.4052225Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4053386Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4054253Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4055123Z with 2022-11-23T04:32:34.4055438Z [ 2022-11-23T04:32:34.4056116Z T=at::TensorBase 2022-11-23T04:32:34.4056550Z ] 2022-11-23T04:32:34.4057430Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4058188Z with 2022-11-23T04:32:34.4058649Z [ 2022-11-23T04:32:34.4059026Z T=at::Tensor 2022-11-23T04:32:34.4059456Z ] 2022-11-23T04:32:34.4060385Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4061183Z with 2022-11-23T04:32:34.4061525Z [ 2022-11-23T04:32:34.4061838Z T=at::Tensor 2022-11-23T04:32:34.4062056Z ] 2022-11-23T04:32:34.4062612Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4063327Z with 2022-11-23T04:32:34.4063529Z [ 2022-11-23T04:32:34.4063749Z T=at::Tensor 2022-11-23T04:32:34.4063966Z ] 2022-11-23T04:32:34.4064545Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4065237Z with 2022-11-23T04:32:34.4065422Z [ 2022-11-23T04:32:34.4065637Z T=at::Tensor 2022-11-23T04:32:34.4065998Z ] 2022-11-23T04:32:34.4066744Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4067543Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4068334Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4068814Z with 2022-11-23T04:32:34.4068998Z [ 2022-11-23T04:32:34.4069216Z T=at::Tensor 2022-11-23T04:32:34.4069430Z ] 2022-11-23T04:32:34.4069904Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4070346Z with 2022-11-23T04:32:34.4070529Z [ 2022-11-23T04:32:34.4070753Z T=at::Generator 2022-11-23T04:32:34.4070976Z ] 2022-11-23T04:32:34.4071471Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4072104Z with 2022-11-23T04:32:34.4072308Z [ 2022-11-23T04:32:34.4072588Z T=at::Generator 2022-11-23T04:32:34.4072868Z ] 2022-11-23T04:32:34.4073529Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4074027Z with 2022-11-23T04:32:34.4074227Z [ 2022-11-23T04:32:34.4074449Z T=at::Generator 2022-11-23T04:32:34.4074651Z ] 2022-11-23T04:32:34.4075230Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4075769Z with 2022-11-23T04:32:34.4075972Z [ 2022-11-23T04:32:34.4076193Z T=at::Generator 2022-11-23T04:32:34.4076393Z ] 2022-11-23T04:32:34.4076900Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4077670Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4078614Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4079222Z with 2022-11-23T04:32:34.4079432Z [ 2022-11-23T04:32:34.4079894Z T=at::Generator 2022-11-23T04:32:34.4080095Z ] 2022-11-23T04:32:34.4080572Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4081015Z with 2022-11-23T04:32:34.4081220Z [ 2022-11-23T04:32:34.4081433Z T=c10::Scalar 2022-11-23T04:32:34.4081645Z ] 2022-11-23T04:32:34.4082123Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4082579Z with 2022-11-23T04:32:34.4082779Z [ 2022-11-23T04:32:34.4082994Z T=c10::Scalar 2022-11-23T04:32:34.4083298Z ] 2022-11-23T04:32:34.4083857Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4084344Z with 2022-11-23T04:32:34.4084547Z [ 2022-11-23T04:32:34.4084914Z T=c10::Scalar 2022-11-23T04:32:34.4085134Z ] 2022-11-23T04:32:34.4085846Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4086499Z with 2022-11-23T04:32:34.4086684Z [ 2022-11-23T04:32:34.4086897Z T=c10::Scalar 2022-11-23T04:32:34.4087111Z ] 2022-11-23T04:32:34.4087610Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4088383Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4089164Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4089646Z with 2022-11-23T04:32:34.4089828Z [ 2022-11-23T04:32:34.4090046Z T=c10::Scalar 2022-11-23T04:32:34.4090260Z ] 2022-11-23T04:32:34.4090735Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4091292Z with 2022-11-23T04:32:34.4091523Z [ 2022-11-23T04:32:34.4091814Z T=std::shared_ptr 2022-11-23T04:32:34.4092213Z ] 2022-11-23T04:32:34.4092823Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4093280Z with 2022-11-23T04:32:34.4093481Z [ 2022-11-23T04:32:34.4093748Z T=std::shared_ptr 2022-11-23T04:32:34.4094008Z ] 2022-11-23T04:32:34.4094551Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4095048Z with 2022-11-23T04:32:34.4095250Z [ 2022-11-23T04:32:34.4095533Z T=std::shared_ptr 2022-11-23T04:32:34.4095784Z ] 2022-11-23T04:32:34.4096362Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4097011Z with 2022-11-23T04:32:34.4097214Z [ 2022-11-23T04:32:34.4097494Z T=std::shared_ptr 2022-11-23T04:32:34.4097903Z ] 2022-11-23T04:32:34.4098447Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.4099804Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.4100650Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4101131Z with 2022-11-23T04:32:34.4101338Z [ 2022-11-23T04:32:34.4101619Z T=std::shared_ptr 2022-11-23T04:32:34.4101889Z ] 2022-11-23T04:32:34.4102368Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4102791Z with 2022-11-23T04:32:34.4102994Z [ 2022-11-23T04:32:34.4103275Z T=std::weak_ptr 2022-11-23T04:32:34.4103541Z ] 2022-11-23T04:32:34.4104040Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4104656Z with 2022-11-23T04:32:34.4104841Z [ 2022-11-23T04:32:34.4105328Z T=std::weak_ptr 2022-11-23T04:32:34.4105644Z ] 2022-11-23T04:32:34.4106189Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4106686Z with 2022-11-23T04:32:34.4106869Z [ 2022-11-23T04:32:34.4107145Z T=std::weak_ptr 2022-11-23T04:32:34.4107407Z ] 2022-11-23T04:32:34.4107987Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4108524Z with 2022-11-23T04:32:34.4108726Z [ 2022-11-23T04:32:34.4108984Z T=std::weak_ptr 2022-11-23T04:32:34.4109249Z ] 2022-11-23T04:32:34.4109799Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.4110776Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.4111873Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4112363Z with 2022-11-23T04:32:34.4112683Z [ 2022-11-23T04:32:34.4112968Z T=std::weak_ptr 2022-11-23T04:32:34.4113220Z ] 2022-11-23T04:32:34.4113700Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4114139Z with 2022-11-23T04:32:34.4114340Z [ 2022-11-23T04:32:34.4114653Z T=std::vector> 2022-11-23T04:32:34.4114951Z ] 2022-11-23T04:32:34.4115427Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4115889Z with 2022-11-23T04:32:34.4116178Z [ 2022-11-23T04:32:34.4116512Z T=std::vector> 2022-11-23T04:32:34.4116807Z ] 2022-11-23T04:32:34.4117515Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4118228Z with 2022-11-23T04:32:34.4118455Z [ 2022-11-23T04:32:34.4118773Z T=std::vector> 2022-11-23T04:32:34.4119064Z ] 2022-11-23T04:32:34.4119639Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4120175Z with 2022-11-23T04:32:34.4120355Z [ 2022-11-23T04:32:34.4120670Z T=std::vector> 2022-11-23T04:32:34.4120966Z ] 2022-11-23T04:32:34.4121537Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:34.4122429Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:34.4123269Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4123897Z with 2022-11-23T04:32:34.4124109Z [ 2022-11-23T04:32:34.4124540Z T=std::vector> 2022-11-23T04:32:34.4124956Z ] 2022-11-23T04:32:34.4125438Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4126486Z with 2022-11-23T04:32:34.4126866Z [ 2022-11-23T04:32:34.4127361Z T=std::vector> 2022-11-23T04:32:34.4127806Z ] 2022-11-23T04:32:34.4128697Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4129521Z with 2022-11-23T04:32:34.4129875Z [ 2022-11-23T04:32:34.4130497Z T=std::vector> 2022-11-23T04:32:34.4130969Z ] 2022-11-23T04:32:34.4132252Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4133376Z with 2022-11-23T04:32:34.4133718Z [ 2022-11-23T04:32:34.4134196Z T=std::vector> 2022-11-23T04:32:34.4134699Z ] 2022-11-23T04:32:34.4135819Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4136736Z with 2022-11-23T04:32:34.4137192Z [ 2022-11-23T04:32:34.4137731Z T=std::vector> 2022-11-23T04:32:34.4138217Z ] 2022-11-23T04:32:34.4139533Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:34.4141097Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:34.4142615Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4143482Z with 2022-11-23T04:32:34.4143861Z [ 2022-11-23T04:32:34.4144355Z T=std::vector> 2022-11-23T04:32:34.4144951Z ] 2022-11-23T04:32:34.4145991Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4146955Z with 2022-11-23T04:32:34.4147325Z [ 2022-11-23T04:32:34.4147925Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4148444Z ] 2022-11-23T04:32:34.4149285Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4150027Z with 2022-11-23T04:32:34.4150343Z [ 2022-11-23T04:32:34.4150900Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4151476Z ] 2022-11-23T04:32:34.4152621Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4153843Z with 2022-11-23T04:32:34.4154230Z [ 2022-11-23T04:32:34.4154815Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4155326Z ] 2022-11-23T04:32:34.4156346Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4157271Z with 2022-11-23T04:32:34.4157608Z [ 2022-11-23T04:32:34.4158143Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4158688Z ] 2022-11-23T04:32:34.4159932Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:32:34.4161949Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:32:34.4163359Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:32:34.4164684Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4165472Z with 2022-11-23T04:32:34.4165802Z [ 2022-11-23T04:32:34.4166500Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4167031Z ] 2022-11-23T04:32:34.4167830Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4168543Z with 2022-11-23T04:32:34.4168922Z [ 2022-11-23T04:32:34.4169440Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4169921Z ] 2022-11-23T04:32:34.4170739Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4171679Z with 2022-11-23T04:32:34.4172043Z [ 2022-11-23T04:32:34.4172727Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4173381Z ] 2022-11-23T04:32:34.4174337Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4175187Z with 2022-11-23T04:32:34.4175522Z [ 2022-11-23T04:32:34.4176053Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4176551Z ] 2022-11-23T04:32:34.4177537Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4178460Z with 2022-11-23T04:32:34.4178792Z [ 2022-11-23T04:32:34.4179313Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4179792Z ] 2022-11-23T04:32:34.4180792Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:32:34.4182340Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:32:34.4183772Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape<__int64>' being compiled 2022-11-23T04:32:34.4185150Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4185982Z with 2022-11-23T04:32:34.4186482Z [ 2022-11-23T04:32:34.4187029Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.4187532Z ] 2022-11-23T04:32:34.4188469Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4189344Z with 2022-11-23T04:32:34.4189802Z [ 2022-11-23T04:32:34.4190272Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.4190730Z ] 2022-11-23T04:32:34.4191749Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4192517Z with 2022-11-23T04:32:34.4192995Z [ 2022-11-23T04:32:34.4193475Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.4193923Z ] 2022-11-23T04:32:34.4194878Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4195731Z with 2022-11-23T04:32:34.4196057Z [ 2022-11-23T04:32:34.4196509Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.4196941Z ] 2022-11-23T04:32:34.4197927Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4198857Z with 2022-11-23T04:32:34.4199197Z [ 2022-11-23T04:32:34.4199654Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.4200095Z ] 2022-11-23T04:32:34.4201033Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:34.4202455Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:34.4204067Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4204906Z with 2022-11-23T04:32:34.4205246Z [ 2022-11-23T04:32:34.4205700Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.4206146Z ] 2022-11-23T04:32:34.4206972Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4207703Z with 2022-11-23T04:32:34.4208031Z [ 2022-11-23T04:32:34.4208550Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.4209010Z ] 2022-11-23T04:32:34.4209827Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4210596Z with 2022-11-23T04:32:34.4210934Z [ 2022-11-23T04:32:34.4211435Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.4211932Z ] 2022-11-23T04:32:34.4212835Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4213873Z with 2022-11-23T04:32:34.4214211Z [ 2022-11-23T04:32:34.4214723Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.4215189Z ] 2022-11-23T04:32:34.4216151Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4217053Z with 2022-11-23T04:32:34.4217354Z [ 2022-11-23T04:32:34.4217882Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.4218383Z ] 2022-11-23T04:32:34.4219507Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.4221114Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.4223035Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T04:32:34.4224660Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4225490Z with 2022-11-23T04:32:34.4225798Z [ 2022-11-23T04:32:34.4226305Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.4226826Z ] 2022-11-23T04:32:34.4227616Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4228362Z with 2022-11-23T04:32:34.4228707Z [ 2022-11-23T04:32:34.4229204Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.4229684Z ] 2022-11-23T04:32:34.4230528Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4231276Z with 2022-11-23T04:32:34.4231598Z [ 2022-11-23T04:32:34.4232101Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.4232628Z ] 2022-11-23T04:32:34.4233548Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4234399Z with 2022-11-23T04:32:34.4234724Z [ 2022-11-23T04:32:34.4235254Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.4235743Z ] 2022-11-23T04:32:34.4236694Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4237621Z with 2022-11-23T04:32:34.4237953Z [ 2022-11-23T04:32:34.4238468Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.4238960Z ] 2022-11-23T04:32:34.4239899Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.4241639Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.4243214Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T04:32:34.4244745Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4245596Z with 2022-11-23T04:32:34.4245930Z [ 2022-11-23T04:32:34.4246440Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.4246928Z ] 2022-11-23T04:32:34.4247715Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4248439Z with 2022-11-23T04:32:34.4248743Z [ 2022-11-23T04:32:34.4249142Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.4249550Z ] 2022-11-23T04:32:34.4250396Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4251173Z with 2022-11-23T04:32:34.4251495Z [ 2022-11-23T04:32:34.4251901Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.4252303Z ] 2022-11-23T04:32:34.4253225Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4254050Z with 2022-11-23T04:32:34.4254371Z [ 2022-11-23T04:32:34.4254773Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.4255180Z ] 2022-11-23T04:32:34.4256175Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4257101Z with 2022-11-23T04:32:34.4257425Z [ 2022-11-23T04:32:34.4257830Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.4258220Z ] 2022-11-23T04:32:34.4259141Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4260560Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4261377Z with 2022-11-23T04:32:34.4261721Z [ 2022-11-23T04:32:34.4262146Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.4262526Z ] 2022-11-23T04:32:34.4263498Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T04:32:34.4264927Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4266728Z with 2022-11-23T04:32:34.4267064Z [ 2022-11-23T04:32:34.4267483Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.4267884Z ] 2022-11-23T04:32:34.4268678Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4269409Z with 2022-11-23T04:32:34.4269739Z [ 2022-11-23T04:32:34.4270667Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.4271683Z ] 2022-11-23T04:32:34.4272634Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4273453Z with 2022-11-23T04:32:34.4273817Z [ 2022-11-23T04:32:34.4274874Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.4275779Z ] 2022-11-23T04:32:34.4276759Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4277589Z with 2022-11-23T04:32:34.4277908Z [ 2022-11-23T04:32:34.4279082Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.4280145Z ] 2022-11-23T04:32:34.4281074Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4281944Z with 2022-11-23T04:32:34.4282264Z [ 2022-11-23T04:32:34.4283163Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.4284146Z ] 2022-11-23T04:32:34.4285566Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>,std::allocator>>>>' being compiled 2022-11-23T04:32:34.4286872Z with 2022-11-23T04:32:34.4287214Z [ 2022-11-23T04:32:34.4287667Z TTarget=c10::StorageImpl 2022-11-23T04:32:34.4288076Z ] 2022-11-23T04:32:34.4289495Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>,std::allocator>>>>' being compiled 2022-11-23T04:32:34.4290747Z with 2022-11-23T04:32:34.4291096Z [ 2022-11-23T04:32:34.4291701Z TTarget=c10::StorageImpl 2022-11-23T04:32:34.4292127Z ] 2022-11-23T04:32:34.4293018Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4293903Z with 2022-11-23T04:32:34.4294231Z [ 2022-11-23T04:32:34.4295206Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.4296099Z ] 2022-11-23T04:32:34.4297069Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4297778Z with 2022-11-23T04:32:34.4297972Z [ 2022-11-23T04:32:34.4298226Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.4298469Z ] 2022-11-23T04:32:34.4298972Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4299430Z with 2022-11-23T04:32:34.4299634Z [ 2022-11-23T04:32:34.4299861Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.4300101Z ] 2022-11-23T04:32:34.4300644Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4301139Z with 2022-11-23T04:32:34.4301345Z [ 2022-11-23T04:32:34.4301587Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.4301811Z ] 2022-11-23T04:32:34.4302389Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4302972Z with 2022-11-23T04:32:34.4303317Z [ 2022-11-23T04:32:34.4303744Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.4304131Z ] 2022-11-23T04:32:34.4305039Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.4306423Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.4307833Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4308485Z with 2022-11-23T04:32:34.4309313Z [ 2022-11-23T04:32:34.4309852Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.4310317Z ] 2022-11-23T04:32:34.4877043Z [3/3] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda_extension_kernel.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\cuda_extension_kernel.cu -o C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda_extension_kernel.obj -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O2 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_70,code=sm_70 2022-11-23T04:32:34.4881230Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:32:34.4881971Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:32:34.4882887Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/irange.h(48): warning #186-D: pointless comparison of unsigned integer with zero 2022-11-23T04:32:34.4883339Z detected during: 2022-11-23T04:32:34.4883887Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator==(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=false, =0]" 2022-11-23T04:32:34.4884342Z (55): here 2022-11-23T04:32:34.4884836Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator!=(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=false, =0]" 2022-11-23T04:32:34.4886058Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/TensorImpl.h(77): here 2022-11-23T04:32:34.4886561Z 2022-11-23T04:32:34.4887334Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/irange.h(48): warning #186-D: pointless comparison of unsigned integer with zero 2022-11-23T04:32:34.4888225Z detected during: 2022-11-23T04:32:34.4888888Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator==(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=true, =0]" 2022-11-23T04:32:34.4889339Z (55): here 2022-11-23T04:32:34.4889841Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator!=(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=true, =0]" 2022-11-23T04:32:34.4890460Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/qualified_name.h(73): here 2022-11-23T04:32:34.4890744Z 2022-11-23T04:32:34.4890855Z cuda_extension_kernel.cu 2022-11-23T04:32:34.4891367Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4891972Z with 2022-11-23T04:32:34.4892176Z [ 2022-11-23T04:32:34.4892379Z T=c10::SymInt 2022-11-23T04:32:34.4892591Z ] 2022-11-23T04:32:34.4893091Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4893551Z with 2022-11-23T04:32:34.4893752Z [ 2022-11-23T04:32:34.4894073Z T=c10::SymInt 2022-11-23T04:32:34.4894293Z ] 2022-11-23T04:32:34.4894977Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4895539Z with 2022-11-23T04:32:34.4895738Z [ 2022-11-23T04:32:34.4895957Z T=c10::SymInt 2022-11-23T04:32:34.4896154Z ] 2022-11-23T04:32:34.4896728Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4897256Z with 2022-11-23T04:32:34.4897453Z [ 2022-11-23T04:32:34.4897669Z T=c10::SymInt 2022-11-23T04:32:34.4897879Z ] 2022-11-23T04:32:34.4898355Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4899124Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/TensorImpl.h(1603): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4899906Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4900388Z with 2022-11-23T04:32:34.4900589Z [ 2022-11-23T04:32:34.4900805Z T=c10::SymInt 2022-11-23T04:32:34.4901019Z ] 2022-11-23T04:32:34.4901454Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/TensorImpl.h(2717): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T04:32:34.4902164Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4902609Z with 2022-11-23T04:32:34.4902816Z [ 2022-11-23T04:32:34.4903131Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4903428Z ] 2022-11-23T04:32:34.4903905Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4904358Z with 2022-11-23T04:32:34.4904561Z [ 2022-11-23T04:32:34.4904874Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4905169Z ] 2022-11-23T04:32:34.4905708Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4906201Z with 2022-11-23T04:32:34.4906388Z [ 2022-11-23T04:32:34.4906702Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4907101Z ] 2022-11-23T04:32:34.4907679Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4908210Z with 2022-11-23T04:32:34.4908412Z [ 2022-11-23T04:32:34.4908706Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4908992Z ] 2022-11-23T04:32:34.4909629Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>' being compiled 2022-11-23T04:32:34.4910551Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional,std::allocator>>' being compiled 2022-11-23T04:32:34.4911399Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4911880Z with 2022-11-23T04:32:34.4912082Z [ 2022-11-23T04:32:34.4912397Z T=std::basic_string,std::allocator> 2022-11-23T04:32:34.4912671Z ] 2022-11-23T04:32:34.4913145Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4913596Z with 2022-11-23T04:32:34.4913799Z [ 2022-11-23T04:32:34.4914030Z T=c10::QualifiedName 2022-11-23T04:32:34.4914245Z ] 2022-11-23T04:32:34.4914741Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4915201Z with 2022-11-23T04:32:34.4915399Z [ 2022-11-23T04:32:34.4915627Z T=c10::QualifiedName 2022-11-23T04:32:34.4915845Z ] 2022-11-23T04:32:34.4916369Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4916865Z with 2022-11-23T04:32:34.4917064Z [ 2022-11-23T04:32:34.4917290Z T=c10::QualifiedName 2022-11-23T04:32:34.4917515Z ] 2022-11-23T04:32:34.4918091Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4918608Z with 2022-11-23T04:32:34.4918809Z [ 2022-11-23T04:32:34.4919033Z T=c10::QualifiedName 2022-11-23T04:32:34.4919261Z ] 2022-11-23T04:32:34.4919771Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4920556Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4921352Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4922065Z with 2022-11-23T04:32:34.4922402Z [ 2022-11-23T04:32:34.4922645Z T=c10::QualifiedName 2022-11-23T04:32:34.4922876Z ] 2022-11-23T04:32:34.4923356Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4923798Z with 2022-11-23T04:32:34.4923983Z [ 2022-11-23T04:32:34.4924207Z T=at::TensorBase 2022-11-23T04:32:34.4924430Z ] 2022-11-23T04:32:34.4924920Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4926556Z with 2022-11-23T04:32:34.4926819Z [ 2022-11-23T04:32:34.4927034Z T=at::TensorBase 2022-11-23T04:32:34.4927264Z ] 2022-11-23T04:32:34.4927810Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4928320Z with 2022-11-23T04:32:34.4928522Z [ 2022-11-23T04:32:34.4928726Z T=at::TensorBase 2022-11-23T04:32:34.4928949Z ] 2022-11-23T04:32:34.4929524Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4930058Z with 2022-11-23T04:32:34.4930262Z [ 2022-11-23T04:32:34.4930486Z T=at::TensorBase 2022-11-23T04:32:34.4930691Z ] 2022-11-23T04:32:34.4931200Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4931981Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4932829Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4933314Z with 2022-11-23T04:32:34.4933519Z [ 2022-11-23T04:32:34.4933743Z T=at::TensorBase 2022-11-23T04:32:34.4933948Z ] 2022-11-23T04:32:34.4934432Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4934880Z with 2022-11-23T04:32:34.4935082Z [ 2022-11-23T04:32:34.4935298Z T=at::Tensor 2022-11-23T04:32:34.4935514Z ] 2022-11-23T04:32:34.4935990Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4936443Z with 2022-11-23T04:32:34.4936638Z [ 2022-11-23T04:32:34.4936849Z T=at::Tensor 2022-11-23T04:32:34.4937055Z ] 2022-11-23T04:32:34.4937572Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4938070Z with 2022-11-23T04:32:34.4938271Z [ 2022-11-23T04:32:34.4938485Z T=at::Tensor 2022-11-23T04:32:34.4938694Z ] 2022-11-23T04:32:34.4939402Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4939935Z with 2022-11-23T04:32:34.4940116Z [ 2022-11-23T04:32:34.4940328Z T=at::Tensor 2022-11-23T04:32:34.4940541Z ] 2022-11-23T04:32:34.4941034Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4941868Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4942666Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4943392Z with 2022-11-23T04:32:34.4943578Z [ 2022-11-23T04:32:34.4943912Z T=at::Tensor 2022-11-23T04:32:34.4944229Z ] 2022-11-23T04:32:34.4944713Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4945155Z with 2022-11-23T04:32:34.4945339Z [ 2022-11-23T04:32:34.4945562Z T=at::Generator 2022-11-23T04:32:34.4945784Z ] 2022-11-23T04:32:34.4946281Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4946729Z with 2022-11-23T04:32:34.4946924Z [ 2022-11-23T04:32:34.4947131Z T=at::Generator 2022-11-23T04:32:34.4947357Z ] 2022-11-23T04:32:34.4947896Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4948399Z with 2022-11-23T04:32:34.4948596Z [ 2022-11-23T04:32:34.4948794Z T=at::Generator 2022-11-23T04:32:34.4949014Z ] 2022-11-23T04:32:34.4949586Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4950115Z with 2022-11-23T04:32:34.4950320Z [ 2022-11-23T04:32:34.4950538Z T=at::Generator 2022-11-23T04:32:34.4950739Z ] 2022-11-23T04:32:34.4951250Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4952018Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4952802Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4953280Z with 2022-11-23T04:32:34.4953484Z [ 2022-11-23T04:32:34.4953705Z T=at::Generator 2022-11-23T04:32:34.4953909Z ] 2022-11-23T04:32:34.4954388Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4954953Z with 2022-11-23T04:32:34.4955154Z [ 2022-11-23T04:32:34.4955373Z T=c10::Scalar 2022-11-23T04:32:34.4955590Z ] 2022-11-23T04:32:34.4956066Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4956518Z with 2022-11-23T04:32:34.4956717Z [ 2022-11-23T04:32:34.4956930Z T=c10::Scalar 2022-11-23T04:32:34.4957143Z ] 2022-11-23T04:32:34.4957739Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4958259Z with 2022-11-23T04:32:34.4958459Z [ 2022-11-23T04:32:34.4958681Z T=c10::Scalar 2022-11-23T04:32:34.4958891Z ] 2022-11-23T04:32:34.4959463Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4959995Z with 2022-11-23T04:32:34.4960178Z [ 2022-11-23T04:32:34.4960392Z T=c10::Scalar 2022-11-23T04:32:34.4960601Z ] 2022-11-23T04:32:34.4961215Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.4961986Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.4962768Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4963249Z with 2022-11-23T04:32:34.4963431Z [ 2022-11-23T04:32:34.4963647Z T=c10::Scalar 2022-11-23T04:32:34.4963859Z ] 2022-11-23T04:32:34.4964333Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4964771Z with 2022-11-23T04:32:34.4964954Z [ 2022-11-23T04:32:34.4965239Z T=std::shared_ptr 2022-11-23T04:32:34.4965509Z ] 2022-11-23T04:32:34.4966004Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4966463Z with 2022-11-23T04:32:34.4966663Z [ 2022-11-23T04:32:34.4966928Z T=std::shared_ptr 2022-11-23T04:32:34.4967189Z ] 2022-11-23T04:32:34.4967953Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4968469Z with 2022-11-23T04:32:34.4968732Z [ 2022-11-23T04:32:34.4969265Z T=std::shared_ptr 2022-11-23T04:32:34.4969749Z ] 2022-11-23T04:32:34.4970895Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4972001Z with 2022-11-23T04:32:34.4972352Z [ 2022-11-23T04:32:34.4972887Z T=std::shared_ptr 2022-11-23T04:32:34.4973410Z ] 2022-11-23T04:32:34.4974509Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.4976121Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.4977337Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4977840Z with 2022-11-23T04:32:34.4978054Z [ 2022-11-23T04:32:34.4978345Z T=std::shared_ptr 2022-11-23T04:32:34.4978616Z ] 2022-11-23T04:32:34.4979077Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4979522Z with 2022-11-23T04:32:34.4979728Z [ 2022-11-23T04:32:34.4980009Z T=std::weak_ptr 2022-11-23T04:32:34.4980278Z ] 2022-11-23T04:32:34.4980775Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4981215Z with 2022-11-23T04:32:34.4981422Z [ 2022-11-23T04:32:34.4981697Z T=std::weak_ptr 2022-11-23T04:32:34.4981962Z ] 2022-11-23T04:32:34.4982508Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4983005Z with 2022-11-23T04:32:34.4983185Z [ 2022-11-23T04:32:34.4983456Z T=std::weak_ptr 2022-11-23T04:32:34.4983723Z ] 2022-11-23T04:32:34.4984302Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4984838Z with 2022-11-23T04:32:34.4985040Z [ 2022-11-23T04:32:34.4985298Z T=std::weak_ptr 2022-11-23T04:32:34.4985558Z ] 2022-11-23T04:32:34.4986101Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.4986945Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.4987764Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4988243Z with 2022-11-23T04:32:34.4988450Z [ 2022-11-23T04:32:34.4988730Z T=std::weak_ptr 2022-11-23T04:32:34.4988981Z ] 2022-11-23T04:32:34.4989458Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.4990147Z with 2022-11-23T04:32:34.4990351Z [ 2022-11-23T04:32:34.4990673Z T=std::vector> 2022-11-23T04:32:34.4990953Z ] 2022-11-23T04:32:34.4991454Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.4991909Z with 2022-11-23T04:32:34.4992106Z [ 2022-11-23T04:32:34.4992417Z T=std::vector> 2022-11-23T04:32:34.4992711Z ] 2022-11-23T04:32:34.4993317Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.4993846Z with 2022-11-23T04:32:34.4994044Z [ 2022-11-23T04:32:34.4994355Z T=std::vector> 2022-11-23T04:32:34.4994646Z ] 2022-11-23T04:32:34.4995220Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.4995750Z with 2022-11-23T04:32:34.4996076Z [ 2022-11-23T04:32:34.4996477Z T=std::vector> 2022-11-23T04:32:34.4996772Z ] 2022-11-23T04:32:34.4997737Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:34.5000084Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:34.5001884Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5002804Z with 2022-11-23T04:32:34.5003018Z [ 2022-11-23T04:32:34.5003350Z T=std::vector> 2022-11-23T04:32:34.5003652Z ] 2022-11-23T04:32:34.5004142Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5004906Z with 2022-11-23T04:32:34.5005120Z [ 2022-11-23T04:32:34.5005960Z T=std::vector> 2022-11-23T04:32:34.5006482Z ] 2022-11-23T04:32:34.5007465Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.5008222Z with 2022-11-23T04:32:34.5008430Z [ 2022-11-23T04:32:34.5008706Z T=std::vector> 2022-11-23T04:32:34.5008945Z ] 2022-11-23T04:32:34.5009503Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.5010014Z with 2022-11-23T04:32:34.5010218Z [ 2022-11-23T04:32:34.5010679Z T=std::vector> 2022-11-23T04:32:34.5010937Z ] 2022-11-23T04:32:34.5011508Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.5012045Z with 2022-11-23T04:32:34.5012246Z [ 2022-11-23T04:32:34.5012515Z T=std::vector> 2022-11-23T04:32:34.5012773Z ] 2022-11-23T04:32:34.5013314Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:34.5014229Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:34.5015040Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5015521Z with 2022-11-23T04:32:34.5015719Z [ 2022-11-23T04:32:34.5015990Z T=std::vector> 2022-11-23T04:32:34.5016248Z ] 2022-11-23T04:32:34.5016728Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5017169Z with 2022-11-23T04:32:34.5017354Z [ 2022-11-23T04:32:34.5017689Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5017998Z ] 2022-11-23T04:32:34.5018494Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.5018952Z with 2022-11-23T04:32:34.5019135Z [ 2022-11-23T04:32:34.5019454Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5019757Z ] 2022-11-23T04:32:34.5020293Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.5020793Z with 2022-11-23T04:32:34.5020993Z [ 2022-11-23T04:32:34.5021326Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5021616Z ] 2022-11-23T04:32:34.5022191Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.5022729Z with 2022-11-23T04:32:34.5022928Z [ 2022-11-23T04:32:34.5023250Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5023554Z ] 2022-11-23T04:32:34.5024121Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:32:34.5025040Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:32:34.5025978Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:32:34.5026754Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5027231Z with 2022-11-23T04:32:34.5027436Z [ 2022-11-23T04:32:34.5027764Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5028070Z ] 2022-11-23T04:32:34.5028625Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5029069Z with 2022-11-23T04:32:34.5029268Z [ 2022-11-23T04:32:34.5029586Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5029886Z ] 2022-11-23T04:32:34.5030377Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.5030835Z with 2022-11-23T04:32:34.5031019Z [ 2022-11-23T04:32:34.5031333Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5031625Z ] 2022-11-23T04:32:34.5032218Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.5032726Z with 2022-11-23T04:32:34.5032926Z [ 2022-11-23T04:32:34.5033225Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5033519Z ] 2022-11-23T04:32:34.5034096Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.5034625Z with 2022-11-23T04:32:34.5034828Z [ 2022-11-23T04:32:34.5035139Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5035415Z ] 2022-11-23T04:32:34.5035984Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:32:34.5036871Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:32:34.5037685Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape<__int64>' being compiled 2022-11-23T04:32:34.5038458Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5038931Z with 2022-11-23T04:32:34.5039137Z [ 2022-11-23T04:32:34.5039457Z T=std::vector,std::allocator>> 2022-11-23T04:32:34.5039754Z ] 2022-11-23T04:32:34.5040214Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5040760Z with 2022-11-23T04:32:34.5040961Z [ 2022-11-23T04:32:34.5041238Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.5041498Z ] 2022-11-23T04:32:34.5041973Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.5042435Z with 2022-11-23T04:32:34.5042635Z [ 2022-11-23T04:32:34.5042909Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.5043159Z ] 2022-11-23T04:32:34.5043776Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.5044294Z with 2022-11-23T04:32:34.5044481Z [ 2022-11-23T04:32:34.5044942Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.5045199Z ] 2022-11-23T04:32:34.5046093Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.5063879Z with 2022-11-23T04:32:34.5064326Z [ 2022-11-23T04:32:34.5064636Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.5064895Z ] 2022-11-23T04:32:34.5065462Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:32:34.5066315Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:32:34.5067112Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5067589Z with 2022-11-23T04:32:34.5067786Z [ 2022-11-23T04:32:34.5068055Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:32:34.5068307Z ] 2022-11-23T04:32:34.5068786Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5069210Z with 2022-11-23T04:32:34.5069405Z [ 2022-11-23T04:32:34.5069720Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.5070009Z ] 2022-11-23T04:32:34.5070503Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.5071130Z with 2022-11-23T04:32:34.5071315Z [ 2022-11-23T04:32:34.5071623Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.5071910Z ] 2022-11-23T04:32:34.5072447Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.5072943Z with 2022-11-23T04:32:34.5073138Z [ 2022-11-23T04:32:34.5073426Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.5073898Z ] 2022-11-23T04:32:34.5074476Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.5075003Z with 2022-11-23T04:32:34.5075202Z [ 2022-11-23T04:32:34.5075504Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.5075777Z ] 2022-11-23T04:32:34.5076345Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.5077411Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.5078355Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T04:32:34.5079203Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5079679Z with 2022-11-23T04:32:34.5079876Z [ 2022-11-23T04:32:34.5080180Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:32:34.5080467Z ] 2022-11-23T04:32:34.5080929Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5081371Z with 2022-11-23T04:32:34.5081565Z [ 2022-11-23T04:32:34.5081868Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.5082154Z ] 2022-11-23T04:32:34.5082643Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.5083083Z with 2022-11-23T04:32:34.5083278Z [ 2022-11-23T04:32:34.5083582Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.5083867Z ] 2022-11-23T04:32:34.5084402Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.5084898Z with 2022-11-23T04:32:34.5085083Z [ 2022-11-23T04:32:34.5085384Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.5085667Z ] 2022-11-23T04:32:34.5086235Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.5086790Z with 2022-11-23T04:32:34.5086986Z [ 2022-11-23T04:32:34.5087269Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.5087557Z ] 2022-11-23T04:32:34.5088120Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.5089026Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.5090041Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T04:32:34.5090880Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5091360Z with 2022-11-23T04:32:34.5091559Z [ 2022-11-23T04:32:34.5091920Z T=c10::impl::InlineStreamGuard 2022-11-23T04:32:34.5092226Z ] 2022-11-23T04:32:34.5092703Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5093143Z with 2022-11-23T04:32:34.5093338Z [ 2022-11-23T04:32:34.5093575Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.5093800Z ] 2022-11-23T04:32:34.5094287Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.5094736Z with 2022-11-23T04:32:34.5094930Z [ 2022-11-23T04:32:34.5095166Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.5095402Z ] 2022-11-23T04:32:34.5095922Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.5096423Z with 2022-11-23T04:32:34.5096620Z [ 2022-11-23T04:32:34.5096860Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.5097094Z ] 2022-11-23T04:32:34.5097661Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.5098172Z with 2022-11-23T04:32:34.5098365Z [ 2022-11-23T04:32:34.5098603Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.5098835Z ] 2022-11-23T04:32:34.5099356Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:32:34.5100157Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:32:34.5100619Z with 2022-11-23T04:32:34.5100801Z [ 2022-11-23T04:32:34.5101041Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.5101117Z ] 2022-11-23T04:32:34.5101562Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T04:32:34.5101959Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5102044Z with 2022-11-23T04:32:34.5102122Z [ 2022-11-23T04:32:34.5102248Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:32:34.5102422Z ] 2022-11-23T04:32:34.5102788Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5102868Z with 2022-11-23T04:32:34.5102944Z [ 2022-11-23T04:32:34.5103379Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.5103456Z ] 2022-11-23T04:32:34.5103830Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.5103967Z with 2022-11-23T04:32:34.5104055Z [ 2022-11-23T04:32:34.5104494Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.5104576Z ] 2022-11-23T04:32:34.5104997Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.5105077Z with 2022-11-23T04:32:34.5105152Z [ 2022-11-23T04:32:34.5105581Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.5105659Z ] 2022-11-23T04:32:34.5106113Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.5106197Z with 2022-11-23T04:32:34.5106273Z [ 2022-11-23T04:32:34.5106701Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.5106778Z ] 2022-11-23T04:32:34.5107435Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>,std::allocator>>>>' being compiled 2022-11-23T04:32:34.5107519Z with 2022-11-23T04:32:34.5107594Z [ 2022-11-23T04:32:34.5107714Z TTarget=c10::StorageImpl 2022-11-23T04:32:34.5107789Z ] 2022-11-23T04:32:34.5108438Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>,std::allocator>>>>' being compiled 2022-11-23T04:32:34.5108517Z with 2022-11-23T04:32:34.5108592Z [ 2022-11-23T04:32:34.5108710Z TTarget=c10::StorageImpl 2022-11-23T04:32:34.5108784Z ] 2022-11-23T04:32:34.5109187Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5110475Z with 2022-11-23T04:32:34.5110536Z [ 2022-11-23T04:32:34.5110982Z T=std::vector>,std::allocator>>> 2022-11-23T04:32:34.5111059Z ] 2022-11-23T04:32:34.5111424Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5111502Z with 2022-11-23T04:32:34.5111578Z [ 2022-11-23T04:32:34.5111707Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.5111882Z ] 2022-11-23T04:32:34.5112285Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:32:34.5112370Z with 2022-11-23T04:32:34.5112445Z [ 2022-11-23T04:32:34.5112570Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.5112646Z ] 2022-11-23T04:32:34.5113067Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:32:34.5113146Z with 2022-11-23T04:32:34.5113221Z [ 2022-11-23T04:32:34.5113345Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.5113405Z ] 2022-11-23T04:32:34.5113866Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:32:34.5113948Z with 2022-11-23T04:32:34.5114024Z [ 2022-11-23T04:32:34.5114146Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.5114221Z ] 2022-11-23T04:32:34.5114623Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:32:34.5115024Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:32:34.5115424Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:32:34.5115505Z with 2022-11-23T04:32:34.5115584Z [ 2022-11-23T04:32:34.5115705Z T=c10::SmallVector<__int64,5> 2022-11-23T04:32:34.5115781Z ] 2022-11-23T04:32:34.5118207Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib "/LIBPATH:C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64" /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib cudart.lib c10_cuda.lib torch_cuda.lib /EXPORT:PyInit_cuda C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda_extension.obj C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda_extension_kernel.obj C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda_extension_kernel2.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cuda.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda.cp39-win_amd64.lib 2022-11-23T04:32:34.8301526Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\cuda.cp39-win_amd64.exp 2022-11-23T04:32:34.8470204Z Generating code 2022-11-23T04:32:37.3090075Z Finished generating code 2022-11-23T04:32:37.5078446Z building 'torch_test_cpp_extension.torch_library' extension 2022-11-23T04:32:37.5178004Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-11-23T04:32:37.5185766Z Compiling objects... 2022-11-23T04:32:37.5186515Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T04:33:50.1772390Z [1/1] C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin\nvcc --generate-dependencies-with-compile --dependency-output C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\torch_library.obj.d --use-local-env -Xcompiler /MD -Xcompiler /wd4819 -Xcompiler /wd4251 -Xcompiler /wd4244 -Xcompiler /wd4267 -Xcompiler /wd4275 -Xcompiler /wd4018 -Xcompiler /wd4190 -Xcompiler /EHsc -Xcudafe --diag_suppress=base_class_has_different_dll_interface -Xcudafe --diag_suppress=field_without_dll_interface -Xcudafe --diag_suppress=dll_interface_conflict_none_assumed -Xcudafe --diag_suppress=dll_interface_conflict_dllexport_assumed -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\self_compiler_include_dirs_test -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\torch_library.cu -o C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\torch_library.obj -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -O2 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=torch_library -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_70,code=sm_70 2022-11-23T04:33:50.1779857Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:33:50.1781123Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:33:50.1782670Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/irange.h(48): warning #186-D: pointless comparison of unsigned integer with zero 2022-11-23T04:33:50.1783431Z detected during: 2022-11-23T04:33:50.1784488Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator==(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=false, =0]" 2022-11-23T04:33:50.1784966Z (55): here 2022-11-23T04:33:50.1785739Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator!=(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=false, =0]" 2022-11-23T04:33:50.1786511Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/TensorImpl.h(77): here 2022-11-23T04:33:50.1786810Z 2022-11-23T04:33:50.1787144Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/irange.h(48): warning #186-D: pointless comparison of unsigned integer with zero 2022-11-23T04:33:50.1787577Z detected during: 2022-11-23T04:33:50.1788094Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator==(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=true, =0]" 2022-11-23T04:33:50.1788522Z (55): here 2022-11-23T04:33:50.1789010Z instantiation of "__nv_bool c10::detail::integer_iterator>::operator!=(const c10::detail::integer_iterator> &) const [with I=size_t, one_sided=true, =0]" 2022-11-23T04:33:50.1789622Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/qualified_name.h(73): here 2022-11-23T04:33:50.1789902Z 2022-11-23T04:33:50.1790000Z torch_library.cu 2022-11-23T04:33:50.1790495Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1791065Z with 2022-11-23T04:33:50.1791267Z [ 2022-11-23T04:33:50.1791468Z T=c10::SymInt 2022-11-23T04:33:50.1791795Z ] 2022-11-23T04:33:50.1792422Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1792878Z with 2022-11-23T04:33:50.1793075Z [ 2022-11-23T04:33:50.1793285Z T=c10::SymInt 2022-11-23T04:33:50.1793476Z ] 2022-11-23T04:33:50.1794016Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1794514Z with 2022-11-23T04:33:50.1794715Z [ 2022-11-23T04:33:50.1794926Z T=c10::SymInt 2022-11-23T04:33:50.1795133Z ] 2022-11-23T04:33:50.1795704Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1796212Z with 2022-11-23T04:33:50.1796407Z [ 2022-11-23T04:33:50.1796616Z T=c10::SymInt 2022-11-23T04:33:50.1796822Z ] 2022-11-23T04:33:50.1797435Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.1798322Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/TensorImpl.h(1603): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.1799348Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1799806Z with 2022-11-23T04:33:50.1800006Z [ 2022-11-23T04:33:50.1800220Z T=c10::SymInt 2022-11-23T04:33:50.1800429Z ] 2022-11-23T04:33:50.1800878Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/TensorImpl.h(2717): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T04:33:50.1801669Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1802113Z with 2022-11-23T04:33:50.1802309Z [ 2022-11-23T04:33:50.1802532Z T=at::TensorBase 2022-11-23T04:33:50.1802750Z ] 2022-11-23T04:33:50.1803239Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1803833Z with 2022-11-23T04:33:50.1804031Z [ 2022-11-23T04:33:50.1804253Z T=at::TensorBase 2022-11-23T04:33:50.1804567Z ] 2022-11-23T04:33:50.1805239Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1805738Z with 2022-11-23T04:33:50.1805922Z [ 2022-11-23T04:33:50.1806144Z T=at::TensorBase 2022-11-23T04:33:50.1806360Z ] 2022-11-23T04:33:50.1806931Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1807452Z with 2022-11-23T04:33:50.1807650Z [ 2022-11-23T04:33:50.1807850Z T=at::TensorBase 2022-11-23T04:33:50.1808067Z ] 2022-11-23T04:33:50.1808569Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.1809347Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.1810257Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1810749Z with 2022-11-23T04:33:50.1811081Z [ 2022-11-23T04:33:50.1811293Z T=at::TensorBase 2022-11-23T04:33:50.1811617Z ] 2022-11-23T04:33:50.1812106Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1812540Z with 2022-11-23T04:33:50.1812737Z [ 2022-11-23T04:33:50.1812951Z T=at::Tensor 2022-11-23T04:33:50.1813146Z ] 2022-11-23T04:33:50.1813634Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1814088Z with 2022-11-23T04:33:50.1814398Z [ 2022-11-23T04:33:50.1814613Z T=at::Tensor 2022-11-23T04:33:50.1814804Z ] 2022-11-23T04:33:50.1815340Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1815837Z with 2022-11-23T04:33:50.1816033Z [ 2022-11-23T04:33:50.1816245Z T=at::Tensor 2022-11-23T04:33:50.1816455Z ] 2022-11-23T04:33:50.1817172Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1817709Z with 2022-11-23T04:33:50.1818205Z [ 2022-11-23T04:33:50.1818447Z T=at::Tensor 2022-11-23T04:33:50.1818657Z ] 2022-11-23T04:33:50.1819155Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.1819910Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.1820672Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1821144Z with 2022-11-23T04:33:50.1821342Z [ 2022-11-23T04:33:50.1821554Z T=at::Tensor 2022-11-23T04:33:50.1821770Z ] 2022-11-23T04:33:50.1822245Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1822669Z with 2022-11-23T04:33:50.1822864Z [ 2022-11-23T04:33:50.1823082Z T=at::Generator 2022-11-23T04:33:50.1823297Z ] 2022-11-23T04:33:50.1823915Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1824481Z with 2022-11-23T04:33:50.1824765Z [ 2022-11-23T04:33:50.1824997Z T=at::Generator 2022-11-23T04:33:50.1825213Z ] 2022-11-23T04:33:50.1825750Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1826247Z with 2022-11-23T04:33:50.1826425Z [ 2022-11-23T04:33:50.1826647Z T=at::Generator 2022-11-23T04:33:50.1826860Z ] 2022-11-23T04:33:50.1827426Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1827945Z with 2022-11-23T04:33:50.1828140Z [ 2022-11-23T04:33:50.1828339Z T=at::Generator 2022-11-23T04:33:50.1828553Z ] 2022-11-23T04:33:50.1829052Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.1829826Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.1830891Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1831567Z with 2022-11-23T04:33:50.1831767Z [ 2022-11-23T04:33:50.1831969Z T=at::Generator 2022-11-23T04:33:50.1832186Z ] 2022-11-23T04:33:50.1832658Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1833096Z with 2022-11-23T04:33:50.1833295Z [ 2022-11-23T04:33:50.1833505Z T=c10::Scalar 2022-11-23T04:33:50.1833700Z ] 2022-11-23T04:33:50.1834930Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1835454Z with 2022-11-23T04:33:50.1835650Z [ 2022-11-23T04:33:50.1835867Z T=c10::Scalar 2022-11-23T04:33:50.1836061Z ] 2022-11-23T04:33:50.1836693Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1837235Z with 2022-11-23T04:33:50.1837437Z [ 2022-11-23T04:33:50.1837777Z T=c10::Scalar 2022-11-23T04:33:50.1838130Z ] 2022-11-23T04:33:50.1838691Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1839228Z with 2022-11-23T04:33:50.1839424Z [ 2022-11-23T04:33:50.1839637Z T=c10::Scalar 2022-11-23T04:33:50.1839845Z ] 2022-11-23T04:33:50.1840338Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.1841097Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.1841857Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1842333Z with 2022-11-23T04:33:50.1842534Z [ 2022-11-23T04:33:50.1842748Z T=c10::Scalar 2022-11-23T04:33:50.1842957Z ] 2022-11-23T04:33:50.1843571Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1844006Z with 2022-11-23T04:33:50.1844321Z [ 2022-11-23T04:33:50.1844777Z T=std::basic_string,std::allocator> 2022-11-23T04:33:50.1845073Z ] 2022-11-23T04:33:50.1845565Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1846016Z with 2022-11-23T04:33:50.1846198Z [ 2022-11-23T04:33:50.1846568Z T=std::basic_string,std::allocator> 2022-11-23T04:33:50.1846933Z ] 2022-11-23T04:33:50.1847479Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1848115Z with 2022-11-23T04:33:50.1848312Z [ 2022-11-23T04:33:50.1848611Z T=std::basic_string,std::allocator> 2022-11-23T04:33:50.1848902Z ] 2022-11-23T04:33:50.1849474Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1850170Z with 2022-11-23T04:33:50.1850370Z [ 2022-11-23T04:33:50.1850794Z T=std::basic_string,std::allocator> 2022-11-23T04:33:50.1851187Z ] 2022-11-23T04:33:50.1851853Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>' being compiled 2022-11-23T04:33:50.1852775Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional,std::allocator>>' being compiled 2022-11-23T04:33:50.1853620Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1854099Z with 2022-11-23T04:33:50.1854297Z [ 2022-11-23T04:33:50.1854607Z T=std::basic_string,std::allocator> 2022-11-23T04:33:50.1854898Z ] 2022-11-23T04:33:50.1855358Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1855797Z with 2022-11-23T04:33:50.1855995Z [ 2022-11-23T04:33:50.1856223Z T=c10::QualifiedName 2022-11-23T04:33:50.1856603Z ] 2022-11-23T04:33:50.1857103Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1857771Z with 2022-11-23T04:33:50.1857972Z [ 2022-11-23T04:33:50.1858198Z T=c10::QualifiedName 2022-11-23T04:33:50.1858421Z ] 2022-11-23T04:33:50.1858958Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1859454Z with 2022-11-23T04:33:50.1859641Z [ 2022-11-23T04:33:50.1859865Z T=c10::QualifiedName 2022-11-23T04:33:50.1860087Z ] 2022-11-23T04:33:50.1860657Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1861184Z with 2022-11-23T04:33:50.1861380Z [ 2022-11-23T04:33:50.1861589Z T=c10::QualifiedName 2022-11-23T04:33:50.1861810Z ] 2022-11-23T04:33:50.1862314Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.1863093Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.1863998Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1864475Z with 2022-11-23T04:33:50.1864673Z [ 2022-11-23T04:33:50.1864886Z T=c10::QualifiedName 2022-11-23T04:33:50.1865110Z ] 2022-11-23T04:33:50.1865584Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1866022Z with 2022-11-23T04:33:50.1866221Z [ 2022-11-23T04:33:50.1866483Z T=std::shared_ptr 2022-11-23T04:33:50.1866826Z ] 2022-11-23T04:33:50.1867418Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1868428Z with 2022-11-23T04:33:50.1868808Z [ 2022-11-23T04:33:50.1878528Z T=std::shared_ptr 2022-11-23T04:33:50.1879740Z ] 2022-11-23T04:33:50.1881939Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1882899Z with 2022-11-23T04:33:50.1883264Z [ 2022-11-23T04:33:50.1883784Z T=std::shared_ptr 2022-11-23T04:33:50.1884270Z ] 2022-11-23T04:33:50.1885452Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1886503Z with 2022-11-23T04:33:50.1886859Z [ 2022-11-23T04:33:50.1887330Z T=std::shared_ptr 2022-11-23T04:33:50.1887809Z ] 2022-11-23T04:33:50.1888730Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:33:50.1889996Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:33:50.1890823Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1891290Z with 2022-11-23T04:33:50.1891490Z [ 2022-11-23T04:33:50.1891773Z T=std::shared_ptr 2022-11-23T04:33:50.1892037Z ] 2022-11-23T04:33:50.1892514Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1892955Z with 2022-11-23T04:33:50.1893139Z [ 2022-11-23T04:33:50.1893414Z T=std::weak_ptr 2022-11-23T04:33:50.1893677Z ] 2022-11-23T04:33:50.1894172Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1894632Z with 2022-11-23T04:33:50.1894827Z [ 2022-11-23T04:33:50.1895085Z T=std::weak_ptr 2022-11-23T04:33:50.1895515Z ] 2022-11-23T04:33:50.1896064Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1896562Z with 2022-11-23T04:33:50.1896758Z [ 2022-11-23T04:33:50.1897029Z T=std::weak_ptr 2022-11-23T04:33:50.1897273Z ] 2022-11-23T04:33:50.1897847Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1898375Z with 2022-11-23T04:33:50.1898882Z [ 2022-11-23T04:33:50.1899203Z T=std::weak_ptr 2022-11-23T04:33:50.1899471Z ] 2022-11-23T04:33:50.1899997Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:33:50.1900838Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:33:50.1901648Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1902124Z with 2022-11-23T04:33:50.1902321Z [ 2022-11-23T04:33:50.1902599Z T=std::weak_ptr 2022-11-23T04:33:50.1902860Z ] 2022-11-23T04:33:50.1903316Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1903765Z with 2022-11-23T04:33:50.1903961Z [ 2022-11-23T04:33:50.1904272Z T=std::vector> 2022-11-23T04:33:50.1904566Z ] 2022-11-23T04:33:50.1905058Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1905494Z with 2022-11-23T04:33:50.1905689Z [ 2022-11-23T04:33:50.1905996Z T=std::vector> 2022-11-23T04:33:50.1906282Z ] 2022-11-23T04:33:50.1906823Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1907321Z with 2022-11-23T04:33:50.1907500Z [ 2022-11-23T04:33:50.1907806Z T=std::vector> 2022-11-23T04:33:50.1908091Z ] 2022-11-23T04:33:50.1908661Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1909185Z with 2022-11-23T04:33:50.1909381Z [ 2022-11-23T04:33:50.1909673Z T=std::vector> 2022-11-23T04:33:50.1909963Z ] 2022-11-23T04:33:50.1910532Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:33:50.1911536Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:33:50.1912366Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1912839Z with 2022-11-23T04:33:50.1913039Z [ 2022-11-23T04:33:50.1913345Z T=std::vector> 2022-11-23T04:33:50.1913619Z ] 2022-11-23T04:33:50.1914164Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1914619Z with 2022-11-23T04:33:50.1914818Z [ 2022-11-23T04:33:50.1915084Z T=std::vector> 2022-11-23T04:33:50.1915337Z ] 2022-11-23T04:33:50.1915810Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1916267Z with 2022-11-23T04:33:50.1916463Z [ 2022-11-23T04:33:50.1916725Z T=std::vector> 2022-11-23T04:33:50.1917195Z ] 2022-11-23T04:33:50.1917895Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1918648Z with 2022-11-23T04:33:50.1918854Z [ 2022-11-23T04:33:50.1919119Z T=std::vector> 2022-11-23T04:33:50.1919372Z ] 2022-11-23T04:33:50.1919942Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1920474Z with 2022-11-23T04:33:50.1920654Z [ 2022-11-23T04:33:50.1920916Z T=std::vector> 2022-11-23T04:33:50.1921169Z ] 2022-11-23T04:33:50.1921697Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:33:50.1922520Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:33:50.1923322Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1923792Z with 2022-11-23T04:33:50.1923975Z [ 2022-11-23T04:33:50.1924238Z T=std::vector> 2022-11-23T04:33:50.1924494Z ] 2022-11-23T04:33:50.1924968Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1925406Z with 2022-11-23T04:33:50.1925604Z [ 2022-11-23T04:33:50.1925917Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1926339Z ] 2022-11-23T04:33:50.1926834Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1927447Z with 2022-11-23T04:33:50.1927918Z [ 2022-11-23T04:33:50.1928635Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1929318Z ] 2022-11-23T04:33:50.1930397Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1930931Z with 2022-11-23T04:33:50.1931130Z [ 2022-11-23T04:33:50.1931602Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1931930Z ] 2022-11-23T04:33:50.1932506Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1933041Z with 2022-11-23T04:33:50.1933240Z [ 2022-11-23T04:33:50.1933744Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1934103Z ] 2022-11-23T04:33:50.1934688Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:33:50.1936211Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:33:50.1937094Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:33:50.1938486Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1938956Z with 2022-11-23T04:33:50.1939156Z [ 2022-11-23T04:33:50.1939487Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1939795Z ] 2022-11-23T04:33:50.1940274Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1940721Z with 2022-11-23T04:33:50.1940903Z [ 2022-11-23T04:33:50.1941217Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1941511Z ] 2022-11-23T04:33:50.1942003Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1942456Z with 2022-11-23T04:33:50.1942654Z [ 2022-11-23T04:33:50.1942950Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1943244Z ] 2022-11-23T04:33:50.1943786Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1944670Z with 2022-11-23T04:33:50.1945029Z [ 2022-11-23T04:33:50.1945617Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1946167Z ] 2022-11-23T04:33:50.1947291Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1948323Z with 2022-11-23T04:33:50.1948704Z [ 2022-11-23T04:33:50.1949317Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1949908Z ] 2022-11-23T04:33:50.1951154Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:33:50.1953009Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:33:50.1954680Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape<__int64>' being compiled 2022-11-23T04:33:50.1956320Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1957268Z with 2022-11-23T04:33:50.1957662Z [ 2022-11-23T04:33:50.1958286Z T=std::vector,std::allocator>> 2022-11-23T04:33:50.1958859Z ] 2022-11-23T04:33:50.1959792Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1960780Z with 2022-11-23T04:33:50.1961162Z [ 2022-11-23T04:33:50.1961687Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:33:50.1962173Z ] 2022-11-23T04:33:50.1963117Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1964101Z with 2022-11-23T04:33:50.1964556Z [ 2022-11-23T04:33:50.1965084Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:33:50.1965944Z ] 2022-11-23T04:33:50.1967149Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1967979Z with 2022-11-23T04:33:50.1968289Z [ 2022-11-23T04:33:50.1968795Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:33:50.1969275Z ] 2022-11-23T04:33:50.1969994Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1970535Z with 2022-11-23T04:33:50.1970735Z [ 2022-11-23T04:33:50.1971006Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:33:50.1971244Z ] 2022-11-23T04:33:50.1971794Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:33:50.1973113Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:33:50.1975875Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1976362Z with 2022-11-23T04:33:50.1976562Z [ 2022-11-23T04:33:50.1976835Z T=std::vector<__int64,std::allocator<__int64>> 2022-11-23T04:33:50.1977075Z ] 2022-11-23T04:33:50.1977910Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1978402Z with 2022-11-23T04:33:50.1978604Z [ 2022-11-23T04:33:50.1978919Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:33:50.1979213Z ] 2022-11-23T04:33:50.1979694Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1980150Z with 2022-11-23T04:33:50.1980351Z [ 2022-11-23T04:33:50.1980658Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:33:50.1980942Z ] 2022-11-23T04:33:50.1981483Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1981984Z with 2022-11-23T04:33:50.1982166Z [ 2022-11-23T04:33:50.1982474Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:33:50.1982758Z ] 2022-11-23T04:33:50.1983338Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1983865Z with 2022-11-23T04:33:50.1984065Z [ 2022-11-23T04:33:50.1984518Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:33:50.1984818Z ] 2022-11-23T04:33:50.1985539Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:33:50.1986469Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:33:50.1987382Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T04:33:50.1988232Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1988710Z with 2022-11-23T04:33:50.1988910Z [ 2022-11-23T04:33:50.1989200Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:33:50.1989495Z ] 2022-11-23T04:33:50.1989975Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.1990787Z with 2022-11-23T04:33:50.1990985Z [ 2022-11-23T04:33:50.1991292Z T=c10::impl::InlineStreamGuard 2022-11-23T04:33:50.1991559Z ] 2022-11-23T04:33:50.1992049Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.1992507Z with 2022-11-23T04:33:50.1992703Z [ 2022-11-23T04:33:50.1993004Z T=c10::impl::InlineStreamGuard 2022-11-23T04:33:50.1993286Z ] 2022-11-23T04:33:50.1994124Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.1994662Z with 2022-11-23T04:33:50.1994862Z [ 2022-11-23T04:33:50.1995165Z T=c10::impl::InlineStreamGuard 2022-11-23T04:33:50.1995449Z ] 2022-11-23T04:33:50.1996020Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.1996531Z with 2022-11-23T04:33:50.1996729Z [ 2022-11-23T04:33:50.1997029Z T=c10::impl::InlineStreamGuard 2022-11-23T04:33:50.1997316Z ] 2022-11-23T04:33:50.1997880Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:33:50.1998794Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:33:50.1999699Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T04:33:50.2000539Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2001017Z with 2022-11-23T04:33:50.2001201Z [ 2022-11-23T04:33:50.2001509Z T=c10::impl::InlineStreamGuard 2022-11-23T04:33:50.2001802Z ] 2022-11-23T04:33:50.2002277Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2002711Z with 2022-11-23T04:33:50.2002909Z [ 2022-11-23T04:33:50.2003134Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:33:50.2003373Z ] 2022-11-23T04:33:50.2003866Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2004317Z with 2022-11-23T04:33:50.2004517Z [ 2022-11-23T04:33:50.2004739Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:33:50.2004980Z ] 2022-11-23T04:33:50.2005523Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2006403Z with 2022-11-23T04:33:50.2006600Z [ 2022-11-23T04:33:50.2006843Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:33:50.2007063Z ] 2022-11-23T04:33:50.2007633Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2008166Z with 2022-11-23T04:33:50.2008365Z [ 2022-11-23T04:33:50.2008603Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:33:50.2008840Z ] 2022-11-23T04:33:50.2009659Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2010499Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2010962Z with 2022-11-23T04:33:50.2011164Z [ 2022-11-23T04:33:50.2011406Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:33:50.2012074Z ] 2022-11-23T04:33:50.2012818Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T04:33:50.2013667Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2014147Z with 2022-11-23T04:33:50.2014348Z [ 2022-11-23T04:33:50.2014595Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:33:50.2014833Z ] 2022-11-23T04:33:50.2015489Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2016031Z with 2022-11-23T04:33:50.2016409Z [ 2022-11-23T04:33:50.2017259Z T=std::vector>,std::allocator>>> 2022-11-23T04:33:50.2017781Z ] 2022-11-23T04:33:50.2018283Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2018738Z with 2022-11-23T04:33:50.2018942Z [ 2022-11-23T04:33:50.2019606Z T=std::vector>,std::allocator>>> 2022-11-23T04:33:50.2020172Z ] 2022-11-23T04:33:50.2020719Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2021212Z with 2022-11-23T04:33:50.2021411Z [ 2022-11-23T04:33:50.2021965Z T=std::vector>,std::allocator>>> 2022-11-23T04:33:50.2022466Z ] 2022-11-23T04:33:50.2023405Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2023954Z with 2022-11-23T04:33:50.2024138Z [ 2022-11-23T04:33:50.2024783Z T=std::vector>,std::allocator>>> 2022-11-23T04:33:50.2025302Z ] 2022-11-23T04:33:50.2026175Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>,std::allocator>>>>' being compiled 2022-11-23T04:33:50.2026910Z with 2022-11-23T04:33:50.2027109Z [ 2022-11-23T04:33:50.2027345Z TTarget=c10::StorageImpl 2022-11-23T04:33:50.2027564Z ] 2022-11-23T04:33:50.2028324Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>,std::allocator>>>>' being compiled 2022-11-23T04:33:50.2029024Z with 2022-11-23T04:33:50.2029222Z [ 2022-11-23T04:33:50.2029454Z TTarget=c10::StorageImpl 2022-11-23T04:33:50.2029686Z ] 2022-11-23T04:33:50.2030202Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2030666Z with 2022-11-23T04:33:50.2030864Z [ 2022-11-23T04:33:50.2031411Z T=std::vector>,std::allocator>>> 2022-11-23T04:33:50.2031912Z ] 2022-11-23T04:33:50.2032387Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2032822Z with 2022-11-23T04:33:50.2033020Z [ 2022-11-23T04:33:50.2033241Z T=torch::autograd::ViewInfo 2022-11-23T04:33:50.2033477Z ] 2022-11-23T04:33:50.2034019Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2034482Z with 2022-11-23T04:33:50.2034677Z [ 2022-11-23T04:33:50.2034912Z T=torch::autograd::ViewInfo 2022-11-23T04:33:50.2035132Z ] 2022-11-23T04:33:50.2035664Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2036156Z with 2022-11-23T04:33:50.2036356Z [ 2022-11-23T04:33:50.2036589Z T=torch::autograd::ViewInfo 2022-11-23T04:33:50.2036806Z ] 2022-11-23T04:33:50.2037384Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2038829Z with 2022-11-23T04:33:50.2039030Z [ 2022-11-23T04:33:50.2039273Z T=torch::autograd::ViewInfo 2022-11-23T04:33:50.2039508Z ] 2022-11-23T04:33:50.2040027Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2040828Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2041744Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2042251Z with 2022-11-23T04:33:50.2042455Z [ 2022-11-23T04:33:50.2042694Z T=torch::autograd::ViewInfo 2022-11-23T04:33:50.2042928Z ] 2022-11-23T04:33:50.2043400Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2043821Z with 2022-11-23T04:33:50.2044018Z [ 2022-11-23T04:33:50.2044233Z T=c10::IValue 2022-11-23T04:33:50.2044440Z ] 2022-11-23T04:33:50.2044929Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2045382Z with 2022-11-23T04:33:50.2045562Z [ 2022-11-23T04:33:50.2045779Z T=c10::IValue 2022-11-23T04:33:50.2045989Z ] 2022-11-23T04:33:50.2046528Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2047028Z with 2022-11-23T04:33:50.2047207Z [ 2022-11-23T04:33:50.2047415Z T=c10::IValue 2022-11-23T04:33:50.2047622Z ] 2022-11-23T04:33:50.2048190Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2048711Z with 2022-11-23T04:33:50.2048907Z [ 2022-11-23T04:33:50.2049100Z T=c10::IValue 2022-11-23T04:33:50.2049307Z ] 2022-11-23T04:33:50.2049799Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2050566Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2051350Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2051827Z with 2022-11-23T04:33:50.2052026Z [ 2022-11-23T04:33:50.2052222Z T=c10::IValue 2022-11-23T04:33:50.2052432Z ] 2022-11-23T04:33:50.2052914Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2053351Z with 2022-11-23T04:33:50.2053649Z [ 2022-11-23T04:33:50.2053868Z T=c10::AliasInfo 2022-11-23T04:33:50.2054067Z ] 2022-11-23T04:33:50.2054561Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2055015Z with 2022-11-23T04:33:50.2055213Z [ 2022-11-23T04:33:50.2055428Z T=c10::AliasInfo 2022-11-23T04:33:50.2055624Z ] 2022-11-23T04:33:50.2056160Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2056654Z with 2022-11-23T04:33:50.2056847Z [ 2022-11-23T04:33:50.2057142Z T=c10::AliasInfo 2022-11-23T04:33:50.2057371Z ] 2022-11-23T04:33:50.2057931Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2058467Z with 2022-11-23T04:33:50.2058663Z [ 2022-11-23T04:33:50.2058878Z T=c10::AliasInfo 2022-11-23T04:33:50.2059091Z ] 2022-11-23T04:33:50.2059586Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2060341Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2061130Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2061612Z with 2022-11-23T04:33:50.2061808Z [ 2022-11-23T04:33:50.2062029Z T=c10::AliasInfo 2022-11-23T04:33:50.2062247Z ] 2022-11-23T04:33:50.2062715Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2063138Z with 2022-11-23T04:33:50.2063335Z [ 2022-11-23T04:33:50.2063615Z T=std::vector> 2022-11-23T04:33:50.2063884Z ] 2022-11-23T04:33:50.2064376Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2064829Z with 2022-11-23T04:33:50.2065013Z [ 2022-11-23T04:33:50.2065296Z T=std::vector> 2022-11-23T04:33:50.2065567Z ] 2022-11-23T04:33:50.2066102Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2066599Z with 2022-11-23T04:33:50.2066794Z [ 2022-11-23T04:33:50.2067058Z T=std::vector> 2022-11-23T04:33:50.2067321Z ] 2022-11-23T04:33:50.2067890Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2068414Z with 2022-11-23T04:33:50.2068612Z [ 2022-11-23T04:33:50.2068999Z T=std::vector> 2022-11-23T04:33:50.2069253Z ] 2022-11-23T04:33:50.2069777Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:33:50.2070256Z with 2022-11-23T04:33:50.2070453Z [ 2022-11-23T04:33:50.2070664Z T=c10::SymInt 2022-11-23T04:33:50.2070877Z ] 2022-11-23T04:33:50.2071373Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:33:50.2071855Z with 2022-11-23T04:33:50.2072051Z [ 2022-11-23T04:33:50.2072340Z T=c10::SymInt 2022-11-23T04:33:50.2072567Z ] 2022-11-23T04:33:50.2073101Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T04:33:50.2074037Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T04:33:50.2074917Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2077446Z with 2022-11-23T04:33:50.2077652Z [ 2022-11-23T04:33:50.2077951Z T=std::vector> 2022-11-23T04:33:50.2078224Z ] 2022-11-23T04:33:50.2078711Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2079132Z with 2022-11-23T04:33:50.2079332Z [ 2022-11-23T04:33:50.2079624Z T=c10::either 2022-11-23T04:33:50.2079900Z ] 2022-11-23T04:33:50.2080392Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2080847Z with 2022-11-23T04:33:50.2081026Z [ 2022-11-23T04:33:50.2081311Z T=c10::either 2022-11-23T04:33:50.2081582Z ] 2022-11-23T04:33:50.2083880Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2084407Z with 2022-11-23T04:33:50.2084603Z [ 2022-11-23T04:33:50.2084877Z T=c10::either 2022-11-23T04:33:50.2085147Z ] 2022-11-23T04:33:50.2085720Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2086249Z with 2022-11-23T04:33:50.2086446Z [ 2022-11-23T04:33:50.2087138Z T=c10::either 2022-11-23T04:33:50.2087398Z ] 2022-11-23T04:33:50.2087958Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:33:50.2090829Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:33:50.2091694Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2092170Z with 2022-11-23T04:33:50.2092371Z [ 2022-11-23T04:33:50.2092660Z T=c10::either 2022-11-23T04:33:50.2092934Z ] 2022-11-23T04:33:50.2093509Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2093976Z with 2022-11-23T04:33:50.2094174Z [ 2022-11-23T04:33:50.2094402Z T=at::StepCallbacks 2022-11-23T04:33:50.2094627Z ] 2022-11-23T04:33:50.2096883Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2097344Z with 2022-11-23T04:33:50.2097540Z [ 2022-11-23T04:33:50.2097766Z T=at::StepCallbacks 2022-11-23T04:33:50.2097989Z ] 2022-11-23T04:33:50.2098529Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2099031Z with 2022-11-23T04:33:50.2099214Z [ 2022-11-23T04:33:50.2099441Z T=at::StepCallbacks 2022-11-23T04:33:50.2099665Z ] 2022-11-23T04:33:50.2100238Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2100769Z with 2022-11-23T04:33:50.2100966Z [ 2022-11-23T04:33:50.2101173Z T=at::StepCallbacks 2022-11-23T04:33:50.2103163Z ] 2022-11-23T04:33:50.2103699Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2104496Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/autograd/function.h(162): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2105289Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2105765Z with 2022-11-23T04:33:50.2105963Z [ 2022-11-23T04:33:50.2106171Z T=at::StepCallbacks 2022-11-23T04:33:50.2106395Z ] 2022-11-23T04:33:50.2106866Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2107304Z with 2022-11-23T04:33:50.2107503Z [ 2022-11-23T04:33:50.2107727Z T=c10::SmallVector<__int64,5> 2022-11-23T04:33:50.2109734Z ] 2022-11-23T04:33:50.2110243Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2110829Z with 2022-11-23T04:33:50.2111027Z [ 2022-11-23T04:33:50.2111267Z T=c10::SmallVector<__int64,5> 2022-11-23T04:33:50.2111485Z ] 2022-11-23T04:33:50.2112023Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2112515Z with 2022-11-23T04:33:50.2112714Z [ 2022-11-23T04:33:50.2112949Z T=c10::SmallVector<__int64,5> 2022-11-23T04:33:50.2113180Z ] 2022-11-23T04:33:50.2113819Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2115669Z with 2022-11-23T04:33:50.2115894Z [ 2022-11-23T04:33:50.2116683Z T=c10::SmallVector<__int64,5> 2022-11-23T04:33:50.2116930Z ] 2022-11-23T04:33:50.2117464Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:33:50.2118246Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:33:50.2119047Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2119523Z with 2022-11-23T04:33:50.2119724Z [ 2022-11-23T04:33:50.2119967Z T=c10::SmallVector<__int64,5> 2022-11-23T04:33:50.2120208Z ] 2022-11-23T04:33:50.2120676Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2121098Z with 2022-11-23T04:33:50.2123073Z [ 2022-11-23T04:33:50.2123357Z T=c10::impl::AnnotatedSchema 2022-11-23T04:33:50.2123596Z ] 2022-11-23T04:33:50.2124095Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2124549Z with 2022-11-23T04:33:50.2124732Z [ 2022-11-23T04:33:50.2124969Z T=c10::impl::AnnotatedSchema 2022-11-23T04:33:50.2125205Z ] 2022-11-23T04:33:50.2125742Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2126239Z with 2022-11-23T04:33:50.2126436Z [ 2022-11-23T04:33:50.2126659Z T=c10::impl::AnnotatedSchema 2022-11-23T04:33:50.2126894Z ] 2022-11-23T04:33:50.2127466Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2129964Z with 2022-11-23T04:33:50.2130175Z [ 2022-11-23T04:33:50.2130406Z T=c10::impl::AnnotatedSchema 2022-11-23T04:33:50.2130645Z ] 2022-11-23T04:33:50.2131176Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2132304Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2133128Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2133605Z with 2022-11-23T04:33:50.2133803Z [ 2022-11-23T04:33:50.2134087Z T=c10::impl::AnnotatedSchema 2022-11-23T04:33:50.2134310Z ] 2022-11-23T04:33:50.2137260Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2137773Z with 2022-11-23T04:33:50.2137974Z [ 2022-11-23T04:33:50.2138286Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:33:50.2138548Z ] 2022-11-23T04:33:50.2139046Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2139509Z with 2022-11-23T04:33:50.2139708Z [ 2022-11-23T04:33:50.2139998Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:33:50.2140275Z ] 2022-11-23T04:33:50.2140795Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2143151Z with 2022-11-23T04:33:50.2143361Z [ 2022-11-23T04:33:50.2143657Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:33:50.2143939Z ] 2022-11-23T04:33:50.2144514Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2145044Z with 2022-11-23T04:33:50.2145227Z [ 2022-11-23T04:33:50.2145517Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:33:50.2145793Z ] 2022-11-23T04:33:50.2146355Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2147259Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2149887Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2150374Z with 2022-11-23T04:33:50.2150558Z [ 2022-11-23T04:33:50.2150853Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:33:50.2151132Z ] 2022-11-23T04:33:50.2151608Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2152046Z with 2022-11-23T04:33:50.2152244Z [ 2022-11-23T04:33:50.2152606Z T=std::tuple,std::allocator>,unsigned __int64,unsigned __int64> 2022-11-23T04:33:50.2152951Z ] 2022-11-23T04:33:50.2153443Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2155857Z with 2022-11-23T04:33:50.2156081Z [ 2022-11-23T04:33:50.2156463Z T=std::tuple,std::allocator>,unsigned __int64,unsigned __int64> 2022-11-23T04:33:50.2156788Z ] 2022-11-23T04:33:50.2157326Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2157823Z with 2022-11-23T04:33:50.2158022Z [ 2022-11-23T04:33:50.2158494Z T=std::tuple,std::allocator>,unsigned __int64,unsigned __int64> 2022-11-23T04:33:50.2158854Z ] 2022-11-23T04:33:50.2159435Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2159951Z with 2022-11-23T04:33:50.2160148Z [ 2022-11-23T04:33:50.2162256Z T=std::tuple,std::allocator>,unsigned __int64,unsigned __int64> 2022-11-23T04:33:50.2162643Z ] 2022-11-23T04:33:50.2163276Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>,unsigned __int64,unsigned __int64>>' being compiled 2022-11-23T04:33:50.2164302Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional,std::allocator>,unsigned __int64,unsigned __int64>>' being compiled 2022-11-23T04:33:50.2165216Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2165693Z with 2022-11-23T04:33:50.2165893Z [ 2022-11-23T04:33:50.2166253Z T=std::tuple,std::allocator>,unsigned __int64,unsigned __int64> 2022-11-23T04:33:50.2166597Z ] 2022-11-23T04:33:50.2168780Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2169249Z with 2022-11-23T04:33:50.2169451Z [ 2022-11-23T04:33:50.2169689Z T=torch::jit::SourceRange 2022-11-23T04:33:50.2169904Z ] 2022-11-23T04:33:50.2170403Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2170858Z with 2022-11-23T04:33:50.2171057Z [ 2022-11-23T04:33:50.2171287Z T=torch::jit::SourceRange 2022-11-23T04:33:50.2171502Z ] 2022-11-23T04:33:50.2172040Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2172535Z with 2022-11-23T04:33:50.2172730Z [ 2022-11-23T04:33:50.2172962Z T=torch::jit::SourceRange 2022-11-23T04:33:50.2173192Z ] 2022-11-23T04:33:50.2175633Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2176162Z with 2022-11-23T04:33:50.2176360Z [ 2022-11-23T04:33:50.2176591Z T=torch::jit::SourceRange 2022-11-23T04:33:50.2176820Z ] 2022-11-23T04:33:50.2177335Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2178258Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2179106Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2179573Z with 2022-11-23T04:33:50.2179775Z [ 2022-11-23T04:33:50.2181808Z T=torch::jit::SourceRange 2022-11-23T04:33:50.2182044Z ] 2022-11-23T04:33:50.2182518Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2182953Z with 2022-11-23T04:33:50.2183136Z [ 2022-11-23T04:33:50.2183549Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2183925Z ] 2022-11-23T04:33:50.2184420Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2184882Z with 2022-11-23T04:33:50.2185080Z [ 2022-11-23T04:33:50.2185470Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2185848Z ] 2022-11-23T04:33:50.2188109Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2188640Z with 2022-11-23T04:33:50.2188837Z [ 2022-11-23T04:33:50.2189252Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2189628Z ] 2022-11-23T04:33:50.2190185Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2190718Z with 2022-11-23T04:33:50.2190917Z [ 2022-11-23T04:33:50.2191321Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2191696Z ] 2022-11-23T04:33:50.2192325Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:33:50.2194862Z with 2022-11-23T04:33:50.2195051Z [ 2022-11-23T04:33:50.2195329Z TTarget=torch::jit::InlinedCallStack 2022-11-23T04:33:50.2195583Z ] 2022-11-23T04:33:50.2196357Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:33:50.2196943Z with 2022-11-23T04:33:50.2197139Z [ 2022-11-23T04:33:50.2197383Z TTarget=torch::jit::InlinedCallStack 2022-11-23T04:33:50.2197634Z ] 2022-11-23T04:33:50.2198158Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2198641Z with 2022-11-23T04:33:50.2198839Z [ 2022-11-23T04:33:50.2200688Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2202084Z ] 2022-11-23T04:33:50.2202590Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2203032Z with 2022-11-23T04:33:50.2203232Z [ 2022-11-23T04:33:50.2203486Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:33:50.2203732Z ] 2022-11-23T04:33:50.2204213Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2204671Z with 2022-11-23T04:33:50.2204871Z [ 2022-11-23T04:33:50.2205120Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:33:50.2205365Z ] 2022-11-23T04:33:50.2205909Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2208138Z with 2022-11-23T04:33:50.2208345Z [ 2022-11-23T04:33:50.2208603Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:33:50.2208852Z ] 2022-11-23T04:33:50.2209464Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2210003Z with 2022-11-23T04:33:50.2210184Z [ 2022-11-23T04:33:50.2210442Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:33:50.2210685Z ] 2022-11-23T04:33:50.2211233Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2212079Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2214637Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2215119Z with 2022-11-23T04:33:50.2215303Z [ 2022-11-23T04:33:50.2215563Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:33:50.2215812Z ] 2022-11-23T04:33:50.2216302Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2216749Z with 2022-11-23T04:33:50.2216950Z [ 2022-11-23T04:33:50.2217452Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2217788Z ] 2022-11-23T04:33:50.2218284Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2218735Z with 2022-11-23T04:33:50.2220145Z [ 2022-11-23T04:33:50.2221058Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2221394Z ] 2022-11-23T04:33:50.2222022Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2222541Z with 2022-11-23T04:33:50.2222747Z [ 2022-11-23T04:33:50.2223107Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2223436Z ] 2022-11-23T04:33:50.2224007Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2224530Z with 2022-11-23T04:33:50.2224713Z [ 2022-11-23T04:33:50.2225069Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2226632Z ] 2022-11-23T04:33:50.2227783Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:33:50.2228350Z with 2022-11-23T04:33:50.2228547Z [ 2022-11-23T04:33:50.2228767Z TTarget=torch::jit::Scope 2022-11-23T04:33:50.2229000Z ] 2022-11-23T04:33:50.2229781Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/ir/constants.h(25): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:33:50.2230366Z with 2022-11-23T04:33:50.2230566Z [ 2022-11-23T04:33:50.2230803Z TTarget=torch::jit::Scope 2022-11-23T04:33:50.2231019Z ] 2022-11-23T04:33:50.2231539Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2233764Z with 2022-11-23T04:33:50.2234002Z [ 2022-11-23T04:33:50.2234370Z T=c10::intrusive_ptr> 2022-11-23T04:33:50.2234706Z ] 2022-11-23T04:33:50.2235168Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2235646Z with 2022-11-23T04:33:50.2235844Z [ 2022-11-23T04:33:50.2236076Z T=at::ThreadLocalState 2022-11-23T04:33:50.2236306Z ] 2022-11-23T04:33:50.2236798Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2237240Z with 2022-11-23T04:33:50.2237436Z [ 2022-11-23T04:33:50.2237667Z T=at::ThreadLocalState 2022-11-23T04:33:50.2238036Z ] 2022-11-23T04:33:50.2240350Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2240871Z with 2022-11-23T04:33:50.2241052Z [ 2022-11-23T04:33:50.2241286Z T=at::ThreadLocalState 2022-11-23T04:33:50.2241513Z ] 2022-11-23T04:33:50.2242084Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2242608Z with 2022-11-23T04:33:50.2242805Z [ 2022-11-23T04:33:50.2243172Z T=at::ThreadLocalState 2022-11-23T04:33:50.2243424Z ] 2022-11-23T04:33:50.2243949Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2244773Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2247390Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2247873Z with 2022-11-23T04:33:50.2248070Z [ 2022-11-23T04:33:50.2248290Z T=at::ThreadLocalState 2022-11-23T04:33:50.2248518Z ] 2022-11-23T04:33:50.2248994Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2249433Z with 2022-11-23T04:33:50.2249630Z [ 2022-11-23T04:33:50.2249871Z T=std::shared_ptr 2022-11-23T04:33:50.2250119Z ] 2022-11-23T04:33:50.2250610Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2251063Z with 2022-11-23T04:33:50.2251262Z [ 2022-11-23T04:33:50.2253267Z T=std::shared_ptr 2022-11-23T04:33:50.2253497Z ] 2022-11-23T04:33:50.2254040Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2254536Z with 2022-11-23T04:33:50.2254737Z [ 2022-11-23T04:33:50.2254990Z T=std::shared_ptr 2022-11-23T04:33:50.2255232Z ] 2022-11-23T04:33:50.2255788Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2256323Z with 2022-11-23T04:33:50.2256520Z [ 2022-11-23T04:33:50.2256772Z T=std::shared_ptr 2022-11-23T04:33:50.2257014Z ] 2022-11-23T04:33:50.2257542Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:33:50.2260100Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:33:50.2261073Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T04:33:50.2261893Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2262367Z with 2022-11-23T04:33:50.2262566Z [ 2022-11-23T04:33:50.2262827Z T=std::shared_ptr 2022-11-23T04:33:50.2263071Z ] 2022-11-23T04:33:50.2263629Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2264095Z with 2022-11-23T04:33:50.2266083Z [ 2022-11-23T04:33:50.2266355Z T=torch::jit::GraphExecutor 2022-11-23T04:33:50.2266593Z ] 2022-11-23T04:33:50.2267086Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2267540Z with 2022-11-23T04:33:50.2267720Z [ 2022-11-23T04:33:50.2267957Z T=torch::jit::GraphExecutor 2022-11-23T04:33:50.2268189Z ] 2022-11-23T04:33:50.2268731Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2269229Z with 2022-11-23T04:33:50.2269425Z [ 2022-11-23T04:33:50.2269648Z T=torch::jit::GraphExecutor 2022-11-23T04:33:50.2269885Z ] 2022-11-23T04:33:50.2270453Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2272834Z with 2022-11-23T04:33:50.2273036Z [ 2022-11-23T04:33:50.2273352Z T=torch::jit::GraphExecutor 2022-11-23T04:33:50.2273641Z ] 2022-11-23T04:33:50.2274226Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2275159Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2276013Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T04:33:50.2276846Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2278534Z with 2022-11-23T04:33:50.2279267Z [ 2022-11-23T04:33:50.2279518Z T=torch::jit::GraphExecutor 2022-11-23T04:33:50.2279744Z ] 2022-11-23T04:33:50.2280225Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2280681Z with 2022-11-23T04:33:50.2281022Z [ 2022-11-23T04:33:50.2281262Z T=torch::jit::Method 2022-11-23T04:33:50.2281492Z ] 2022-11-23T04:33:50.2282001Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2282444Z with 2022-11-23T04:33:50.2282645Z [ 2022-11-23T04:33:50.2282876Z T=torch::jit::Method 2022-11-23T04:33:50.2283099Z ] 2022-11-23T04:33:50.2283639Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2285884Z with 2022-11-23T04:33:50.2286069Z [ 2022-11-23T04:33:50.2286405Z T=torch::jit::Method 2022-11-23T04:33:50.2286647Z ] 2022-11-23T04:33:50.2287234Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2287766Z with 2022-11-23T04:33:50.2287966Z [ 2022-11-23T04:33:50.2288179Z T=torch::jit::Method 2022-11-23T04:33:50.2288408Z ] 2022-11-23T04:33:50.2288919Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:33:50.2289694Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:33:50.2292242Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2292769Z with 2022-11-23T04:33:50.2292978Z [ 2022-11-23T04:33:50.2293194Z T=torch::jit::Method 2022-11-23T04:33:50.2293422Z ] 2022-11-23T04:33:50.2293900Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2294348Z with 2022-11-23T04:33:50.2294549Z [ 2022-11-23T04:33:50.2294996Z T=std::vector,std::allocator>,std::allocator,std::allocator>>> 2022-11-23T04:33:50.2295390Z ] 2022-11-23T04:33:50.2295888Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2296348Z with 2022-11-23T04:33:50.2296547Z [ 2022-11-23T04:33:50.2298711Z T=std::vector,std::allocator>,std::allocator,std::allocator>>> 2022-11-23T04:33:50.2299135Z ] 2022-11-23T04:33:50.2299677Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2300157Z with 2022-11-23T04:33:50.2300355Z [ 2022-11-23T04:33:50.2300798Z T=std::vector,std::allocator>,std::allocator,std::allocator>>> 2022-11-23T04:33:50.2301197Z ] 2022-11-23T04:33:50.2301900Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2302426Z with 2022-11-23T04:33:50.2302623Z [ 2022-11-23T04:33:50.2303043Z T=std::vector,std::allocator>,std::allocator,std::allocator>>> 2022-11-23T04:33:50.2305194Z ] 2022-11-23T04:33:50.2306018Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>,std::allocator,std::allocator>>>>' being compiled 2022-11-23T04:33:50.2307199Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/jit/api/module.h(302): note: see reference to class template instantiation 'c10::optional,std::allocator>,std::allocator,std::allocator>>>>' being compiled 2022-11-23T04:33:50.2308161Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2308636Z with 2022-11-23T04:33:50.2308833Z [ 2022-11-23T04:33:50.2309270Z T=std::vector,std::allocator>,std::allocator,std::allocator>>> 2022-11-23T04:33:50.2309671Z ] 2022-11-23T04:33:50.2311932Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2312384Z with 2022-11-23T04:33:50.2312565Z [ 2022-11-23T04:33:50.2313168Z T=std::function>,std::allocator>>> &)> 2022-11-23T04:33:50.2313720Z ] 2022-11-23T04:33:50.2314245Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2314726Z with 2022-11-23T04:33:50.2314924Z [ 2022-11-23T04:33:50.2315525Z T=std::function>,std::allocator>>> &)> 2022-11-23T04:33:50.2316110Z ] 2022-11-23T04:33:50.2317980Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2319085Z with 2022-11-23T04:33:50.2319271Z [ 2022-11-23T04:33:50.2319887Z T=std::function>,std::allocator>>> &)> 2022-11-23T04:33:50.2320463Z ] 2022-11-23T04:33:50.2321051Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2321713Z with 2022-11-23T04:33:50.2321910Z [ 2022-11-23T04:33:50.2322512Z T=std::function>,std::allocator>>> &)> 2022-11-23T04:33:50.2323058Z ] 2022-11-23T04:33:50.2325815Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>,std::allocator>>> &)>>' being compiled 2022-11-23T04:33:50.2327338Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>,std::allocator>>> &)>>' being compiled 2022-11-23T04:33:50.2328456Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2329283Z with 2022-11-23T04:33:50.2329648Z [ 2022-11-23T04:33:50.2332249Z T=std::function>,std::allocator>>> &)> 2022-11-23T04:33:50.2332842Z ] 2022-11-23T04:33:50.2333331Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2333776Z with 2022-11-23T04:33:50.2334013Z [ 2022-11-23T04:33:50.2334324Z T=std::function 2022-11-23T04:33:50.2334609Z ] 2022-11-23T04:33:50.2335096Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2335552Z with 2022-11-23T04:33:50.2335749Z [ 2022-11-23T04:33:50.2336051Z T=std::function 2022-11-23T04:33:50.2336334Z ] 2022-11-23T04:33:50.2338663Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2339175Z with 2022-11-23T04:33:50.2339373Z [ 2022-11-23T04:33:50.2339677Z T=std::function 2022-11-23T04:33:50.2339958Z ] 2022-11-23T04:33:50.2340538Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2341066Z with 2022-11-23T04:33:50.2341247Z [ 2022-11-23T04:33:50.2341712Z T=std::function 2022-11-23T04:33:50.2342002Z ] 2022-11-23T04:33:50.2342563Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:33:50.2345263Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include/torch/csrc/api/include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:33:50.2346264Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2346760Z with 2022-11-23T04:33:50.2346965Z [ 2022-11-23T04:33:50.2347253Z T=std::function 2022-11-23T04:33:50.2347538Z ] 2022-11-23T04:33:50.2348017Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2348454Z with 2022-11-23T04:33:50.2348654Z [ 2022-11-23T04:33:50.2348924Z T=std::vector> 2022-11-23T04:33:50.2349168Z ] 2022-11-23T04:33:50.2349658Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2351951Z with 2022-11-23T04:33:50.2352159Z [ 2022-11-23T04:33:50.2352436Z T=std::vector> 2022-11-23T04:33:50.2352702Z ] 2022-11-23T04:33:50.2353224Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2353726Z with 2022-11-23T04:33:50.2353923Z [ 2022-11-23T04:33:50.2354194Z T=std::vector> 2022-11-23T04:33:50.2354451Z ] 2022-11-23T04:33:50.2355031Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2355546Z with 2022-11-23T04:33:50.2355746Z [ 2022-11-23T04:33:50.2356022Z T=std::vector> 2022-11-23T04:33:50.2356281Z ] 2022-11-23T04:33:50.2358584Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:33:50.2359078Z with 2022-11-23T04:33:50.2359257Z [ 2022-11-23T04:33:50.2359460Z T=double 2022-11-23T04:33:50.2359666Z ] 2022-11-23T04:33:50.2360233Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include/torch/csrc/api/include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:33:50.2360760Z with 2022-11-23T04:33:50.2360957Z [ 2022-11-23T04:33:50.2361141Z T=double 2022-11-23T04:33:50.2361347Z ] 2022-11-23T04:33:50.2361871Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2365174Z with 2022-11-23T04:33:50.2365380Z [ 2022-11-23T04:33:50.2366282Z T=std::vector> 2022-11-23T04:33:50.2366574Z ] 2022-11-23T04:33:50.2367072Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2367510Z with 2022-11-23T04:33:50.2367706Z [ 2022-11-23T04:33:50.2367961Z T=std::tuple 2022-11-23T04:33:50.2368192Z ] 2022-11-23T04:33:50.2368820Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2369306Z with 2022-11-23T04:33:50.2371373Z [ 2022-11-23T04:33:50.2371660Z T=std::tuple 2022-11-23T04:33:50.2371903Z ] 2022-11-23T04:33:50.2372430Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2372937Z with 2022-11-23T04:33:50.2373134Z [ 2022-11-23T04:33:50.2373385Z T=std::tuple 2022-11-23T04:33:50.2373625Z ] 2022-11-23T04:33:50.2374204Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2374716Z with 2022-11-23T04:33:50.2374919Z [ 2022-11-23T04:33:50.2375170Z T=std::tuple 2022-11-23T04:33:50.2375416Z ] 2022-11-23T04:33:50.2375940Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:33:50.2378564Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include/torch/csrc/api/include\torch/nn/modules/rnn.h(163): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:33:50.2379396Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2379870Z with 2022-11-23T04:33:50.2380052Z [ 2022-11-23T04:33:50.2380309Z T=std::tuple 2022-11-23T04:33:50.2380558Z ] 2022-11-23T04:33:50.2381038Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2381475Z with 2022-11-23T04:33:50.2381656Z [ 2022-11-23T04:33:50.2381941Z T=std::vector> 2022-11-23T04:33:50.2382209Z ] 2022-11-23T04:33:50.2384432Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:33:50.2384912Z with 2022-11-23T04:33:50.2385111Z [ 2022-11-23T04:33:50.2385381Z T=std::vector> 2022-11-23T04:33:50.2385647Z ] 2022-11-23T04:33:50.2386189Z C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:33:50.2386827Z with 2022-11-23T04:33:50.2387024Z [ 2022-11-23T04:33:50.2387310Z T=std::vector> 2022-11-23T04:33:50.2387562Z ] 2022-11-23T04:33:50.2388135Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:33:50.2390846Z with 2022-11-23T04:33:50.2391067Z [ 2022-11-23T04:33:50.2391358Z T=std::vector> 2022-11-23T04:33:50.2391630Z ] 2022-11-23T04:33:50.2392515Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:33:50.2393464Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include/torch/csrc/api/include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:33:50.2394312Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:33:50.2394791Z with 2022-11-23T04:33:50.2394991Z [ 2022-11-23T04:33:50.2395273Z T=std::vector> 2022-11-23T04:33:50.2397337Z ] 2022-11-23T04:33:50.2399485Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib "/LIBPATH:C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64" /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib cudart.lib c10_cuda.lib torch_cuda.lib /EXPORT:PyInit_torch_library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\torch_library.obj /OUT:build\lib.win-amd64-cpython-39\torch_test_cpp_extension\torch_library.cp39-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\torch_library.cp39-win_amd64.lib 2022-11-23T04:33:50.2700971Z Creating library C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\torch_library.cp39-win_amd64.lib and object C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\torch_library.cp39-win_amd64.exp 2022-11-23T04:33:50.2837183Z LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance 2022-11-23T04:33:50.3862622Z running install_lib 2022-11-23T04:33:50.4029659Z creating install 2022-11-23T04:33:50.4032198Z creating install\Jenkins 2022-11-23T04:33:50.4034650Z creating install\Jenkins\Miniconda3 2022-11-23T04:33:50.4037087Z creating install\Jenkins\Miniconda3\Lib 2022-11-23T04:33:50.4039796Z creating install\Jenkins\Miniconda3\Lib\site-packages 2022-11-23T04:33:50.4046577Z creating install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T04:33:50.4052158Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cpp.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T04:33:50.4073321Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\cuda.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T04:33:50.4093451Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\ort.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T04:33:50.4126295Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\rng.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T04:33:50.4146484Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\torch_library.cp39-win_amd64.pyd -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T04:33:50.4164932Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\__init__.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-11-23T04:33:50.4192504Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension\__init__.py to __init__.cpython-39.pyc 2022-11-23T04:33:50.4216599Z running install_egg_info 2022-11-23T04:33:50.4716010Z running egg_info 2022-11-23T04:33:50.4716599Z creating torch_test_cpp_extension.egg-info 2022-11-23T04:33:50.4862132Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-11-23T04:33:50.4871618Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-11-23T04:33:50.4882496Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-11-23T04:33:50.4898258Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T04:33:50.5041400Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T04:33:50.5066305Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-11-23T04:33:50.5074693Z Copying torch_test_cpp_extension.egg-info to ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info 2022-11-23T04:33:50.5154664Z running install_scripts 2022-11-23T04:33:50.5767332Z Error in atexit._run_exitfuncs: 2022-11-23T04:33:50.5767693Z Traceback (most recent call last): 2022-11-23T04:33:50.5780470Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-11-23T04:33:50.5891069Z return stream.closed 2022-11-23T04:33:50.5891424Z ValueError: underlying buffer has been detached 2022-11-23T04:33:51.1484465Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:33:51.147900] 2022-11-23T04:33:59.6837556Z 2022-11-23T04:33:59.6838212Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-11-23T04:33:59.6839348Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_x0sl3mja) 2022-11-23T04:33:59.6840010Z 2022-11-23T04:33:59.6840489Z Running tests... 2022-11-23T04:33:59.6841200Z ---------------------------------------------------------------------- 2022-11-23T04:33:59.6842093Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_ninja 2022-11-23T04:33:59.6842985Z test_backward (__main__.TestCppExtensionAOT) ... ok (1.849s) 2022-11-23T04:33:59.6843812Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T04:33:59.6844734Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.001s) 2022-11-23T04:33:59.6845996Z test_cuda_extension (__main__.TestCppExtensionAOT) ... ok (0.156s) 2022-11-23T04:33:59.6847020Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.002s) 2022-11-23T04:33:59.6848219Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-11-23T04:33:59.6848947Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-11-23T04:33:59.6849866Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.001s) 2022-11-23T04:33:59.6850726Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T04:33:59.6851366Z test_add (__main__.TestORTTensor) ... ok (0.002s) 2022-11-23T04:33:59.6852030Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-11-23T04:33:59.6852666Z test_unregistered (__main__.TestORTTensor) ... ok (0.985s) 2022-11-23T04:33:59.6853307Z test_zeros (__main__.TestORTTensor) ... ok (0.003s) 2022-11-23T04:33:59.6853912Z test_rng (__main__.TestRNGExtension) ... ok (0.005s) 2022-11-23T04:33:59.6854714Z test_torch_library (__main__.TestTorchLibrary) ... ok (0.116s) 2022-11-23T04:33:59.6855124Z 2022-11-23T04:33:59.6855468Z ---------------------------------------------------------------------- 2022-11-23T04:33:59.6856001Z Ran 15 tests in 3.141s 2022-11-23T04:33:59.6856261Z 2022-11-23T04:33:59.6856388Z OK (skipped=4) 2022-11-23T04:33:59.6856531Z 2022-11-23T04:33:59.6856647Z Generating XML reports... 2022-11-23T04:33:59.6857160Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestCppExtensionAOT-20221123043355.xml 2022-11-23T04:33:59.6857812Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestORTTensor-20221123043355.xml 2022-11-23T04:33:59.6858444Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestRNGExtension-20221123043355.xml 2022-11-23T04:33:59.6859082Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestTorchLibrary-20221123043355.xml 2022-11-23T04:33:59.6859414Z 2022-11-23T04:33:59.6859737Z ##[endgroup] 2022-11-23T04:33:59.6860216Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_aot_ninja_x0sl3mja) 2022-11-23T04:33:59.6860584Z 2022-11-23T04:33:59.6860722Z Running test_linalg ... [2022-11-23 04:33:59.682612] 2022-11-23T04:33:59.6864902Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:33:59.682612] 2022-11-23T04:37:11.5343301Z 2022-11-23T04:37:11.5344204Z Expand the folded group to see the log file of test_linalg 2022-11-23T04:37:11.5345107Z ##[group]PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_wbjsc7ec) 2022-11-23T04:37:11.5364603Z 2022-11-23T04:37:11.5364971Z Running tests... 2022-11-23T04:37:11.5365407Z ---------------------------------------------------------------------- 2022-11-23T04:37:11.5365854Z Test results will be stored in test-reports\python-unittest\test_linalg 2022-11-23T04:37:11.5366279Z test_addbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (3.760s) 2022-11-23T04:37:11.5368417Z test_addbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.441s) 2022-11-23T04:37:11.5369588Z test_addbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.171s) 2022-11-23T04:37:11.5370353Z test_addbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.986s) 2022-11-23T04:37:11.5371079Z test_addbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.004s) 2022-11-23T04:37:11.5371852Z test_addmm_activation_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-11-23T04:37:11.5372674Z test_addmm_activation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T04:37:11.5373438Z test_addmm_activation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T04:37:11.5374342Z test_addmm_baddbmm_overflow_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T04:37:11.5375296Z test_addmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-11-23T04:37:11.5376596Z test_addmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-11-23T04:37:11.5377331Z test_addmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T04:37:11.5378042Z test_addmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-11-23T04:37:11.5378761Z test_addmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-11-23T04:37:11.5379514Z test_addmm_sizes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.029s) 2022-11-23T04:37:11.5380288Z test_addmm_sizes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.074s) 2022-11-23T04:37:11.5381015Z test_addmm_sizes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.065s) 2022-11-23T04:37:11.5381851Z test_addmm_sizes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.069s) 2022-11-23T04:37:11.5382829Z test_addmv_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-11-23T04:37:11.5383837Z test_addmv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T04:37:11.5384569Z test_addmv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-11-23T04:37:11.5385295Z test_addmv_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-11-23T04:37:11.5386013Z test_addmv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-11-23T04:37:11.5386700Z test_addmv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-11-23T04:37:11.5387512Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T04:37:11.5388401Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T04:37:11.5389413Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T04:37:11.5390302Z test_addr_bool_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T04:37:11.5391150Z test_addr_float_and_complex_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T04:37:11.5391975Z test_addr_float_and_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T04:37:11.5392816Z test_addr_float_and_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T04:37:11.5393635Z test_addr_float_and_complex_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T04:37:11.5394445Z test_addr_float_and_complex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-11-23T04:37:11.5395271Z test_addr_float_and_complex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T04:37:11.5396139Z test_addr_integral_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T04:37:11.5396886Z test_addr_integral_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5397749Z test_addr_integral_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T04:37:11.5398486Z test_addr_integral_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T04:37:11.5399234Z test_addr_integral_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T04:37:11.5400000Z test_addr_type_promotion_cuda (__main__.TestLinalgCUDA) ... ok (0.689s) 2022-11-23T04:37:11.5400752Z test_baddbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (1.937s) 2022-11-23T04:37:11.5401500Z test_baddbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (2.110s) 2022-11-23T04:37:11.5402242Z test_baddbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (2.205s) 2022-11-23T04:37:11.5403052Z test_baddbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.941s) 2022-11-23T04:37:11.5403804Z test_baddbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.814s) 2022-11-23T04:37:11.5404716Z test_blas_alpha_beta_empty_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T04:37:11.5405546Z test_blas_alpha_beta_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5406370Z test_blas_alpha_beta_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5407374Z test_blas_alpha_beta_empty_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5408182Z test_blas_alpha_beta_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5409005Z test_blas_alpha_beta_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5409752Z test_blas_empty_cuda (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-11-23T04:37:11.5410667Z test_blas_mv_large_input_cuda (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:37:11.5414018Z test_blas_nan_out_cuda_bfloat16 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4650: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5416233Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-11-23T04:37:11.5416787Z ok (0.006s) 2022-11-23T04:37:11.5417516Z test_blas_nan_out_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5418351Z test_blas_nan_out_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5419160Z test_blas_nan_out_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5419901Z test_blas_nan_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5420657Z test_blas_nan_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5422796Z test_bmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5424823Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5426907Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5428698Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5430581Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5432753Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5434652Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5436645Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5438799Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5440757Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5442652Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5444426Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5446588Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5448469Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5450352Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5452285Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5454391Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5456223Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5458127Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5460308Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5462306Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5464115Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5466265Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5468225Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5470137Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5471920Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5473897Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5737: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5475906Z torch.bmm(b1, b2, out=res2) 2022-11-23T04:37:11.5476349Z ok (4.437s) 2022-11-23T04:37:11.5476898Z test_bmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (4.552s) 2022-11-23T04:37:11.5479118Z test_bmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (4.587s) 2022-11-23T04:37:11.5479846Z test_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (4.400s) 2022-11-23T04:37:11.5480546Z test_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (4.346s) 2022-11-23T04:37:11.5482985Z test_broadcast_batched_matmul_cuda (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6854: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5484956Z torch.matmul(l, r, out=out) 2022-11-23T04:37:11.5486843Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6854: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5488979Z torch.matmul(l, r, out=out) 2022-11-23T04:37:11.5489570Z ok (0.049s) 2022-11-23T04:37:11.5490176Z test_broadcast_fused_matmul_cuda (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5492100Z test_chain_matmul_cuda_float64 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1625: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:1076.) 2022-11-23T04:37:11.5494118Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-11-23T04:37:11.5494715Z ok (0.010s) 2022-11-23T04:37:11.5495420Z test_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.582s) 2022-11-23T04:37:11.5496226Z test_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-11-23T04:37:11.5497063Z test_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.077s) 2022-11-23T04:37:11.5497796Z test_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T04:37:11.5498599Z test_cholesky_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T04:37:11.5499472Z test_cholesky_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5500321Z test_cholesky_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5501146Z test_cholesky_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5502056Z test_cholesky_ex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5502861Z test_cholesky_ex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T04:37:11.5503749Z test_cholesky_ex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5504493Z test_cholesky_ex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5505276Z test_cholesky_ex_non_pd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5506107Z test_cholesky_ex_non_pd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5506880Z test_cholesky_ex_non_pd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5507660Z test_cholesky_ex_non_pd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5508463Z test_cholesky_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.420s) 2022-11-23T04:37:11.5509389Z test_cholesky_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.055s) 2022-11-23T04:37:11.5510258Z test_cholesky_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-11-23T04:37:11.5511109Z test_cholesky_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-11-23T04:37:11.5511927Z test_cholesky_inverse_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T04:37:11.5512844Z test_cholesky_inverse_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5513741Z test_cholesky_inverse_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5514630Z test_cholesky_inverse_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5515535Z test_cholesky_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.137s) 2022-11-23T04:37:11.5516602Z test_cholesky_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T04:37:11.5517640Z test_cholesky_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.073s) 2022-11-23T04:37:11.5518721Z test_cholesky_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T04:37:11.5520142Z test_cholesky_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:2483: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-11-23T04:37:11.5521300Z L = torch.cholesky(A) 2022-11-23T04:37:11.5521781Z should be replaced with 2022-11-23T04:37:11.5522285Z L = torch.linalg.cholesky(A) 2022-11-23T04:37:11.5522731Z and 2022-11-23T04:37:11.5523288Z U = torch.cholesky(A, upper=True) 2022-11-23T04:37:11.5523807Z should be replaced with 2022-11-23T04:37:11.5524397Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T04:37:11.5525805Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:1729.) 2022-11-23T04:37:11.5526933Z L = torch.cholesky(A, upper=upper) 2022-11-23T04:37:11.5527416Z ok (0.019s) 2022-11-23T04:37:11.5528050Z test_cholesky_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T04:37:11.5528891Z test_cholesky_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T04:37:11.5529726Z test_cholesky_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5530885Z test_cholesky_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.5532302Z test_cholesky_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T04:37:11.5533494Z test_cholesky_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.5534677Z test_cholesky_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.5535651Z test_cholesky_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5536413Z test_cholesky_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T04:37:11.5537284Z test_cholesky_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5538074Z test_cholesky_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5539060Z test_cholesky_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5539985Z test_cholesky_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5540905Z test_cholesky_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5541815Z test_cholesky_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5542608Z test_cond_cuda_complex128 (__main__.TestLinalgCUDA) ... 2022-11-23T04:37:11.5543319Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T04:37:11.5543729Z 2022-11-23T04:37:11.5544153Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T04:37:11.5544722Z ok (0.454s) 2022-11-23T04:37:11.5545318Z test_cond_cuda_complex64 (__main__.TestLinalgCUDA) ... 2022-11-23T04:37:11.5546085Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T04:37:11.5546534Z 2022-11-23T04:37:11.5546865Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T04:37:11.5547435Z ok (0.138s) 2022-11-23T04:37:11.5547967Z test_cond_cuda_float32 (__main__.TestLinalgCUDA) ... 2022-11-23T04:37:11.5548848Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T04:37:11.5549242Z 2022-11-23T04:37:11.5549575Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T04:37:11.5550118Z ok (0.181s) 2022-11-23T04:37:11.5550622Z test_cond_cuda_float64 (__main__.TestLinalgCUDA) ... 2022-11-23T04:37:11.5551416Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-11-23T04:37:11.5551826Z 2022-11-23T04:37:11.5552242Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-11-23T04:37:11.5552856Z ok (0.115s) 2022-11-23T04:37:11.5553472Z test_cond_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T04:37:11.5554323Z test_cond_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-11-23T04:37:11.5555306Z test_cond_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T04:37:11.5556172Z test_cond_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T04:37:11.5557037Z test_corner_cases_of_cublasltmatmul_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.684s) 2022-11-23T04:37:11.5558017Z test_corner_cases_of_cublasltmatmul_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.150s) 2022-11-23T04:37:11.5559004Z test_corner_cases_of_cublasltmatmul_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.935s) 2022-11-23T04:37:11.5559939Z test_corner_cases_of_cublasltmatmul_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.623s) 2022-11-23T04:37:11.5560784Z test_corner_cases_of_cublasltmatmul_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.597s) 2022-11-23T04:37:11.5561643Z test_corner_cases_of_cublasltmatmul_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.878s) 2022-11-23T04:37:11.5562429Z test_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5563158Z test_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5563948Z test_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5564884Z test_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5565682Z test_det_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-11-23T04:37:11.5566520Z test_det_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.037s) 2022-11-23T04:37:11.5567276Z test_det_logdet_slogdet_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.315s) 2022-11-23T04:37:11.5568192Z test_det_logdet_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Skipped on Windows! (0.011s) 2022-11-23T04:37:11.5569027Z test_dot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5569793Z test_dot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T04:37:11.5570631Z test_dot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5571539Z test_eig_check_magma_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T04:37:11.5572660Z test_eig_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-11-23T04:37:11.5573634Z test_eig_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-11-23T04:37:11.5574440Z test_eig_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T04:37:11.5575237Z test_eig_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T04:37:11.5576062Z test_eig_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.5576897Z test_eig_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5577706Z test_eig_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.5578604Z test_eig_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5579620Z test_eig_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.123s) 2022-11-23T04:37:11.5580520Z test_eig_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T04:37:11.5581249Z test_eig_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T04:37:11.5582026Z test_eig_with_nan_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5582773Z test_eig_with_nan_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5583525Z test_eig_with_nan_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5584261Z test_eig_with_nan_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5584993Z test_eigh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.101s) 2022-11-23T04:37:11.5586013Z test_eigh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.330s) 2022-11-23T04:37:11.5586848Z test_eigh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.072s) 2022-11-23T04:37:11.5587620Z test_eigh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-11-23T04:37:11.5588385Z test_eigh_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5589245Z test_eigh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5590075Z test_eigh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5590957Z test_eigh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5591781Z test_eigh_lower_uplo_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5592594Z test_eigh_lower_uplo_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5593369Z test_eigh_lower_uplo_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5594157Z test_eigh_lower_uplo_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5594982Z test_eigvals_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T04:37:11.5595836Z test_eigvals_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T04:37:11.5596688Z test_eigvals_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-11-23T04:37:11.5597630Z test_eigvals_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T04:37:11.5598476Z test_eigvals_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5599482Z test_eigvals_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5600308Z test_eigvals_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5601154Z test_eigvals_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T04:37:11.5601974Z test_eigvals_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T04:37:11.5602755Z test_eigvals_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T04:37:11.5603538Z test_eigvalsh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-11-23T04:37:11.5604268Z test_eigvalsh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-11-23T04:37:11.5605020Z test_eigvalsh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-11-23T04:37:11.5605751Z test_eigvalsh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-11-23T04:37:11.5607239Z test_eigvalsh_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1042: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T04:37:11.5608611Z out = torch.empty_like(t).to(real_dtype) 2022-11-23T04:37:11.5609101Z ok (0.010s) 2022-11-23T04:37:11.5610001Z test_eigvalsh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5610858Z test_eigvalsh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T04:37:11.5611724Z test_eigvalsh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5612532Z test_einsum_corner_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T04:37:11.5613277Z test_einsum_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.081s) 2022-11-23T04:37:11.5614014Z test_einsum_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.071s) 2022-11-23T04:37:11.5614855Z test_einsum_error_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T04:37:11.5615690Z test_einsum_random_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (6.470s) 2022-11-23T04:37:11.5616693Z test_einsum_random_cuda_float64 (__main__.TestLinalgCUDA) ... ok (6.174s) 2022-11-23T04:37:11.5617517Z test_einsum_sublist_format_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-11-23T04:37:11.5618349Z test_einsum_sublist_format_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T04:37:11.5619119Z test_geqrf_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-11-23T04:37:11.5619853Z test_geqrf_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-11-23T04:37:11.5620549Z test_geqrf_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-11-23T04:37:11.5621266Z test_geqrf_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-11-23T04:37:11.5622053Z test_householder_product_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T04:37:11.5622883Z test_householder_product_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-11-23T04:37:11.5623710Z test_householder_product_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T04:37:11.5624533Z test_householder_product_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-11-23T04:37:11.5625396Z test_householder_product_errors_and_warnings_cuda (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5626182Z test_inner_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-11-23T04:37:11.5626914Z test_inner_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-11-23T04:37:11.5627684Z test_inv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5628534Z test_inv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-11-23T04:37:11.5629365Z test_inv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5630174Z test_inv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.5630982Z test_inv_ex_info_device_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5631795Z test_inv_ex_info_device_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5632594Z test_inv_ex_info_device_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5633359Z test_inv_ex_info_device_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5634137Z test_inv_ex_singular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5634919Z test_inv_ex_singular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5635668Z test_inv_ex_singular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5636438Z test_inv_ex_singular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5637373Z test_invariance_error_spectral_decompositions_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T04:37:11.5638250Z test_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.229s) 2022-11-23T04:37:11.5639011Z test_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.202s) 2022-11-23T04:37:11.5639946Z test_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.192s) 2022-11-23T04:37:11.5640656Z test_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.188s) 2022-11-23T04:37:11.5641381Z test_inverse_errors_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T04:37:11.5642166Z test_inverse_errors_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5642932Z test_inverse_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5643698Z test_inverse_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-11-23T04:37:11.5644592Z test_inverse_errors_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.002s) 2022-11-23T04:37:11.5645780Z test_inverse_errors_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.002s) 2022-11-23T04:37:11.5646967Z test_inverse_errors_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.002s) 2022-11-23T04:37:11.5648142Z test_inverse_errors_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.002s) 2022-11-23T04:37:11.5649241Z test_inverse_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T04:37:11.5650394Z test_inverse_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T04:37:11.5651513Z test_inverse_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T04:37:11.5652628Z test_inverse_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T04:37:11.5653549Z test_kron_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-11-23T04:37:11.5654283Z test_kron_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T04:37:11.5654974Z test_kron_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T04:37:11.5655675Z test_kron_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T04:37:11.5656439Z test_kron_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5657193Z test_kron_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5657953Z test_kron_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5658697Z test_kron_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5660943Z test_kron_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1117: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5662903Z torch.kron(a, b, out=out) 2022-11-23T04:37:11.5663366Z ok (0.004s) 2022-11-23T04:37:11.5665382Z test_kron_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1117: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5667600Z torch.kron(a, b, out=out) 2022-11-23T04:37:11.5668034Z ok (0.002s) 2022-11-23T04:37:11.5670024Z test_kron_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1117: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5671976Z torch.kron(a, b, out=out) 2022-11-23T04:37:11.5672431Z ok (0.002s) 2022-11-23T04:37:11.5674588Z test_kron_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1117: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5676520Z torch.kron(a, b, out=out) 2022-11-23T04:37:11.5676964Z ok (0.003s) 2022-11-23T04:37:11.5677531Z test_lapack_empty_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5678603Z test_ldl_factor_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7288: ComplexWarning: scipy.linalg.ldl(): 2022-11-23T04:37:11.5679817Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-11-23T04:37:11.5680683Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-11-23T04:37:11.5681232Z ok (0.253s) 2022-11-23T04:37:11.5681814Z test_ldl_factor_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.070s) 2022-11-23T04:37:11.5682580Z test_ldl_factor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.066s) 2022-11-23T04:37:11.5683321Z test_ldl_factor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T04:37:11.5684067Z test_ldl_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.5684798Z test_ldl_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5685406Z test_ldl_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T04:37:11.5686059Z test_ldl_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.5686790Z test_linalg_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5699857Z test_linalg_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5700733Z test_linalg_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5701606Z test_linalg_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5702475Z test_linalg_lstsq_batch_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.113s) 2022-11-23T04:37:11.5703378Z test_linalg_lstsq_batch_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.108s) 2022-11-23T04:37:11.5704429Z test_linalg_lstsq_batch_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.083s) 2022-11-23T04:37:11.5705461Z test_linalg_lstsq_batch_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.087s) 2022-11-23T04:37:11.5706288Z test_linalg_lstsq_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.283s) 2022-11-23T04:37:11.5707067Z test_linalg_lstsq_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.257s) 2022-11-23T04:37:11.5708016Z test_linalg_lstsq_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.226s) 2022-11-23T04:37:11.5708764Z test_linalg_lstsq_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.233s) 2022-11-23T04:37:11.5709559Z test_linalg_lstsq_input_checks_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.5710381Z test_linalg_lstsq_input_checks_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5711347Z test_linalg_lstsq_input_checks_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T04:37:11.5712306Z test_linalg_lstsq_input_checks_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T04:37:11.5713148Z test_linalg_lu_cpu_errors_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:37:11.5714258Z test_linalg_lu_cpu_errors_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:37:11.5715200Z test_linalg_lu_cpu_errors_cuda_float32 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:37:11.5716123Z test_linalg_lu_cpu_errors_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:37:11.5717714Z test_linalg_lu_family_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1727: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-11-23T04:37:11.5719218Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T04:37:11.5719755Z should be replaced with 2022-11-23T04:37:11.5720339Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T04:37:11.5720838Z and 2022-11-23T04:37:11.5721390Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T04:37:11.5721978Z should be replaced with 2022-11-23T04:37:11.5722980Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2028.) 2022-11-23T04:37:11.5724133Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T04:37:11.5724806Z ok (1.799s) 2022-11-23T04:37:11.5725417Z test_linalg_lu_family_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.849s) 2022-11-23T04:37:11.5726253Z test_linalg_lu_family_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.690s) 2022-11-23T04:37:11.5727100Z test_linalg_lu_family_cuda_float64 (__main__.TestLinalgCUDA) ... ok (2.085s) 2022-11-23T04:37:11.5728675Z test_linalg_lu_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\Context.cpp:245] Warning: torch.backends.cuda.preferred_linalg_library is an experimental feature. If you see any error or unexpected behavior when this flag is set please file an issue on GitHub. (function operator ()) 2022-11-23T04:37:11.5730002Z ok (2.711s) 2022-11-23T04:37:11.5730621Z test_linalg_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (2.546s) 2022-11-23T04:37:11.5731407Z test_linalg_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (2.488s) 2022-11-23T04:37:11.5732257Z test_linalg_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (2.546s) 2022-11-23T04:37:11.5733318Z test_linalg_matrix_exp_analytic_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.5734552Z test_linalg_matrix_exp_analytic_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T04:37:11.5735709Z test_linalg_matrix_exp_analytic_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T04:37:11.5736863Z test_linalg_matrix_exp_analytic_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T04:37:11.5739357Z test_linalg_matrix_exp_batch_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.082s) 2022-11-23T04:37:11.5740286Z test_linalg_matrix_exp_batch_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.080s) 2022-11-23T04:37:11.5741207Z test_linalg_matrix_exp_boundary_cases_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5742104Z test_linalg_matrix_exp_boundary_cases_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5742981Z test_linalg_matrix_exp_boundary_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5743856Z test_linalg_matrix_exp_boundary_cases_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5744743Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.186s) 2022-11-23T04:37:11.5745950Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.189s) 2022-11-23T04:37:11.5746972Z test_linalg_matrix_exp_compare_with_taylor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.210s) 2022-11-23T04:37:11.5748004Z test_linalg_matrix_exp_compare_with_taylor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.171s) 2022-11-23T04:37:11.5748929Z test_linalg_matrix_exp_no_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:37:11.5749830Z test_linalg_matrix_exp_utils_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T04:37:11.5750674Z test_linalg_matrix_exp_utils_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T04:37:11.5751505Z test_linalg_qr_autograd_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5752417Z test_linalg_solve_triangular_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.613s) 2022-11-23T04:37:11.5753472Z test_linalg_solve_triangular_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.689s) 2022-11-23T04:37:11.5754614Z test_linalg_solve_triangular_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-11-23T04:37:11.5755528Z test_linalg_solve_triangular_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T04:37:11.5756400Z test_linalg_solve_triangular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (3.747s) 2022-11-23T04:37:11.5757243Z test_linalg_solve_triangular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.812s) 2022-11-23T04:37:11.5758066Z test_linalg_solve_triangular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.843s) 2022-11-23T04:37:11.5758891Z test_linalg_solve_triangular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.823s) 2022-11-23T04:37:11.5759832Z test_linalg_solve_triangular_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.000s) 2022-11-23T04:37:11.5761033Z test_linalg_solve_triangular_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.000s) 2022-11-23T04:37:11.5762245Z test_linalg_solve_triangular_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.006s) 2022-11-23T04:37:11.5763271Z test_linalg_solve_triangular_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.000s) 2022-11-23T04:37:11.5764204Z test_linear_algebra_scalar_raises_cuda (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5765510Z test_lobpcg_basic_cuda_float64 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5096: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T04:37:11.5767048Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T04:37:11.5767978Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T04:37:11.5768653Z should be replaced with 2022-11-23T04:37:11.5769454Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T04:37:11.5769989Z and 2022-11-23T04:37:11.5770456Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T04:37:11.5770980Z should be replaced with 2022-11-23T04:37:11.5771973Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T04:37:11.5772915Z e = torch.symeig(A)[0] 2022-11-23T04:37:11.5773334Z ok (4.848s) 2022-11-23T04:37:11.5773928Z test_lobpcg_ortho_cuda_float64 (__main__.TestLinalgCUDA) ... ok (17.459s) 2022-11-23T04:37:11.5774788Z test_lobpcg_scipy_cuda_float64 (__main__.TestLinalgCUDA) 2022-11-23T04:37:11.5775799Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... skip: Only runs on cpu (0.011s) 2022-11-23T04:37:11.5776917Z test_lobpcg_torchscript_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:37:11.5777794Z test_lstsq_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-11-23T04:37:11.5779133Z test_lu_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6951: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-11-23T04:37:11.5780435Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T04:37:11.5781145Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T04:37:11.5781666Z should be replaced with 2022-11-23T04:37:11.5782762Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2182.) 2022-11-23T04:37:11.5783723Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-11-23T04:37:11.5784188Z ok (0.011s) 2022-11-23T04:37:11.5784837Z test_lu_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5785720Z test_lu_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5786577Z test_lu_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T04:37:11.5787403Z test_lu_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T04:37:11.5788318Z test_lu_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T04:37:11.5789124Z test_lu_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T04:37:11.5790032Z test_lu_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T04:37:11.5791010Z test_lu_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.5792195Z test_lu_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T04:37:11.5793376Z test_lu_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.5794568Z test_lu_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.5795623Z test_lu_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T04:37:11.5796445Z test_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T04:37:11.5797234Z test_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.5797970Z test_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.5798751Z test_lu_solve_large_matrices_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5799579Z test_lu_solve_large_matrices_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5800611Z test_lu_solve_large_matrices_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5801436Z test_lu_solve_large_matrices_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5802336Z test_lu_unpack_check_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5803081Z test_matmul_45724_cuda (__main__.TestLinalgCUDA) ... ok (0.719s) 2022-11-23T04:37:11.5805586Z test_matmul_small_brute_force_1d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4285: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5807584Z ans = torch.matmul(x, y, out=out) 2022-11-23T04:37:11.5809609Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4285: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5811627Z ans = torch.matmul(x, y, out=out) 2022-11-23T04:37:11.5813560Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4285: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.5815351Z ans = torch.matmul(x, y, out=out) 2022-11-23T04:37:11.5815819Z ok (0.894s) 2022-11-23T04:37:11.5816552Z test_matmul_small_brute_force_1d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.814s) 2022-11-23T04:37:11.5817505Z test_matmul_small_brute_force_2d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.588s) 2022-11-23T04:37:11.5818414Z test_matmul_small_brute_force_2d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.297s) 2022-11-23T04:37:11.5819276Z test_matmul_small_brute_force_3d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.993s) 2022-11-23T04:37:11.5820098Z test_matmul_small_brute_force_3d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.614s) 2022-11-23T04:37:11.5820902Z test_matrix_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5821641Z test_matrix_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5822444Z test_matrix_power_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T04:37:11.5823378Z test_matrix_power_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-11-23T04:37:11.5824315Z test_matrix_power_non_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T04:37:11.5825238Z test_matrix_power_non_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-11-23T04:37:11.5826043Z test_matrix_rank_atol_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.067s) 2022-11-23T04:37:11.5826863Z test_matrix_rank_atol_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.058s) 2022-11-23T04:37:11.5827655Z test_matrix_rank_atol_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.049s) 2022-11-23T04:37:11.5828634Z test_matrix_rank_atol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-11-23T04:37:11.5829422Z test_matrix_rank_atol_rtol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5830321Z test_matrix_rank_basic_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5831119Z test_matrix_rank_basic_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5832059Z test_matrix_rank_basic_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5832800Z test_matrix_rank_basic_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5833582Z test_matrix_rank_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-11-23T04:37:11.5834355Z test_matrix_rank_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-11-23T04:37:11.5835267Z test_matrix_rank_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T04:37:11.5836019Z test_matrix_rank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-11-23T04:37:11.5836906Z test_matrix_rank_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.003s) 2022-11-23T04:37:11.5838046Z test_matrix_rank_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.003s) 2022-11-23T04:37:11.5839138Z test_matrix_rank_empty_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.003s) 2022-11-23T04:37:11.5840114Z test_matrix_rank_empty_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 7) (0.003s) 2022-11-23T04:37:11.5841052Z test_matrix_rank_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5841965Z test_matrix_rank_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5842853Z test_matrix_rank_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5843706Z test_matrix_rank_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5844647Z test_matrix_rank_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5845490Z test_mm_bmm_non_memory_dense_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5846421Z test_mm_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T04:37:11.5847098Z test_mm_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.5847636Z test_mm_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T04:37:11.5848166Z test_mm_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T04:37:11.5848777Z test_multi_dot_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T04:37:11.5849251Z test_multi_dot_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5849649Z test_multi_dot_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5850050Z test_norm_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-11-23T04:37:11.5850454Z test_norm_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-11-23T04:37:11.5850848Z test_norm_complex_old_cuda (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5851313Z test_norm_dtype_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.133s) 2022-11-23T04:37:11.5852164Z test_norm_dtype_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.099s) 2022-11-23T04:37:11.5852932Z test_norm_dtype_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.211s) 2022-11-23T04:37:11.5853700Z test_norm_dtype_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.136s) 2022-11-23T04:37:11.5854287Z test_norm_dtype_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.194s) 2022-11-23T04:37:11.5854671Z test_norm_dtype_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.100s) 2022-11-23T04:37:11.5855042Z test_norm_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-11-23T04:37:11.5855430Z test_norm_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-11-23T04:37:11.5855860Z test_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... skip: Skipped on Windows! (0.003s) 2022-11-23T04:37:11.5856279Z test_norm_fastpaths_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5856691Z test_norm_fro_2_equivalence_old_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.243s) 2022-11-23T04:37:11.5857482Z test_norm_fused_type_promotion_cuda_bfloat16 (__main__.TestLinalgCUDA) ... STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T04:37:11.5858630Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T04:37:11.5860122Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T04:37:11.5861124Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T04:37:11.5861847Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T04:37:11.5862591Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T04:37:11.5863060Z ok (0.008s) 2022-11-23T04:37:11.5863641Z test_norm_fused_type_promotion_cuda_float16 (__main__.TestLinalgCUDA) ... STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T04:37:11.5864462Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T04:37:11.5865307Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T04:37:11.5866795Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T04:37:11.5867946Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T04:37:11.5868693Z STAGE:2022-11-23 04:36:23 4136:4444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T04:37:11.5869150Z ok (0.006s) 2022-11-23T04:37:11.5869445Z test_norm_matrix_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.219s) 2022-11-23T04:37:11.5869836Z test_norm_matrix_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.217s) 2022-11-23T04:37:11.5870264Z test_norm_matrix_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.088s) 2022-11-23T04:37:11.5870723Z test_norm_matrix_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.102s) 2022-11-23T04:37:11.5871184Z test_norm_matrix_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.098s) 2022-11-23T04:37:11.5871631Z test_norm_matrix_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.089s) 2022-11-23T04:37:11.5872242Z test_norm_old_cuda (__main__.TestLinalgCUDA) ... ok (0.081s) 2022-11-23T04:37:11.5873066Z test_norm_old_nan_propagation_cuda (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T04:37:11.5873831Z test_norm_vector_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.160s) 2022-11-23T04:37:11.5874592Z test_norm_vector_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.932s) 2022-11-23T04:37:11.5875027Z test_norm_vector_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.054s) 2022-11-23T04:37:11.5875490Z test_norm_vector_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.053s) 2022-11-23T04:37:11.5875927Z test_norm_vector_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.049s) 2022-11-23T04:37:11.5877119Z test_norm_vector_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-11-23T04:37:11.5877642Z test_nuclear_norm_axes_small_brute_force_old_cuda (__main__.TestLinalgCUDA) ... ok (0.119s) 2022-11-23T04:37:11.5878075Z test_nuclear_norm_exceptions_old_cuda (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5878484Z test_nuclear_norm_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T04:37:11.5878883Z test_nuclear_norm_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-11-23T04:37:11.5879590Z test_old_cholesky_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5880413Z test_old_cholesky_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-11-23T04:37:11.5881371Z test_old_cholesky_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-11-23T04:37:11.5882031Z test_old_cholesky_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5882568Z test_old_cholesky_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.5883107Z test_old_cholesky_batched_upper_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5883551Z test_old_cholesky_batched_upper_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5883990Z test_old_cholesky_batched_upper_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5884411Z test_old_cholesky_batched_upper_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5884829Z test_old_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5885230Z test_old_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5885837Z test_old_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5886341Z test_old_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5887217Z test_old_cholesky_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5888067Z test_old_cholesky_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5888765Z test_old_cholesky_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5889177Z test_old_cholesky_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5889575Z test_ormqr_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.209s) 2022-11-23T04:37:11.5889956Z test_ormqr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.218s) 2022-11-23T04:37:11.5890333Z test_ormqr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.197s) 2022-11-23T04:37:11.5890685Z test_ormqr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.196s) 2022-11-23T04:37:11.5891101Z test_ormqr_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5891549Z test_ormqr_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T04:37:11.5892148Z test_ormqr_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T04:37:11.5892580Z test_ormqr_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5893806Z test_outer_cuda_bfloat16 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:1241.) 2022-11-23T04:37:11.5895259Z torch.ger(a, b, out=out) 2022-11-23T04:37:11.5895658Z ok (0.006s) 2022-11-23T04:37:11.5895937Z test_outer_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-11-23T04:37:11.5896315Z test_outer_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5896804Z test_outer_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T04:37:11.5897209Z test_outer_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.5897577Z test_outer_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-11-23T04:37:11.5897946Z test_outer_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5898291Z test_outer_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.5898643Z test_outer_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5899119Z test_outer_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T04:37:11.5899587Z test_outer_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5899951Z test_outer_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5900641Z test_outer_ger_addr_legacy_tests_cuda (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5901484Z test_outer_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5902348Z test_outer_type_promotion_cuda_bfloat16_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5902934Z test_outer_type_promotion_cuda_bfloat16_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5903390Z test_outer_type_promotion_cuda_bfloat16_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5903836Z test_outer_type_promotion_cuda_bfloat16_float16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5904275Z test_outer_type_promotion_cuda_bfloat16_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5904692Z test_outer_type_promotion_cuda_bfloat16_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5905121Z test_outer_type_promotion_cuda_bfloat16_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5905554Z test_outer_type_promotion_cuda_bfloat16_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5905980Z test_outer_type_promotion_cuda_bfloat16_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5906414Z test_outer_type_promotion_cuda_bfloat16_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5906840Z test_outer_type_promotion_cuda_bfloat16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T04:37:11.5907489Z test_outer_type_promotion_cuda_bool_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T04:37:11.5908311Z test_outer_type_promotion_cuda_bool_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5909168Z test_outer_type_promotion_cuda_bool_complex128 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5909818Z test_outer_type_promotion_cuda_bool_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5910254Z test_outer_type_promotion_cuda_bool_float16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5910691Z test_outer_type_promotion_cuda_bool_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5911118Z test_outer_type_promotion_cuda_bool_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5911667Z test_outer_type_promotion_cuda_bool_int16 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T04:37:11.5912092Z test_outer_type_promotion_cuda_bool_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5912512Z test_outer_type_promotion_cuda_bool_int64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5912987Z test_outer_type_promotion_cuda_bool_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5913572Z test_outer_type_promotion_cuda_bool_uint8 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5914014Z test_outer_type_promotion_cuda_complex128_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5914928Z test_outer_type_promotion_cuda_complex128_bool (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5916080Z test_outer_type_promotion_cuda_complex128_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5916804Z test_outer_type_promotion_cuda_complex128_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5917260Z test_outer_type_promotion_cuda_complex128_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5917706Z test_outer_type_promotion_cuda_complex128_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5918148Z test_outer_type_promotion_cuda_complex128_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5918587Z test_outer_type_promotion_cuda_complex128_int16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5919023Z test_outer_type_promotion_cuda_complex128_int32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5919439Z test_outer_type_promotion_cuda_complex128_int64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5919883Z test_outer_type_promotion_cuda_complex128_int8 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5920320Z test_outer_type_promotion_cuda_complex128_uint8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5920762Z test_outer_type_promotion_cuda_complex64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5921444Z test_outer_type_promotion_cuda_complex64_bool (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5922328Z test_outer_type_promotion_cuda_complex64_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5923261Z test_outer_type_promotion_cuda_complex64_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5923831Z test_outer_type_promotion_cuda_complex64_float16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5924489Z test_outer_type_promotion_cuda_complex64_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5924947Z test_outer_type_promotion_cuda_complex64_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.5925376Z test_outer_type_promotion_cuda_complex64_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5925818Z test_outer_type_promotion_cuda_complex64_int32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5926247Z test_outer_type_promotion_cuda_complex64_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5926657Z test_outer_type_promotion_cuda_complex64_int8 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-11-23T04:37:11.5927090Z test_outer_type_promotion_cuda_complex64_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5927519Z test_outer_type_promotion_cuda_float16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5927953Z test_outer_type_promotion_cuda_float16_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5928844Z test_outer_type_promotion_cuda_float16_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5929715Z test_outer_type_promotion_cuda_float16_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5930702Z test_outer_type_promotion_cuda_float16_float16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5931119Z test_outer_type_promotion_cuda_float16_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5931543Z test_outer_type_promotion_cuda_float16_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5931972Z test_outer_type_promotion_cuda_float16_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5932400Z test_outer_type_promotion_cuda_float16_int32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5932819Z test_outer_type_promotion_cuda_float16_int64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5933450Z test_outer_type_promotion_cuda_float16_int8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5934003Z test_outer_type_promotion_cuda_float16_uint8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5934442Z test_outer_type_promotion_cuda_float32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5934877Z test_outer_type_promotion_cuda_float32_bool (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-11-23T04:37:11.5935667Z test_outer_type_promotion_cuda_float32_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5936585Z test_outer_type_promotion_cuda_float32_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5937397Z test_outer_type_promotion_cuda_float32_float16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5937939Z test_outer_type_promotion_cuda_float32_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5938351Z test_outer_type_promotion_cuda_float32_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5938774Z test_outer_type_promotion_cuda_float32_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5939206Z test_outer_type_promotion_cuda_float32_int32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5939635Z test_outer_type_promotion_cuda_float32_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5940061Z test_outer_type_promotion_cuda_float32_int8 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5940482Z test_outer_type_promotion_cuda_float32_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5940913Z test_outer_type_promotion_cuda_float64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5941329Z test_outer_type_promotion_cuda_float64_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5941767Z test_outer_type_promotion_cuda_float64_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5942336Z test_outer_type_promotion_cuda_float64_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5943262Z test_outer_type_promotion_cuda_float64_float16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5944197Z test_outer_type_promotion_cuda_float64_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5944774Z test_outer_type_promotion_cuda_float64_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5945198Z test_outer_type_promotion_cuda_float64_int16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5945606Z test_outer_type_promotion_cuda_float64_int32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5946028Z test_outer_type_promotion_cuda_float64_int64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5946494Z test_outer_type_promotion_cuda_float64_int8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5946912Z test_outer_type_promotion_cuda_float64_uint8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5947340Z test_outer_type_promotion_cuda_int16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5947772Z test_outer_type_promotion_cuda_int16_bool (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5948311Z test_outer_type_promotion_cuda_int16_complex128 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5948749Z test_outer_type_promotion_cuda_int16_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5949430Z test_outer_type_promotion_cuda_int16_float16 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5950271Z test_outer_type_promotion_cuda_int16_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5951175Z test_outer_type_promotion_cuda_int16_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5951693Z test_outer_type_promotion_cuda_int16_int16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5952118Z test_outer_type_promotion_cuda_int16_int32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5952614Z test_outer_type_promotion_cuda_int16_int64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5953053Z test_outer_type_promotion_cuda_int16_int8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5953477Z test_outer_type_promotion_cuda_int16_uint8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5953904Z test_outer_type_promotion_cuda_int32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5954328Z test_outer_type_promotion_cuda_int32_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5954757Z test_outer_type_promotion_cuda_int32_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5955192Z test_outer_type_promotion_cuda_int32_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5955608Z test_outer_type_promotion_cuda_int32_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5956265Z test_outer_type_promotion_cuda_int32_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5957113Z test_outer_type_promotion_cuda_int32_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5958018Z test_outer_type_promotion_cuda_int32_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5958549Z test_outer_type_promotion_cuda_int32_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5958966Z test_outer_type_promotion_cuda_int32_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5959368Z test_outer_type_promotion_cuda_int32_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5959787Z test_outer_type_promotion_cuda_int32_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5960214Z test_outer_type_promotion_cuda_int64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5960636Z test_outer_type_promotion_cuda_int64_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5961064Z test_outer_type_promotion_cuda_int64_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5961507Z test_outer_type_promotion_cuda_int64_complex64 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-11-23T04:37:11.5961942Z test_outer_type_promotion_cuda_int64_float16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5962351Z test_outer_type_promotion_cuda_int64_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5962846Z test_outer_type_promotion_cuda_int64_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5963724Z test_outer_type_promotion_cuda_int64_int16 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5964442Z test_outer_type_promotion_cuda_int64_int32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5965025Z test_outer_type_promotion_cuda_int64_int64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5965683Z test_outer_type_promotion_cuda_int64_int8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5966090Z test_outer_type_promotion_cuda_int64_uint8 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.5966513Z test_outer_type_promotion_cuda_int8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.5967117Z test_outer_type_promotion_cuda_int8_bool (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5967550Z test_outer_type_promotion_cuda_int8_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5967983Z test_outer_type_promotion_cuda_int8_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5968413Z test_outer_type_promotion_cuda_int8_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5968834Z test_outer_type_promotion_cuda_int8_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5969239Z test_outer_type_promotion_cuda_int8_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5969658Z test_outer_type_promotion_cuda_int8_int16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5970253Z test_outer_type_promotion_cuda_int8_int32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5971164Z test_outer_type_promotion_cuda_int8_int64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5972030Z test_outer_type_promotion_cuda_int8_int8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5972668Z test_outer_type_promotion_cuda_int8_uint8 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5973098Z test_outer_type_promotion_cuda_uint8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T04:37:11.5973507Z test_outer_type_promotion_cuda_uint8_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T04:37:11.5973933Z test_outer_type_promotion_cuda_uint8_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.5974373Z test_outer_type_promotion_cuda_uint8_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5974801Z test_outer_type_promotion_cuda_uint8_float16 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5975238Z test_outer_type_promotion_cuda_uint8_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5975668Z test_outer_type_promotion_cuda_uint8_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5976072Z test_outer_type_promotion_cuda_uint8_int16 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5976493Z test_outer_type_promotion_cuda_uint8_int32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5976913Z test_outer_type_promotion_cuda_uint8_int64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5977769Z test_outer_type_promotion_cuda_uint8_int8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5978592Z test_outer_type_promotion_cuda_uint8_uint8 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5979386Z test_pca_lowrank_cuda (__main__.TestLinalgCUDA) ... ok (3.605s) 2022-11-23T04:37:11.5979780Z test_permute_matmul_cuda (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5980152Z test_pinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.369s) 2022-11-23T04:37:11.5980532Z test_pinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.381s) 2022-11-23T04:37:11.5980905Z test_pinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.327s) 2022-11-23T04:37:11.5981271Z test_pinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.304s) 2022-11-23T04:37:11.5981674Z test_pinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5982110Z test_pinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5982528Z test_pinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-11-23T04:37:11.5982958Z test_pinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.5983364Z test_pinverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T04:37:11.5983760Z test_pinverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-11-23T04:37:11.5984435Z test_pinverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T04:37:11.5985343Z test_pinverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-11-23T04:37:11.5986121Z test_preferred_linalg_library_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.5986622Z test_qr_batched_cuda_complex128 (__main__.TestLinalgCUDA) 2022-11-23T04:37:11.5987038Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.010s) 2022-11-23T04:37:11.5987438Z test_qr_batched_cuda_complex64 (__main__.TestLinalgCUDA) 2022-11-23T04:37:11.5987839Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.008s) 2022-11-23T04:37:11.5988230Z test_qr_batched_cuda_float32 (__main__.TestLinalgCUDA) 2022-11-23T04:37:11.5988609Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.009s) 2022-11-23T04:37:11.5989098Z test_qr_batched_cuda_float64 (__main__.TestLinalgCUDA) 2022-11-23T04:37:11.5989516Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-11-23T04:37:11.5990198Z test_qr_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3498: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T04:37:11.5990872Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T04:37:11.5991577Z Q, R = torch.qr(A, some) 2022-11-23T04:37:11.5992057Z should be replaced with 2022-11-23T04:37:11.5993094Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2458.) 2022-11-23T04:37:11.5993734Z Q, R = torch.qr(A, some=some) 2022-11-23T04:37:11.5994272Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3516: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T04:37:11.5994858Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T04:37:11.5995196Z Q, R = torch.qr(A, some) 2022-11-23T04:37:11.5995445Z should be replaced with 2022-11-23T04:37:11.5995956Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2470.) 2022-11-23T04:37:11.5996486Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-11-23T04:37:11.5996743Z ok (0.115s) 2022-11-23T04:37:11.5997038Z test_qr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.130s) 2022-11-23T04:37:11.5997407Z test_qr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.122s) 2022-11-23T04:37:11.5997761Z test_qr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.108s) 2022-11-23T04:37:11.5998488Z test_qr_error_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.5999239Z test_qr_vs_numpy_cuda_complex128 (__main__.TestLinalgCUDA) 2022-11-23T04:37:11.5999968Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.010s) 2022-11-23T04:37:11.6000502Z test_qr_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) 2022-11-23T04:37:11.6000859Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.020s) 2022-11-23T04:37:11.6001213Z test_qr_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) 2022-11-23T04:37:11.6001542Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.013s) 2022-11-23T04:37:11.6001893Z test_qr_vs_numpy_cuda_float64 (__main__.TestLinalgCUDA) 2022-11-23T04:37:11.6002239Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.013s) 2022-11-23T04:37:11.6002592Z test_renorm_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.6002985Z test_renorm_ps_cuda (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:37:11.6003393Z test_slogdet_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.879s) 2022-11-23T04:37:11.6003774Z test_slogdet_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.834s) 2022-11-23T04:37:11.6004160Z test_slogdet_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.175s) 2022-11-23T04:37:11.6004659Z test_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.168s) 2022-11-23T04:37:11.6005409Z test_slogdet_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.6006349Z test_slogdet_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.6007189Z test_slogdet_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.6007633Z test_slogdet_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.6008083Z test_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.6008540Z test_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.6009081Z test_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.6009542Z test_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T04:37:11.6009961Z test_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.071s) 2022-11-23T04:37:11.6010347Z test_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.065s) 2022-11-23T04:37:11.6010706Z test_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.059s) 2022-11-23T04:37:11.6011072Z test_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.058s) 2022-11-23T04:37:11.6011454Z test_solve_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T04:37:11.6011968Z test_strided_mm_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.6012822Z test_strided_mm_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.6013517Z test_svd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (3.911s) 2022-11-23T04:37:11.6014230Z test_svd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.901s) 2022-11-23T04:37:11.6014610Z test_svd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.689s) 2022-11-23T04:37:11.6014974Z test_svd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (3.535s) 2022-11-23T04:37:11.6016128Z test_svd_lowrank_cuda_float64 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_lowrank.py:184: UserWarning: torch.linalg.svd: During SVD computation with the selected cusolver driver, batches 0 failed to converge. A more accurate method will be used to compute the SVD as a fallback. Check doc at https://pytorch.org/docs/stable/generated/torch.linalg.svd.html (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cuda\linalg\BatchLinearAlgebraLib.cpp:907.) 2022-11-23T04:37:11.6017198Z U, S, Vh = torch.linalg.svd(B_t, full_matrices=False) 2022-11-23T04:37:11.6017475Z ok (6.968s) 2022-11-23T04:37:11.6017810Z test_svd_memory_allocation_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.6018245Z test_svd_memory_allocation_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-11-23T04:37:11.6018663Z test_svd_memory_allocation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.6019571Z test_svd_memory_allocation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.054s) 2022-11-23T04:37:11.6020870Z test_symeig_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T04:37:11.6021748Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T04:37:11.6022178Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T04:37:11.6022448Z should be replaced with 2022-11-23T04:37:11.6022769Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T04:37:11.6023032Z and 2022-11-23T04:37:11.6023280Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T04:37:11.6023684Z should be replaced with 2022-11-23T04:37:11.6024216Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2927.) 2022-11-23T04:37:11.6024808Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T04:37:11.6026321Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.6028210Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T04:37:11.6029314Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.6030339Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T04:37:11.6031435Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.6032463Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T04:37:11.6034630Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6988: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:37:11.6035788Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-11-23T04:37:11.6036109Z ok (1.893s) 2022-11-23T04:37:11.6036398Z test_symeig_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.881s) 2022-11-23T04:37:11.6036781Z test_symeig_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.833s) 2022-11-23T04:37:11.6037165Z test_symeig_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.838s) 2022-11-23T04:37:11.6037587Z test_symeig_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T04:37:11.6038047Z test_symeig_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-11-23T04:37:11.6038496Z test_symeig_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T04:37:11.6038923Z test_symeig_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T04:37:11.6039322Z test_tensordot_cuda (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.6040019Z test_tensorinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-11-23T04:37:11.6041013Z test_tensorinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T04:37:11.6041774Z test_tensorinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-11-23T04:37:11.6042202Z test_tensorinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-11-23T04:37:11.6042591Z test_tensorinv_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.6043005Z test_tensorinv_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.6043409Z test_tensorinv_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.6043818Z test_tensorinv_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.6044248Z test_tensorinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.6044796Z test_tensorinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.6045276Z test_tensorinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.6045700Z test_tensorinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.6046142Z test_tensorinv_singular_input_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.6046958Z test_tensorinv_singular_input_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.6047866Z test_tensorinv_singular_input_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.6048632Z test_tensorinv_singular_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-11-23T04:37:11.6049162Z test_tensorsolve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.6049556Z test_tensorsolve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-11-23T04:37:11.6049953Z test_tensorsolve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.6050350Z test_tensorsolve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-11-23T04:37:11.6050758Z test_tensorsolve_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.6051179Z test_tensorsolve_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-11-23T04:37:11.6051591Z test_tensorsolve_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.6051997Z test_tensorsolve_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.6052417Z test_tensorsolve_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-11-23T04:37:11.6053214Z test_triangular_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4210: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T04:37:11.6054763Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T04:37:11.6055555Z X = torch.triangular_solve(B, A).solution 2022-11-23T04:37:11.6055940Z should be replaced with 2022-11-23T04:37:11.6056457Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T04:37:11.6057080Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-11-23T04:37:11.6057412Z ok (0.101s) 2022-11-23T04:37:11.6057775Z test_triangular_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.090s) 2022-11-23T04:37:11.6058258Z test_triangular_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.084s) 2022-11-23T04:37:11.6058744Z test_triangular_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.069s) 2022-11-23T04:37:11.6059201Z test_triangular_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.052s) 2022-11-23T04:37:11.6059767Z test_triangular_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T04:37:11.6060203Z test_triangular_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-11-23T04:37:11.6061049Z test_triangular_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-11-23T04:37:11.6062163Z test_triangular_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.6063074Z test_triangular_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.6063803Z test_triangular_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:37:11.6064451Z test_triangular_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T04:37:11.6064964Z test_triangular_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-11-23T04:37:11.6065386Z test_triangular_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-11-23T04:37:11.6065805Z test_triangular_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T04:37:11.6066194Z test_triangular_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-11-23T04:37:11.6066643Z test_triangular_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.6067132Z test_triangular_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.6068115Z test_triangular_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-11-23T04:37:11.6068997Z test_triangular_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.6069776Z test_vdot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-11-23T04:37:11.6070162Z test_vdot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.000s) 2022-11-23T04:37:11.6070559Z test_vdot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-11-23T04:37:11.6070949Z test_vector_norm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.747s) 2022-11-23T04:37:11.6071345Z test_vector_norm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.423s) 2022-11-23T04:37:11.6071738Z test_vector_norm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.732s) 2022-11-23T04:37:11.6072125Z test_vector_norm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.745s) 2022-11-23T04:37:11.6072517Z test_vector_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.754s) 2022-11-23T04:37:11.6072885Z test_vector_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.423s) 2022-11-23T04:37:11.6073283Z test_vector_norm_dim_tuple_arg_cuda (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-11-23T04:37:11.6073903Z test_vector_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-11-23T04:37:11.6074668Z ret **= (1 / ord) 2022-11-23T04:37:11.6075519Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-11-23T04:37:11.6076302Z absx **= ord 2022-11-23T04:37:11.6076848Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-11-23T04:37:11.6077250Z absx **= ord 2022-11-23T04:37:11.6077459Z ok (0.067s) 2022-11-23T04:37:11.6077597Z 2022-11-23T04:37:11.6077794Z ---------------------------------------------------------------------- 2022-11-23T04:37:11.6079000Z Ran 718 tests in 186.406s 2022-11-23T04:37:11.6079153Z 2022-11-23T04:37:11.6079247Z OK (skipped=49) 2022-11-23T04:37:11.6079385Z 2022-11-23T04:37:11.6079479Z Generating XML reports... 2022-11-23T04:37:11.6079913Z Generated XML report: test-reports\python-unittest\test_linalg\TEST-TestLinalgCUDA-20221123043403.xml 2022-11-23T04:37:11.6080220Z 2022-11-23T04:37:11.6080670Z ##[endgroup] 2022-11-23T04:37:11.6081143Z FINISHED PRINTING LOG FILE of test_linalg (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_linalg_wbjsc7ec) 2022-11-23T04:37:11.6081838Z 2022-11-23T04:37:11.6082124Z Running test_dispatch ... [2022-11-23 04:37:11.538327] 2022-11-23T04:37:11.6083137Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:37:11.539029] 2022-11-23T04:38:34.8670593Z 2022-11-23T04:38:34.8671280Z Expand the folded group to see the log file of test_dispatch 2022-11-23T04:38:34.8672419Z ##[group]PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_sc8c0u34) 2022-11-23T04:38:34.8683676Z 2022-11-23T04:38:34.8684046Z Running tests... 2022-11-23T04:38:34.8684508Z ---------------------------------------------------------------------- 2022-11-23T04:38:34.8684949Z Test results will be stored in test-reports\python-unittest\test_dispatch 2022-11-23T04:38:34.8687691Z test_all_invariants (__main__.TestDispatch) ... ok (2.493s) 2022-11-23T04:38:34.8688234Z test_computed_table (__main__.TestDispatch) ... ok (17.958s) 2022-11-23T04:38:34.8688663Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.027s) 2022-11-23T04:38:34.8689103Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.004s) 2022-11-23T04:38:34.8689557Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.495s) 2022-11-23T04:38:34.8691641Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.570s) 2022-11-23T04:38:34.8692309Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (17.203s) 2022-11-23T04:38:34.8693325Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.032s) 2022-11-23T04:38:34.8694260Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.025s) 2022-11-23T04:38:34.8695700Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T04:38:34.8696548Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.010s) 2022-11-23T04:38:34.8697212Z test_def (__main__.TestDispatch) ... ok (17.242s) 2022-11-23T04:38:34.8697845Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.991s) 2022-11-23T04:38:34.8698516Z test_def_only (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T04:38:34.8699110Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T04:38:34.8699816Z test_def_with_inference (__main__.TestDispatch) ... ok (0.571s) 2022-11-23T04:38:34.8700722Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T04:38:34.8701616Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T04:38:34.8702698Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117 as PyTorch extensions root... 2022-11-23T04:38:34.8703791Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\dangling_impl_extension... 2022-11-23T04:38:34.8704901Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu117\dangling_impl_extension\build.ninja... 2022-11-23T04:38:34.8705760Z Building extension module dangling_impl_extension... 2022-11-23T04:38:34.8706623Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T04:38:34.8709673Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\dangling_impl_extension.cpp /Fodangling_impl_extension.o 2022-11-23T04:38:34.8711762Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T04:38:34.8712361Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T04:38:34.8712770Z 2022-11-23T04:38:34.8713110Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T04:38:34.8714157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T04:38:34.8715718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8716616Z with 2022-11-23T04:38:34.8716926Z [ 2022-11-23T04:38:34.8717292Z T=c10::SymInt 2022-11-23T04:38:34.8717643Z ] 2022-11-23T04:38:34.8718524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8719322Z with 2022-11-23T04:38:34.8719658Z [ 2022-11-23T04:38:34.8720001Z T=c10::SymInt 2022-11-23T04:38:34.8720360Z ] 2022-11-23T04:38:34.8721311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8722270Z with 2022-11-23T04:38:34.8722726Z [ 2022-11-23T04:38:34.8723218Z T=c10::SymInt 2022-11-23T04:38:34.8723543Z ] 2022-11-23T04:38:34.8724647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8725587Z with 2022-11-23T04:38:34.8725921Z [ 2022-11-23T04:38:34.8726285Z T=c10::SymInt 2022-11-23T04:38:34.8726639Z ] 2022-11-23T04:38:34.8727480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.8728968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.8730567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8731432Z with 2022-11-23T04:38:34.8731779Z [ 2022-11-23T04:38:34.8732127Z T=c10::SymInt 2022-11-23T04:38:34.8732472Z ] 2022-11-23T04:38:34.8733243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T04:38:34.8734895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8735567Z with 2022-11-23T04:38:34.8735773Z [ 2022-11-23T04:38:34.8736003Z T=at::TensorBase 2022-11-23T04:38:34.8736976Z ] 2022-11-23T04:38:34.8737669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8738137Z with 2022-11-23T04:38:34.8738342Z [ 2022-11-23T04:38:34.8738724Z T=at::TensorBase 2022-11-23T04:38:34.8738961Z ] 2022-11-23T04:38:34.8739704Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8740605Z with 2022-11-23T04:38:34.8740961Z [ 2022-11-23T04:38:34.8741205Z T=at::TensorBase 2022-11-23T04:38:34.8741425Z ] 2022-11-23T04:38:34.8742028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8743076Z with 2022-11-23T04:38:34.8743284Z [ 2022-11-23T04:38:34.8743497Z T=at::TensorBase 2022-11-23T04:38:34.8743718Z ] 2022-11-23T04:38:34.8745004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.8746216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.8747354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8747860Z with 2022-11-23T04:38:34.8748063Z [ 2022-11-23T04:38:34.8748271Z T=at::TensorBase 2022-11-23T04:38:34.8748639Z ] 2022-11-23T04:38:34.8749665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8750254Z with 2022-11-23T04:38:34.8750984Z [ 2022-11-23T04:38:34.8751348Z T=at::Tensor 2022-11-23T04:38:34.8751772Z ] 2022-11-23T04:38:34.8752765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8753585Z with 2022-11-23T04:38:34.8754037Z [ 2022-11-23T04:38:34.8754484Z T=at::Tensor 2022-11-23T04:38:34.8754838Z ] 2022-11-23T04:38:34.8755817Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8756385Z with 2022-11-23T04:38:34.8756733Z [ 2022-11-23T04:38:34.8756962Z T=at::Tensor 2022-11-23T04:38:34.8757160Z ] 2022-11-23T04:38:34.8758048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8759229Z with 2022-11-23T04:38:34.8759568Z [ 2022-11-23T04:38:34.8759988Z T=at::Tensor 2022-11-23T04:38:34.8760203Z ] 2022-11-23T04:38:34.8760715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.8761838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.8762780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8763313Z with 2022-11-23T04:38:34.8763524Z [ 2022-11-23T04:38:34.8763746Z T=at::Tensor 2022-11-23T04:38:34.8763961Z ] 2022-11-23T04:38:34.8764444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8765071Z with 2022-11-23T04:38:34.8765287Z [ 2022-11-23T04:38:34.8765512Z T=at::Generator 2022-11-23T04:38:34.8765732Z ] 2022-11-23T04:38:34.8766593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8767084Z with 2022-11-23T04:38:34.8767285Z [ 2022-11-23T04:38:34.8767510Z T=at::Generator 2022-11-23T04:38:34.8767733Z ] 2022-11-23T04:38:34.8768305Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8768837Z with 2022-11-23T04:38:34.8769019Z [ 2022-11-23T04:38:34.8769240Z T=at::Generator 2022-11-23T04:38:34.8769461Z ] 2022-11-23T04:38:34.8770060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8770612Z with 2022-11-23T04:38:34.8770809Z [ 2022-11-23T04:38:34.8771011Z T=at::Generator 2022-11-23T04:38:34.8771229Z ] 2022-11-23T04:38:34.8771764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.8772760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.8773953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8774471Z with 2022-11-23T04:38:34.8774674Z [ 2022-11-23T04:38:34.8774882Z T=at::Generator 2022-11-23T04:38:34.8775103Z ] 2022-11-23T04:38:34.8775602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8776065Z with 2022-11-23T04:38:34.8776267Z [ 2022-11-23T04:38:34.8776466Z T=c10::Scalar 2022-11-23T04:38:34.8776812Z ] 2022-11-23T04:38:34.8777339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8777816Z with 2022-11-23T04:38:34.8778017Z [ 2022-11-23T04:38:34.8778230Z T=c10::Scalar 2022-11-23T04:38:34.8778424Z ] 2022-11-23T04:38:34.8778987Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8779664Z with 2022-11-23T04:38:34.8779867Z [ 2022-11-23T04:38:34.8780081Z T=c10::Scalar 2022-11-23T04:38:34.8780795Z ] 2022-11-23T04:38:34.8781428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8781998Z with 2022-11-23T04:38:34.8782198Z [ 2022-11-23T04:38:34.8782410Z T=c10::Scalar 2022-11-23T04:38:34.8782625Z ] 2022-11-23T04:38:34.8783345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.8784847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.8786506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8787557Z with 2022-11-23T04:38:34.8788001Z [ 2022-11-23T04:38:34.8788411Z T=c10::Scalar 2022-11-23T04:38:34.8788817Z ] 2022-11-23T04:38:34.8789716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8790631Z with 2022-11-23T04:38:34.8791023Z [ 2022-11-23T04:38:34.8791439Z T=std::string 2022-11-23T04:38:34.8791693Z ] 2022-11-23T04:38:34.8792288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8792919Z with 2022-11-23T04:38:34.8793243Z [ 2022-11-23T04:38:34.8793670Z T=std::string 2022-11-23T04:38:34.8793889Z ] 2022-11-23T04:38:34.8794610Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8796808Z with 2022-11-23T04:38:34.8797203Z [ 2022-11-23T04:38:34.8797661Z T=std::string 2022-11-23T04:38:34.8798087Z ] 2022-11-23T04:38:34.8799239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8802831Z with 2022-11-23T04:38:34.8803240Z [ 2022-11-23T04:38:34.8803665Z T=std::string 2022-11-23T04:38:34.8804074Z ] 2022-11-23T04:38:34.8805102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.8806916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.8811022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8812030Z with 2022-11-23T04:38:34.8812435Z [ 2022-11-23T04:38:34.8812844Z T=std::string 2022-11-23T04:38:34.8813252Z ] 2022-11-23T04:38:34.8817795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8818796Z with 2022-11-23T04:38:34.8819214Z [ 2022-11-23T04:38:34.8819652Z T=c10::QualifiedName 2022-11-23T04:38:34.8820091Z ] 2022-11-23T04:38:34.8821097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8824490Z with 2022-11-23T04:38:34.8824877Z [ 2022-11-23T04:38:34.8825323Z T=c10::QualifiedName 2022-11-23T04:38:34.8825725Z ] 2022-11-23T04:38:34.8826805Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8827848Z with 2022-11-23T04:38:34.8828243Z [ 2022-11-23T04:38:34.8831165Z T=c10::QualifiedName 2022-11-23T04:38:34.8831603Z ] 2022-11-23T04:38:34.8832742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8833849Z with 2022-11-23T04:38:34.8834237Z [ 2022-11-23T04:38:34.8834683Z T=c10::QualifiedName 2022-11-23T04:38:34.8835119Z ] 2022-11-23T04:38:34.8838425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.8840009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.8841609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8844879Z with 2022-11-23T04:38:34.8845244Z [ 2022-11-23T04:38:34.8845653Z T=c10::QualifiedName 2022-11-23T04:38:34.8846046Z ] 2022-11-23T04:38:34.8846959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8847779Z with 2022-11-23T04:38:34.8848124Z [ 2022-11-23T04:38:34.8848614Z T=std::shared_ptr 2022-11-23T04:38:34.8849071Z ] 2022-11-23T04:38:34.8852280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8853385Z with 2022-11-23T04:38:34.8853705Z [ 2022-11-23T04:38:34.8854196Z T=std::shared_ptr 2022-11-23T04:38:34.8854662Z ] 2022-11-23T04:38:34.8855674Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8858866Z with 2022-11-23T04:38:34.8859219Z [ 2022-11-23T04:38:34.8859697Z T=std::shared_ptr 2022-11-23T04:38:34.8860163Z ] 2022-11-23T04:38:34.8861405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8862447Z with 2022-11-23T04:38:34.8862794Z [ 2022-11-23T04:38:34.8865512Z T=std::shared_ptr 2022-11-23T04:38:34.8865970Z ] 2022-11-23T04:38:34.8867024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:38:34.8868685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:38:34.8872480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8873431Z with 2022-11-23T04:38:34.8873780Z [ 2022-11-23T04:38:34.8874276Z T=std::shared_ptr 2022-11-23T04:38:34.8874733Z ] 2022-11-23T04:38:34.8875649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8876492Z with 2022-11-23T04:38:34.8879127Z [ 2022-11-23T04:38:34.8879628Z T=std::weak_ptr 2022-11-23T04:38:34.8880088Z ] 2022-11-23T04:38:34.8881014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8881893Z with 2022-11-23T04:38:34.8882239Z [ 2022-11-23T04:38:34.8882727Z T=std::weak_ptr 2022-11-23T04:38:34.8883189Z ] 2022-11-23T04:38:34.8886365Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8887313Z with 2022-11-23T04:38:34.8887659Z [ 2022-11-23T04:38:34.8888137Z T=std::weak_ptr 2022-11-23T04:38:34.8888588Z ] 2022-11-23T04:38:34.8889668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8892188Z with 2022-11-23T04:38:34.8893173Z [ 2022-11-23T04:38:34.8893661Z T=std::weak_ptr 2022-11-23T04:38:34.8894120Z ] 2022-11-23T04:38:34.8895140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:38:34.8896947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:38:34.8900633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8901490Z with 2022-11-23T04:38:34.8901803Z [ 2022-11-23T04:38:34.8902266Z T=std::weak_ptr 2022-11-23T04:38:34.8902755Z ] 2022-11-23T04:38:34.8903750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8906732Z with 2022-11-23T04:38:34.8907074Z [ 2022-11-23T04:38:34.8907587Z T=std::vector> 2022-11-23T04:38:34.8908085Z ] 2022-11-23T04:38:34.8908976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8909804Z with 2022-11-23T04:38:34.8910141Z [ 2022-11-23T04:38:34.8910668Z T=std::vector> 2022-11-23T04:38:34.8913305Z ] 2022-11-23T04:38:34.8914288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8915210Z with 2022-11-23T04:38:34.8915555Z [ 2022-11-23T04:38:34.8916082Z T=std::vector> 2022-11-23T04:38:34.8916582Z ] 2022-11-23T04:38:34.8917597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8920731Z with 2022-11-23T04:38:34.8921080Z [ 2022-11-23T04:38:34.8921623Z T=std::vector> 2022-11-23T04:38:34.8922128Z ] 2022-11-23T04:38:34.8923168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:38:34.8927221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:38:34.8928768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8929602Z with 2022-11-23T04:38:34.8929943Z [ 2022-11-23T04:38:34.8930466Z T=std::vector> 2022-11-23T04:38:34.8930965Z ] 2022-11-23T04:38:34.8933961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8934777Z with 2022-11-23T04:38:34.8935274Z [ 2022-11-23T04:38:34.8935738Z T=std::vector> 2022-11-23T04:38:34.8936177Z ] 2022-11-23T04:38:34.8937063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8937885Z with 2022-11-23T04:38:34.8940352Z [ 2022-11-23T04:38:34.8940824Z T=std::vector> 2022-11-23T04:38:34.8941259Z ] 2022-11-23T04:38:34.8942225Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8943119Z with 2022-11-23T04:38:34.8943598Z [ 2022-11-23T04:38:34.8944071Z T=std::vector> 2022-11-23T04:38:34.8944492Z ] 2022-11-23T04:38:34.8947650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8948629Z with 2022-11-23T04:38:34.8948969Z [ 2022-11-23T04:38:34.8949424Z T=std::vector> 2022-11-23T04:38:34.8949854Z ] 2022-11-23T04:38:34.8950829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:38:34.8954490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:38:34.8955985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8956843Z with 2022-11-23T04:38:34.8957184Z [ 2022-11-23T04:38:34.8957639Z T=std::vector> 2022-11-23T04:38:34.8958067Z ] 2022-11-23T04:38:34.8984751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.8985587Z with 2022-11-23T04:38:34.8985915Z [ 2022-11-23T04:38:34.8986484Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.8987027Z ] 2022-11-23T04:38:34.8990240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.8991097Z with 2022-11-23T04:38:34.8991441Z [ 2022-11-23T04:38:34.8992002Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.8992504Z ] 2022-11-23T04:38:34.8993480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.8994396Z with 2022-11-23T04:38:34.8994734Z [ 2022-11-23T04:38:34.8995291Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.8995804Z ] 2022-11-23T04:38:34.8996831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.8998032Z with 2022-11-23T04:38:34.8998372Z [ 2022-11-23T04:38:34.8998928Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.8999440Z ] 2022-11-23T04:38:34.9000485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:38:34.9002260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:38:34.9003803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:38:34.9005224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9006055Z with 2022-11-23T04:38:34.9006392Z [ 2022-11-23T04:38:34.9006952Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.9007468Z ] 2022-11-23T04:38:34.9008326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9009115Z with 2022-11-23T04:38:34.9009427Z [ 2022-11-23T04:38:34.9009974Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.9010473Z ] 2022-11-23T04:38:34.9011354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9012173Z with 2022-11-23T04:38:34.9012506Z [ 2022-11-23T04:38:34.9013019Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.9013517Z ] 2022-11-23T04:38:34.9014480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9015371Z with 2022-11-23T04:38:34.9015705Z [ 2022-11-23T04:38:34.9016241Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.9016734Z ] 2022-11-23T04:38:34.9017763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9018707Z with 2022-11-23T04:38:34.9021328Z [ 2022-11-23T04:38:34.9021904Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.9022417Z ] 2022-11-23T04:38:34.9023425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T04:38:34.9025036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T04:38:34.9026706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T04:38:34.9028144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9029018Z with 2022-11-23T04:38:34.9029362Z [ 2022-11-23T04:38:34.9029906Z T=std::vector,std::allocator>> 2022-11-23T04:38:34.9030417Z ] 2022-11-23T04:38:34.9031411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9032223Z with 2022-11-23T04:38:34.9032571Z [ 2022-11-23T04:38:34.9033044Z T=std::vector> 2022-11-23T04:38:34.9033490Z ] 2022-11-23T04:38:34.9034387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9035209Z with 2022-11-23T04:38:34.9035528Z [ 2022-11-23T04:38:34.9035992Z T=std::vector> 2022-11-23T04:38:34.9036428Z ] 2022-11-23T04:38:34.9037402Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9038311Z with 2022-11-23T04:38:34.9038645Z [ 2022-11-23T04:38:34.9039083Z T=std::vector> 2022-11-23T04:38:34.9039523Z ] 2022-11-23T04:38:34.9040555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9041513Z with 2022-11-23T04:38:34.9041846Z [ 2022-11-23T04:38:34.9042306Z T=std::vector> 2022-11-23T04:38:34.9042724Z ] 2022-11-23T04:38:34.9043693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:38:34.9045200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:38:34.9046697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9047560Z with 2022-11-23T04:38:34.9047898Z [ 2022-11-23T04:38:34.9048361Z T=std::vector> 2022-11-23T04:38:34.9048783Z ] 2022-11-23T04:38:34.9049705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9050499Z with 2022-11-23T04:38:34.9050896Z [ 2022-11-23T04:38:34.9051428Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:38:34.9052083Z ] 2022-11-23T04:38:34.9052944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9053762Z with 2022-11-23T04:38:34.9054099Z [ 2022-11-23T04:38:34.9054616Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:38:34.9055103Z ] 2022-11-23T04:38:34.9056063Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9056915Z with 2022-11-23T04:38:34.9057250Z [ 2022-11-23T04:38:34.9057880Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:38:34.9058392Z ] 2022-11-23T04:38:34.9059422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9060361Z with 2022-11-23T04:38:34.9060675Z [ 2022-11-23T04:38:34.9061186Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:38:34.9061679Z ] 2022-11-23T04:38:34.9062714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:38:34.9064348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:38:34.9065980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T04:38:34.9067515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9068373Z with 2022-11-23T04:38:34.9068711Z [ 2022-11-23T04:38:34.9069210Z T=c10::impl::InlineDeviceGuard 2022-11-23T04:38:34.9069696Z ] 2022-11-23T04:38:34.9070557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9071350Z with 2022-11-23T04:38:34.9071685Z [ 2022-11-23T04:38:34.9072172Z T=c10::impl::InlineStreamGuard 2022-11-23T04:38:34.9072649Z ] 2022-11-23T04:38:34.9073529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9074332Z with 2022-11-23T04:38:34.9074669Z [ 2022-11-23T04:38:34.9075171Z T=c10::impl::InlineStreamGuard 2022-11-23T04:38:34.9075627Z ] 2022-11-23T04:38:34.9078896Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9079796Z with 2022-11-23T04:38:34.9080133Z [ 2022-11-23T04:38:34.9080829Z T=c10::impl::InlineStreamGuard 2022-11-23T04:38:34.9081320Z ] 2022-11-23T04:38:34.9082370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9083324Z with 2022-11-23T04:38:34.9096043Z [ 2022-11-23T04:38:34.9096592Z T=c10::impl::InlineStreamGuard 2022-11-23T04:38:34.9097093Z ] 2022-11-23T04:38:34.9098141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:38:34.9099984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:38:34.9101685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T04:38:34.9103245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9104095Z with 2022-11-23T04:38:34.9104445Z [ 2022-11-23T04:38:34.9104971Z T=c10::impl::InlineStreamGuard 2022-11-23T04:38:34.9105468Z ] 2022-11-23T04:38:34.9106330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9107138Z with 2022-11-23T04:38:34.9107458Z [ 2022-11-23T04:38:34.9107876Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:38:34.9108284Z ] 2022-11-23T04:38:34.9109177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9109998Z with 2022-11-23T04:38:34.9110336Z [ 2022-11-23T04:38:34.9110726Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:38:34.9111139Z ] 2022-11-23T04:38:34.9112107Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9113007Z with 2022-11-23T04:38:34.9113352Z [ 2022-11-23T04:38:34.9113767Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:38:34.9114153Z ] 2022-11-23T04:38:34.9115184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9116140Z with 2022-11-23T04:38:34.9116481Z [ 2022-11-23T04:38:34.9116892Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:38:34.9117298Z ] 2022-11-23T04:38:34.9118223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9119666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9120660Z with 2022-11-23T04:38:34.9120998Z [ 2022-11-23T04:38:34.9121409Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:38:34.9121810Z ] 2022-11-23T04:38:34.9122776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T04:38:34.9124301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9125162Z with 2022-11-23T04:38:34.9125498Z [ 2022-11-23T04:38:34.9126025Z T=c10::impl::VirtualGuardImpl 2022-11-23T04:38:34.9126459Z ] 2022-11-23T04:38:34.9127317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9128094Z with 2022-11-23T04:38:34.9128438Z [ 2022-11-23T04:38:34.9129038Z T=std::vector> 2022-11-23T04:38:34.9129594Z ] 2022-11-23T04:38:34.9130477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9131279Z with 2022-11-23T04:38:34.9131597Z [ 2022-11-23T04:38:34.9132189Z T=std::vector> 2022-11-23T04:38:34.9132752Z ] 2022-11-23T04:38:34.9133712Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9134603Z with 2022-11-23T04:38:34.9134938Z [ 2022-11-23T04:38:34.9135512Z T=std::vector> 2022-11-23T04:38:34.9136061Z ] 2022-11-23T04:38:34.9137069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9138004Z with 2022-11-23T04:38:34.9138337Z [ 2022-11-23T04:38:34.9138949Z T=std::vector> 2022-11-23T04:38:34.9139500Z ] 2022-11-23T04:38:34.9140561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:38:34.9142308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:38:34.9143870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9144720Z with 2022-11-23T04:38:34.9145061Z [ 2022-11-23T04:38:34.9145660Z T=std::vector> 2022-11-23T04:38:34.9146364Z ] 2022-11-23T04:38:34.9147221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9148004Z with 2022-11-23T04:38:34.9148343Z [ 2022-11-23T04:38:34.9148745Z T=torch::autograd::ViewInfo 2022-11-23T04:38:34.9149150Z ] 2022-11-23T04:38:34.9150048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9150912Z with 2022-11-23T04:38:34.9151234Z [ 2022-11-23T04:38:34.9151640Z T=torch::autograd::ViewInfo 2022-11-23T04:38:34.9152039Z ] 2022-11-23T04:38:34.9153130Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9154054Z with 2022-11-23T04:38:34.9154369Z [ 2022-11-23T04:38:34.9154775Z T=torch::autograd::ViewInfo 2022-11-23T04:38:34.9155175Z ] 2022-11-23T04:38:34.9156208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9157156Z with 2022-11-23T04:38:34.9157489Z [ 2022-11-23T04:38:34.9157871Z T=torch::autograd::ViewInfo 2022-11-23T04:38:34.9158272Z ] 2022-11-23T04:38:34.9159230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9160710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9162169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9163022Z with 2022-11-23T04:38:34.9163358Z [ 2022-11-23T04:38:34.9163738Z T=torch::autograd::ViewInfo 2022-11-23T04:38:34.9164137Z ] 2022-11-23T04:38:34.9164996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9165789Z with 2022-11-23T04:38:34.9166124Z [ 2022-11-23T04:38:34.9166488Z T=c10::IValue 2022-11-23T04:38:34.9166827Z ] 2022-11-23T04:38:34.9167711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9168526Z with 2022-11-23T04:38:34.9168856Z [ 2022-11-23T04:38:34.9169214Z T=c10::IValue 2022-11-23T04:38:34.9169571Z ] 2022-11-23T04:38:34.9170505Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9171389Z with 2022-11-23T04:38:34.9171725Z [ 2022-11-23T04:38:34.9172094Z T=c10::IValue 2022-11-23T04:38:34.9172452Z ] 2022-11-23T04:38:34.9173477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9174542Z with 2022-11-23T04:38:34.9174872Z [ 2022-11-23T04:38:34.9175225Z T=c10::IValue 2022-11-23T04:38:34.9175576Z ] 2022-11-23T04:38:34.9176471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9179571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9181793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9182663Z with 2022-11-23T04:38:34.9183004Z [ 2022-11-23T04:38:34.9183371Z T=c10::IValue 2022-11-23T04:38:34.9183734Z ] 2022-11-23T04:38:34.9184589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9185382Z with 2022-11-23T04:38:34.9185701Z [ 2022-11-23T04:38:34.9186075Z T=c10::AliasInfo 2022-11-23T04:38:34.9186447Z ] 2022-11-23T04:38:34.9187323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9188141Z with 2022-11-23T04:38:34.9188455Z [ 2022-11-23T04:38:34.9188827Z T=c10::AliasInfo 2022-11-23T04:38:34.9189197Z ] 2022-11-23T04:38:34.9190155Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9191041Z with 2022-11-23T04:38:34.9191371Z [ 2022-11-23T04:38:34.9191716Z T=c10::AliasInfo 2022-11-23T04:38:34.9192084Z ] 2022-11-23T04:38:34.9193102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9194041Z with 2022-11-23T04:38:34.9194374Z [ 2022-11-23T04:38:34.9194750Z T=c10::AliasInfo 2022-11-23T04:38:34.9195095Z ] 2022-11-23T04:38:34.9195978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9197392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9198822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9199674Z with 2022-11-23T04:38:34.9200016Z [ 2022-11-23T04:38:34.9200387Z T=c10::AliasInfo 2022-11-23T04:38:34.9200732Z ] 2022-11-23T04:38:34.9201596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9203781Z with 2022-11-23T04:38:34.9204123Z [ 2022-11-23T04:38:34.9204612Z T=std::vector> 2022-11-23T04:38:34.9205048Z ] 2022-11-23T04:38:34.9205950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9206774Z with 2022-11-23T04:38:34.9207113Z [ 2022-11-23T04:38:34.9207592Z T=std::vector> 2022-11-23T04:38:34.9208048Z ] 2022-11-23T04:38:34.9209149Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9210080Z with 2022-11-23T04:38:34.9210428Z [ 2022-11-23T04:38:34.9210914Z T=std::vector> 2022-11-23T04:38:34.9211369Z ] 2022-11-23T04:38:34.9212405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9213365Z with 2022-11-23T04:38:34.9213689Z [ 2022-11-23T04:38:34.9214167Z T=std::vector> 2022-11-23T04:38:34.9214630Z ] 2022-11-23T04:38:34.9215591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:38:34.9216470Z with 2022-11-23T04:38:34.9216813Z [ 2022-11-23T04:38:34.9217161Z T=c10::SymInt 2022-11-23T04:38:34.9217529Z ] 2022-11-23T04:38:34.9218467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:38:34.9219338Z with 2022-11-23T04:38:34.9219678Z [ 2022-11-23T04:38:34.9220019Z T=c10::SymInt 2022-11-23T04:38:34.9220378Z ] 2022-11-23T04:38:34.9221382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T04:38:34.9223089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T04:38:34.9224729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9225607Z with 2022-11-23T04:38:34.9225954Z [ 2022-11-23T04:38:34.9226427Z T=std::vector> 2022-11-23T04:38:34.9226863Z ] 2022-11-23T04:38:34.9227715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9228509Z with 2022-11-23T04:38:34.9228848Z [ 2022-11-23T04:38:34.9229346Z T=c10::either 2022-11-23T04:38:34.9229815Z ] 2022-11-23T04:38:34.9230686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9231668Z with 2022-11-23T04:38:34.9232005Z [ 2022-11-23T04:38:34.9232491Z T=c10::either 2022-11-23T04:38:34.9232955Z ] 2022-11-23T04:38:34.9233919Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9234789Z with 2022-11-23T04:38:34.9235124Z [ 2022-11-23T04:38:34.9235612Z T=c10::either 2022-11-23T04:38:34.9236072Z ] 2022-11-23T04:38:34.9237220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9238199Z with 2022-11-23T04:38:34.9238515Z [ 2022-11-23T04:38:34.9239007Z T=c10::either 2022-11-23T04:38:34.9239473Z ] 2022-11-23T04:38:34.9240460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:38:34.9242083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:38:34.9243654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9244515Z with 2022-11-23T04:38:34.9244850Z [ 2022-11-23T04:38:34.9245317Z T=c10::either 2022-11-23T04:38:34.9245782Z ] 2022-11-23T04:38:34.9246642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9247440Z with 2022-11-23T04:38:34.9247774Z [ 2022-11-23T04:38:34.9248141Z T=at::StepCallbacks 2022-11-23T04:38:34.9248526Z ] 2022-11-23T04:38:34.9249418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9250236Z with 2022-11-23T04:38:34.9250578Z [ 2022-11-23T04:38:34.9251029Z T=at::StepCallbacks 2022-11-23T04:38:34.9251386Z ] 2022-11-23T04:38:34.9252348Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9253244Z with 2022-11-23T04:38:34.9253582Z [ 2022-11-23T04:38:34.9253968Z T=at::StepCallbacks 2022-11-23T04:38:34.9254348Z ] 2022-11-23T04:38:34.9255367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9256327Z with 2022-11-23T04:38:34.9256667Z [ 2022-11-23T04:38:34.9257054Z T=at::StepCallbacks 2022-11-23T04:38:34.9257597Z ] 2022-11-23T04:38:34.9258524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9259973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9261451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9262316Z with 2022-11-23T04:38:34.9262658Z [ 2022-11-23T04:38:34.9263050Z T=at::StepCallbacks 2022-11-23T04:38:34.9263547Z ] 2022-11-23T04:38:34.9264441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9265225Z with 2022-11-23T04:38:34.9265566Z [ 2022-11-23T04:38:34.9265945Z T=c10::DimVector 2022-11-23T04:38:34.9266317Z ] 2022-11-23T04:38:34.9267207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9268035Z with 2022-11-23T04:38:34.9268352Z [ 2022-11-23T04:38:34.9268718Z T=c10::DimVector 2022-11-23T04:38:34.9269083Z ] 2022-11-23T04:38:34.9270058Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9270959Z with 2022-11-23T04:38:34.9271288Z [ 2022-11-23T04:38:34.9271664Z T=c10::DimVector 2022-11-23T04:38:34.9272034Z ] 2022-11-23T04:38:34.9273069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9274017Z with 2022-11-23T04:38:34.9274355Z [ 2022-11-23T04:38:34.9274703Z T=c10::DimVector 2022-11-23T04:38:34.9275069Z ] 2022-11-23T04:38:34.9275976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9277408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9278845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9279701Z with 2022-11-23T04:38:34.9282444Z [ 2022-11-23T04:38:34.9282823Z T=c10::DimVector 2022-11-23T04:38:34.9283186Z ] 2022-11-23T04:38:34.9284046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9284836Z with 2022-11-23T04:38:34.9285175Z [ 2022-11-23T04:38:34.9285580Z T=c10::impl::AnnotatedSchema 2022-11-23T04:38:34.9285963Z ] 2022-11-23T04:38:34.9286856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9290064Z with 2022-11-23T04:38:34.9290403Z [ 2022-11-23T04:38:34.9290809Z T=c10::impl::AnnotatedSchema 2022-11-23T04:38:34.9291190Z ] 2022-11-23T04:38:34.9292148Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9293045Z with 2022-11-23T04:38:34.9293382Z [ 2022-11-23T04:38:34.9293784Z T=c10::impl::AnnotatedSchema 2022-11-23T04:38:34.9296389Z ] 2022-11-23T04:38:34.9297542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9298521Z with 2022-11-23T04:38:34.9298864Z [ 2022-11-23T04:38:34.9299269Z T=c10::impl::AnnotatedSchema 2022-11-23T04:38:34.9299673Z ] 2022-11-23T04:38:34.9302765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9304319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9305817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9306668Z with 2022-11-23T04:38:34.9307016Z [ 2022-11-23T04:38:34.9309005Z T=c10::impl::AnnotatedSchema 2022-11-23T04:38:34.9310075Z ] 2022-11-23T04:38:34.9310969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9311776Z with 2022-11-23T04:38:34.9312095Z [ 2022-11-23T04:38:34.9312603Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:38:34.9313080Z ] 2022-11-23T04:38:34.9313990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9316979Z with 2022-11-23T04:38:34.9317303Z [ 2022-11-23T04:38:34.9317817Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:38:34.9318295Z ] 2022-11-23T04:38:34.9319283Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9320194Z with 2022-11-23T04:38:34.9320540Z [ 2022-11-23T04:38:34.9321016Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:38:34.9323687Z ] 2022-11-23T04:38:34.9324751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9325715Z with 2022-11-23T04:38:34.9326058Z [ 2022-11-23T04:38:34.9326568Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:38:34.9327028Z ] 2022-11-23T04:38:34.9328042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9332073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9333640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9334503Z with 2022-11-23T04:38:34.9334842Z [ 2022-11-23T04:38:34.9337492Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T04:38:34.9338112Z ] 2022-11-23T04:38:34.9338979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9339786Z with 2022-11-23T04:38:34.9340127Z [ 2022-11-23T04:38:34.9340578Z T=std::tuple 2022-11-23T04:38:34.9341005Z ] 2022-11-23T04:38:34.9344038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9344866Z with 2022-11-23T04:38:34.9345206Z [ 2022-11-23T04:38:34.9345649Z T=std::tuple 2022-11-23T04:38:34.9346077Z ] 2022-11-23T04:38:34.9347039Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9347931Z with 2022-11-23T04:38:34.9348243Z [ 2022-11-23T04:38:34.9350858Z T=std::tuple 2022-11-23T04:38:34.9351294Z ] 2022-11-23T04:38:34.9352317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9353269Z with 2022-11-23T04:38:34.9353667Z [ 2022-11-23T04:38:34.9354085Z T=std::tuple 2022-11-23T04:38:34.9354511Z ] 2022-11-23T04:38:34.9357539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:38:34.9359099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:38:34.9360628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9361507Z with 2022-11-23T04:38:34.9363370Z [ 2022-11-23T04:38:34.9364482Z T=std::tuple 2022-11-23T04:38:34.9364920Z ] 2022-11-23T04:38:34.9365785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9366586Z with 2022-11-23T04:38:34.9366934Z [ 2022-11-23T04:38:34.9367339Z T=torch::jit::SourceRange 2022-11-23T04:38:34.9367887Z ] 2022-11-23T04:38:34.9370329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9371823Z with 2022-11-23T04:38:34.9372164Z [ 2022-11-23T04:38:34.9372567Z T=torch::jit::SourceRange 2022-11-23T04:38:34.9372942Z ] 2022-11-23T04:38:34.9373905Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9374796Z with 2022-11-23T04:38:34.9375134Z [ 2022-11-23T04:38:34.9375528Z T=torch::jit::SourceRange 2022-11-23T04:38:34.9379118Z ] 2022-11-23T04:38:34.9380224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9381196Z with 2022-11-23T04:38:34.9381534Z [ 2022-11-23T04:38:34.9381933Z T=torch::jit::SourceRange 2022-11-23T04:38:34.9384541Z ] 2022-11-23T04:38:34.9385522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9387011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9388508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9391565Z with 2022-11-23T04:38:34.9391915Z [ 2022-11-23T04:38:34.9392318Z T=torch::jit::SourceRange 2022-11-23T04:38:34.9392710Z ] 2022-11-23T04:38:34.9393625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9394433Z with 2022-11-23T04:38:34.9394749Z [ 2022-11-23T04:38:34.9395184Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:38:34.9395608Z ] 2022-11-23T04:38:34.9398618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9399462Z with 2022-11-23T04:38:34.9399778Z [ 2022-11-23T04:38:34.9400222Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:38:34.9400648Z ] 2022-11-23T04:38:34.9401604Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9402491Z with 2022-11-23T04:38:34.9404994Z [ 2022-11-23T04:38:34.9405426Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:38:34.9405845Z ] 2022-11-23T04:38:34.9406870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9407799Z with 2022-11-23T04:38:34.9408146Z [ 2022-11-23T04:38:34.9408575Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:38:34.9409170Z ] 2022-11-23T04:38:34.9412326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9413853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9415349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9416209Z with 2022-11-23T04:38:34.9418773Z [ 2022-11-23T04:38:34.9420147Z T=torch::jit::InlinedCallStackPtr 2022-11-23T04:38:34.9420629Z ] 2022-11-23T04:38:34.9421511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9422331Z with 2022-11-23T04:38:34.9422674Z [ 2022-11-23T04:38:34.9425367Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:38:34.9425826Z ] 2022-11-23T04:38:34.9426709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9427549Z with 2022-11-23T04:38:34.9427889Z [ 2022-11-23T04:38:34.9428317Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:38:34.9428727Z ] 2022-11-23T04:38:34.9429702Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9432799Z with 2022-11-23T04:38:34.9433147Z [ 2022-11-23T04:38:34.9433591Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:38:34.9434007Z ] 2022-11-23T04:38:34.9435047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9436011Z with 2022-11-23T04:38:34.9436331Z [ 2022-11-23T04:38:34.9438941Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:38:34.9439400Z ] 2022-11-23T04:38:34.9440364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9441880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9443355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9446484Z with 2022-11-23T04:38:34.9446806Z [ 2022-11-23T04:38:34.9447235Z T=torch::jit::ModuleInstanceInfo 2022-11-23T04:38:34.9447657Z ] 2022-11-23T04:38:34.9448509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9449308Z with 2022-11-23T04:38:34.9449640Z [ 2022-11-23T04:38:34.9450006Z T=torch::jit::ScopePtr 2022-11-23T04:38:34.9452819Z ] 2022-11-23T04:38:34.9453733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9454551Z with 2022-11-23T04:38:34.9454889Z [ 2022-11-23T04:38:34.9455278Z T=torch::jit::ScopePtr 2022-11-23T04:38:34.9455638Z ] 2022-11-23T04:38:34.9456591Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9459647Z with 2022-11-23T04:38:34.9459982Z [ 2022-11-23T04:38:34.9460368Z T=torch::jit::ScopePtr 2022-11-23T04:38:34.9460725Z ] 2022-11-23T04:38:34.9461889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9462860Z with 2022-11-23T04:38:34.9463194Z [ 2022-11-23T04:38:34.9463583Z T=torch::jit::ScopePtr 2022-11-23T04:38:34.9463961Z ] 2022-11-23T04:38:34.9467099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9468558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9470040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9472435Z with 2022-11-23T04:38:34.9472797Z [ 2022-11-23T04:38:34.9473904Z T=torch::jit::ScopePtr 2022-11-23T04:38:34.9474292Z ] 2022-11-23T04:38:34.9475141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9475941Z with 2022-11-23T04:38:34.9476287Z [ 2022-11-23T04:38:34.9476689Z T=at::ThreadLocalState 2022-11-23T04:38:34.9477082Z ] 2022-11-23T04:38:34.9477979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9480975Z with 2022-11-23T04:38:34.9481319Z [ 2022-11-23T04:38:34.9481720Z T=at::ThreadLocalState 2022-11-23T04:38:34.9482122Z ] 2022-11-23T04:38:34.9483094Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9483990Z with 2022-11-23T04:38:34.9484309Z [ 2022-11-23T04:38:34.9484708Z T=at::ThreadLocalState 2022-11-23T04:38:34.9487262Z ] 2022-11-23T04:38:34.9488339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9489299Z with 2022-11-23T04:38:34.9489641Z [ 2022-11-23T04:38:34.9490021Z T=at::ThreadLocalState 2022-11-23T04:38:34.9490413Z ] 2022-11-23T04:38:34.9491348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9495150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9496627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9497482Z with 2022-11-23T04:38:34.9497820Z [ 2022-11-23T04:38:34.9498198Z T=at::ThreadLocalState 2022-11-23T04:38:34.9500095Z ] 2022-11-23T04:38:34.9501727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9502544Z with 2022-11-23T04:38:34.9502879Z [ 2022-11-23T04:38:34.9503312Z T=std::shared_ptr 2022-11-23T04:38:34.9503710Z ] 2022-11-23T04:38:34.9504588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9507610Z with 2022-11-23T04:38:34.9507964Z [ 2022-11-23T04:38:34.9508403Z T=std::shared_ptr 2022-11-23T04:38:34.9508796Z ] 2022-11-23T04:38:34.9509762Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9510652Z with 2022-11-23T04:38:34.9510994Z [ 2022-11-23T04:38:34.9511420Z T=std::shared_ptr 2022-11-23T04:38:34.9511831Z ] 2022-11-23T04:38:34.9515051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9515979Z with 2022-11-23T04:38:34.9516313Z [ 2022-11-23T04:38:34.9516739Z T=std::shared_ptr 2022-11-23T04:38:34.9517158Z ] 2022-11-23T04:38:34.9518086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:38:34.9521704Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:38:34.9523251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T04:38:34.9524772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9525618Z with 2022-11-23T04:38:34.9528098Z [ 2022-11-23T04:38:34.9528543Z T=std::shared_ptr 2022-11-23T04:38:34.9528970Z ] 2022-11-23T04:38:34.9529833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9530807Z with 2022-11-23T04:38:34.9531120Z [ 2022-11-23T04:38:34.9531537Z T=torch::jit::GraphExecutor 2022-11-23T04:38:34.9531943Z ] 2022-11-23T04:38:34.9535052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9535903Z with 2022-11-23T04:38:34.9536221Z [ 2022-11-23T04:38:34.9536633Z T=torch::jit::GraphExecutor 2022-11-23T04:38:34.9537036Z ] 2022-11-23T04:38:34.9538150Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9539068Z with 2022-11-23T04:38:34.9541593Z [ 2022-11-23T04:38:34.9542001Z T=torch::jit::GraphExecutor 2022-11-23T04:38:34.9542404Z ] 2022-11-23T04:38:34.9543433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9544378Z with 2022-11-23T04:38:34.9544710Z [ 2022-11-23T04:38:34.9545113Z T=torch::jit::GraphExecutor 2022-11-23T04:38:34.9545487Z ] 2022-11-23T04:38:34.9548639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9550105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9551639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T04:38:34.9555222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9556105Z with 2022-11-23T04:38:34.9556448Z [ 2022-11-23T04:38:34.9556855Z T=torch::jit::GraphExecutor 2022-11-23T04:38:34.9557233Z ] 2022-11-23T04:38:34.9558089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9558880Z with 2022-11-23T04:38:34.9559225Z [ 2022-11-23T04:38:34.9561744Z T=torch::jit::Method 2022-11-23T04:38:34.9562128Z ] 2022-11-23T04:38:34.9563000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9563819Z with 2022-11-23T04:38:34.9564156Z [ 2022-11-23T04:38:34.9564535Z T=torch::jit::Method 2022-11-23T04:38:34.9564903Z ] 2022-11-23T04:38:34.9565837Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9568842Z with 2022-11-23T04:38:34.9569180Z [ 2022-11-23T04:38:34.9569571Z T=torch::jit::Method 2022-11-23T04:38:34.9569949Z ] 2022-11-23T04:38:34.9570968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9572106Z with 2022-11-23T04:38:34.9572428Z [ 2022-11-23T04:38:34.9574380Z T=torch::jit::Method 2022-11-23T04:38:34.9575425Z ] 2022-11-23T04:38:34.9576358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9577933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9579414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9582435Z with 2022-11-23T04:38:34.9582759Z [ 2022-11-23T04:38:34.9582951Z T=torch::jit::Method 2022-11-23T04:38:34.9583088Z ] 2022-11-23T04:38:34.9583748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9583886Z with 2022-11-23T04:38:34.9584021Z [ 2022-11-23T04:38:34.9584312Z T=std::vector> 2022-11-23T04:38:34.9584446Z ] 2022-11-23T04:38:34.9585137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9585275Z with 2022-11-23T04:38:34.9585411Z [ 2022-11-23T04:38:34.9585696Z T=std::vector> 2022-11-23T04:38:34.9585830Z ] 2022-11-23T04:38:34.9588744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9588885Z with 2022-11-23T04:38:34.9589017Z [ 2022-11-23T04:38:34.9589316Z T=std::vector> 2022-11-23T04:38:34.9589449Z ] 2022-11-23T04:38:34.9590279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9590421Z with 2022-11-23T04:38:34.9590551Z [ 2022-11-23T04:38:34.9590844Z T=std::vector> 2022-11-23T04:38:34.9590977Z ] 2022-11-23T04:38:34.9591766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:38:34.9592565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:38:34.9595399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9595563Z with 2022-11-23T04:38:34.9595699Z [ 2022-11-23T04:38:34.9596155Z T=std::vector> 2022-11-23T04:38:34.9596287Z ] 2022-11-23T04:38:34.9596944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9597121Z with 2022-11-23T04:38:34.9597250Z [ 2022-11-23T04:38:34.9597588Z T=std::function 2022-11-23T04:38:34.9597718Z ] 2022-11-23T04:38:34.9598406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9598543Z with 2022-11-23T04:38:34.9598786Z [ 2022-11-23T04:38:34.9599162Z T=std::function 2022-11-23T04:38:34.9599305Z ] 2022-11-23T04:38:34.9602215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9602372Z with 2022-11-23T04:38:34.9602504Z [ 2022-11-23T04:38:34.9602867Z T=std::function 2022-11-23T04:38:34.9602999Z ] 2022-11-23T04:38:34.9603833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9603974Z with 2022-11-23T04:38:34.9604111Z [ 2022-11-23T04:38:34.9604465Z T=std::function 2022-11-23T04:38:34.9604604Z ] 2022-11-23T04:38:34.9605446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:38:34.9606326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:38:34.9609175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9609340Z with 2022-11-23T04:38:34.9609453Z [ 2022-11-23T04:38:34.9609808Z T=std::function 2022-11-23T04:38:34.9609951Z ] 2022-11-23T04:38:34.9610612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9610755Z with 2022-11-23T04:38:34.9610883Z [ 2022-11-23T04:38:34.9611279Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:38:34.9611413Z ] 2022-11-23T04:38:34.9612103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9612241Z with 2022-11-23T04:38:34.9612374Z [ 2022-11-23T04:38:34.9612774Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:38:34.9613069Z ] 2022-11-23T04:38:34.9616004Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9616156Z with 2022-11-23T04:38:34.9616288Z [ 2022-11-23T04:38:34.9616691Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:38:34.9616798Z ] 2022-11-23T04:38:34.9617629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9617773Z with 2022-11-23T04:38:34.9617906Z [ 2022-11-23T04:38:34.9618429Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:38:34.9618583Z ] 2022-11-23T04:38:34.9619485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T04:38:34.9622566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T04:38:34.9623320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9623462Z with 2022-11-23T04:38:34.9623602Z [ 2022-11-23T04:38:34.9624002Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T04:38:34.9624142Z ] 2022-11-23T04:38:34.9624806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9624949Z with 2022-11-23T04:38:34.9625080Z [ 2022-11-23T04:38:34.9625355Z T=std::vector> 2022-11-23T04:38:34.9625488Z ] 2022-11-23T04:38:34.9626186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9626327Z with 2022-11-23T04:38:34.9626439Z [ 2022-11-23T04:38:34.9628814Z T=std::vector> 2022-11-23T04:38:34.9628975Z ] 2022-11-23T04:38:34.9629765Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9629911Z with 2022-11-23T04:38:34.9630044Z [ 2022-11-23T04:38:34.9630310Z T=std::vector> 2022-11-23T04:38:34.9630445Z ] 2022-11-23T04:38:34.9631276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9631417Z with 2022-11-23T04:38:34.9631549Z [ 2022-11-23T04:38:34.9631811Z T=std::vector> 2022-11-23T04:38:34.9631942Z ] 2022-11-23T04:38:34.9632701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:38:34.9632998Z with 2022-11-23T04:38:34.9633134Z [ 2022-11-23T04:38:34.9633264Z T=double 2022-11-23T04:38:34.9635537Z ] 2022-11-23T04:38:34.9636421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:38:34.9636561Z with 2022-11-23T04:38:34.9636696Z [ 2022-11-23T04:38:34.9636846Z T=double 2022-11-23T04:38:34.9636985Z ] 2022-11-23T04:38:34.9637852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9638007Z with 2022-11-23T04:38:34.9638147Z [ 2022-11-23T04:38:34.9638424Z T=std::vector> 2022-11-23T04:38:34.9638558Z ] 2022-11-23T04:38:34.9639222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9639361Z with 2022-11-23T04:38:34.9639497Z [ 2022-11-23T04:38:34.9639711Z T=std::tuple 2022-11-23T04:38:34.9639841Z ] 2022-11-23T04:38:34.9642683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9642840Z with 2022-11-23T04:38:34.9642973Z [ 2022-11-23T04:38:34.9643223Z T=std::tuple 2022-11-23T04:38:34.9643356Z ] 2022-11-23T04:38:34.9644139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9644279Z with 2022-11-23T04:38:34.9644413Z [ 2022-11-23T04:38:34.9644643Z T=std::tuple 2022-11-23T04:38:34.9644777Z ] 2022-11-23T04:38:34.9645614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9645756Z with 2022-11-23T04:38:34.9645889Z [ 2022-11-23T04:38:34.9646104Z T=std::tuple 2022-11-23T04:38:34.9646241Z ] 2022-11-23T04:38:34.9649068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T04:38:34.9649932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T04:38:34.9650668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9650812Z with 2022-11-23T04:38:34.9650942Z [ 2022-11-23T04:38:34.9651179Z T=std::tuple 2022-11-23T04:38:34.9651313Z ] 2022-11-23T04:38:34.9652021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9652317Z with 2022-11-23T04:38:34.9652451Z [ 2022-11-23T04:38:34.9652747Z T=std::vector> 2022-11-23T04:38:34.9652880Z ] 2022-11-23T04:38:34.9655111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T04:38:34.9655273Z with 2022-11-23T04:38:34.9655405Z [ 2022-11-23T04:38:34.9656334Z T=std::vector> 2022-11-23T04:38:34.9656456Z ] 2022-11-23T04:38:34.9657354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T04:38:34.9657519Z with 2022-11-23T04:38:34.9657649Z [ 2022-11-23T04:38:34.9657937Z T=std::vector> 2022-11-23T04:38:34.9658074Z ] 2022-11-23T04:38:34.9658901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T04:38:34.9659043Z with 2022-11-23T04:38:34.9659174Z [ 2022-11-23T04:38:34.9659451Z T=std::vector> 2022-11-23T04:38:34.9659583Z ] 2022-11-23T04:38:34.9660364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T04:38:34.9663357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T04:38:34.9664128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T04:38:34.9664270Z with 2022-11-23T04:38:34.9664403Z [ 2022-11-23T04:38:34.9664682Z T=std::vector> 2022-11-23T04:38:34.9664815Z ] 2022-11-23T04:38:34.9665881Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" dangling_impl_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:dangling_impl_extension.pyd 2022-11-23T04:38:34.9666268Z Creating library dangling_impl_extension.lib and object dangling_impl_extension.exp 2022-11-23T04:38:34.9666538Z Loading extension module dangling_impl_extension... 2022-11-23T04:38:34.9666680Z ok (20.214s) 2022-11-23T04:38:34.9666926Z test_impl_only (__main__.TestDispatch) ... ok (0.553s) 2022-11-23T04:38:34.9667251Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.012s) 2022-11-23T04:38:34.9669708Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.007s) 2022-11-23T04:38:34.9670024Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.007s) 2022-11-23T04:38:34.9670312Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.011s) 2022-11-23T04:38:34.9671125Z test_overwrite_math (__main__.TestDispatch) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T04:38:34.9671484Z operator: __test45643__::foo 2022-11-23T04:38:34.9671636Z no debug info 2022-11-23T04:38:34.9671822Z dispatch key: (catch all) 2022-11-23T04:38:34.9672000Z previous kernel: fn1 2022-11-23T04:38:34.9672247Z new kernel: fn2 (function registerKernel) 2022-11-23T04:38:34.9672960Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T04:38:34.9673161Z operator: __test45644__::foo 2022-11-23T04:38:34.9673309Z no debug info 2022-11-23T04:38:34.9673490Z dispatch key: (catch all) 2022-11-23T04:38:34.9673644Z previous kernel: fn1 2022-11-23T04:38:34.9673896Z new kernel: fn2 (function registerKernel) 2022-11-23T04:38:34.9674146Z ok (0.004s) 2022-11-23T04:38:34.9676710Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-11-23T04:38:34.9677031Z test_basic (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-11-23T04:38:34.9677396Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-11-23T04:38:34.9677737Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T04:38:34.9678094Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T04:38:34.9678420Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-11-23T04:38:34.9678807Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.003s) 2022-11-23T04:38:34.9678825Z 2022-11-23T04:38:34.9679145Z ---------------------------------------------------------------------- 2022-11-23T04:38:34.9679318Z Ran 32 tests in 78.453s 2022-11-23T04:38:34.9679332Z 2022-11-23T04:38:34.9679462Z OK 2022-11-23T04:38:34.9679479Z 2022-11-23T04:38:34.9679670Z Generating XML reports... 2022-11-23T04:38:34.9680158Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestDispatch-20221123043715.xml 2022-11-23T04:38:34.9680686Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestPythonDispatcher-20221123043715.xml 2022-11-23T04:38:34.9680698Z 2022-11-23T04:38:34.9681295Z ##[endgroup] 2022-11-23T04:38:34.9681832Z FINISHED PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_sc8c0u34) 2022-11-23T04:38:34.9681864Z 2022-11-23T04:38:34.9682193Z Running distributions/test_distributions ... [2022-11-23 04:38:34.873680] 2022-11-23T04:38:34.9682828Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:38:34.875021] 2022-11-23T04:39:44.4493085Z 2022-11-23T04:39:44.4494161Z Expand the folded group to see the log file of distributions/test_distributions 2022-11-23T04:39:44.4495743Z ##[group]PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_yjy9l9x6) 2022-11-23T04:39:44.4496445Z 2022-11-23T04:39:44.4497025Z Running tests... 2022-11-23T04:39:44.4497701Z ---------------------------------------------------------------------- 2022-11-23T04:39:44.4498575Z Test results will be stored in test-reports\python-unittest\distributions.test_distributions 2022-11-23T04:39:44.4499588Z test_cdf (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4500245Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4500731Z ok (2.061s) 2022-11-23T04:39:44.4503395Z test_icdf (__main__.TestAgainstScipy) ... ok (0.059s) 2022-11-23T04:39:44.4504090Z test_mean (__main__.TestAgainstScipy) ... ok (1.999s) 2022-11-23T04:39:44.4506276Z test_variance_stddev (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T04:39:44.4509786Z return torch.as_tensor(tensor_like) 2022-11-23T04:39:44.4510286Z ok (0.059s) 2022-11-23T04:39:44.4510852Z test_params_constraints (__main__.TestConstraints) ... ok (0.117s) 2022-11-23T04:39:44.4511616Z test_support_constraints (__main__.TestConstraints) ... ok (0.139s) 2022-11-23T04:39:44.4512649Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4513562Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4514432Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4515280Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T04:39:44.4516080Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4516944Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4517791Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.007s) 2022-11-23T04:39:44.4518632Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T04:39:44.4519493Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T04:39:44.4520347Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T04:39:44.4521185Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T04:39:44.4522166Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T04:39:44.4523133Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.015s) 2022-11-23T04:39:44.4523965Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4524756Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.035s) 2022-11-23T04:39:44.4525599Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4526488Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T04:39:44.4527347Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4528207Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4529066Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4529926Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4530795Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4531672Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4532556Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4533431Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4534301Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4535135Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4535996Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4536836Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4537884Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T04:39:44.4538753Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.008s) 2022-11-23T04:39:44.4539607Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.011s) 2022-11-23T04:39:44.4540460Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4541298Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4542164Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4543013Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4544034Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4544915Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T04:39:44.4545806Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T04:39:44.4546632Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-11-23T04:39:44.4547490Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T04:39:44.4548356Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T04:39:44.4549197Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.042s) 2022-11-23T04:39:44.4549958Z test_bernoulli (__main__.TestDistributions) ... ok (0.194s) 2022-11-23T04:39:44.4550663Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T04:39:44.4551415Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T04:39:44.4552192Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.097s) 2022-11-23T04:39:44.4552932Z test_beta_sample (__main__.TestDistributions) ... ok (0.513s) 2022-11-23T04:39:44.4553641Z test_beta_shape (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T04:39:44.4554440Z test_beta_underflow (__main__.TestDistributions) ... ok (0.062s) 2022-11-23T04:39:44.4555190Z test_beta_underflow_gpu (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T04:39:44.4555899Z test_binomial (__main__.TestDistributions) ... ok (0.044s) 2022-11-23T04:39:44.4556645Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T04:39:44.4557434Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T04:39:44.4558234Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.098s) 2022-11-23T04:39:44.4559096Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T04:39:44.4559888Z test_binomial_sample (__main__.TestDistributions) ... ok (0.080s) 2022-11-23T04:39:44.4560633Z test_binomial_stable (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T04:39:44.4561382Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.129s) 2022-11-23T04:39:44.4562153Z test_categorical_1d (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T04:39:44.4562881Z test_categorical_2d (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T04:39:44.4563675Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T04:39:44.4564424Z test_cauchy (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T04:39:44.4565544Z test_cdf_icdf_inverse (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4566596Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4567131Z ok (0.594s) 2022-11-23T04:39:44.4567842Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.180s) 2022-11-23T04:39:44.4568908Z test_chi2_sample (__main__.TestDistributions) ... ok (0.197s) 2022-11-23T04:39:44.4569625Z test_chi2_shape (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T04:39:44.4570359Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.019s) 2022-11-23T04:39:44.4571116Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T04:39:44.4571889Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T04:39:44.4572621Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T04:39:44.4573347Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.062s) 2022-11-23T04:39:44.4574108Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T04:39:44.4575781Z test_distribution_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4576685Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4576961Z ok (1.196s) 2022-11-23T04:39:44.4577294Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.271s) 2022-11-23T04:39:44.4577888Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.064s) 2022-11-23T04:39:44.4578307Z test_exponential (__main__.TestDistributions) ... ok (0.025s) 2022-11-23T04:39:44.4578694Z test_exponential_sample (__main__.TestDistributions) ... ok (0.208s) 2022-11-23T04:39:44.4579069Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T04:39:44.4579496Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (1.378s) 2022-11-23T04:39:44.4580004Z test_gamma_gpu_sample (__main__.TestDistributions) ... ok (0.493s) 2022-11-23T04:39:44.4580397Z test_gamma_gpu_shape (__main__.TestDistributions) ... ok (0.480s) 2022-11-23T04:39:44.4580794Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T04:39:44.4581361Z test_gamma_sample (__main__.TestDistributions) ... ok (0.537s) 2022-11-23T04:39:44.4581716Z test_gamma_shape (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T04:39:44.4582189Z test_geometric (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T04:39:44.4582928Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T04:39:44.4583465Z test_geometric_sample (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T04:39:44.4583817Z test_gumbel (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T04:39:44.4584175Z test_gumbel_sample (__main__.TestDistributions) ... ok (1.068s) 2022-11-23T04:39:44.4584542Z test_halfcauchy (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T04:39:44.4584905Z test_halfnormal (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T04:39:44.4585286Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T04:39:44.4585663Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.158s) 2022-11-23T04:39:44.4586050Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T04:39:44.4586869Z test_independent_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4588082Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4588602Z ok (1.409s) 2022-11-23T04:39:44.4589307Z test_independent_shape (__main__.TestDistributions) ... ok (0.555s) 2022-11-23T04:39:44.4590055Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.927s) 2022-11-23T04:39:44.4590473Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.068s) 2022-11-23T04:39:44.4590876Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T04:39:44.4591259Z test_laplace (__main__.TestDistributions) ... ok (0.038s) 2022-11-23T04:39:44.4591627Z test_laplace_sample (__main__.TestDistributions) ... ok (0.558s) 2022-11-23T04:39:44.4592203Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T04:39:44.4592595Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.029s) 2022-11-23T04:39:44.4592968Z test_logisticnormal (__main__.TestDistributions) ... ok (0.046s) 2022-11-23T04:39:44.4593366Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T04:39:44.4593776Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.651s) 2022-11-23T04:39:44.4594160Z test_lognormal (__main__.TestDistributions) ... ok (0.029s) 2022-11-23T04:39:44.4594538Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T04:39:44.4595112Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.466s) 2022-11-23T04:39:44.4595631Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T04:39:44.4596277Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.055s) 2022-11-23T04:39:44.4596872Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T04:39:44.4597328Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.101s) 2022-11-23T04:39:44.4597768Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.103s) 2022-11-23T04:39:44.4598194Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T04:39:44.4598588Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.133s) 2022-11-23T04:39:44.4598997Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.022s) 2022-11-23T04:39:44.4599609Z test_mode (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4600150Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4600421Z ok (0.246s) 2022-11-23T04:39:44.4600715Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T04:39:44.4601127Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T04:39:44.4601516Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.028s) 2022-11-23T04:39:44.4602061Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.019s) 2022-11-23T04:39:44.4602489Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.045s) 2022-11-23T04:39:44.4603065Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T04:39:44.4603502Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.206s) 2022-11-23T04:39:44.4604112Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.111s) 2022-11-23T04:39:44.4604908Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T04:39:44.4605738Z test_negative_binomial (__main__.TestDistributions) ... ok (0.031s) 2022-11-23T04:39:44.4606883Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.084s) 2022-11-23T04:39:44.4608105Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T04:39:44.4608955Z test_normal (__main__.TestDistributions) ... ok (0.038s) 2022-11-23T04:39:44.4609772Z test_normal_sample (__main__.TestDistributions) ... ok (0.509s) 2022-11-23T04:39:44.4610596Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T04:39:44.4611232Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.018s) 2022-11-23T04:39:44.4611671Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T04:39:44.4612083Z test_pareto (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T04:39:44.4612450Z test_pareto_sample (__main__.TestDistributions) ... ok (0.504s) 2022-11-23T04:39:44.4613029Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-11-23T04:39:44.4613404Z test_poisson_gpu_sample (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T04:39:44.4613902Z test_poisson_log_prob (__main__.TestDistributions) ... ok (0.011s) 2022-11-23T04:39:44.4614602Z test_poisson_sample (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T04:39:44.4615314Z test_poisson_shape (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T04:39:44.4616044Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.023s) 2022-11-23T04:39:44.4616965Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.019s) 2022-11-23T04:39:44.4618121Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T04:39:44.4618836Z test_repr (__main__.TestDistributions) ... ok (0.040s) 2022-11-23T04:39:44.4619763Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.033s) 2022-11-23T04:39:44.4621119Z test_rsample_requires_grad (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4622171Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4622673Z ok (0.034s) 2022-11-23T04:39:44.4623351Z test_sample_detached (__main__.TestDistributions) ... ok (0.033s) 2022-11-23T04:39:44.4624082Z test_studentT (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T04:39:44.4624949Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.162s) 2022-11-23T04:39:44.4625676Z test_studentT_sample (__main__.TestDistributions) ... ok (2.080s) 2022-11-23T04:39:44.4626415Z test_support_attributes (__main__.TestDistributions) ... ok (0.050s) 2022-11-23T04:39:44.4626878Z test_uniform (__main__.TestDistributions) ... ok (0.025s) 2022-11-23T04:39:44.4627277Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.089s) 2022-11-23T04:39:44.4627677Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T04:39:44.4628065Z test_vonmises_sample (__main__.TestDistributions) ... ok (11.897s) 2022-11-23T04:39:44.4628682Z test_wishart_log_prob (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4629230Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4629496Z ok (0.177s) 2022-11-23T04:39:44.4630285Z test_wishart_moments (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T04:39:44.4631050Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T04:39:44.4631673Z ok (2.802s) 2022-11-23T04:39:44.4631971Z test_wishart_properties (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T04:39:44.4632357Z test_wishart_sample (__main__.TestDistributions) ... ok (0.533s) 2022-11-23T04:39:44.4632958Z test_wishart_shape (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4633633Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4634292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4634776Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4635277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4635758Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4636467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4637116Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4637626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4638249Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4638887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4639346Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4639611Z ok (0.308s) 2022-11-23T04:39:44.4639951Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T04:39:44.4640511Z test_zero_excluded_binomial (__main__.TestDistributions) ... ok (0.032s) 2022-11-23T04:39:44.4640913Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.003s) 2022-11-23T04:39:44.4641264Z test_cat_transform (__main__.TestFunctors) ... ok (0.007s) 2022-11-23T04:39:44.4641614Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.006s) 2022-11-23T04:39:44.4641992Z test_stack_transform (__main__.TestFunctors) ... ok (0.005s) 2022-11-23T04:39:44.4642548Z test_cdf (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T04:39:44.4643058Z warnings.warn("Singular sample detected.") 2022-11-23T04:39:44.4643328Z ok (1.709s) 2022-11-23T04:39:44.4644059Z test_entropy (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T04:39:44.4644790Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T04:39:44.4645399Z ok (1.888s) 2022-11-23T04:39:44.4645704Z test_enumerate_support (__main__.TestJit) ... ok (0.610s) 2022-11-23T04:39:44.4646034Z test_log_prob (__main__.TestJit) ... ok (3.851s) 2022-11-23T04:39:44.4646339Z test_mean (__main__.TestJit) ... ok (1.861s) 2022-11-23T04:39:44.4646643Z test_rsample (__main__.TestJit) ... ok (1.122s) 2022-11-23T04:39:44.4646934Z test_sample (__main__.TestJit) ... ok (1.253s) 2022-11-23T04:39:44.4647243Z test_variance (__main__.TestJit) ... ok (2.175s) 2022-11-23T04:39:44.4647589Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.085s) 2022-11-23T04:39:44.4647951Z test_entropy_monte_carlo (__main__.TestKL) ... ok (5.772s) 2022-11-23T04:39:44.4648281Z test_kl_edgecases (__main__.TestKL) ... ok (0.032s) 2022-11-23T04:39:44.4648624Z test_kl_exponential_family (__main__.TestKL) ... ok (0.049s) 2022-11-23T04:39:44.4648941Z test_kl_infinite (__main__.TestKL) ... ok (0.041s) 2022-11-23T04:39:44.4649295Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.060s) 2022-11-23T04:39:44.4649689Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.048s) 2022-11-23T04:39:44.4650054Z test_kl_monte_carlo (__main__.TestKL) ... ok (1.929s) 2022-11-23T04:39:44.4650395Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.071s) 2022-11-23T04:39:44.4650919Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.038s) 2022-11-23T04:39:44.4651317Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.041s) 2022-11-23T04:39:44.4651680Z test_kl_shape (__main__.TestKL) ... ok (0.093s) 2022-11-23T04:39:44.4652141Z test_kl_transformed (__main__.TestKL) ... ok (0.031s) 2022-11-23T04:39:44.4652681Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.010s) 2022-11-23T04:39:44.4653164Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.006s) 2022-11-23T04:39:44.4653610Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.032s) 2022-11-23T04:39:44.4654431Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-11-23T04:39:44.4654903Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.000s) 2022-11-23T04:39:44.4655346Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.006s) 2022-11-23T04:39:44.4655891Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.000s) 2022-11-23T04:39:44.4656347Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.062s) 2022-11-23T04:39:44.4656817Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.000s) 2022-11-23T04:39:44.4657398Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.016s) 2022-11-23T04:39:44.4658021Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-11-23T04:39:44.4658465Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.005s) 2022-11-23T04:39:44.4659016Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.075s) 2022-11-23T04:39:44.4659495Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.069s) 2022-11-23T04:39:44.4659821Z test_chi2 (__main__.TestRsample) ... ok (0.038s) 2022-11-23T04:39:44.4660172Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.904s) 2022-11-23T04:39:44.4660535Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.099s) 2022-11-23T04:39:44.4660913Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.188s) 2022-11-23T04:39:44.4661257Z test_gamma (__main__.TestRsample) ... ok (0.040s) 2022-11-23T04:39:44.4661589Z test_invalid (__main__.TestValidation) ... ok (0.038s) 2022-11-23T04:39:44.4661957Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.577s) 2022-11-23T04:39:44.4662319Z test_valid (__main__.TestValidation) ... ok (0.032s) 2022-11-23T04:39:44.4662694Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.015s) 2022-11-23T04:39:44.4662936Z 2022-11-23T04:39:44.4663168Z ---------------------------------------------------------------------- 2022-11-23T04:39:44.4663629Z Ran 219 tests in 63.688s 2022-11-23T04:39:44.4663912Z 2022-11-23T04:39:44.4664058Z OK 2022-11-23T04:39:44.4664258Z 2022-11-23T04:39:44.4664376Z Generating XML reports... 2022-11-23T04:39:44.4665097Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestAgainstScipy-20221123043839.xml 2022-11-23T04:39:44.4665919Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestConstraints-20221123043839.xml 2022-11-23T04:39:44.4666738Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributionShapes-20221123043839.xml 2022-11-23T04:39:44.4667426Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributions-20221123043839.xml 2022-11-23T04:39:44.4668075Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestFunctors-20221123043839.xml 2022-11-23T04:39:44.4668698Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestJit-20221123043839.xml 2022-11-23T04:39:44.4669302Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestKL-20221123043839.xml 2022-11-23T04:39:44.4669970Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestLazyLogitsInitialization-20221123043839.xml 2022-11-23T04:39:44.4670685Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestNumericalStability-20221123043839.xml 2022-11-23T04:39:44.4671331Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestRsample-20221123043839.xml 2022-11-23T04:39:44.4672134Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestValidation-20221123043839.xml 2022-11-23T04:39:44.4672760Z 2022-11-23T04:39:44.4673306Z ##[endgroup] 2022-11-23T04:39:44.4673830Z FINISHED PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_yjy9l9x6) 2022-11-23T04:39:44.4674222Z 2022-11-23T04:39:44.4674385Z Running test_cuda_nvml_based_avail ... [2022-11-23 04:39:44.446686] 2022-11-23T04:39:44.4674955Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_nvml_based_avail.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:39:44.446686] 2022-11-23T04:40:10.8939253Z 2022-11-23T04:40:10.8940107Z Expand the folded group to see the log file of test_cuda_nvml_based_avail 2022-11-23T04:40:10.8941370Z ##[group]PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_pllfi0x0) 2022-11-23T04:40:10.8942105Z 2022-11-23T04:40:10.8944368Z , <__main__.TestExtendedCUDAIsAvail testMethod=test_cuda_is_available_nvml_avail_False_avoid_init_1>, <__main__.TestExtendedCUDAIsAvail testMethod=test_cuda_is_available_nvml_avail_False_avoid_init_None>, <__main__.TestExtendedCUDAIsAvail testMethod=test_cuda_is_available_nvml_avail_True_avoid_init_0>, <__main__.TestExtendedCUDAIsAvail testMethod=test_cuda_is_available_nvml_avail_True_avoid_init_1>, <__main__.TestExtendedCUDAIsAvail testMethod=test_cuda_is_available_nvml_avail_True_avoid_init_None>]> 2022-11-23T04:40:10.8946684Z test_cuda_is_available_nvml_avail_False_avoid_init_0 (__main__.TestExtendedCUDAIsAvail) 2022-11-23T04:40:10.8947522Z test_cuda_is_available_nvml_avail_False_avoid_init_1 (__main__.TestExtendedCUDAIsAvail) 2022-11-23T04:40:10.8948349Z test_cuda_is_available_nvml_avail_False_avoid_init_None (__main__.TestExtendedCUDAIsAvail) 2022-11-23T04:40:10.8949178Z test_cuda_is_available_nvml_avail_True_avoid_init_0 (__main__.TestExtendedCUDAIsAvail) 2022-11-23T04:40:10.8949981Z test_cuda_is_available_nvml_avail_True_avoid_init_1 (__main__.TestExtendedCUDAIsAvail) 2022-11-23T04:40:10.8950875Z test_cuda_is_available_nvml_avail_True_avoid_init_None (__main__.TestExtendedCUDAIsAvail) 2022-11-23T04:40:10.8952005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:40:10.8952913Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:40:10.8953844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:40:10.8954626Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:40:10.8954853Z 2022-11-23T04:40:10.8954953Z Running tests... 2022-11-23T04:40:10.8955332Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8955783Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T04:40:10.8956279Z test_cuda_is_available_nvml_avail_False_avoid_init_0 (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.001s) 2022-11-23T04:40:10.8956563Z 2022-11-23T04:40:10.8956749Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8957203Z Ran 1 test in 0.000s 2022-11-23T04:40:10.8957361Z 2022-11-23T04:40:10.8957456Z OK (skipped=1) 2022-11-23T04:40:10.8957593Z 2022-11-23T04:40:10.8957706Z Generating XML reports... 2022-11-23T04:40:10.8958538Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123043950.xml 2022-11-23T04:40:10.8959229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:40:10.8959916Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:40:10.8960445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:40:10.8960972Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:40:10.8961195Z 2022-11-23T04:40:10.8961290Z Running tests... 2022-11-23T04:40:10.8961616Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8962062Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T04:40:10.8962555Z test_cuda_is_available_nvml_avail_False_avoid_init_1 (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.002s) 2022-11-23T04:40:10.8962842Z 2022-11-23T04:40:10.8963122Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8963455Z Ran 1 test in 0.000s 2022-11-23T04:40:10.8963754Z 2022-11-23T04:40:10.8963851Z OK (skipped=1) 2022-11-23T04:40:10.8963990Z 2022-11-23T04:40:10.8964103Z Generating XML reports... 2022-11-23T04:40:10.8964837Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123043954.xml 2022-11-23T04:40:10.8965515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:40:10.8966002Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:40:10.8966533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:40:10.8967064Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:40:10.8967286Z 2022-11-23T04:40:10.8967384Z Running tests... 2022-11-23T04:40:10.8967712Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8968160Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T04:40:10.8968675Z test_cuda_is_available_nvml_avail_False_avoid_init_None (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.002s) 2022-11-23T04:40:10.8968961Z 2022-11-23T04:40:10.8969134Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8969450Z Ran 1 test in 0.000s 2022-11-23T04:40:10.8969596Z 2022-11-23T04:40:10.8969689Z OK (skipped=1) 2022-11-23T04:40:10.8969825Z 2022-11-23T04:40:10.8970076Z Generating XML reports... 2022-11-23T04:40:10.8970610Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123043958.xml 2022-11-23T04:40:10.8971499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:40:10.8972007Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:40:10.8972540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:40:10.8973050Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:40:10.8973274Z 2022-11-23T04:40:10.8973369Z Running tests... 2022-11-23T04:40:10.8973689Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8974131Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T04:40:10.8974639Z test_cuda_is_available_nvml_avail_True_avoid_init_0 (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.001s) 2022-11-23T04:40:10.8974920Z 2022-11-23T04:40:10.8975105Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8975423Z Ran 1 test in 0.000s 2022-11-23T04:40:10.8975551Z 2022-11-23T04:40:10.8975641Z OK (skipped=1) 2022-11-23T04:40:10.8975895Z 2022-11-23T04:40:10.8976009Z Generating XML reports... 2022-11-23T04:40:10.8976502Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123044002.xml 2022-11-23T04:40:10.8977300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:40:10.8978011Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:40:10.8978540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:40:10.8979065Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:40:10.8979269Z 2022-11-23T04:40:10.8979364Z Running tests... 2022-11-23T04:40:10.8979772Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8980224Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T04:40:10.8980734Z test_cuda_is_available_nvml_avail_True_avoid_init_1 (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.000s) 2022-11-23T04:40:10.8981013Z 2022-11-23T04:40:10.8981198Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8981507Z Ran 1 test in 0.000s 2022-11-23T04:40:10.8981654Z 2022-11-23T04:40:10.8981728Z OK (skipped=1) 2022-11-23T04:40:10.8981870Z 2022-11-23T04:40:10.8981978Z Generating XML reports... 2022-11-23T04:40:10.8982462Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123044006.xml 2022-11-23T04:40:10.8983143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:40:10.8983800Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:40:10.8984520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:40:10.8985057Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:40:10.8985282Z 2022-11-23T04:40:10.8985358Z Running tests... 2022-11-23T04:40:10.8985679Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8986118Z Test results will be stored in test-reports\python-unittest\test_cuda_nvml_based_avail 2022-11-23T04:40:10.8986632Z test_cuda_is_available_nvml_avail_True_avoid_init_None (__main__.TestExtendedCUDAIsAvail) ... skip: Needs fork (0.011s) 2022-11-23T04:40:10.8986916Z 2022-11-23T04:40:10.8987107Z ---------------------------------------------------------------------- 2022-11-23T04:40:10.8987419Z Ran 1 test in 0.000s 2022-11-23T04:40:10.8987565Z 2022-11-23T04:40:10.8987658Z OK (skipped=1) 2022-11-23T04:40:10.8987781Z 2022-11-23T04:40:10.8987895Z Generating XML reports... 2022-11-23T04:40:10.8988384Z Generated XML report: test-reports\python-unittest\test_cuda_nvml_based_avail\TEST-TestExtendedCUDAIsAvail-20221123044009.xml 2022-11-23T04:40:10.8988733Z 2022-11-23T04:40:10.8989063Z ##[endgroup] 2022-11-23T04:40:10.8989536Z FINISHED PRINTING LOG FILE of test_cuda_nvml_based_avail (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_nvml_based_avail_pllfi0x0) 2022-11-23T04:40:10.8990042Z 2022-11-23T04:40:10.8990205Z Running test_cuda_primary_ctx ... [2022-11-23 04:40:10.894508] 2022-11-23T04:40:10.8990873Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:40:10.895779] 2022-11-23T04:40:25.8423616Z 2022-11-23T04:40:25.8424624Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-11-23T04:40:25.8425822Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_jm2mbe0j) 2022-11-23T04:40:25.8426683Z 2022-11-23T04:40:25.8428133Z , <__main__.TestCudaPrimaryCtx testMethod=test_pin_memory>, <__main__.TestCudaPrimaryCtx testMethod=test_str_repr>]> 2022-11-23T04:40:25.8429103Z test_copy (__main__.TestCudaPrimaryCtx) 2022-11-23T04:40:25.8430158Z test_pin_memory (__main__.TestCudaPrimaryCtx) 2022-11-23T04:40:25.8430838Z test_str_repr (__main__.TestCudaPrimaryCtx) 2022-11-23T04:40:25.8431809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:40:25.8432816Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:40:25.8434105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:40:25.8435666Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:40:25.8436345Z 2022-11-23T04:40:25.8436517Z Running tests... 2022-11-23T04:40:25.8437073Z ---------------------------------------------------------------------- 2022-11-23T04:40:25.8437832Z Test results will be stored in test-reports\python-unittest\test_cuda_primary_ctx 2022-11-23T04:40:25.8438665Z test_copy (__main__.TestCudaPrimaryCtx) ... skip: only one GPU detected (0.001s) 2022-11-23T04:40:25.8439094Z 2022-11-23T04:40:25.8439449Z ---------------------------------------------------------------------- 2022-11-23T04:40:25.8440034Z Ran 1 test in 0.000s 2022-11-23T04:40:25.8440302Z 2022-11-23T04:40:25.8440468Z OK (skipped=1) 2022-11-23T04:40:25.8440730Z 2022-11-23T04:40:25.8440953Z Generating XML reports... 2022-11-23T04:40:25.8441843Z Generated XML report: test-reports\python-unittest\test_cuda_primary_ctx\TEST-TestCudaPrimaryCtx-20221123044017.xml 2022-11-23T04:40:25.8443138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:40:25.8444106Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:40:25.8445130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:40:25.8446106Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:40:25.8446529Z 2022-11-23T04:40:25.8446713Z Running tests... 2022-11-23T04:40:25.8447301Z ---------------------------------------------------------------------- 2022-11-23T04:40:25.8448060Z Test results will be stored in test-reports\python-unittest\test_cuda_primary_ctx 2022-11-23T04:40:25.8448878Z test_pin_memory (__main__.TestCudaPrimaryCtx) ... skip: only one GPU detected (0.003s) 2022-11-23T04:40:25.8449335Z 2022-11-23T04:40:25.8449680Z ---------------------------------------------------------------------- 2022-11-23T04:40:25.8450223Z Ran 1 test in 0.016s 2022-11-23T04:40:25.8450514Z 2022-11-23T04:40:25.8450693Z OK (skipped=1) 2022-11-23T04:40:25.8450932Z 2022-11-23T04:40:25.8451126Z Generating XML reports... 2022-11-23T04:40:25.8451944Z Generated XML report: test-reports\python-unittest\test_cuda_primary_ctx\TEST-TestCudaPrimaryCtx-20221123044021.xml 2022-11-23T04:40:25.8453141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:40:25.8454063Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:40:25.8454821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:40:25.8455367Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:40:25.8455592Z 2022-11-23T04:40:25.8455695Z Running tests... 2022-11-23T04:40:25.8456082Z ---------------------------------------------------------------------- 2022-11-23T04:40:25.8456744Z Test results will be stored in test-reports\python-unittest\test_cuda_primary_ctx 2022-11-23T04:40:25.8457205Z test_str_repr (__main__.TestCudaPrimaryCtx) ... skip: only one GPU detected (0.000s) 2022-11-23T04:40:25.8457450Z 2022-11-23T04:40:25.8457622Z ---------------------------------------------------------------------- 2022-11-23T04:40:25.8457936Z Ran 1 test in 0.000s 2022-11-23T04:40:25.8458085Z 2022-11-23T04:40:25.8458176Z OK (skipped=1) 2022-11-23T04:40:25.8458314Z 2022-11-23T04:40:25.8458425Z Generating XML reports... 2022-11-23T04:40:25.8458884Z Generated XML report: test-reports\python-unittest\test_cuda_primary_ctx\TEST-TestCudaPrimaryCtx-20221123044024.xml 2022-11-23T04:40:25.8459217Z 2022-11-23T04:40:25.8459660Z ##[endgroup] 2022-11-23T04:40:25.8460241Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_primary_ctx_jm2mbe0j) 2022-11-23T04:40:25.8460606Z 2022-11-23T04:40:25.8460778Z Running inductor/test_torchinductor_opinfo ... [2022-11-23 04:40:25.833419] 2022-11-23T04:40:29.9305537Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=1', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:40:29.929826] 2022-11-23T04:40:29.9307301Z Ignoring disabled issues: [] 2022-11-23T04:40:36.5644093Z 2022-11-23T04:40:36.5645427Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T04:40:36.5647519Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_erk84mrc) 2022-11-23T04:40:36.5648715Z : No module named 'filelock' 2022-11-23T04:40:36.5649532Z : requires sympy/functorch/filelock 2022-11-23T04:40:36.5649977Z 2022-11-23T04:40:36.5650588Z ##[endgroup] 2022-11-23T04:40:36.5651724Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_erk84mrc) 2022-11-23T04:40:36.5652665Z 2022-11-23T04:40:37.0933855Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:40:37.092815] 2022-11-23T04:40:43.5733083Z 2022-11-23T04:40:43.5734252Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T04:40:43.5736087Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_zyi3o1ge) 2022-11-23T04:40:43.5737107Z : No module named 'filelock' 2022-11-23T04:40:43.5737806Z : requires sympy/functorch/filelock 2022-11-23T04:40:43.5738269Z 2022-11-23T04:40:43.5738803Z ##[endgroup] 2022-11-23T04:40:43.5739708Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_zyi3o1ge) 2022-11-23T04:40:43.5740400Z 2022-11-23T04:40:43.5744599Z Running doctests ... [2022-11-23 04:40:43.567347] 2022-11-23T04:40:53.9991880Z Start doctest_module('C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch') 2022-11-23T04:40:53.9992581Z Listing tests 2022-11-23T04:40:53.9993458Z msg = Cannot scrape callname=parallelize_module in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\api.py line=28. 2022-11-23T04:40:53.9994484Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T04:40:53.9994887Z 2022-11-23T04:40:53.9995231Z The API to apply Tensor Parallelism (TP) in PyTorch. We parallelize module 2022-11-23T04:40:53.9996494Z or sub_modules based on a parallelize_plan which contains the parallel_style 2022-11-23T04:40:53.9997232Z which indicates how user want the module or sub_module to be parallelized. 2022-11-23T04:40:53.9998215Z User can also specify different parallel_style per module fully qualifed name (FQN). 2022-11-23T04:40:53.9999016Z The API supports 2D parallelism natively by accepting an n-dimension device_mesh 2022-11-23T04:40:53.9999484Z and users just need to specify the dimension where we perform tensor parallelism on. 2022-11-23T04:40:53.9999731Z 2022-11-23T04:40:53.9999813Z Args: 2022-11-23T04:40:54.0000032Z module (nn.Module): 2022-11-23T04:40:54.0000329Z :class:`nn.Module` object to be parallelized. 2022-11-23T04:40:54.0000622Z device_mesh (DeviceMesh): 2022-11-23T04:40:54.0001085Z :class:`DeviceMesh` object which describes the mesh topology 2022-11-23T04:40:54.0001441Z of devices for the DTensor. 2022-11-23T04:40:54.0001799Z parallelize_plan (Union[ParallelStyle, Dict[str, ParallelStyle]]): 2022-11-23T04:40:54.0002198Z The plan used to parallelize the module. It can be either a 2022-11-23T04:40:54.0002562Z :class:`ParallelStyle` object which contains how 2022-11-23T04:40:54.0002917Z we prepare input/output for Tensor Parallelism or it can be a 2022-11-23T04:40:54.0003545Z dict of module FQN and its corresponding :class:`ParallelStyle` object. 2022-11-23T04:40:54.0003874Z tp_mesh_dim (int): 2022-11-23T04:40:54.0004414Z the dimension of ``device_mesh`` where we perform 2022-11-23T04:40:54.0004766Z Tensor Parallelism on. 2022-11-23T04:40:54.0004929Z 2022-11-23T04:40:54.0005010Z Return: 2022-11-23T04:40:54.0005251Z A :class:`nn.Module` object parallelized. 2022-11-23T04:40:54.0005431Z 2022-11-23T04:40:54.0005552Z Example:: 2022-11-23T04:40:54.0006079Z >>> # xdoctest: +SKIP("distributed") 2022-11-23T04:40:54.0006489Z >>> from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T04:40:54.0006837Z >>> 2022-11-23T04:40:54.0007052Z >>> # Define the module. 2022-11-23T04:40:54.0007271Z >>> m = Model(...) 2022-11-23T04:40:54.0007560Z >>> m = parallelize_module(m, PairwiseParallel()) 2022-11-23T04:40:54.0007823Z >>> 2022-11-23T04:40:54.0007942Z 2022-11-23T04:40:54.0008035Z .. warning:: 2022-11-23T04:40:54.0008353Z ``PairwiseParallel`` comes with constraints for now. If you need finer 2022-11-23T04:40:54.0008768Z granularity, you need to pass in a dict of module FQN and parallel style instead. 2022-11-23T04:40:54.0009010Z 2022-11-23T04:40:54.0009358Z Original Error: SyntaxError('invalid syntax', ('', 2, 6, 'from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel\n')) 2022-11-23T04:40:54.0009885Z 2022-11-23T04:40:54.0010139Z from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T04:40:54.0010578Z ^ 2022-11-23T04:40:54.0011226Z msg = Cannot scrape callname=DiagnosticEngine in modpath=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\diagnostics\infra\engine.py line=13. 2022-11-23T04:40:54.0011835Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T04:40:54.0012206Z A generic diagnostic engine based on SARIF. 2022-11-23T04:40:54.0012388Z 2022-11-23T04:40:54.0012626Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-11-23T04:40:54.0013067Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-11-23T04:40:54.0013456Z See infra.DiagnosticContext for more details. 2022-11-23T04:40:54.0013654Z 2022-11-23T04:40:54.0013743Z Examples: 2022-11-23T04:40:54.0013992Z Step 1: Create a set of rules. 2022-11-23T04:40:54.0014305Z >>> rules = infra.RuleCollection.from_list( 2022-11-23T04:40:54.0014761Z ... "CustomRuleCollection", 2022-11-23T04:40:54.0014992Z ... [ 2022-11-23T04:40:54.0015219Z ... infra.Rule( 2022-11-23T04:40:54.0015457Z ... id="r1", 2022-11-23T04:40:54.0015700Z ... name="rule-1", 2022-11-23T04:40:54.0016003Z ... message_default_template="Mising xxx", 2022-11-23T04:40:54.0016434Z ... ), 2022-11-23T04:40:54.0016644Z ... ], 2022-11-23T04:40:54.0016849Z ... ) 2022-11-23T04:40:54.0017084Z 2022-11-23T04:40:54.0017230Z Step 2: Create a diagnostic engine. 2022-11-23T04:40:54.0017523Z >>> engine = DiagnosticEngine() 2022-11-23T04:40:54.0017695Z 2022-11-23T04:40:54.0017944Z Step 3: Start a new diagnostic context. 2022-11-23T04:40:54.0018426Z >>> with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T04:40:54.0018697Z 2022-11-23T04:40:54.0034153Z Step 4: Add diagnostics in your code. 2022-11-23T04:40:54.0034785Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-11-23T04:40:54.0035160Z 2022-11-23T04:40:54.0035403Z Step 5: Afterwards, get the SARIF log. 2022-11-23T04:40:54.0035887Z >>> sarif_log = engine.sarif_log() 2022-11-23T04:40:54.0036398Z 2022-11-23T04:40:54.0037410Z Original Error: IndentationError('expected an indented block', ('', 1, 86, 'with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context:\n')) 2022-11-23T04:40:54.0038100Z 2022-11-23T04:40:54.0038481Z with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T04:40:54.0039149Z ^ 2022-11-23T04:40:54.0039941Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py is_tensor:0 2022-11-23T04:40:54.0040977Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_tensor_type:0 2022-11-23T04:40:54.0041990Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_dtype:0 2022-11-23T04:40:54.0042783Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py use_deterministic_algorithms:0 2022-11-23T04:40:54.0043441Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_tensors:0 2022-11-23T04:40:54.0044343Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_shapes:0 2022-11-23T04:40:54.0044956Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py split:0 2022-11-23T04:40:54.0045539Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py einsum:0 2022-11-23T04:40:54.0046119Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py meshgrid:0 2022-11-23T04:40:54.0046709Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_impl:0 2022-11-23T04:40:54.0047317Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_consecutive_impl:0 2022-11-23T04:40:54.0047930Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py tensordot:0 2022-11-23T04:40:54.0048527Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cartesian_prod:0 2022-11-23T04:40:54.0049121Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py block_diag:0 2022-11-23T04:40:54.0049837Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cdist:0 2022-11-23T04:40:54.0050935Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_1d:0 2022-11-23T04:40:54.0051520Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_2d:0 2022-11-23T04:40:54.0052094Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_3d:0 2022-11-23T04:40:54.0052661Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py norm:0 2022-11-23T04:40:54.0053232Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py chain_matmul:0 2022-11-23T04:40:54.0053809Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _lu_impl:0 2022-11-23T04:40:54.0054445Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py list:0 2022-11-23T04:40:54.0055006Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py help:0 2022-11-23T04:40:54.0055551Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load:0 2022-11-23T04:40:54.0056270Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py _load_local:0 2022-11-23T04:40:54.0057062Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py download_url_to_file:0 2022-11-23T04:40:54.0057697Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load_state_dict_from_url:0 2022-11-23T04:40:54.0058293Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.define:0 2022-11-23T04:40:54.0058888Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.impl:0 2022-11-23T04:40:54.0059474Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_ignored_functions:0 2022-11-23T04:40:54.0060096Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_testing_overrides:0 2022-11-23T04:40:54.0060709Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py wrap_torch_function:0 2022-11-23T04:40:54.0061323Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py handle_torch_function:0 2022-11-23T04:40:54.0061953Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_method_or_property:0 2022-11-23T04:40:54.0062729Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_like:0 2022-11-23T04:40:54.0063560Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\quasirandom.py SobolEngine:0 2022-11-23T04:40:54.0064165Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py save:0 2022-11-23T04:40:54.0064733Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py load:0 2022-11-23T04:40:54.0065314Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\torch_version.py TorchVersion:0 2022-11-23T04:40:54.0065916Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd Generator:0 2022-11-23T04:40:54.0066513Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd _LinAlgError:0 2022-11-23T04:40:54.0067124Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_namedtensor_internals.py update_names:0 2022-11-23T04:40:54.0067744Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.register_hook:0 2022-11-23T04:40:54.0068482Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.refine_names:0 2022-11-23T04:40:54.0069270Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.align_to:0 2022-11-23T04:40:54.0070064Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.rename:0 2022-11-23T04:40:54.0070663Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.to_sparse_coo:0 2022-11-23T04:40:54.0071267Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor_str.py set_printoptions:0 2022-11-23T04:40:54.0071946Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py vmap:0 2022-11-23T04:40:54.0072553Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.then:0 2022-11-23T04:40:54.0073178Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.add_done_callback:0 2022-11-23T04:40:54.0073803Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_result:0 2022-11-23T04:40:54.0074429Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_exception:0 2022-11-23T04:40:54.0075017Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py collect_all:0 2022-11-23T04:40:54.0075765Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py annotate:0 2022-11-23T04:40:54.0076567Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py strict_fusion:0 2022-11-23T04:40:54.0077192Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\monitor\__init__.py TensorboardEventHandler:0 2022-11-23T04:40:54.0077830Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py as_nested_tensor:0 2022-11-23T04:40:54.0078411Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py sum:0 2022-11-23T04:40:54.0079041Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\qat\modules\linear_relu.py LinearReLU:0 2022-11-23T04:40:54.0079748Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py LinearReLU:0 2022-11-23T04:40:54.0080462Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py LinearReLU:0 2022-11-23T04:40:54.0081130Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTMCell:0 2022-11-23T04:40:54.0081899Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTM:0 2022-11-23T04:40:54.0082647Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv1d:0 2022-11-23T04:40:54.0083382Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv2d:0 2022-11-23T04:40:54.0084003Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv3d:0 2022-11-23T04:40:54.0084640Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py Quantize:0 2022-11-23T04:40:54.0085286Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py DeQuantize:0 2022-11-23T04:40:54.0086961Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv1d:0 2022-11-23T04:40:54.0087622Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv2d:0 2022-11-23T04:40:54.0088427Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv3d:0 2022-11-23T04:40:54.0089311Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose1d:0 2022-11-23T04:40:54.0090132Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose2d:0 2022-11-23T04:40:54.0090839Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose3d:0 2022-11-23T04:40:54.0091512Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\linear.py Linear:0 2022-11-23T04:40:54.0092162Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTM:0 2022-11-23T04:40:54.0092802Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRU:0 2022-11-23T04:40:54.0093430Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py RNNCell:0 2022-11-23T04:40:54.0094081Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTMCell:0 2022-11-23T04:40:54.0094895Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRUCell:0 2022-11-23T04:40:54.0095768Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\activation.py ReLU6:0 2022-11-23T04:40:54.0096419Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv1d:0 2022-11-23T04:40:54.0097040Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv2d:0 2022-11-23T04:40:54.0097654Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv3d:0 2022-11-23T04:40:54.0098304Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose1d:0 2022-11-23T04:40:54.0098980Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose2d:0 2022-11-23T04:40:54.0099619Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose3d:0 2022-11-23T04:40:54.0100279Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py Embedding:0 2022-11-23T04:40:54.0101097Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py EmbeddingBag:0 2022-11-23T04:40:54.0101936Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py FloatFunctional:0 2022-11-23T04:40:54.0102774Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py QFunctional:0 2022-11-23T04:40:54.0103450Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\linear.py Linear:0 2022-11-23T04:40:54.0104204Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\rnn.py LSTM:0 2022-11-23T04:40:54.0104853Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\scheduler\lambda_scheduler.py LambdaSL:0 2022-11-23T04:40:54.0105550Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py BaseSparsifier:0 2022-11-23T04:40:54.0106263Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\sparsifier\base_sparsifier.py BaseSparsifier.squash_mask:0 2022-11-23T04:40:54.0107125Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py ActivationSparsifier:0 2022-11-23T04:40:54.0108155Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-11-23T04:40:54.0109219Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py BaseDataSparsifier:0 2022-11-23T04:40:54.0109961Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn:0 2022-11-23T04:40:54.0110654Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn_relu:0 2022-11-23T04:40:54.0111345Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_linear_bn:0 2022-11-23T04:40:54.0112043Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_convtranspose_bn:0 2022-11-23T04:40:54.0112728Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuse_modules.py fuse_modules:0 2022-11-23T04:40:54.0113369Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_args:0 2022-11-23T04:40:54.0114126Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_callable_args:0 2022-11-23T04:40:54.0114785Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py fuse_fx:0 2022-11-23T04:40:54.0115642Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_fx:0 2022-11-23T04:40:54.0116298Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_qat_fx:0 2022-11-23T04:40:54.0116939Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_fx:0 2022-11-23T04:40:54.0117596Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_to_reference_fx:0 2022-11-23T04:40:54.0118297Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py _convert_to_reference_decomposed_fx:0 2022-11-23T04:40:54.0118979Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_path_of_module:0 2022-11-23T04:40:54.0119611Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_signature_locals:0 2022-11-23T04:40:54.0120258Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_default_kwargs:0 2022-11-23T04:40:54.0121195Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _normalize_kwargs:0 2022-11-23T04:40:54.0122063Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_num_pos_args:0 2022-11-23T04:40:54.0122733Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\backend_config\backend_config.py DTypeConfig:0 2022-11-23T04:40:54.0123437Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report.py ModelReport:0 2022-11-23T04:40:54.0124318Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-11-23T04:40:54.0125227Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-11-23T04:40:54.0126111Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-11-23T04:40:54.0127153Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-11-23T04:40:54.0128051Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\anomaly_mode.py detect_anomaly:0 2022-11-23T04:40:54.0128754Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py make_dual:0 2022-11-23T04:40:54.0129374Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py unpack_dual:0 2022-11-23T04:40:54.0129990Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py dual_level:0 2022-11-23T04:40:54.0130628Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_backward:0 2022-11-23T04:40:54.0131304Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_forward:0 2022-11-23T04:40:54.0131958Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_dirty:0 2022-11-23T04:40:54.0132641Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_non_differentiable:0 2022-11-23T04:40:54.0133339Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.set_materialize_grads:0 2022-11-23T04:40:54.0134148Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py Function:0 2022-11-23T04:40:54.0134982Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vjp:0 2022-11-23T04:40:54.0135567Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jvp:0 2022-11-23T04:40:54.0136163Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jacobian:0 2022-11-23T04:40:54.0136775Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hessian:0 2022-11-23T04:40:54.0137372Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vhp:0 2022-11-23T04:40:54.0137958Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hvp:0 2022-11-23T04:40:54.0138662Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py no_grad:0 2022-11-23T04:40:54.0139244Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py enable_grad:0 2022-11-23T04:40:54.0139861Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py set_grad_enabled:0 2022-11-23T04:40:54.0140634Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py inference_mode:0 2022-11-23T04:40:54.0141487Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py saved_tensors_hooks:0 2022-11-23T04:40:54.0142322Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py save_on_cpu:0 2022-11-23T04:40:54.0142996Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py disable_saved_tensors_hooks:0 2022-11-23T04:40:54.0143646Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py register_multi_grad_hook:0 2022-11-23T04:40:54.0144296Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py allow_mutation_on_saved_tensors:0 2022-11-23T04:40:54.0144905Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py profile:0 2022-11-23T04:40:54.0145518Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py record_function:0 2022-11-23T04:40:54.0146130Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_itt:0 2022-11-23T04:40:54.0146912Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_nvtx:0 2022-11-23T04:40:54.0147645Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:0 2022-11-23T04:40:54.0148376Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:1 2022-11-23T04:40:54.0148976Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:2 2022-11-23T04:40:54.0149594Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_multi_output_jit_fn:0 2022-11-23T04:40:54.0150204Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py env:0 2022-11-23T04:40:54.0150828Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py check_env:0 2022-11-23T04:40:54.0151481Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py batch_isend_irecv:0 2022-11-23T04:40:54.0152125Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_reduce:0 2022-11-23T04:40:54.0152775Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_object:0 2022-11-23T04:40:54.0153568Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py gather_object:0 2022-11-23T04:40:54.0154357Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py broadcast_object_list:0 2022-11-23T04:40:54.0155172Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter_object_list:0 2022-11-23T04:40:54.0155820Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather:0 2022-11-23T04:40:54.0156575Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_into_tensor:0 2022-11-23T04:40:54.0157297Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_coalesced:0 2022-11-23T04:40:54.0157950Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter:0 2022-11-23T04:40:54.0158602Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py reduce_scatter_tensor:0 2022-11-23T04:40:54.0159345Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all_single:0 2022-11-23T04:40:54.0160153Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all:0 2022-11-23T04:40:54.0160925Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py monitored_barrier:0 2022-11-23T04:40:54.0161709Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups:0 2022-11-23T04:40:54.0162386Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups_by_enumeration:0 2022-11-23T04:40:54.0163015Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\launch.py __doc__:0 2022-11-23T04:40:54.0163612Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\run.py __doc__:0 2022-11-23T04:40:54.0164221Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\autograd\__init__.py context:0 2022-11-23T04:40:54.0164844Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\join.py Join:0 2022-11-23T04:40:54.0165516Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\__init__.py register_ddp_comm_hook:0 2022-11-23T04:40:54.0166244Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py noop_hook:0 2022-11-23T04:40:54.0167159Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py allreduce_hook:0 2022-11-23T04:40:54.0168135Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_hook:0 2022-11-23T04:40:54.0168875Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_hook:0 2022-11-23T04:40:54.0169603Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_wrapper:0 2022-11-23T04:40:54.0170348Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_wrapper:0 2022-11-23T04:40:54.0171091Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py post_localSGD_hook:0 2022-11-23T04:40:54.0171839Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py powerSGD_hook:0 2022-11-23T04:40:54.0172572Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py batched_powerSGD_hook:0 2022-11-23T04:40:54.0173623Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_pertensor_hook:0 2022-11-23T04:40:54.0174652Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_perchannel_hook:0 2022-11-23T04:40:54.0175422Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\averagers.py PeriodicModelAverager:0 2022-11-23T04:40:54.0176973Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py HierarchicalModelAverager:0 2022-11-23T04:40:54.0177814Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py SavePlanner:0 2022-11-23T04:40:54.0178497Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\planner.py LoadPlanner:0 2022-11-23T04:40:54.0179168Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_loader.py load_state_dict:0 2022-11-23T04:40:54.0180065Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\checkpoint\state_dict_saver.py save_state_dict:0 2022-11-23T04:40:54.0181012Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\__init__.py start_processes:0 2022-11-23T04:40:54.0181730Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py Std.from_str:0 2022-11-23T04:40:54.0182410Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py to_map:0 2022-11-23T04:40:54.0183123Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\errors\__init__.py ChildFailedError:0 2022-11-23T04:40:54.0183867Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\rendezvous\api.py RendezvousHandler.shutdown:0 2022-11-23T04:40:54.0184561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py StateDictType:0 2022-11-23T04:40:54.0185216Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\api.py FullStateDictConfig:0 2022-11-23T04:40:54.0185923Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-11-23T04:40:54.0187013Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.set_state_dict_type:0 2022-11-23T04:40:54.0187971Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-11-23T04:40:54.0188804Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-11-23T04:40:54.0189649Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-11-23T04:40:54.0190493Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-11-23T04:40:54.0191415Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\sharded_grad_scaler.py ShardedGradScaler:0 2022-11-23T04:40:54.0192099Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\functional.py _all_gather_base:0 2022-11-23T04:40:54.0192937Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.__init__:0 2022-11-23T04:40:54.0193880Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.init_from_module_rref:0 2022-11-23T04:40:54.0194691Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py RemoteModule:0 2022-11-23T04:40:54.0195414Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\apply_optimizer_in_backward.py _apply_optimizer_in_backward:0 2022-11-23T04:40:54.0196150Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\optimizer.py DistributedOptimizer:0 2022-11-23T04:40:54.0196875Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-11-23T04:40:54.0197590Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\utils.py register_functional_optim:0 2022-11-23T04:40:54.0198308Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-11-23T04:40:54.0199168Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py WithDevice:0 2022-11-23T04:40:54.0199950Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py Pipe:0 2022-11-23T04:40:54.0200700Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py _wait_all:0 2022-11-23T04:40:54.0201307Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py shutdown:0 2022-11-23T04:40:54.0201892Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py remote:0 2022-11-23T04:40:54.0202493Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_sync:0 2022-11-23T04:40:54.0203101Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_async:0 2022-11-23T04:40:54.0203735Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\functions.py async_execution:0 2022-11-23T04:40:54.0204462Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-11-23T04:40:54.0205228Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\server_process_global_profiler.py _server_process_global_profile:0 2022-11-23T04:40:54.0206115Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\checkpoint_activation.py checkpoint:0 2022-11-23T04:40:54.0207032Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\contract.py contract:0 2022-11-23T04:40:54.0207699Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py replicate:0 2022-11-23T04:40:54.0208352Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\replicate.py mark_root_module:0 2022-11-23T04:40:54.0209176Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel:0 2022-11-23T04:40:54.0209900Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.no_sync:0 2022-11-23T04:40:54.0210638Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.join:0 2022-11-23T04:40:54.0211398Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.register_comm_hook:0 2022-11-23T04:40:54.0212415Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel.register_comm_hook:1 2022-11-23T04:40:54.0213452Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T04:40:54.0214239Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_composable\_ddp.py DistributedDataParallel._register_fused_optim:0 2022-11-23T04:40:54.0214965Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\partial_tensor.py _PartialTensor:0 2022-11-23T04:40:54.0215650Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_optim\__init__.py named_params_with_sharded_tensor:0 2022-11-23T04:40:54.0216366Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py init_from_local_shards:0 2022-11-23T04:40:54.0217082Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py custom_sharded_op_impl:0 2022-11-23T04:40:54.0217806Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor._init_from_local_tensor:0 2022-11-23T04:40:54.0218660Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor.reshard:0 2022-11-23T04:40:54.0219534Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\_ops\_common.py _sharded_op_common:0 2022-11-23T04:40:54.0220351Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharding_plan\api.py ShardingPlan:0 2022-11-23T04:40:54.0221051Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\utils.py _prepare_input_validate:0 2022-11-23T04:40:54.0221756Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_tensor\parallel\utils.py _prepare_output_validate:0 2022-11-23T04:40:54.0222428Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\bernoulli.py Bernoulli:0 2022-11-23T04:40:54.0223023Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\beta.py Beta:0 2022-11-23T04:40:54.0223635Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\binomial.py Binomial:0 2022-11-23T04:40:54.0224276Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\categorical.py Categorical:0 2022-11-23T04:40:54.0224904Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\cauchy.py Cauchy:0 2022-11-23T04:40:54.0225778Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\chi2.py Chi2:0 2022-11-23T04:40:54.0226653Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py _DependentProperty:0 2022-11-23T04:40:54.0227359Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\continuous_bernoulli.py ContinuousBernoulli:0 2022-11-23T04:40:54.0228029Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\dirichlet.py Dirichlet:0 2022-11-23T04:40:54.0228647Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\exponential.py Exponential:0 2022-11-23T04:40:54.0229401Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\fishersnedecor.py FisherSnedecor:0 2022-11-23T04:40:54.0230064Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gamma.py Gamma:0 2022-11-23T04:40:54.0230673Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\geometric.py Geometric:0 2022-11-23T04:40:54.0231290Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gumbel.py Gumbel:0 2022-11-23T04:40:54.0232049Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_cauchy.py HalfCauchy:0 2022-11-23T04:40:54.0232897Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_normal.py HalfNormal:0 2022-11-23T04:40:54.0233558Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\independent.py Independent:0 2022-11-23T04:40:54.0234208Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\kumaraswamy.py Kumaraswamy:0 2022-11-23T04:40:54.0234817Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\laplace.py Laplace:0 2022-11-23T04:40:54.0235455Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lkj_cholesky.py LKJCholesky:0 2022-11-23T04:40:54.0236112Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\logistic_normal.py LogisticNormal:0 2022-11-23T04:40:54.0236758Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\log_normal.py LogNormal:0 2022-11-23T04:40:54.0237452Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-11-23T04:40:54.0238314Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\mixture_same_family.py MixtureSameFamily:0 2022-11-23T04:40:54.0239122Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multinomial.py Multinomial:0 2022-11-23T04:40:54.0239926Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multivariate_normal.py MultivariateNormal:0 2022-11-23T04:40:54.0240564Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\normal.py Normal:0 2022-11-23T04:40:54.0241218Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\one_hot_categorical.py OneHotCategorical:0 2022-11-23T04:40:54.0241864Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\pareto.py Pareto:0 2022-11-23T04:40:54.0242475Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\poisson.py Poisson:0 2022-11-23T04:40:54.0243251Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_bernoulli.py RelaxedBernoulli:0 2022-11-23T04:40:54.0243972Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_categorical.py RelaxedOneHotCategorical:0 2022-11-23T04:40:54.0244795Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\studentT.py StudentT:0 2022-11-23T04:40:54.0245556Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CatTransform:0 2022-11-23T04:40:54.0246345Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py StackTransform:0 2022-11-23T04:40:54.0247122Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CumulativeDistributionTransform:0 2022-11-23T04:40:54.0247822Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\uniform.py Uniform:0 2022-11-23T04:40:54.0248442Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\von_mises.py VonMises:0 2022-11-23T04:40:54.0249059Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\weibull.py Weibull:0 2022-11-23T04:40:54.0249674Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py Wishart:0 2022-11-23T04:40:54.0250259Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py _snake_case:0 2022-11-23T04:40:54.0250868Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.eliminate_dead_code:0 2022-11-23T04:40:54.0251668Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.on_generate_code:0 2022-11-23T04:40:54.0252495Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Interpreter:0 2022-11-23T04:40:54.0253125Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Transformer:0 2022-11-23T04:40:54.0253750Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\subgraph_rewriter.py replace_pattern:0 2022-11-23T04:40:54.0254369Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py TensorType:0 2022-11-23T04:40:54.0254966Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_consistent:0 2022-11-23T04:40:54.0255579Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_more_precise:0 2022-11-23T04:40:54.0256232Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-11-23T04:40:54.0256901Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\core.py reify:0 2022-11-23T04:40:54.0257597Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\match.py VarDispatcher:0 2022-11-23T04:40:54.0258443Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unifiable:0 2022-11-23T04:40:54.0259330Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py reify_object:0 2022-11-23T04:40:54.0260011Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unify_object:0 2022-11-23T04:40:54.0260679Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge:0 2022-11-23T04:40:54.0261499Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge_with:0 2022-11-23T04:40:54.0262199Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valmap:0 2022-11-23T04:40:54.0262881Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keymap:0 2022-11-23T04:40:54.0263564Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemmap:0 2022-11-23T04:40:54.0264316Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valfilter:0 2022-11-23T04:40:54.0265315Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keyfilter:0 2022-11-23T04:40:54.0266152Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemfilter:0 2022-11-23T04:40:54.0266859Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc:0 2022-11-23T04:40:54.0267546Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py dissoc:0 2022-11-23T04:40:54.0268241Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc_in:0 2022-11-23T04:40:54.0268941Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py update_in:0 2022-11-23T04:40:54.0269631Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py get_in:0 2022-11-23T04:40:54.0270312Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py groupby:0 2022-11-23T04:40:54.0271004Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py first:0 2022-11-23T04:40:54.0271791Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py transitive_get:0 2022-11-23T04:40:54.0272685Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py _toposort:0 2022-11-23T04:40:54.0273368Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py reverse_dict:0 2022-11-23T04:40:54.0274038Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py freeze:0 2022-11-23T04:40:54.0274698Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\variable.py variables:0 2022-11-23T04:40:54.0275400Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\core.py dispatch:0 2022-11-23T04:40:54.0276144Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher:0 2022-11-23T04:40:54.0276926Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.register:0 2022-11-23T04:40:54.0277708Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.add:0 2022-11-23T04:40:54.0278849Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.dispatch:0 2022-11-23T04:40:54.0279754Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py str_signature:0 2022-11-23T04:40:54.0280493Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py expand_tuples:0 2022-11-23T04:40:54.0281313Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py _toposort:0 2022-11-23T04:40:54.0282067Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py reverse_dict:0 2022-11-23T04:40:54.0282801Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py groupby:0 2022-11-23T04:40:54.0283521Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py typename:0 2022-11-23T04:40:54.0284256Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py isvariadic:0 2022-11-23T04:40:54.0285260Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py Variadic:0 2022-11-23T04:40:54.0286073Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\shape_prop.py ShapeProp:0 2022-11-23T04:40:54.0286682Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\split_module.py split_module:0 2022-11-23T04:40:54.0287351Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py AttributeTypeIsSupportedChecker:0 2022-11-23T04:40:54.0287994Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save:0 2022-11-23T04:40:54.0288576Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py load:0 2022-11-23T04:40:54.0289200Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save_jit_module_to_flatbuffer:0 2022-11-23T04:40:54.0289864Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _load_for_lite_interpreter:0 2022-11-23T04:40:54.0290508Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_bytecode_version:0 2022-11-23T04:40:54.0291334Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_mobile_model_contained_types:0 2022-11-23T04:40:54.0292206Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_ops_and_info:0 2022-11-23T04:40:54.0292855Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py is_masked_tensor:0 2022-11-23T04:40:54.0293507Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool2d_with_indices:0 2022-11-23T04:40:54.0294174Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool3d_with_indices:0 2022-11-23T04:40:54.0294805Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py gumbel_softmax:0 2022-11-23T04:40:54.0295518Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding:0 2022-11-23T04:40:54.0296117Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding_bag:0 2022-11-23T04:40:54.0296712Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py ctc_loss:0 2022-11-23T04:40:54.0297423Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py nll_loss:0 2022-11-23T04:40:54.0298038Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py cross_entropy:0 2022-11-23T04:40:54.0298979Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy:0 2022-11-23T04:40:54.0299644Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy_with_logits:0 2022-11-23T04:40:54.0300268Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_input:0 2022-11-23T04:40:54.0300848Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_weight:0 2022-11-23T04:40:54.0301418Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_input:0 2022-11-23T04:40:54.0301978Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_weight:0 2022-11-23T04:40:54.0302522Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_input:0 2022-11-23T04:40:54.0303095Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_weight:0 2022-11-23T04:40:54.0303670Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py calculate_gain:0 2022-11-23T04:40:54.0304426Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py uniform_:0 2022-11-23T04:40:54.0305228Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py normal_:0 2022-11-23T04:40:54.0305803Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py trunc_normal_:0 2022-11-23T04:40:54.0306372Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py constant_:0 2022-11-23T04:40:54.0306922Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py ones_:0 2022-11-23T04:40:54.0307456Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py zeros_:0 2022-11-23T04:40:54.0308007Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py eye_:0 2022-11-23T04:40:54.0308557Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py dirac_:0 2022-11-23T04:40:54.0309122Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_uniform_:0 2022-11-23T04:40:54.0309700Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_normal_:0 2022-11-23T04:40:54.0310405Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_uniform_:0 2022-11-23T04:40:54.0311016Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_normal_:0 2022-11-23T04:40:54.0311796Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py orthogonal_:0 2022-11-23T04:40:54.0312363Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py sparse_:0 2022-11-23T04:40:54.0313069Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Threshold:0 2022-11-23T04:40:54.0313676Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU:0 2022-11-23T04:40:54.0314277Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py RReLU:0 2022-11-23T04:40:54.0314892Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardtanh:0 2022-11-23T04:40:54.0315498Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU6:0 2022-11-23T04:40:54.0316175Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Sigmoid:0 2022-11-23T04:40:54.0316959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardsigmoid:0 2022-11-23T04:40:54.0317697Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanh:0 2022-11-23T04:40:54.0318437Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SiLU:0 2022-11-23T04:40:54.0319039Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Mish:0 2022-11-23T04:40:54.0319647Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardswish:0 2022-11-23T04:40:54.0320251Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ELU:0 2022-11-23T04:40:54.0320847Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py CELU:0 2022-11-23T04:40:54.0321447Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SELU:0 2022-11-23T04:40:54.0322022Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GLU:0 2022-11-23T04:40:54.0322619Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GELU:0 2022-11-23T04:40:54.0323355Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardshrink:0 2022-11-23T04:40:54.0324003Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LeakyReLU:0 2022-11-23T04:40:54.0324853Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSigmoid:0 2022-11-23T04:40:54.0325473Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softplus:0 2022-11-23T04:40:54.0326087Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softshrink:0 2022-11-23T04:40:54.0326729Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py MultiheadAttention:0 2022-11-23T04:40:54.0327343Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py PReLU:0 2022-11-23T04:40:54.0327953Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softsign:0 2022-11-23T04:40:54.0328565Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanhshrink:0 2022-11-23T04:40:54.0329203Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmin:0 2022-11-23T04:40:54.0329958Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax:0 2022-11-23T04:40:54.0330912Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax2d:0 2022-11-23T04:40:54.0331565Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSoftmax:0 2022-11-23T04:40:54.0332181Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm1d:0 2022-11-23T04:40:54.0332782Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm2d:0 2022-11-23T04:40:54.0333400Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm3d:0 2022-11-23T04:40:54.0334114Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm:0 2022-11-23T04:40:54.0334823Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-11-23T04:40:54.0335514Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\channelshuffle.py ChannelShuffle:0 2022-11-23T04:40:54.0336300Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py Sequential:0 2022-11-23T04:40:54.0336946Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleList:0 2022-11-23T04:40:54.0337792Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleDict:0 2022-11-23T04:40:54.0338420Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterList:0 2022-11-23T04:40:54.0339043Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterDict:0 2022-11-23T04:40:54.0339673Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py PairwiseDistance:0 2022-11-23T04:40:54.0340316Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py CosineSimilarity:0 2022-11-23T04:40:54.0340938Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout:0 2022-11-23T04:40:54.0341542Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout1d:0 2022-11-23T04:40:54.0342156Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout2d:0 2022-11-23T04:40:54.0342904Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout3d:0 2022-11-23T04:40:54.0343622Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py AlphaDropout:0 2022-11-23T04:40:54.0344384Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py FeatureAlphaDropout:0 2022-11-23T04:40:54.0345060Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Flatten:0 2022-11-23T04:40:54.0345661Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Unflatten:0 2022-11-23T04:40:54.0346251Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Fold:0 2022-11-23T04:40:54.0346827Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Unfold:0 2022-11-23T04:40:54.0347451Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm1d:0 2022-11-23T04:40:54.0348223Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm2d:0 2022-11-23T04:40:54.0348866Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm3d:0 2022-11-23T04:40:54.0349648Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py LazyModuleMixin:0 2022-11-23T04:40:54.0350471Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Identity:0 2022-11-23T04:40:54.0351077Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Linear:0 2022-11-23T04:40:54.0351763Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Bilinear:0 2022-11-23T04:40:54.0352377Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py L1Loss:0 2022-11-23T04:40:54.0352960Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py NLLLoss:0 2022-11-23T04:40:54.0353558Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py PoissonNLLLoss:0 2022-11-23T04:40:54.0354180Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py GaussianNLLLoss:0 2022-11-23T04:40:54.0354762Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py KLDivLoss:0 2022-11-23T04:40:54.0355352Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MSELoss:0 2022-11-23T04:40:54.0356089Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCELoss:0 2022-11-23T04:40:54.0356918Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCEWithLogitsLoss:0 2022-11-23T04:40:54.0357609Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiLabelMarginLoss:0 2022-11-23T04:40:54.0358247Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CrossEntropyLoss:0 2022-11-23T04:40:54.0358870Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MarginRankingLoss:0 2022-11-23T04:40:54.0359486Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiMarginLoss:0 2022-11-23T04:40:54.0360101Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginLoss:0 2022-11-23T04:40:54.0360770Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginWithDistanceLoss:0 2022-11-23T04:40:54.0361410Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CTCLoss:0 2022-11-23T04:40:54.0362025Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.register_buffer:0 2022-11-23T04:40:54.0362802Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.apply:0 2022-11-23T04:40:54.0363672Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.to:0 2022-11-23T04:40:54.0364305Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.state_dict:0 2022-11-23T04:40:54.0364939Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.parameters:0 2022-11-23T04:40:54.0366590Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_parameters:0 2022-11-23T04:40:54.0367234Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.buffers:0 2022-11-23T04:40:54.0367868Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_buffers:0 2022-11-23T04:40:54.0368514Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_children:0 2022-11-23T04:40:54.0369346Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.modules:0 2022-11-23T04:40:54.0370316Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_modules:0 2022-11-23T04:40:54.0371012Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LocalResponseNorm:0 2022-11-23T04:40:54.0371665Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LayerNorm:0 2022-11-23T04:40:54.0372281Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py GroupNorm:0 2022-11-23T04:40:54.0372909Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad1d:0 2022-11-23T04:40:54.0373530Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad2d:0 2022-11-23T04:40:54.0374155Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad3d:0 2022-11-23T04:40:54.0374790Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad1d:0 2022-11-23T04:40:54.0375427Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad2d:0 2022-11-23T04:40:54.0376063Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad3d:0 2022-11-23T04:40:54.0376701Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad1d:0 2022-11-23T04:40:54.0377316Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad2d:0 2022-11-23T04:40:54.0377959Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad3d:0 2022-11-23T04:40:54.0378590Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ZeroPad2d:0 2022-11-23T04:40:54.0379225Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelShuffle:0 2022-11-23T04:40:54.0379871Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelUnshuffle:0 2022-11-23T04:40:54.0380688Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool1d:0 2022-11-23T04:40:54.0381591Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool2d:0 2022-11-23T04:40:54.0382192Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool3d:0 2022-11-23T04:40:54.0382787Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool1d:0 2022-11-23T04:40:54.0383382Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool2d:0 2022-11-23T04:40:54.0384122Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool3d:0 2022-11-23T04:40:54.0384724Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool1d:0 2022-11-23T04:40:54.0385325Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool2d:0 2022-11-23T04:40:54.0385914Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool3d:0 2022-11-23T04:40:54.0386537Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool2d:0 2022-11-23T04:40:54.0387262Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool3d:0 2022-11-23T04:40:54.0387928Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool1d:0 2022-11-23T04:40:54.0388504Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool2d:0 2022-11-23T04:40:54.0389120Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool1d:0 2022-11-23T04:40:54.0389762Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool2d:0 2022-11-23T04:40:54.0390395Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool3d:0 2022-11-23T04:40:54.0391035Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool1d:0 2022-11-23T04:40:54.0391665Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool2d:0 2022-11-23T04:40:54.0392288Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool3d:0 2022-11-23T04:40:54.0392878Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNN:0 2022-11-23T04:40:54.0393434Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTM:0 2022-11-23T04:40:54.0394002Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRU:0 2022-11-23T04:40:54.0394571Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNNCell:0 2022-11-23T04:40:54.0395153Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTMCell:0 2022-11-23T04:40:54.0395733Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRUCell:0 2022-11-23T04:40:54.0396333Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding:0 2022-11-23T04:40:54.0397135Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding.from_pretrained:0 2022-11-23T04:40:54.0398000Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag:0 2022-11-23T04:40:54.0398641Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag.from_pretrained:0 2022-11-23T04:40:54.0399295Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer:0 2022-11-23T04:40:54.0399954Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer.forward:0 2022-11-23T04:40:54.0400740Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoder:0 2022-11-23T04:40:54.0401396Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoder:0 2022-11-23T04:40:54.0402075Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoderLayer:0 2022-11-23T04:40:54.0402764Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoderLayer:0 2022-11-23T04:40:54.0403404Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py Upsample:0 2022-11-23T04:40:54.0404105Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingNearest2d:0 2022-11-23T04:40:54.0404812Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingBilinear2d:0 2022-11-23T04:40:54.0405470Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\data_parallel.py DataParallel:0 2022-11-23T04:40:54.0406142Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel:0 2022-11-23T04:40:54.0406858Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.no_sync:0 2022-11-23T04:40:54.0407579Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.join:0 2022-11-23T04:40:54.0408330Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:0 2022-11-23T04:40:54.0409097Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:1 2022-11-23T04:40:54.0409878Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T04:40:54.0410624Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_fused_optim:0 2022-11-23T04:40:54.0411297Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\init.py skip_init:0 2022-11-23T04:40:54.0411940Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\memory_format.py convert_conv2d_weight_memory_format:0 2022-11-23T04:40:54.0412607Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py orthogonal:0 2022-11-23T04:40:54.0413264Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py spectral_norm:0 2022-11-23T04:40:54.0413928Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrize.py register_parametrization:0 2022-11-23T04:40:54.0414565Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py identity:0 2022-11-23T04:40:54.0415176Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_unstructured:0 2022-11-23T04:40:54.0415794Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py l1_unstructured:0 2022-11-23T04:40:54.0416391Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_structured:0 2022-11-23T04:40:54.0417105Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py ln_structured:0 2022-11-23T04:40:54.0417718Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py global_unstructured:0 2022-11-23T04:40:54.0418329Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py custom_from_mask:0 2022-11-23T04:40:54.0418925Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py remove:0 2022-11-23T04:40:54.0419505Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py is_pruned:0 2022-11-23T04:40:54.0420188Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_packed_sequence:0 2022-11-23T04:40:54.0420813Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_sequence:0 2022-11-23T04:40:54.0421390Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpad_sequence:0 2022-11-23T04:40:54.0421990Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pack_sequence:0 2022-11-23T04:40:54.0422585Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpack_sequence:0 2022-11-23T04:40:54.0423201Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py spectral_norm:0 2022-11-23T04:40:54.0423843Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py remove_spectral_norm:0 2022-11-23T04:40:54.0424487Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\stateless.py functional_call:0 2022-11-23T04:40:54.0425113Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py weight_norm:0 2022-11-23T04:40:54.0425735Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py remove_weight_norm:0 2022-11-23T04:40:54.0426372Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_per_sample_grad.py call_for_per_sample_grads:0 2022-11-23T04:40:54.0427041Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\conv_utils.py unfold3d:0 2022-11-23T04:40:54.0427752Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-11-23T04:40:54.0428612Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_type_utils.py JitScalarType:0 2022-11-23T04:40:54.0429401Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LambdaLR:0 2022-11-23T04:40:54.0430146Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiplicativeLR:0 2022-11-23T04:40:54.0430778Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py StepLR:0 2022-11-23T04:40:54.0431392Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiStepLR:0 2022-11-23T04:40:54.0432007Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ConstantLR:0 2022-11-23T04:40:54.0432591Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LinearLR:0 2022-11-23T04:40:54.0433207Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py SequentialLR:0 2022-11-23T04:40:54.0433946Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py PolynomialLR:0 2022-11-23T04:40:54.0434576Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ChainedScheduler:0 2022-11-23T04:40:54.0435222Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ReduceLROnPlateau:0 2022-11-23T04:40:54.0435852Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CyclicLR:0 2022-11-23T04:40:54.0436522Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-11-23T04:40:54.0437328Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-11-23T04:40:54.0438010Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py OneCycleLR:0 2022-11-23T04:40:54.0438594Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\sgd.py SGD:0 2022-11-23T04:40:54.0439180Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:0 2022-11-23T04:40:54.0439790Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:1 2022-11-23T04:40:54.0440383Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py update_bn:0 2022-11-23T04:40:54.0440969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py SWALR:0 2022-11-23T04:40:54.0441566Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\package\glob_group.py GlobGroup:0 2022-11-23T04:40:54.0442176Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py profile:0 2022-11-23T04:40:54.0442768Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py assert_close:0 2022-11-23T04:40:54.0443370Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py make_tensor:0 2022-11-23T04:40:54.0444005Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py parametrize:0 2022-11-23T04:40:54.0444681Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_symmetric_psd_matrix:0 2022-11-23T04:40:54.0445363Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_psd_matrix:0 2022-11-23T04:40:54.0446055Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_pd_matrix:0 2022-11-23T04:40:54.0446779Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\distributed\_tensor\common_dtensor.py skip_unless_torch_gpu:0 2022-11-23T04:40:54.0447506Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\backend_registration.py rename_privateuse1_backend:0 2022-11-23T04:40:54.0448167Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py checkpoint_sequential:0 2022-11-23T04:40:54.0448788Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CppExtension:0 2022-11-23T04:40:54.0449420Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:0 2022-11-23T04:40:54.0450154Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:1 2022-11-23T04:40:54.0450763Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load:0 2022-11-23T04:40:54.0451370Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load_inline:0 2022-11-23T04:40:54.0451972Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\dlpack.py from_dlpack:0 2022-11-23T04:40:54.0452617Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\throughput_benchmark.py ThroughputBenchmark:0 2022-11-23T04:40:54.0453991Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py IterableDataset:0 2022-11-23T04:40:54.0454666Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py random_split:0 2022-11-23T04:40:54.0455319Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\distributed.py DistributedSampler:0 2022-11-23T04:40:54.0455988Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py WeightedRandomSampler:0 2022-11-23T04:40:54.0456634Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py BatchSampler:0 2022-11-23T04:40:54.0457344Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py IterDataPipe:0 2022-11-23T04:40:54.0458020Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py MapDataPipe:0 2022-11-23T04:40:54.0458710Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py MapperIterDataPipe:0 2022-11-23T04:40:54.0459424Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py CollatorIterDataPipe:0 2022-11-23T04:40:54.0460131Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T04:40:54.0460868Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ConcaterIterDataPipe:0 2022-11-23T04:40:54.0461583Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ForkerIterDataPipe:0 2022-11-23T04:40:54.0462278Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py _ChildDataPipe:0 2022-11-23T04:40:54.0462992Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py DemultiplexerIterDataPipe:0 2022-11-23T04:40:54.0463741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py MultiplexerIterDataPipe:0 2022-11-23T04:40:54.0464464Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ZipperIterDataPipe:0 2022-11-23T04:40:54.0465183Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\filelister.py FileListerIterDataPipe:0 2022-11-23T04:40:54.0465919Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\fileopener.py FileOpenerIterDataPipe:0 2022-11-23T04:40:54.0466644Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py BatcherIterDataPipe:0 2022-11-23T04:40:54.0467480Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py UnBatcherIterDataPipe:0 2022-11-23T04:40:54.0468194Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py GrouperIterDataPipe:0 2022-11-23T04:40:54.0468885Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\selecting.py FilterIterDataPipe:0 2022-11-23T04:40:54.0469617Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\streamreader.py StreamReaderIterDataPipe:0 2022-11-23T04:40:54.0470441Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\utils.py IterableWrapperIterDataPipe:0 2022-11-23T04:40:54.0471183Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\callable.py MapperMapDataPipe:0 2022-11-23T04:40:54.0471915Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combinatorics.py ShufflerIterDataPipe:0 2022-11-23T04:40:54.0472631Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ConcaterMapDataPipe:0 2022-11-23T04:40:54.0473336Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ZipperMapDataPipe:0 2022-11-23T04:40:54.0474018Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\grouping.py BatcherMapDataPipe:0 2022-11-23T04:40:54.0474740Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\utils.py SequenceWrapperMapDataPipe:0 2022-11-23T04:40:54.0475456Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py validate_input_col:0 2022-11-23T04:40:54.0476118Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_convert:0 2022-11-23T04:40:54.0476740Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py collate:0 2022-11-23T04:40:54.0477373Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_collate:0 2022-11-23T04:40:54.0478014Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py find_closure_group:0 2022-11-23T04:40:54.0478680Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py replace_extern_shared:0 2022-11-23T04:40:54.0479349Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.__init__:0 2022-11-23T04:40:54.0480021Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_hparams:0 2022-11-23T04:40:54.0480717Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalar:0 2022-11-23T04:40:54.0481402Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalars:0 2022-11-23T04:40:54.0482086Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram:0 2022-11-23T04:40:54.0482789Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram_raw:0 2022-11-23T04:40:54.0483479Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_image:0 2022-11-23T04:40:54.0484270Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_images:0 2022-11-23T04:40:54.0484946Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_text:0 2022-11-23T04:40:54.0485837Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_embedding:0 2022-11-23T04:40:54.0486746Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_pr_curve:0 2022-11-23T04:40:54.0487578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-11-23T04:40:54.0488409Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-11-23T04:40:54.0489132Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars:0 2022-11-23T04:40:54.0489821Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_mesh:0 2022-11-23T04:40:54.0490475Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py NvfuserPrimsMode:0 2022-11-23T04:40:54.0491129Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py TorchRefsMode:0 2022-11-23T04:40:54.5745234Z 2022-11-23T04:40:54.5746371Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T04:40:54.5747899Z 2022-11-23T04:40:54.5748390Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T04:40:54.5759477Z 2022-11-23T04:40:54.5760215Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T04:40:54.5799550Z + [[ 3 == 1 ]] 2022-11-23T04:40:54.5799989Z + [[ 3 == 2 ]] 2022-11-23T04:40:54.5801709Z + assert_git_not_dirty 2022-11-23T04:40:54.5802207Z + [[ win-vs2019-cuda11.7-py3 != *rocm* ]] 2022-11-23T04:40:54.5802532Z + [[ win-vs2019-cuda11.7-py3 != *xla* ]] 2022-11-23T04:40:54.5930919Z ++ git status --porcelain 2022-11-23T04:40:56.4768077Z + git_status= 2022-11-23T04:40:56.4768436Z + [[ -n '' ]] 2022-11-23T04:40:56.4768876Z + echo 'TEST PASSED' 2022-11-23T04:40:56.4769325Z TEST PASSED 2022-11-23T04:40:56.5012357Z Prepare all required actions 2022-11-23T04:40:56.5012964Z Getting action download info 2022-11-23T04:40:56.6549330Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T04:40:57.0088762Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T04:40:57.0089055Z with: 2022-11-23T04:40:57.0089545Z github-token: *** 2022-11-23T04:40:57.0089755Z env: 2022-11-23T04:40:57.0089972Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:40:57.0090303Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:40:57.0090744Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:40:57.0091250Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:40:57.0091797Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:40:57.0092369Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:40:57.0092782Z ##[endgroup] 2022-11-23T04:40:57.0283184Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T04:40:57.0283492Z with: 2022-11-23T04:40:57.0283676Z shell: bash 2022-11-23T04:40:57.0283893Z timeout_minutes: 10 2022-11-23T04:40:57.0284301Z max_attempts: 5 2022-11-23T04:40:57.0284531Z retry_wait_seconds: 30 2022-11-23T04:40:57.0285033Z 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}" 2022-11-23T04:40:57.0285529Z polling_interval_seconds: 1 2022-11-23T04:40:57.0285763Z warning_on_retry: true 2022-11-23T04:40:57.0286005Z continue_on_error: false 2022-11-23T04:40:57.0286225Z env: 2022-11-23T04:40:57.0286437Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:40:57.0286767Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:40:57.0287180Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:40:57.0287592Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:40:57.0287972Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:40:57.0288359Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:40:57.0288829Z GITHUB_TOKEN: *** 2022-11-23T04:40:57.0289058Z ##[endgroup] 2022-11-23T04:40:57.1936957Z + python3 -m pip install requests==2.26.0 2022-11-23T04:40:58.1907524Z Collecting requests==2.26.0 2022-11-23T04:40:58.2054962Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T04:40:58.2970975Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T04:40:58.3090647Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T04:40:58.3575667Z Collecting certifi>=2017.4.17 2022-11-23T04:40:58.3673855Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T04:40:58.4600270Z Collecting charset-normalizer~=2.0.0 2022-11-23T04:40:58.4717404Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T04:40:58.5125711Z Collecting idna<4,>=2.5 2022-11-23T04:40:58.5214032Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T04:40:58.6796412Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T04:40:59.8792001Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T04:41:00.0217519Z ++ python3 .github/scripts/get_workflow_job_id.py 3528394938 i-075a6bf708cc76712 2022-11-23T04:41:02.1492692Z + GHA_WORKFLOW_JOB_ID=9655750428 2022-11-23T04:41:02.1493904Z + echo job-id=9655750428 2022-11-23T04:41:02.1900336Z Command completed after 1 attempt(s). 2022-11-23T04:41:02.2297857Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T04:41:02.2298243Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T04:41:02.2335190Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T04:41:02.2335532Z env: 2022-11-23T04:41:02.2335756Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:02.2336145Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:02.2336572Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:02.2336978Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:02.2337364Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:02.2337744Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:02.2338059Z MONITOR_SCRIPT_PID: 886 2022-11-23T04:41:02.2338295Z ##[endgroup] 2022-11-23T04:41:02.2965609Z Prepare all required actions 2022-11-23T04:41:02.2966045Z Getting action download info 2022-11-23T04:41:02.5529032Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T04:41:03.5931021Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T04:41:04.0209802Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T04:41:04.0210097Z with: 2022-11-23T04:41:04.0210409Z file-suffix: test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428 2022-11-23T04:41:04.0210869Z env: 2022-11-23T04:41:04.0211089Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:04.0211428Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:04.0211857Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:04.0212274Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:04.0212694Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:04.0213078Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:04.0213374Z ##[endgroup] 2022-11-23T04:41:04.0419125Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T04:41:04.0419514Z # -ir => recursive include all files in pattern 2022-11-23T04:41:04.0419877Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T04:41:04.0448725Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T04:41:04.0449085Z env: 2022-11-23T04:41:04.0449311Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:04.0449653Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:04.0450069Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:04.0450482Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:04.0450879Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:04.0451268Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:04.0451692Z FILE_SUFFIX: test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428 2022-11-23T04:41:04.0452026Z ##[endgroup] 2022-11-23T04:41:04.6343751Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T04:41:04.7997533Z Finished 2022-11-23T04:41:05.1200257Z 2022-11-23T04:41:05.1201000Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T04:41:05.1201423Z 2022-11-23T04:41:05.1201612Z Scanning the drive: 2022-11-23T04:41:05.1202051Z 5 files, 366191 bytes (358 KiB) 2022-11-23T04:41:05.1202321Z 2022-11-23T04:41:05.1202786Z Creating archive: test-jsons-test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428.zip 2022-11-23T04:41:05.1203293Z 2022-11-23T04:41:05.1203466Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T04:41:05.1203715Z 2022-11-23T04:41:05.1203818Z 2022-11-23T04:41:05.1203990Z Files read from disk: 5 2022-11-23T04:41:05.1204269Z Archive size: 39272 bytes (39 KiB) 2022-11-23T04:41:05.1204530Z Everything is Ok 2022-11-23T04:41:05.1804387Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T04:41:05.1806630Z # -ir => recursive include all files in pattern 2022-11-23T04:41:05.1807038Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T04:41:05.1847440Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T04:41:05.1847796Z env: 2022-11-23T04:41:05.1848018Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:05.1848354Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:05.1848761Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:05.1850375Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:05.1850834Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:05.1853184Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:05.1853607Z FILE_SUFFIX: test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428 2022-11-23T04:41:05.1853935Z ##[endgroup] 2022-11-23T04:41:05.7147110Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T04:41:05.8654724Z Finished 2022-11-23T04:41:06.4331296Z 2022-11-23T04:41:06.4332398Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T04:41:06.4332835Z 2022-11-23T04:41:06.4332998Z Scanning the drive: 2022-11-23T04:41:06.4333453Z 211 files, 17239788 bytes (17 MiB) 2022-11-23T04:41:06.4333739Z 2022-11-23T04:41:06.4334261Z Creating archive: test-reports-test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428.zip 2022-11-23T04:41:06.4334839Z 2022-11-23T04:41:06.4335153Z Add new data to archive: 211 files, 17239788 bytes (17 MiB) 2022-11-23T04:41:06.4335509Z 2022-11-23T04:41:06.4335520Z 2022-11-23T04:41:06.4335721Z Files read from disk: 211 2022-11-23T04:41:06.4336193Z Archive size: 697583 bytes (682 KiB) 2022-11-23T04:41:06.4336670Z Everything is Ok 2022-11-23T04:41:06.4831942Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T04:41:06.4832320Z # -ir => recursive include all files in pattern 2022-11-23T04:41:06.4832676Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T04:41:06.4864321Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T04:41:06.4864672Z env: 2022-11-23T04:41:06.4864894Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:06.4865211Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:06.4865631Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:06.4866050Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:06.4866431Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:06.4866813Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:06.4867230Z FILE_SUFFIX: test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428 2022-11-23T04:41:06.4867558Z ##[endgroup] 2022-11-23T04:41:07.0235867Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T04:41:07.1961073Z Finished 2022-11-23T04:41:08.0128695Z 2022-11-23T04:41:08.0129805Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T04:41:08.0130122Z 2022-11-23T04:41:08.0130236Z Scanning the drive: 2022-11-23T04:41:08.0130503Z 1 file, 9020909 bytes (8810 KiB) 2022-11-23T04:41:08.0130657Z 2022-11-23T04:41:08.0130938Z Creating archive: usage-log-test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428.zip 2022-11-23T04:41:08.0131236Z 2022-11-23T04:41:08.0131428Z Add new data to archive: 1 file, 9020909 bytes (8810 KiB) 2022-11-23T04:41:08.0132026Z 2022-11-23T04:41:08.0132035Z 2022-11-23T04:41:08.0132245Z Files read from disk: 1 2022-11-23T04:41:08.0132553Z Archive size: 305255 bytes (299 KiB) 2022-11-23T04:41:08.0132829Z Everything is Ok 2022-11-23T04:41:08.0642908Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T04:41:08.0643171Z with: 2022-11-23T04:41:08.0643432Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T04:41:08.0643710Z retention-days: 14 2022-11-23T04:41:08.0643957Z if-no-files-found: warn 2022-11-23T04:41:08.0644221Z path: test-jsons-*.zip 2022-11-23T04:41:08.0644438Z name: artifact 2022-11-23T04:41:08.0644667Z s3-bucket: gha-artifacts 2022-11-23T04:41:08.0644910Z region: us-east-1 2022-11-23T04:41:08.0645119Z env: 2022-11-23T04:41:08.0645331Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:08.0645644Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:08.0646759Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:08.0647236Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:08.0647737Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:08.0648249Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:08.0648550Z ##[endgroup] 2022-11-23T04:41:09.3435729Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T04:41:09.3436265Z With the provided path, there will be 1 file uploaded 2022-11-23T04:41:09.3436979Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T04:41:09.3460701Z Starting upload of test-jsons-test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428.zip 2022-11-23T04:41:09.5718926Z Finished upload of test-jsons-test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428.zip 2022-11-23T04:41:09.6114919Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T04:41:09.6115422Z with: 2022-11-23T04:41:09.6115932Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T04:41:09.6116477Z retention-days: 14 2022-11-23T04:41:09.6116940Z if-no-files-found: error 2022-11-23T04:41:09.6117432Z path: test-reports-*.zip 2022-11-23T04:41:09.6117864Z name: artifact 2022-11-23T04:41:09.6196062Z s3-bucket: gha-artifacts 2022-11-23T04:41:09.6196364Z region: us-east-1 2022-11-23T04:41:09.6196579Z env: 2022-11-23T04:41:09.6196801Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:09.6197125Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:09.6197563Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:09.6197976Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:09.6198363Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:09.6198746Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:09.6199046Z ##[endgroup] 2022-11-23T04:41:10.1892256Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T04:41:10.1892786Z With the provided path, there will be 1 file uploaded 2022-11-23T04:41:10.1893146Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T04:41:10.1913243Z Starting upload of test-reports-test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428.zip 2022-11-23T04:41:10.4123624Z Finished upload of test-reports-test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428.zip 2022-11-23T04:41:10.4530174Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T04:41:10.4530453Z with: 2022-11-23T04:41:10.4530715Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T04:41:10.4530996Z retention-days: 14 2022-11-23T04:41:10.4531246Z if-no-files-found: ignore 2022-11-23T04:41:10.4531504Z path: usage-log-*.zip 2022-11-23T04:41:10.4531716Z name: artifact 2022-11-23T04:41:10.4531947Z s3-bucket: gha-artifacts 2022-11-23T04:41:10.4532187Z region: us-east-1 2022-11-23T04:41:10.4532406Z env: 2022-11-23T04:41:10.4532622Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:10.4532937Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:10.4533369Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:10.4533783Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:10.4534168Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:10.4534551Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:10.4534856Z ##[endgroup] 2022-11-23T04:41:11.0241728Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T04:41:11.0242191Z With the provided path, there will be 1 file uploaded 2022-11-23T04:41:11.0242542Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T04:41:11.0263572Z Starting upload of usage-log-test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428.zip 2022-11-23T04:41:11.2714037Z Finished upload of usage-log-test-default-3-3-windows.8xlarge.nvidia.gpu_9655750428.zip 2022-11-23T04:41:11.3147148Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T04:41:11.3147548Z .github/scripts/parse_ref.py 2022-11-23T04:41:11.3220791Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T04:41:11.3221162Z env: 2022-11-23T04:41:11.3221389Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:11.3221705Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:11.3222132Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:11.3222714Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:11.3223097Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:11.3223479Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:11.3223781Z ##[endgroup] 2022-11-23T04:41:11.8459818Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T04:41:12.0090125Z Finished 2022-11-23T04:41:12.1550521Z ##[group]Run set -x 2022-11-23T04:41:12.1550854Z set -x 2022-11-23T04:41:12.1551148Z python3 -m pip install -r requirements.txt 2022-11-23T04:41:12.1551479Z python3 -m pip install boto3==1.19.12 2022-11-23T04:41:12.1551865Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T04:41:12.1590032Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T04:41:12.1590385Z env: 2022-11-23T04:41:12.1590609Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:41:12.1590949Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:12.1591357Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:41:12.1591771Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:12.1592162Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:12.1592588Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:41:12.1592910Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T04:41:12.1593144Z BRANCH: 2022-11-23T04:41:12.1593339Z TEST_CONFIG: default 2022-11-23T04:41:12.1593563Z SHARD_NUMBER: 3 2022-11-23T04:41:12.1593832Z BUILD_ENVIRONMENT: win-vs2019-cuda11.7-py3 2022-11-23T04:41:12.1594096Z PR_NUMBER: 2022-11-23T04:41:12.1594326Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T04:41:12.1594578Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T04:41:12.1594866Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T04:41:12.1595108Z TAG: 2022-11-23T04:41:12.1595313Z WORKFLOW_ID: 3528394938 2022-11-23T04:41:12.1595732Z GITHUB_TOKEN: *** 2022-11-23T04:41:12.1595959Z GHA_WORKFLOW_JOB_ID: 9655750428 2022-11-23T04:41:12.1596193Z ##[endgroup] 2022-11-23T04:41:12.1948545Z + python3 -m pip install -r requirements.txt 2022-11-23T04:41:13.1876318Z Collecting astunparse 2022-11-23T04:41:13.2272434Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T04:41:13.2652878Z Collecting expecttest 2022-11-23T04:41:13.2725187Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T04:41:13.3101560Z Collecting future 2022-11-23T04:41:13.3177980Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T04:41:13.3600742Z ------------------------------------- 829.2/829.2 kB 26.4 MB/s eta 0:00:00 2022-11-23T04:41:13.9475382Z Preparing metadata (setup.py): started 2022-11-23T04:41:14.9429417Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T04:41:15.5871823Z Collecting hypothesis 2022-11-23T04:41:15.5961649Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T04:41:15.6145286Z ------------------------------------- 396.8/396.8 kB 24.2 MB/s eta 0:00:00 2022-11-23T04:41:15.9098327Z Collecting numpy 2022-11-23T04:41:15.9165976Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T04:41:16.1242897Z --------------------------------------- 14.6/14.6 MB 65.1 MB/s eta 0:00:00 2022-11-23T04:41:16.2047294Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-11-23T04:41:16.2564416Z Collecting pyyaml 2022-11-23T04:41:16.2752377Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T04:41:16.2904123Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-11-23T04:41:16.2923048Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-11-23T04:41:16.3195915Z Collecting six 2022-11-23T04:41:16.3255959Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T04:41:16.3605519Z Collecting types-dataclasses 2022-11-23T04:41:16.3686548Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T04:41:16.4094008Z Collecting typing_extensions 2022-11-23T04:41:16.4161154Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T04:41:16.4738755Z Collecting sympy 2022-11-23T04:41:16.5078619Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T04:41:16.6013171Z Collecting filelock 2022-11-23T04:41:16.6080500Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T04:41:16.6716598Z Collecting networkx 2022-11-23T04:41:16.6782471Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T04:41:16.7220075Z ---------------------------------------- 2.0/2.0 MB 42.9 MB/s eta 0:00:00 2022-11-23T04:41:16.7844523Z Collecting jinja2 2022-11-23T04:41:16.7904020Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T04:41:16.8022936Z -------------------------------------- 133.1/133.1 kB 8.2 MB/s eta 0:00:00 2022-11-23T04:41:16.8804965Z Collecting wheel<1.0,>=0.23.0 2022-11-23T04:41:16.8920036Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T04:41:16.9859678Z Collecting attrs>=19.2.0 2022-11-23T04:41:16.9913559Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T04:41:17.0015917Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T04:41:17.0432743Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T04:41:17.0503718Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T04:41:17.1191606Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-11-23T04:41:17.1212246Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-11-23T04:41:17.1246700Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-11-23T04:41:17.1278909Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-11-23T04:41:17.1763532Z Collecting mpmath>=0.19 2022-11-23T04:41:17.1888371Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T04:41:17.3597208Z Collecting MarkupSafe>=2.0 2022-11-23T04:41:17.3655195Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T04:41:17.4398530Z Preparing metadata (setup.py): started 2022-11-23T04:41:18.2182302Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T04:41:18.7164387Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, networkx, MarkupSafe, future, filelock, expecttest, attrs, jinja2, hypothesis, astunparse 2022-11-23T04:42:06.3849001Z DEPRECATION: MarkupSafe is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T04:42:06.3859068Z Running setup.py install for MarkupSafe: started 2022-11-23T04:42:09.8956267Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T04:42:09.9050277Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T04:42:09.9058882Z Running setup.py install for future: started 2022-11-23T04:42:15.0025589Z Running setup.py install for future: finished with status 'done' 2022-11-23T04:42:17.9365735Z Successfully installed MarkupSafe-2.1.1 astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 filelock-3.8.0 future-0.18.2 hypothesis-6.58.0 jinja2-3.1.2 mpmath-1.2.1 networkx-2.8.8 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-11-23T04:42:18.3338474Z + python3 -m pip install boto3==1.19.12 2022-11-23T04:42:19.8021724Z Collecting boto3==1.19.12 2022-11-23T04:42:19.8413418Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T04:42:19.8653289Z -------------------------------------- 131.8/131.8 kB 3.8 MB/s eta 0:00:00 2022-11-23T04:42:20.5089331Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T04:42:20.5161089Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T04:42:20.7323345Z ---------------------------------------- 8.1/8.1 MB 39.9 MB/s eta 0:00:00 2022-11-23T04:42:20.8093317Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T04:42:20.8168188Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T04:42:20.8596825Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T04:42:20.8658754Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T04:42:20.8780284Z ---------------------------------------- 79.5/79.5 kB 4.6 MB/s eta 0:00:00 2022-11-23T04:42:20.9233123Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T04:42:20.9298995Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T04:42:20.9439783Z ------------------------------------- 247.7/247.7 kB 14.8 MB/s eta 0:00:00 2022-11-23T04:42:20.9660907Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-11-23T04:42:21.1699814Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-11-23T04:42:21.5510105Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T04:42:25.5882699Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-11-23T04:42:25.7773454Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T04:43:40.3014115Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T04:43:40.3016127Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-11-23T04:43:40.3018700Z 2022-11-23T04:43:40.3019177Z ----- Historic stats comparison result ------ 2022-11-23T04:43:40.3019554Z 2022-11-23T04:43:40.3019769Z job: win-vs2019-cuda11.7-py3 2022-11-23T04:43:40.3020306Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T04:43:40.3020665Z 2022-11-23T04:43:40.3021120Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T04:43:40.3021552Z 2022-11-23T04:43:40.3021729Z : (master) 2022-11-23T04:43:40.3022114Z | 2022-11-23T04:43:40.3026078Z * 1cfd3858ac (HEAD) total time 8300.42s 2022-11-23T04:43:40.3026659Z * 26322544b8 0 reports 2022-11-23T04:43:40.3026998Z * 7f4b4d2827 0 reports 2022-11-23T04:43:40.3027261Z * b50699f247 0 reports 2022-11-23T04:43:40.3027505Z * 8bf8e4d71e 0 reports 2022-11-23T04:43:40.3027913Z * ce856cee7e 0 reports 2022-11-23T04:43:40.3028220Z * 391b593ca2 0 reports 2022-11-23T04:43:40.3028537Z * 5bba783d21 0 reports 2022-11-23T04:43:40.3028842Z * ea920a1115 0 reports 2022-11-23T04:43:40.3029174Z * 74e62a1fef 0 reports 2022-11-23T04:43:40.3029432Z * 00b7d8ef23 0 reports 2022-11-23T04:43:40.3029716Z | 2022-11-23T04:43:40.3029970Z : 2022-11-23T04:43:40.3030119Z 2022-11-23T04:43:40.3030333Z Removed (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T04:43:40.3030753Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T04:43:40.3031123Z Added (across 203 suites) 80144 tests, totaling +8300.42s 2022-11-23T04:43:40.5650840Z Prepare all required actions 2022-11-23T04:43:40.5720416Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T04:43:40.5720703Z with: 2022-11-23T04:43:40.5720913Z env: 2022-11-23T04:43:40.5721146Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:43:40.5723268Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:40.5723707Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:43:40.5724144Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:40.5724555Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:40.5724953Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:40.5725267Z ##[endgroup] 2022-11-23T04:43:40.5913077Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T04:43:40.5913467Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T04:43:40.5942732Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T04:43:40.5943105Z env: 2022-11-23T04:43:40.5943351Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:43:40.5943704Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:40.5944153Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:43:40.5944596Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:40.5944977Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:40.5945381Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:40.5945690Z ##[endgroup] 2022-11-23T04:43:41.1621872Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T04:43:41.3093695Z Finished 2022-11-23T04:43:41.7301118Z Holding runner until all ssh sessions have logged out 2022-11-23T04:43:41.7834406Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T04:43:41.7834799Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T04:43:41.7866054Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T04:43:41.7866416Z env: 2022-11-23T04:43:41.7866655Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:43:41.7867003Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:41.7868553Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:43:41.7869100Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:41.7869497Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:41.7869891Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:41.7870201Z ##[endgroup] 2022-11-23T04:43:42.3331978Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T04:43:42.4930444Z Finished 2022-11-23T04:43:42.5800614Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T04:43:42.5801025Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T04:43:42.5801331Z rm -rf ./* 2022-11-23T04:43:42.5854704Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T04:43:42.5855043Z env: 2022-11-23T04:43:42.5855293Z GIT_DEFAULT_BRANCH: master 2022-11-23T04:43:42.5855648Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:42.5856093Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T04:43:42.5856518Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:42.5856913Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:42.5857287Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T04:43:42.5857599Z EXTRA_DELETE_DIR: 2022-11-23T04:43:42.5859403Z ##[endgroup] 2022-11-23T04:44:10.3297919Z Post job cleanup. 2022-11-23T04:44:10.3504127Z Post job cleanup. 2022-11-23T04:44:10.9531020Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T04:44:10.9943884Z Post job cleanup. 2022-11-23T04:44:11.0219532Z Post job cleanup. 2022-11-23T04:44:15.1210901Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T04:44:15.1505607Z git version 2.38.1.windows.1 2022-11-23T04:44:15.1583823Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\b9744371-0c27-45b9-b689-c6af8f50b81f\.gitconfig' 2022-11-23T04:44:15.1669576Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b9744371-0c27-45b9-b689-c6af8f50b81f' before making global git config changes 2022-11-23T04:44:15.1670644Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T04:44:15.1683404Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T04:44:15.2065415Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T04:44:15.2429172Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T04:44:16.0377206Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T04:44:16.0699060Z http.https://github.com/.extraheader 2022-11-23T04:44:16.0761969Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T04:44:16.1143275Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T04:44:16.8131238Z Cleaning up orphan processes